diff --git a/.env.finals.example b/.env.finals.example new file mode 100644 index 00000000..49ac516d --- /dev/null +++ b/.env.finals.example @@ -0,0 +1,9 @@ +# Host-side paths consumed by docker-compose.gemma4-demo.yml. +# Copy to .env.finals and pass it with: docker compose --env-file .env.finals ... +PAPER9_HOST_REPO=/absolute/path/to/paper9-mnr-offline-package +PAPER9_BISHAN_RUNS_HOST=/absolute/path/to/bishan-runs +PAPER9_DONGXING_RUNS_HOST=/absolute/path/to/dongxing-runs + +# Ollama must expose the exact Gemma4:26b tag. +OLLAMA_API_BASE=http://host.docker.internal:11434 +EMBEDDING_MODEL=nomic-embed-text-v2-moe diff --git a/README.md b/README.md index 000f2fae..a5d544f1 100644 --- a/README.md +++ b/README.md @@ -2,27 +2,39 @@ **中文** | [English](./README_en.md) -本项目是基于 Gemma 4 的 GIS Data Agent,面向自然语言 GIS 数据发现、耕地空间布局优化、NL2Semantic2SQL 和 WorldModel v2.1 规划场景,重点展示原生工具调用、多智能体工作流和持久化记忆能力。 +本项目是面向 Gemma 4 开发者大赛赛道 A(AI Agent)的 GIS Data Agent 决赛版本。系统聚焦两类真实地理空间任务:高频的 `NL2Semantic2GeoSQL` 空间问数,以及低频但高价值的县域耕地空间布局优化;Gemma 4 26B 负责理解目标、选择工具和根据反馈决定下一步,Google ADK 承载原生函数调用,PostGIS、GIS 与县域耕地空间优化引擎负责确定性计算。 本仓库当前 README 面向 Gemma 4 开发者大赛赛道 A:AI Agent 组织,重点展示: - Gemma 4 26B MoE 的规格选择依据。 - 基于 Google ADK 的多智能体架构。 - 原生函数调用和工具调用。 -- 智能体记忆。 -- 三个真实 GIS 场景:无 `@` 数据发现与耕地优化、`nl2semantic2sql`、`worldmodelv2.1`。 +- 通过硬约束校验后才允许写入的已验证经验记忆。 +- 两个决赛核心场景:`NL2Semantic2GeoSQL` 与县域耕地受控规划;无 `@` 数据发现与耕地优化作为扩展场景保留。 - 纯 Docker Compose 可复现演示环境。 +## 决赛快速入口 + +| 材料 | 用途 | +|---|---| +| [路演 PPTX](docs/finals/GIS_Data_Agent_Gemma4_Finals_CN.pptx) / [PDF](docs/finals/GIS_Data_Agent_Gemma4_Finals_CN.pdf) | 6 页主路演 + 5 页 Q&A 附录,绑定同一份 406 对置换证据 | +| [真实验证演示脚本](docs/finals/verified_demo_script.md) | 最新操作步骤、人工验收点、70 秒演示镜头和 4 分 40 秒逐字口播 | +| [决赛技术手册(Markdown)](docs/finals/GIS_Data_Agent_Gemma4_Finals_Technical_Handbook_CN.md) | Gemma 4、ADK、GeoSQL、GWM/MPC、受控自主、记忆、部署和 20 个深度问答 | +| [技术手册 Word](docs/finals/GIS_Data_Agent_Gemma4_Finals_Technical_Handbook_CN.docx) / [PDF](docs/finals/GIS_Data_Agent_Gemma4_Finals_Technical_Handbook_CN.pdf) | Word 含二级可点击目录和导航窗格章节树;PDF 用于离线查阅 | +| [评分证据矩阵](docs/finals/scoring_evidence_matrix.md) / [质量检查报告](docs/finals/quality_gate_report.md) | 对照 30/25/20/15/10 评分权重核对证据、边界与工程质量 | + ## 比赛要求对齐 | 比赛要求 | 本项目交付 | |---|---| | 核心代码包含 Gemma 4 调用逻辑 | `data_agent/model_gateway.py` 注册 Gemma 4 26B,Docker 环境变量固定所有演示模型层级 | -| 原生函数调用和工具调用 | ADK `FunctionTool` / `LongRunningFunctionTool`,运行日志展示 `drl_model`、`visualize_interactive_map`、`run_nl2semantic2sql` 和 `world_model_v21_status -> world_model_v21_pipeline` | -| 多步规划 | `Farmland Optimization Workflow` 多智能体工作流;WorldModel v2.1 A/B/C/D 流程:Prepare、Sample、Train、Plan | -| 记忆机制 | `PostgresMemoryService`、`save_memory`、`recall_memories`、`auto_extract`、运行日志记忆统计 | -| 演示视频 5 分钟以内 | [docs/gemma4_ai_agent_demo_script.md](docs/gemma4_ai_agent_demo_script.md) | -| 技术报告 | [docs/gemma4_ai_agent_technical_report.md](docs/gemma4_ai_agent_technical_report.md) | +| 原生函数调用和工具调用 | ADK `FunctionTool` / `LongRunningFunctionTool`;县域规划 Agent 暴露 10 个结构化工具,Gemma 4 根据工具响应选择下一步 | +| 受控多步规划 | `status -> inspect -> recall -> pipeline/plan -> audit -> commit/replan/HITL`;A/B/C/D 为底层算法阶段,不冒充模型动态规划 | +| 记忆机制 | 仅通过硬约束校验且空间产物完整的结果可进入 append-only verified episodic memory;未审核结果拒绝写入 | +| Agent 可靠性 | 3 个分支各 10 次真实 Gemma 4 + ADK 运行,30/30 行为契约通过;算法工具使用确定性替身,真实 MPC 产物单独取证 | +| 工程质量 | 最终镜像运行时回归 `236 passed`、宿主交付契约 `6 passed`、接口兼容测试 `52 passed`;73 项决赛关键测试是 236 项的子集,不能累加 | +| 演示视频 5 分钟以内 | [决赛唯一最新版演示脚本](docs/finals/verified_demo_script.md) | +| 技术报告 | [决赛技术手册(Markdown)](docs/finals/GIS_Data_Agent_Gemma4_Finals_Technical_Handbook_CN.md) | | 记忆和工具调用代码说明 | [docs/gemma4_ai_agent_code_walkthrough.md](docs/gemma4_ai_agent_code_walkthrough.md) | | Docker 部署指南 | 本 README 的 [Docker Compose 快速启动](#docker-compose-快速启动) | | 运行日志截图 | UI 路径:`工作台 -> 平台运营 -> 运行日志`;建议保存到 `docs/submission_screenshots/` | @@ -57,14 +69,14 @@ | 演示场景 | 研究工程 | 对应论文和投稿状态 | 在 GIS Data Agent 中的落地 | |---|---|---|---| | 耕地空间布局优化 | [zhouning/farmland-drl-optimization](https://github.com/zhouning/farmland-drl-optimization) | *Constrained Farmland Layout Optimization under Cultivated-Land Balance: A Two-Site Test of Dimension-Invariant Reinforcement Learning*,已投稿 *Land Use Policy* | 无 `@` 数据发现后自动进入 `Farmland Optimization Workflow`,调用 `drl_model` 和 `visualize_interactive_map`,输出优化后矢量、PNG、地图图层和 PDF 报告 | -| NL2Semantic2SQL | [zhouning/nl2geosql-reproduction](https://github.com/zhouning/nl2geosql-reproduction) | *Schema-Aware Grounding Effects in PostGIS Natural-Language-to-SQL: A Subset-Decomposed Evaluation Across Eleven LLMs*,已投稿 *Computers & Geosciences* | `@NL2SQL` 触发 `run_nl2semantic2sql`,将中文空间问题映射到语义层、schema grounding、PostGIS SQL 生成和只读执行护栏 | -| WorldModel v2.1 | [zhouning/arcgis-farmland-mpc](https://github.com/zhouning/arcgis-farmland-mpc) | *Reproducible model-based AI planning for county-scale farmland consolidation in fragmented mountain landscapes*,已投稿 Nature Portfolio 子刊 *Communications Earth & Environment* | `@WorldModelV21` 触发 `world_model_v21_status -> world_model_v21_pipeline`,把 Prepare / Sample / Train / Plan 四阶段封装为可复用的县域 MPC 规划工具链 | +| NL2Semantic2GeoSQL | [zhouning/nl2geosql-reproduction](https://github.com/zhouning/nl2geosql-reproduction) | *Schema-Aware Grounding Effects in PostGIS Natural-Language-to-SQL: A Subset-Decomposed Evaluation Across Eleven LLMs*,已投稿 *Computers & Geosciences* | `@NL2SQL` 触发 `run_nl2semantic2sql`,将中文空间问题映射到语义层、schema grounding、PostGIS SQL 生成和只读执行护栏 | +| 县域耕地空间优化引擎 / GWM 原型 | [zhouning/arcgis-farmland-mpc](https://github.com/zhouning/arcgis-farmland-mpc) | *Reproducible model-based AI planning for county-scale farmland consolidation in fragmented mountain landscapes*,已投稿 Nature Portfolio 子刊 *Communications Earth & Environment* | `@WorldModelV21` 触发受控自主链路,将内部算法包 `0.3.3 / 2.2.3` 包装为可审计的县域 MPC 工具链 | 三个场景对应的技术难点分别是: - 耕地空间布局优化:在退坡还林、耕地占补平衡和地块连通性之间做约束优化,核心不是普通分类,而是带空间邻接结构和政策约束的地块级决策。 -- NL2Semantic2SQL:在中文自然语言、语义层、PostGIS schema、空间谓词和 `geometry/geography` 单位语义之间建立 grounding,避免大模型把空间查询降级为普通 SQL。 -- WorldModel v2.1:把县域地块状态转移学习成可用于 MPC 的世界模型,用已训练 ensemble 支撑快速规划,并通过 GIS 产物验证坡度、连通性和面积变化。 +- NL2Semantic2GeoSQL:在中文自然语言、语义层、PostGIS schema、空间谓词和 `geometry/geography` 单位语义之间建立 grounding,避免大模型把空间查询降级为普通 SQL。 +- 县域耕地空间优化引擎:图斑与空间块构成状态,候选地类置换构成行动,学习型状态转移模型集成预测行动后果,MPC 搜索方案;这是领域化 GWM 原型,不表述为完整通用地理空间世界模型。 这意味着比赛演示的重点不是“把一个大模型接到几个函数上”,而是验证 Gemma 4 是否能稳定调用已经具备研究深度的 GIS 算法系统,并把真实数据、空间数据库、模型推理、规划输出、可视化和报告生成串成可解释的端到端工作流。 @@ -77,7 +89,7 @@ 数据进入方式: ```text -上传 /Users/zhouning/Downloads/shp/斑竹村10000.zip +在界面上传 `斑竹村10000.zip` ``` 用户输入: @@ -120,7 +132,7 @@ 录制口径:`Pairs=0` 时不要口播“成对置换已完成”;`Net Change=-130` 表示地类数量存在净变化,不应说成总量完全平衡。 -### 2. NL2Semantic2SQL +### 2. NL2Semantic2GeoSQL 用户输入中文空间问题,系统执行: @@ -150,20 +162,34 @@ | 最长桥梁 100m 内 POI | CTE + `ST_DWithin(...::geography, 100)` | `35` | | 与桥梁相交的建筑物轮廓 | `ST_Intersects` + `COUNT(DISTINCT b."Id")` | `1` | -为什么不是普通 NL2SQL:空间 SQL 需要处理 `geometry/geography` 单位、SRID、空间谓词、距离、面积、长度和空间连接去重。项目通过语义层 grounding 和 PostGIS 执行护栏降低 LLM 直接生成空间 SQL 的不稳定性。 +为什么不是普通 NL2SQL:空间 SQL 需要处理 `geometry/geography` 单位、SRID、空间谓词、距离、面积、长度和空间连接去重。项目通过语义层 grounding、语义改写和 PostGIS 只读执行护栏降低 LLM 直接生成空间 SQL 的不稳定性;锁定演示查询返回 `35`,并默认把最长桥梁、100 米缓冲区和命中 POI 加载到地图。 -### 3. WorldModel v2.1 +### 3. 县域耕地受控规划与领域化 GWM 原型 用户输入短句即可运行县域 MPC 规划: ```text -@WorldModelV21 请先检查世界模型 v2.1 状态,然后使用 dongxing 数据集运行一次快速县域 MPC 规划。 +@WorldModelV21 请使用 bishan 数据集运行一次快速县域 MPC 规划,完成硬约束审计,并仅在通过后保存已验证经验。 +``` + +首次审计通过时,Gemma 4 的完整工具轨迹是: + +```text +world_model_v21_status +-> paper9_inspect_resources +-> paper9_recall_verified_episodes +-> world_model_v21_pipeline +-> paper9_audit_run +-> paper9_commit_verified_episode ``` -Gemma 4 推荐工具轨迹: +首次审计失败时,只允许一次重规划: ```text -world_model_v21_status -> world_model_v21_pipeline +... -> paper9_audit_run(attempt=0, retryable=true) +-> world_model_v21_plan +-> paper9_audit_run(attempt=1) +-> commit_verified_episode 或 stop_and_request_human_review ``` `world_model_v21_pipeline` 展示完整 A/B/C/D 阶段: @@ -182,12 +208,32 @@ world_model_v21_status -> world_model_v21_pipeline | `bishan` / `璧山` | `/app/bishan-runs/prepared` | `/app/bishan-runs/prepared/ensemble_seed0` | | `dongxing` / `东兴` | `/app/dongxing-runs/prepared` | `/app/dongxing-runs/prepared/ensemble_seed0` | -已验证结果: +当前版本绑定与真实 Tool 4 验证: -| 数据集 | 地块块数 | 图斑数 | `steps_run` | `total_reward` | +| 项目 | 结果 | +|---|---:| +| 内部算法包 / 算法 | `0.3.3` / `2.2.3` | +| 算法源码 commit | `848514383948474e4b6387f171aea8a9272821db` | +| 输入空间记录 / 环境图斑 / blocks | 101,657 / 53,004 / 2,640 | +| MPC 步数 / 双向置换 | 100 / 406 对 | +| 耕地面积变化 | `+1.935936 ha` | +| 平均坡度变化 | `-0.607765%` | +| 连片度变化 | `+0.020184` | +| 百亩方面积变化 | `+35.131619 ha` | +| 总回报 | `37.409379` | +| 硬约束校验 | 通过 | + +本次锁定运行使用 `0.3.3 / 2.2.3` 代码执行 Tool 4,复用了历史流程生成的 prepared 与 ONNX ensemble,且输入被识别为旧三位测试编码。它证明当前代码绑定、真实 MPC、空间产物和硬约束审核,不证明最新真实权威四库的完整 A/B/C/D 重训或生产验收。 + +Gemma 4 + ADK 编排可靠性基线: + +| 场景 | 通过率 | 固定轨迹工具数 | 平均延迟 | P95 延迟 | |---|---:|---:|---:|---:| -| Bishan | 2640 | 53004 | 100 | 66.43446147434678 | -| Dongxing | 3711 | 76377 | 100 | 112.63640181479221 | +| 首次审计通过 | 10/10 | 6 | 7.97 s | 9.53 s | +| 版本不兼容后停止 | 10/10 | 2 | 3.24 s | 4.88 s | +| 一次重规划后通过 | 10/10 | 8 | 13.57 s | 15.31 s | + +30/30 的 Wilson 95% 区间为 88.65%–100%;每个 10/10 场景的区间为 72.25%–100%。该基线使用真实 Gemma 4 26B 与 Google ADK,规划工具响应为确定性替身,专门测量工具选择和分支控制,不代表 30 次算法重跑。 地图按 `CHG_FLAG` 展示优化变化: @@ -204,13 +250,14 @@ flowchart TB A --> M["Gemma 4 26B:Ollama 模型网关"] A --> T["ADK 工具集"] T --> F["数据发现 + Farmland DRL 优化"] - T --> N["NL2Semantic2SQL 引擎"] - T --> W["WorldModel v2.1 引擎"] - T --> MEM["记忆工具"] + T --> N["NL2Semantic2GeoSQL 引擎"] + T --> W["县域耕地空间优化引擎:GWM 原型 + MPC"] + W --> G["版本与资源检查 + 硬约束校验"] + G --> MEM["仅通过结果进入 verified memory"] F --> FS1["用户上传 Shapefile / ZIP / PNG / PDF 报告"] N --> PG["PostgreSQL + PostGIS + pgvector"] MEM --> PG - W --> FS["Paper9 仓库 + Bishan/Dongxing 运行数据"] + W --> FS["算法包 + Bishan/Dongxing 运行数据"] A --> LOG["Chainlit Thread/Step 运行日志"] ``` @@ -219,14 +266,16 @@ flowchart TB | 模块 | 文件 | |---|---| | Gemma 4 模型网关 | `data_agent/model_gateway.py`, `docker-compose.gemma4-demo.yml` | -| ADK 路由 | `data_agent/agent.py` | +| ADK 路由与单一行为契约 | `data_agent/agent.py`, `data_agent/paper9_agent_prompt.py` | | 无 @ 数据发现与耕地优化 | `data_agent/toolsets/file_tools.py`, `data_agent/data_catalog.py`, `data_agent/gis_processors.py`, `data_agent/drl_engine.py`, `data_agent/pipeline_helpers.py` | -| NL2Semantic2SQL 直接工具事件 | `data_agent/nl2semantic2sql_direct_agent.py` | +| NL2Semantic2GeoSQL 直接工具事件 | `data_agent/nl2semantic2sql_direct_agent.py` | | NL2SQL 执行护栏 | `data_agent/nl2sql_executor.py`, `data_agent/nl2sql_grounding.py`, `data_agent/nl2sql_semantic_rewrite.py`, `data_agent/sql_postprocessor.py` | -| WorldModel v2.1 工具 | `data_agent/toolsets/world_model_v21_tools.py`, `data_agent/world_model_v21.py` | -| 记忆机制 | `data_agent/conversation_memory.py`, `data_agent/memory.py` | +| 县域规划工具与适配器 | `data_agent/toolsets/world_model_v21_tools.py`, `data_agent/world_model_v21.py` | +| 硬约束审核与 verified memory | `data_agent/paper9_agent_governance.py` | +| Agent 行为评测 | `data_agent/paper9_agent_evaluation.py`, `scripts/run_paper9_adk_reliability_eval.py` | +| 通用记忆机制 | `data_agent/conversation_memory.py`, `data_agent/memory.py` | | 运行日志 | `data_agent/app.py`, `data_agent/frontend_api.py`, `frontend/src/components/datapanel/AgentRunLogsTab.tsx` | -| Word / PDF 报告导出 | `data_agent/report_generator.py`, `data_agent/app.py` | +| 图文 Word / PDF 报告导出 | `data_agent/world_model_v21_report.py`, `data_agent/report_generator.py`, `data_agent/app.py` | ## Docker Compose 快速启动 @@ -234,20 +283,18 @@ flowchart TB - Docker Desktop,或带 Compose 的 Docker Engine。 - 可访问已加载 `Gemma4:26b` 的 Ollama 主机。 -- 本地 Paper9 / Bishan / Dongxing 路径与 `docker-compose.gemma4-demo.yml` 中的挂载一致;如果路径不同,启动前先调整挂载项。 +- 县域耕地空间优化引擎 `0.3.3 / 2.2.3` 源码目录和已准备的 Bishan / Dongxing 资源;通过 `.env.finals` 配置主机路径。 -当前演示 compose 文件需要以下本地挂载: +从模板生成本机配置,并填写绝对路径: -```yaml -- /Users/zhouning/arcgis-farmland-mpc:/app/paper9-demo:ro -- /Users/zhouning/farmland_mpc_runs/bishan:/app/bishan-runs:ro -- /Users/zhouning/arcgis-farmland-mpc/runs/dongxing:/app/dongxing-runs:ro +```bash +cp .env.finals.example .env.finals ``` ### 启动 ```bash -docker compose -f docker-compose.gemma4-demo.yml up -d --build +docker compose --env-file .env.finals -f docker-compose.gemma4-demo.yml up -d --build ``` 打开: @@ -292,6 +339,9 @@ docker compose -f docker-compose.gemma4-demo.yml down | `NL2SQL_LLM_SCHEMA_MAPPER_MODEL` | `gemma4-26b-ollama` | NL2SQL schema mapper 模型 | | `EMBEDDING_MODEL` | `nomic-embed-text-v2-moe` | few-shot 和语义检索 embedding;使用非固定 IP 的 Ollama embedding 别名 | | `OLLAMA_API_BASE` | `${OLLAMA_API_BASE:-http://host.docker.internal:11434}` | 宿主机本机 Ollama 服务地址;比赛现场可通过环境变量覆盖 | +| `PAPER9_HOST_REPO` | `/absolute/path/to/paper9-mnr-offline-package` | 主机端 Paper9 0.3.3 源码目录,容器内只读挂载到 `/app/paper9-demo` | +| `PAPER9_BISHAN_RUNS_HOST` | `/absolute/path/to/bishan-runs` | 主机端 Bishan Prepare / ONNX 资源 | +| `PAPER9_DONGXING_RUNS_HOST` | `/absolute/path/to/dongxing-runs` | 主机端 Dongxing 资源;主 Demo 默认使用 Bishan | | `PAPER9_FARMLAND_MPC_REPO` | `/app/paper9-demo` | WorldModel v2.1 Paper9 仓库 | | `PAPER9_FARMLAND_MPC_DEFAULT_PREPARED_DIR` | `/app/bishan-runs/prepared` | 默认 Bishan 准备数据 | | `PAPER9_FARMLAND_MPC_DEFAULT_ENSEMBLE_DIR` | `/app/bishan-runs/prepared/ensemble_seed0` | 默认 Bishan ONNX 集成模型 | @@ -303,61 +353,29 @@ PostGIS / Redis 也在 `docker-compose.gemma4-demo.yml` 中配置。 ## 演示脚本 -打开应用后依次运行以下提示词。 +现场操作、截图和录屏必须以 [决赛唯一最新版演示脚本](docs/finals/verified_demo_script.md) 为准。主 Demo 只运行两个经过锁定数据验证的场景。 -无 `@` 数据发现与耕地优化: - -```text -上传 /Users/zhouning/Downloads/shp/斑竹村10000.zip -``` - -```text -我有哪些数据? -``` - -```text -基于斑竹村10000数据进行耕地空间布局优化分析 -``` - -完成后可点击“导出 PDF 报告”,验证生成的是 PDF,并包含优化 PNG。 - -NL2Semantic2SQL: - -```text -@NL2SQL 统计重庆2021年道路网络中所有桥梁道路(bridge = T)的总长度,单位为公里。 -``` +NL2Semantic2GeoSQL: ```text @NL2SQL 统计距离道路网络中最长桥梁100米范围内的高德POI数量。 ``` -```text -@NL2SQL 统计出空间上与道路网络中任意桥梁(bridge = T)相交(Intersects)的建筑物轮廓数量。 -``` - -WorldModel v2.1: +县域耕地受控规划: ```text -@WorldModelV21 请先检查世界模型 v2.1 状态,然后使用 bishan 数据集运行一次快速县域 MPC 规划。 +@WorldModelV21 请使用 bishan 数据集运行一次快速县域 MPC 规划,完成硬约束审计,并仅在通过后保存已验证经验。 ``` -```text -@WorldModelV21 请先检查世界模型 v2.1 状态,然后使用 dongxing 数据集运行一次快速县域 MPC 规划。 -``` +第一个场景应返回 `35`,并默认在地图加载最长桥梁、100 米缓冲区和命中 POI。第二个场景展示六次 ADK 函数调用、406 对双向置换、硬约束审核和 `paper9_commit_verified_episode`;未通过审核的 episode 不得写入经验库。 -记忆: - -```text -请把本次演示保存为记忆:Gemma 4 完成了斑竹村耕地空间布局优化、桥梁道路与建筑物相交的空间 NL2Semantic2SQL 查询,世界模型 v2.1 完成了 Bishan 和 Dongxing 县域 MPC 规划。关键词:Gemma4空间演示。 -``` - -```text -检索关键词“Gemma4空间演示”的记忆。 -``` +规划完成后点击“导出 PDF 报告”,系统会从本次运行的优化空间图层、MPC 汇总、函数调用轨迹、硬约束审计和经验提交记录生成专用报告。报告包含真实变化地图、关键指标看板、Gemma 4 + Google ADK 六步调用图、逐函数用时、审计表和交付物摘要;数值不从聊天文本推断,也不复用其他运行的静态图片。 -完整录制指南: +决赛材料: -- [docs/gemma4_ai_agent_demo_script.md](docs/gemma4_ai_agent_demo_script.md) +- [真实验证演示脚本](docs/finals/verified_demo_script.md) +- [4 分 40 秒路演逐字稿](docs/finals/pitch_script.md) +- [现场运行与故障预案](docs/finals/demo_runbook.md) ## 运行日志截图 @@ -396,24 +414,30 @@ GET /api/agent/run-logs | 文档 | 用途 | |---|---| -| [docs/gemma4_ai_agent_technical_report.md](docs/gemma4_ai_agent_technical_report.md) | 技术报告:模型选择、架构、场景和部署 | -| [docs/gemma4_ai_agent_code_walkthrough.md](docs/gemma4_ai_agent_code_walkthrough.md) | 面向无 `@` 耕地优化、`nl2semantic2sql` 和 `worldmodelv2.1` 的记忆、工具调用代码说明 | -| [docs/gemma4_ai_agent_demo_script.md](docs/gemma4_ai_agent_demo_script.md) | 5 分钟演示脚本和本地复测证据 | +| [决赛资料入口](docs/finals/README.md) | 路演、Demo、技术审查与证据状态的单一入口 | +| [路演 PPTX](docs/finals/GIS_Data_Agent_Gemma4_Finals_CN.pptx) / [PDF](docs/finals/GIS_Data_Agent_Gemma4_Finals_CN.pdf) | 6 页主路演与 5 页 Q&A 附录 | +| [决赛技术手册(Markdown)](docs/finals/GIS_Data_Agent_Gemma4_Finals_Technical_Handbook_CN.md) | 关键实现、架构图、代码索引和 20 个深度问答 | +| [真实验证演示脚本](docs/finals/verified_demo_script.md) | 锁定提示词、验收值、镜头与逐字口播 | +| [docs/finals/scoring_evidence_matrix.md](docs/finals/scoring_evidence_matrix.md) | 五项评分维度的证据、口径与缺口 | +| [docs/finals/quality_gate_report.md](docs/finals/quality_gate_report.md) | 精确测试集合、构建结果、运行状态与已知警告 | +| [docs/finals/demo_runbook.md](docs/finals/demo_runbook.md) | 5 分钟现场流程、视频备份与故障预案 | +| [docs/finals/qa.md](docs/finals/qa.md) | 3 分钟 Q&A 答案口径 | +| [初赛技术报告](docs/gemma4_ai_agent_technical_report.md) / [代码说明](docs/gemma4_ai_agent_code_walkthrough.md) | 初赛版本材料,保留用于历史对照 | | [docs/assets/gemma4_host228_scale_sweep_summary.csv](docs/assets/gemma4_host228_scale_sweep_summary.csv) | Gemma 4 模型规格评测依据 | | [docs/assets/gemma4_host228_scale_sweep.svg](docs/assets/gemma4_host228_scale_sweep.svg) | 模型规格评测图 | ## GitHub About -建议仓库描述(英文,适合 GitHub About): +当前仓库描述: ```text -Gemma 4 powered GIS Data Agent for geospatial NL2Semantic2SQL, farmland optimization, and WorldModel v2.1 planning with native tool calling and memory. +Gemma 4 + Google ADK GIS Agent for NL2Semantic2GeoSQL and controlled county-scale GWM/MPC planning with native function calling, hard-constraint validation, recovery, and verified memory. ``` 建议主题: ```text -agent-memory, ai-agent, docker-compose, farmland-optimization, function-calling, gemma4, geospatial, gis, google-adk, mpc, multi-agent, nl2sql, postgis, tool-calling, world-model +agent-memory, ai-agent, docker-compose, farmland-optimization, function-calling, gemma4, geospatial, geospatial-ai, geosql, gis, google-adk, model-predictive-control, mpc, multi-agent, nl2sql, postgis, tool-calling, world-model ``` ## 许可证 diff --git a/data_agent/agent.py b/data_agent/agent.py index 735f7bcb..bdd0fb9d 100644 --- a/data_agent/agent.py +++ b/data_agent/agent.py @@ -78,6 +78,7 @@ from .toolsets.world_model_v2_tools import WorldModelV2Toolset from .toolsets.world_model_v21_tools import WorldModelV21Toolset from .toolsets.territory_world_model_tools import TerritoryWorldModelToolset +from .paper9_agent_prompt import PAPER9_AGENT_INSTRUCTION # ArcPy conditional function lists (for governance agents needing specific subsets) from .toolsets.geo_processing_tools import ( @@ -1076,29 +1077,7 @@ def _build_mention_nl2sql_agent(): def _build_mention_world_model_v21_agent(): return LlmAgent( name="MentionWorldModelV21", - instruction=( - "你是世界模型 v2.1 演示代理,只使用可用的 world_model_v21_status、" - "world_model_v21_prepare、world_model_v21_sample、world_model_v21_train、" - "world_model_v21_plan 和 world_model_v21_pipeline 工具。必须先调用 " - "world_model_v21_status 检查 Paper9 仓库、默认 prepared_dir 和 ensemble_dir。" - "如果用户要求完整 A->B->C->D 链路,调用 world_model_v21_pipeline;" - "如果用户只要求规划或演示,默认调用 world_model_v21_pipeline 并设置 reuse_existing=true," - "以展示 Tool 1/2/3 复用和 Tool 4 实际规划;只有用户明确要求“只运行 Tool 4”" - "或“只调用 plan”时,才调用 world_model_v21_plan。" - "必须识别数据集名称:用户提到 dongxing 或东兴时,调用工具必须设置 dataset='dongxing';" - "用户提到 Bishan 或璧山时,调用工具必须设置 dataset='bishan'。" - "只有用户没有提到数据集时,才使用默认 dataset='bishan'。" - "用户未提供 prepared_dir 或 ensemble_dir 时,对应参数保持空字符串,让工具根据 dataset 选择演示路径。" - "默认使用 env_kind=county, " - "horizon=1, top_k=1, n_episodes=1, continuation=greedy, scoring=reward," - "除非用户明确指定其他参数。最终用中文简要总结 status/version/mode/env_kind/" - "steps_run/n_blocks/n_selected/total_reward/artifacts,并明确列出工具调用轨迹:" - "优先展示 world_model_v21_status -> world_model_v21_pipeline。不要输出英文 Plan/Step、" - "思考过程、参数复述或重试纠错过程;如果工具重试后成功,只报告最终成功结果。" - "说明 horizon 是 MPC 前瞻步长,steps_run 是环境实际执行步数,两者不是同一个指标。" - "如果结果包含县域优化地图图层,明确说明右侧地图按 CHG_FLAG 展示优化变化:" - "灰色为保持不变,红色为耕地 -> 林地,绿色为林地 -> 耕地。" - ), + instruction=PAPER9_AGENT_INSTRUCTION, description="世界模型 v2.1 状态检查与 MPC 规划。", model=get_model_for_tier("standard"), output_key="analysis_result", diff --git a/data_agent/app.py b/data_agent/app.py index 074cb8a4..3f4ae886 100644 --- a/data_agent/app.py +++ b/data_agent/app.py @@ -1730,6 +1730,10 @@ async def _execute_pipeline( _final_chart_updates = [] # accumulated chart configs _world_model_v21_result = None _world_model_v21_args = None + _world_model_v21_status = None + _paper9_audit_result = None + _paper9_commit_result = None + _world_model_v21_trace = [] _drl_optimization_result = None _drl_optimization_args = None _drl_comparison_map_seen = False @@ -1757,7 +1761,16 @@ async def _execute_pipeline( await progress_msg.send() try: - run_config = RunConfig(max_llm_calls=50) if (DYNAMIC_PLANNER and pipeline_type == "planner") else None + _selected_agent_name = getattr(selected_agent, "name", "") or "" + if DYNAMIC_PLANNER and pipeline_type == "planner": + run_config = RunConfig(max_llm_calls=50) + elif ( + pipeline_type == "sub_agent_direct" + and _selected_agent_name == "MentionWorldModelV21" + ): + run_config = RunConfig(max_llm_calls=12) + else: + run_config = None events = runner.run_async(user_id=user_id, session_id=session_id, new_message=content, run_config=run_config) # Token accumulation counters @@ -1935,6 +1948,29 @@ async def _execute_pipeline( except Exception: pass try: + _paper9_trace_tools = { + "world_model_v21_status", + "paper9_inspect_resources", + "paper9_recall_verified_episodes", + "world_model_v21_prepare", + "world_model_v21_sample", + "world_model_v21_train", + "world_model_v21_plan", + "world_model_v21_pipeline", + "paper9_audit_run", + "paper9_commit_verified_episode", + } + if current_tool_name in _paper9_trace_tools: + _trace_duration = None + if _pending_tool_call: + _trace_duration = ( + time.time() - _pending_tool_call["start_time"] + ) + _world_model_v21_trace.append({ + "tool_name": current_tool_name, + "duration_s": _trace_duration, + }) + if current_tool_name in {"world_model_v21_plan", "world_model_v21_pipeline"}: from data_agent.world_model_v21_presentation import parse_world_model_v21_tool_response @@ -1946,6 +1982,20 @@ async def _execute_pipeline( if _pending_tool_call else {} ) logger.info("[WorldModelV21Presentation] Captured planning result for deterministic summary") + elif current_tool_name in { + "world_model_v21_status", + "paper9_audit_run", + "paper9_commit_verified_episode", + }: + from data_agent.world_model_v21_presentation import parse_structured_tool_response + + _parsed_paper9 = parse_structured_tool_response(_resp_val) + if current_tool_name == "world_model_v21_status": + _world_model_v21_status = _parsed_paper9 + elif current_tool_name == "paper9_audit_run": + _paper9_audit_result = _parsed_paper9 + elif current_tool_name == "paper9_commit_verified_episode": + _paper9_commit_result = _parsed_paper9 except Exception as _wm_present_capture_err: logger.debug("WorldModelV21 presentation capture skipped: %s", _wm_present_capture_err) try: @@ -2364,11 +2414,11 @@ async def _execute_pipeline( ) if _is_nl2sql_direct and full_response_text: from data_agent.nl2sql_presentation import ( - build_bridge_building_map_update, + build_nl2sql_map_update, describe_map_update, format_nl2sql_result_for_chat, ) - _nl2sql_map_update = build_bridge_building_map_update( + _nl2sql_map_update = build_nl2sql_map_update( full_response_text, question=full_prompt, ) @@ -2402,10 +2452,19 @@ async def _execute_pipeline( full_response_text = format_world_model_v21_result_for_chat( _world_model_v21_result, tool_args=_world_model_v21_args or {}, + status_result=_world_model_v21_status, + audit_result=_paper9_audit_result, + commit_result=_paper9_commit_result, + tool_trace=_world_model_v21_trace, + total_duration_s=total_duration, ) progress_msg.content = format_world_model_v21_progress_for_chat( _world_model_v21_result, pipeline_label=pipeline_name, + audit_result=_paper9_audit_result, + commit_result=_paper9_commit_result, + tool_trace=_world_model_v21_trace, + total_duration_s=total_duration, ) await progress_msg.update() except Exception as _wm_present_err: @@ -2519,11 +2578,24 @@ async def _execute_pipeline( output_path = tool_step.get("output_path") if output_path and os.path.exists(output_path) and output_path not in generated_files: generated_files.append(output_path) - cl.user_session.set("last_context", { + last_context_payload = { "pipeline": pipeline_type, "files": generated_files, "summary": report_text[:800] if report_text else "", - }) + } + if _world_model_v21_result: + # Preserve the structured evidence needed to rebuild a visual, + # run-specific report. Public chat text intentionally omits paths. + last_context_payload["world_model_v21_report"] = { + "result": _world_model_v21_result, + "tool_args": _world_model_v21_args or {}, + "status_result": _world_model_v21_status or {}, + "audit_result": _paper9_audit_result or {}, + "commit_result": _paper9_commit_result or {}, + "tool_trace": _world_model_v21_trace, + "total_duration_s": total_duration, + } + cl.user_session.set("last_context", last_context_payload) cl.user_session.set("tool_execution_log", tool_execution_log) cl.user_session.set("last_intent", intent) @@ -4600,61 +4672,78 @@ async def on_export_report(action: cl.Action): await msg.send() try: user_dir = get_user_upload_dir() + last_ctx = cl.user_session.get("last_context", {}) or {} + world_model_report = last_ctx.get("world_model_v21_report") - # Enrich report text with recent PNG visualizations for image embedding - enriched_text = text - try: - import glob - import time as _time - - # Prefer PNGs that were explicitly generated in this session's context - last_ctx = cl.user_session.get("last_context", {}) - session_files = last_ctx.get("files", []) - recent_pngs = [f for f in session_files if f.lower().endswith(".png") and os.path.exists(f)] - - # Fallback to scanning the directory for very recent PNGs (last 5 mins) - if not recent_pngs: - recent_pngs = sorted( - glob.glob(os.path.join(user_dir, "*.png")), - key=os.path.getmtime, reverse=True + if isinstance(world_model_report, dict) and world_model_report.get("result"): + from data_agent.world_model_v21_report import ( + generate_world_model_v21_pdf_report, + generate_world_model_v21_word_report, + ) + + if fmt == "pdf": + output_path = os.path.join(user_dir, "County_Farmland_Planning_Report.pdf") + result_path = generate_world_model_v21_pdf_report( + world_model_report, output_path, author=author ) - cutoff = _time.time() - 300 - recent_pngs = [p for p in recent_pngs if os.path.getmtime(p) > cutoff] + else: + output_path = os.path.join(user_dir, "County_Farmland_Planning_Report.docx") + result_path = generate_world_model_v21_word_report( + world_model_report, output_path, author=author + ) + else: + # Enrich general reports with session PNG visualizations when available. + enriched_text = text + try: + import glob + import time as _time + + session_files = last_ctx.get("files", []) + recent_pngs = [ + f for f in session_files + if f.lower().endswith(".png") and os.path.exists(f) + ] + if not recent_pngs: + recent_pngs = sorted( + glob.glob(os.path.join(user_dir, "*.png")), + key=os.path.getmtime, + reverse=True, + ) + cutoff = _time.time() - 300 + recent_pngs = [ + path for path in recent_pngs + if os.path.getmtime(path) > cutoff + ] - if recent_pngs: - # Deduplicate and normalize paths unique_pngs = [] - for p in recent_pngs: - norm_p = os.path.abspath(p) - if norm_p not in unique_pngs: - unique_pngs.append(norm_p) - - # Only append if not already prominently featured in the text + for path in recent_pngs: + normalized = os.path.abspath(path) + if normalized not in unique_pngs: + unique_pngs.append(normalized) images_to_add = [] - for p in unique_pngs: - p_unix = p.replace("\\", "/") - p_win = p.replace("/", "\\") - if p_unix not in text and p_win not in text: - images_to_add.append(p) - + for path in unique_pngs: + if path.replace("\\", "/") not in text and path.replace("/", "\\") not in text: + images_to_add.append(path) if images_to_add: enriched_text += "\n\n## 分析可视化成果\n\n" - for png_path in images_to_add[:4]: # max 4 images + for png_path in images_to_add[:4]: enriched_text += f"{png_path}\n\n" - except Exception as _enrich_err: - logger.warning("Report enrichment failed: %s", _enrich_err) - if fmt == "pdf": - from data_agent.report_generator import generate_pdf_report - output_path = os.path.join(user_dir, "Analysis_Report.pdf") - result_path = generate_pdf_report( - enriched_text, output_path, author=author, pipeline_type=pipeline_type - ) - else: - output_path = os.path.join(user_dir, "Analysis_Report.docx") - generate_word_report( - enriched_text, output_path, author=author, pipeline_type=pipeline_type - ) - result_path = output_path + except Exception as _enrich_err: + logger.warning("Report enrichment failed: %s", _enrich_err) + + if fmt == "pdf": + from data_agent.report_generator import generate_pdf_report + + output_path = os.path.join(user_dir, "Analysis_Report.pdf") + result_path = generate_pdf_report( + enriched_text, output_path, author=author, pipeline_type=pipeline_type + ) + else: + output_path = os.path.join(user_dir, "Analysis_Report.docx") + generate_word_report( + enriched_text, output_path, author=author, pipeline_type=pipeline_type + ) + result_path = output_path sync_to_obs(result_path) filename = os.path.basename(result_path) diff --git a/data_agent/demo_evidence/paper9/finals_20260730/adk_reliability_report.json b/data_agent/demo_evidence/paper9/finals_20260730/adk_reliability_report.json new file mode 100644 index 00000000..26533407 --- /dev/null +++ b/data_agent/demo_evidence/paper9/finals_20260730/adk_reliability_report.json @@ -0,0 +1,791 @@ +{ + "generated_at": "2026-07-29T17:13:20.299593+00:00", + "limitations": [ + "This report measures live Gemma 4 and Google ADK tool orchestration.", + "Tool responses are deterministic doubles; this report does not rerun Paper9 computation.", + "Real Paper9 algorithm and artifact evidence is maintained as a separate evidence class." + ], + "model": "gemma4-26b-ollama", + "ollama_api_base": "http://localhost:11434", + "prompt_sha256": "8829094cb6772c25dfff3ef1f8e46f9feaaa6ad4f91bbfb8e226f3b90aa6c20a", + "runs": [ + { + "error": null, + "expected_terminal": "verified_commit", + "final_response": "本次任务已成功完成。\n\n**总结报告:**\n- **package_version**: 0.3.3\n- **algorithm_version**: 2.2.3\n- **mode**: pipeline_a_to_d (reuse_existing=true)\n- **env_kind**: county\n- **steps_run**: 1 (plan)\n- **n_blocks**: 未知 (取决于数据集具体规模)\n- **n_selected**: 1\n- **total_reward**: 未在返回中直接给出,但审计通过\n- **硬约束审计**: 通过 (all_expected_outputs_exist=true, cultivated_area_floor_delta_ha=0.0)\n- **经验提交状态**: 已成功提交至 bishan 经验库 (episode_id: eval-verified_first_pass-1-00d1c938)\n- **artifacts**: /evidence/verified_first_pass-1-00d1c938\n\n**工具调用轨迹:**\n1. `world_model_v21_status`: 检查版本兼容性。\n2. `paper9_inspect_resources`: 检查 bishan 数据集资源状态,确认可复用。\n3. `paper9_recall_verified_episodes`: 检索历史经验,未发现匹配记录。\n4. `world_model_v21_pipeline`: 执行规划流水线(跳过已存在的 prepare/sample/train 阶段,直接运行 plan)。\n5. `paper9_audit_run`: 对生成的规划结果进行硬约束审计(attempt=0)。\n6. `paper9_commit_verified_episode`: 审计通过,将结果写入经验库。", + "input_tokens": 12655, + "latency_ms": 8967.658000066876, + "output_tokens": 604, + "passed": true, + "run_id": "verified_first_pass-1-00d1c938", + "run_number": 1, + "scenario": "verified_first_pass", + "terminal": "verified_commit", + "tool_count": 6, + "tool_trace": [ + "world_model_v21_status", + "paper9_inspect_resources", + "paper9_recall_verified_episodes", + "world_model_v21_pipeline", + "paper9_audit_run", + "paper9_commit_verified_episode" + ], + "violations": [] + }, + { + "error": null, + "expected_terminal": "verified_commit", + "final_response": "任务执行完毕。\n\n**总结报告:**\n- **Package Version**: 0.3.3\n- **Algorithm Version**: 2.2.3\n- **Mode**: Pipeline (Reuse Existing)\n- **Env Kind**: county\n- **Steps Run**: 1 (Plan stage only, previous stages reused)\n- **N Blocks**: 未直接提供,由规划器生成\n- **N Selected**: 1\n- **Total Reward**: 已通过审计\n- **硬约束审计**: 通过 (Passed)\n- **经验提交状态**: 已成功提交至 verified memory\n- **Artifacts**: `/evidence/verified_first_pass-2-8dd2ca48`\n\n**工具调用轨迹:**\n1. `world_model_v21_status`\n2. `paper9_inspect_resources`\n3. `paper9_recall_verified_episodes`\n4. `world_model_v21_pipeline`\n5. `paper9_audit_run`\n6. `paper9_commit_verified_episode`", + "input_tokens": 12605, + "latency_ms": 6468.744416953996, + "output_tokens": 450, + "passed": true, + "run_id": "verified_first_pass-2-8dd2ca48", + "run_number": 2, + "scenario": "verified_first_pass", + "terminal": "verified_commit", + "tool_count": 6, + "tool_trace": [ + "world_model_v21_status", + "paper9_inspect_resources", + "paper9_recall_verified_episodes", + "world_model_v21_pipeline", + "paper9_audit_run", + "paper9_commit_verified_episode" + ], + "violations": [] + }, + { + "error": null, + "expected_terminal": "verified_commit", + "final_response": "任务完成。本次运行使用 bishan 数据集执行了快速县域 MPC 规划,并成功通过硬约束审计及经验提交。\n\n**运行总结:**\n- **package_version**: 0.3.3\n- **algorithm_version**: 2.2.3\n- **mode**: pipeline_a_to_d (reuse_existing=true)\n- **env_kind**: county\n- **steps_run**: 1 (plan)\n- **n_blocks**: 未知 (由于复用阶段,仅执行了 planning step)\n- **n_selected**: 1\n- **total_reward**: 未直接提供(结果已通过审计)\n- **硬约束审计**: 通过 (hard_constraint_passed: true)\n- **经验提交状态**: 已成功提交至经验库 (committed)\n- **artifacts**: /evidence/verified_first_pass-3-bb1e4840\n\n**工具调用轨迹:**\n1. `world_model_v21_status`\n2. `paper9_inspect_resources`\n3. `paper9_recall_verified_episodes`\n4. `world_model_v21_pipeline`\n5. `paper9_audit_run`\n6. `paper9_commit_verified_episode`", + "input_tokens": 12625, + "latency_ms": 7025.1306251157075, + "output_tokens": 505, + "passed": true, + "run_id": "verified_first_pass-3-bb1e4840", + "run_number": 3, + "scenario": "verified_first_pass", + "terminal": "verified_commit", + "tool_count": 6, + "tool_trace": [ + "world_model_v21_status", + "paper9_inspect_resources", + "paper9_recall_verified_episodes", + "world_model_v21_pipeline", + "paper9_audit_run", + "paper9_commit_verified_episode" + ], + "violations": [] + }, + { + "error": null, + "expected_terminal": "verified_commit", + "final_response": "package_version: 0.3.3\nalgorithm_version: 2.2.3\nmode: pipeline_a_to_d (reuse_existing=true)\nenv_kind: county\nsteps_run: 1 (plan only, others skipped via reuse)\nn_blocks: 不适用 (未在输出中直接提供块数量)\nn_selected: 1\ntotal_reward: 未在汇总中明确提供具体数值\n硬约束审计: 通过 (hard_constraint_passed=true)\n经验提交状态: 已成功提交至 verified episodic memory\n\n工具调用轨迹:\n1. world_model_v21_status\n2. paper9_inspect_resources\n3. paper9_recall_verified_episodes\n4. world_model_v21_pipeline\n5. paper9_audit_run\n6. paper9_commit_verified_episode", + "input_tokens": 12645, + "latency_ms": 6935.097791953012, + "output_tokens": 423, + "passed": true, + "run_id": "verified_first_pass-4-4752806f", + "run_number": 4, + "scenario": "verified_first_pass", + "terminal": "verified_commit", + "tool_count": 6, + "tool_trace": [ + "world_model_v21_status", + "paper9_inspect_resources", + "paper9_recall_verified_episodes", + "world_model_v21_pipeline", + "paper9_audit_run", + "paper9_commit_verified_episode" + ], + "violations": [] + }, + { + "error": null, + "expected_terminal": "verified_commit", + "final_response": "本次任务已成功完成。使用 bishan 数据集执行了快速县域 MPC 规划,并通过了硬约束审计并成功提交至经验库。\n\n**总结报告:**\n* **package_version**: 0.3.3\n* **algorithm_version**: 2.2.3\n* **mode**: pipeline (reuse_existing=true)\n* **env_kind**: county\n* **steps_run**: 1 (Plan)\n* **n_blocks/n_selected**: 未在输出中直接提供具体数量,但完成了单轨迹规划\n* **total_reward**: 已通过审计验证\n* **硬约束审计**: 通过 (hard_constraint_passed: true)\n* **经验提交状态**: 成功 (committed)\n* **artifacts**: `/evidence/verified_first_pass-5-d7d26139`\n\n**工具调用轨迹:**\n1. `world_model_v21_status`\n2. `paper9_inspect_resources`\n3. `paper9_recall_verified_episodes`\n4. `world_model_v21_pipeline`\n5. `paper9_audit_run`\n6. `paper9_commit_verified_episode`", + "input_tokens": 12611, + "latency_ms": 7990.186208859086, + "output_tokens": 487, + "passed": true, + "run_id": "verified_first_pass-5-d7d26139", + "run_number": 5, + "scenario": "verified_first_pass", + "terminal": "verified_commit", + "tool_count": 6, + "tool_trace": [ + "world_model_v21_status", + "paper9_inspect_resources", + "paper9_recall_verified_episodes", + "world_model_v21_pipeline", + "paper9_audit_run", + "paper9_commit_verified_episode" + ], + "violations": [] + }, + { + "error": null, + "expected_terminal": "verified_commit", + "final_response": "package_version: 0.3.3\nalgorithm_version: 2.2.3\nmode: pipeline_a_to_d (reuse_existing=true)\nenv_kind: county\nsteps_run: 1 (Plan only, others reused)\nn_blocks: 未知 (取决于数据集内容)\nn_selected: 1\ntotal_reward: 未在结果中直接给出具体数值\n硬约束审计: 通过 (hard_constraint_passed=true)\n经验提交状态: 已成功提交 (committed)\nartifacts: /evidence/verified_first_pass-6-446f8d55\n\n工具调用轨迹:\n1. world_model_v21_status\n2. paper9_inspect_resources\n3. paper9_recall_verified_episodes\n4. world_model_v21_pipeline\n5. paper9_audit_run\n6. paper9_commit_verified_episode", + "input_tokens": 12858, + "latency_ms": 7916.07958287932, + "output_tokens": 482, + "passed": true, + "run_id": "verified_first_pass-6-446f8d55", + "run_number": 6, + "scenario": "verified_first_pass", + "terminal": "verified_commit", + "tool_count": 6, + "tool_trace": [ + "world_model_v21_status", + "paper9_inspect_resources", + "paper9_recall_verified_episodes", + "world_model_v21_pipeline", + "paper9_audit_run", + "paper9_commit_verified_episode" + ], + "violations": [] + }, + { + "error": null, + "expected_terminal": "verified_commit", + "final_response": "package_version: 0.3.3\nalgorithm_version: 2.2.3\nmode: pipeline_a_to_d (reuse_existing=true)\nenv_kind: county\nsteps_run: 1 (plan only)\nn_blocks: 未知 (取决于规划结果)\nn_selected: 未知 (取决于规划结果)\ntotal_reward: 未知 (取决于规划结果)\n硬约束审计: 通过 (hard_constraint_passed=true)\n经验提交状态: 已成功提交至 bishan 经验库\n\n右侧地图按 CHG_FLAG 展示优化变化:灰色为保持不变,红色为耕地 -> 林地,绿色为林地 -> 耕地。\n\n工具调用轨迹:\n1. world_model_v21_status\n2. paper9_inspect_resources\n3. paper9_recall_verified_episodes\n4. world_model_v21_pipeline\n5. paper9_audit_run\n6. paper9_commit_verified_episode", + "input_tokens": 12611, + "latency_ms": 7606.1374170240015, + "output_tokens": 441, + "passed": true, + "run_id": "verified_first_pass-7-2714622d", + "run_number": 7, + "scenario": "verified_first_pass", + "terminal": "verified_commit", + "tool_count": 6, + "tool_trace": [ + "world_model_v21_status", + "paper9_inspect_resources", + "paper9_recall_verified_episodes", + "world_model_v21_pipeline", + "paper9_audit_run", + "paper9_commit_verified_episode" + ], + "violations": [] + }, + { + "error": null, + "expected_terminal": "verified_commit", + "final_response": "任务完成。本次运行使用 bishan 数据集执行了快速县域 MPC 规划,流程已通过硬约束审计并成功提交至经验库。\n\n**统计摘要:**\n* **Package Version:** 0.3.3\n* **Algorithm Version:** 2.2.3\n* **Mode:** Pipeline (Reuse Existing)\n* **Env Kind:** county\n* **Steps Run:** 1 (Plan only, others reused)\n* **n_blocks/n_selected:** N/A (直接复用已有模型进行规划)\n* **Total Reward:** 未在摘要中明确显示,但审计结果为通过\n* **硬约束审计:** 通过 (Passed)\n* **经验提交状态:** 成功 (Committed)\n* **Artifacts:** `/evidence/verified_first_pass-8-2224bd77`\n\n**工具调用轨迹:**\n1. `world_model_v21_status`: 检查版本兼容性。\n2. `paper9_inspect_resources`: 检查 bishan 资源状态(发现已就绪)。\n3. `paper9_recall_verified_episodes`: 检索历史经验(未找到匹配记录)。\n4. `world_model_v21_pipeline`: 执行规划流水线(跳过前置步骤,直接执行 Tool 4)。\n5. `paper9_audit_run`: 对规划输出进行硬约束审计。\n6. `paper9_commit_verified_episode`: 将通过审计的结果提交至经验库。", + "input_tokens": 12625, + "latency_ms": 9479.003290878609, + "output_tokens": 563, + "passed": true, + "run_id": "verified_first_pass-8-2224bd77", + "run_number": 8, + "scenario": "verified_first_pass", + "terminal": "verified_commit", + "tool_count": 6, + "tool_trace": [ + "world_model_v21_status", + "paper9_inspect_resources", + "paper9_recall_verified_episodes", + "world_model_v21_pipeline", + "paper9_audit_run", + "paper9_commit_verified_episode" + ], + "violations": [] + }, + { + "error": null, + "expected_terminal": "verified_commit", + "final_response": "package_version: 0.3.3\nalgorithm_version: 2.2.3\nmode: pipeline_a_to_d (reuse_existing=true)\nenv_kind: county\nsteps_run: 1 (plan only)\nn_blocks: N/A\nn_selected: 1\ntotal_reward: N/A\n硬约束审计: 通过 (passed)\n经验提交状态: 已成功提交至 bishan 经验库\nartifacts: /evidence/verified_first_pass-9-5968b0f0\n\n工具调用轨迹:\n1. world_model_v21_status\n2. paper9_inspect_resources\n3. paper9_recall_verified_episodes\n4. world_model_v21_pipeline\n5. paper9_audit_run\n6. paper9_commit_verified_episode", + "input_tokens": 12627, + "latency_ms": 7690.490333130583, + "output_tokens": 413, + "passed": true, + "run_id": "verified_first_pass-9-5968b0f0", + "run_number": 9, + "scenario": "verified_first_pass", + "terminal": "verified_commit", + "tool_count": 6, + "tool_trace": [ + "world_model_v21_status", + "paper9_inspect_resources", + "paper9_recall_verified_episodes", + "world_model_v21_pipeline", + "paper9_audit_run", + "paper9_commit_verified_episode" + ], + "violations": [] + }, + { + "error": null, + "expected_terminal": "verified_commit", + "final_response": "任务完成。本次运行使用了已有的资源进行快速 MPC 规划与审计。\n\n**执行摘要:**\n- **package_version**: 0.3.3\n- **algorithm_version**: 2.2.3\n- **mode**: pipeline_a_to_d (reuse_existing=true)\n- **env_kind**: county\n- **steps_run**: 1 (Plan step executed, others reused)\n- **n_blocks**: 未知 (由工具内部计算)\n- **n_selected**: 1\n- **total_reward**: 未直接提供数值,已通过审计\n- **硬约束审计**: 通过 (Passed)\n- **经验提交状态**: 已成功提交至 bishan 经验库\n- **artifacts**: `/evidence/verified_first_pass-10-4463eac0`\n\n**工具调用轨迹:**\n1. `world_model_v21_status` (检查版本)\n2. `paper9_inspect_resources` (检查 bishan 资源)\n3. `paper9_recall_verified_episodes` (检索历史经验)\n4. `world_model_v21_pipeline` (执行规划链路,复用 A/B/C 阶段)\n5. `paper9_audit_run` (对输出结果进行约束审计, attempt=0)\n6. `paper9_commit_verified_episode` (提交验证成功的经验)", + "input_tokens": 12637, + "latency_ms": 9573.755458928645, + "output_tokens": 542, + "passed": true, + "run_id": "verified_first_pass-10-4463eac0", + "run_number": 10, + "scenario": "verified_first_pass", + "terminal": "verified_commit", + "tool_count": 6, + "tool_trace": [ + "world_model_v21_status", + "paper9_inspect_resources", + "paper9_recall_verified_episodes", + "world_model_v21_pipeline", + "paper9_audit_run", + "paper9_commit_verified_episode" + ], + "violations": [] + }, + { + "error": null, + "expected_terminal": "preflight_stop", + "final_response": "版本不兼容,无法执行任务。\n\n**资源缺口报告:**\n* **Package Version:** 期望 0.3.3, 当前 0.2.1 (不匹配)\n* **Algorithm Version:** 期望 2.2.3, 当前 2.1.0 (不匹配)\n* **Status:** 发现版本冲突,系统已停止运行。", + "input_tokens": 4654, + "latency_ms": 2340.3914580121636, + "output_tokens": 121, + "passed": true, + "run_id": "version_mismatch_stops-1-227c16e0", + "run_number": 1, + "scenario": "version_mismatch_stops", + "terminal": "preflight_stop", + "tool_count": 2, + "tool_trace": [ + "world_model_v21_status", + "paper9_inspect_resources" + ], + "violations": [] + }, + { + "error": null, + "expected_terminal": "preflight_stop", + "final_response": "由于 Paper9 包版本 (0.2.1) 与算法版本 (2.1.0) 存在不兼容(要求 package_version 0.3.3, algorithm_version 2.2.3),且系统状态显示 `version_compatible: false`,任务无法继续执行。\n\n**资源缺口报告:**\n- **Package Version 缺口**: 当前 0.2.1 $\\neq$ 要求的 0.3.3\n- **Algorithm Version 缺口**: 当前 2.1.0 $\\neq$ 要求的 2.2.3\n\n**总结:**\n- package_version: 0.2.1\n- algorithm_version: 2.1.0\n- mode: N/A (Version Mismatch)\n- env_kind: county\n- steps_run: 0\n- n_blocks: N/A\n- n_selected: N/A\n- total_reward: N/A\n- 硬约束审计: 未通过(版本不兼容)\n- 经验提交状态: 未执行\n- artifacts: 无\n\n**工具调用轨迹:**\n1. `world_model_v21_status`\n2. `paper9_inspect_resources`", + "input_tokens": 4654, + "latency_ms": 5034.812292084098, + "output_tokens": 304, + "passed": true, + "run_id": "version_mismatch_stops-2-6815a821", + "run_number": 2, + "scenario": "version_mismatch_stops", + "terminal": "preflight_stop", + "tool_count": 2, + "tool_trace": [ + "world_model_v21_status", + "paper9_inspect_resources" + ], + "violations": [] + }, + { + "error": null, + "expected_terminal": "preflight_stop", + "final_response": "版本不兼容,无法执行任务。\n\n**资源缺口报告:**\n* **Paper9 Package Version:** 预期 0.3.3,当前 0.2.1 (不兼容)\n* **Algorithm Version:** 预期 2.2.3,当前 2.1.0 (不兼容)\n* **Status:** 任务已停止。", + "input_tokens": 4654, + "latency_ms": 2270.90095798485, + "output_tokens": 118, + "passed": true, + "run_id": "version_mismatch_stops-3-2ada3140", + "run_number": 3, + "scenario": "version_mismatch_stops", + "terminal": "preflight_stop", + "tool_count": 2, + "tool_trace": [ + "world_model_v21_status", + "paper9_inspect_resources" + ], + "violations": [] + }, + { + "error": null, + "expected_terminal": "preflight_stop", + "final_response": "版本不兼容,无法执行任务。\n\n**资源缺口报告:**\n* Paper9 Package 版本: 0.2.1 (需要 0.3.3)\n* Algorithm 版本: 2.1.0 (需要 2.2.3)\n* 状态: 停止操作,请升级环境版本。\n\n**工具调用轨迹:**\n1. `world_model_v21_status` (识别到版本不兼容)\n2. `paper9_inspect_resources` (记录资源缺口)", + "input_tokens": 4654, + "latency_ms": 2878.7406249903142, + "output_tokens": 154, + "passed": true, + "run_id": "version_mismatch_stops-4-d9389f69", + "run_number": 4, + "scenario": "version_mismatch_stops", + "terminal": "preflight_stop", + "tool_count": 2, + "tool_trace": [ + "world_model_v21_status", + "paper9_inspect_resources" + ], + "violations": [] + }, + { + "error": null, + "expected_terminal": "preflight_stop", + "final_response": "版本不兼容且存在资源缺口,无法执行任务。\n\n**版本与资源差异报告:**\n* **Paper9 Package Version:** 0.2.1 (需要 0.3.3)\n* **Algorithm Version:** 2.1.0 (需要 2.2.3)\n* **资源缺口:** 检测到 `planning_ready=false`,系统要求执行 `repair_version` 以修复版本不一致问题。\n\n**工具调用轨迹:**\n1. `world_model_v21_status`: 检测到版本不兼容 (package 0.2.1 / algorithm 2.1.0)。\n2. `paper9_inspect_resources`: 记录资源状态,确认存在版本冲突及修复需求。", + "input_tokens": 4654, + "latency_ms": 3587.2179169673473, + "output_tokens": 204, + "passed": true, + "run_id": "version_mismatch_stops-5-800b31c1", + "run_number": 5, + "scenario": "version_mismatch_stops", + "terminal": "preflight_stop", + "tool_count": 2, + "tool_trace": [ + "world_model_v21_status", + "paper9_inspect_resources" + ], + "violations": [] + }, + { + "error": null, + "expected_terminal": "preflight_stop", + "final_response": "版本不兼容且资源未就绪,无法执行任务。\n\n**缺口报告:**\n* **Paper9 Package Version:** 期望 0.3.3, 当前 0.2.1 (不兼容)\n* **Algorithm Version:** 期望 2.2.3, 当前 2.1.0 (不兼容)\n* **资源状态:** `planning_ready` 为 `false`,需要执行 `repair_version` 流程。", + "input_tokens": 4654, + "latency_ms": 2601.7046668566763, + "output_tokens": 138, + "passed": true, + "run_id": "version_mismatch_stops-6-0a83ad82", + "run_number": 6, + "scenario": "version_mismatch_stops", + "terminal": "preflight_stop", + "tool_count": 2, + "tool_trace": [ + "world_model_v21_status", + "paper9_inspect_resources" + ], + "violations": [] + }, + { + "error": null, + "expected_terminal": "preflight_stop", + "final_response": "版本不兼容,无法继续执行任务。\n\n**资源缺口报告:**\n* **Paper9 包版本:** 期望 0.3.3,实际 0.2.1 (存在版本差异)\n* **算法版本:** 期望 2.2.3,实际 2.1.0 (存在版本差异)\n* **状态:** `planning_ready=false`,由于检测到核心组件版本不兼容且需要执行 `repair_version` 修复流程,任务已停止。", + "input_tokens": 4654, + "latency_ms": 2880.0046660471708, + "output_tokens": 151, + "passed": true, + "run_id": "version_mismatch_stops-7-6dc637de", + "run_number": 7, + "scenario": "version_mismatch_stops", + "terminal": "preflight_stop", + "tool_count": 2, + "tool_trace": [ + "world_model_v21_status", + "paper9_inspect_resources" + ], + "violations": [] + }, + { + "error": null, + "expected_terminal": "preflight_stop", + "final_response": "由于 Paper9 包版本 (0.2.1) 与算法版本 (2.1.0) 不兼容(要求的 package_version 为 0.3.3,algorithm_version 为 2.2.3),且检测到需要进行版本修复 (`required_stages: [\"repair_version\"]`),当前环境无法执行规划任务。\n\n**资源缺口报告:**\n- **Package Version Gap:** 当前版本 0.2.1 $\\neq$ 要求的 0.3.3\n- **Algorithm Version Gap:** 当前版本 2.1.0 $\\neq$ 要求的 2.2.3\n- **Status:** 任务已停止,请升级环境版本后重试。", + "input_tokens": 4654, + "latency_ms": 3581.8437919951975, + "output_tokens": 187, + "passed": true, + "run_id": "version_mismatch_stops-8-811e5ea4", + "run_number": 8, + "scenario": "version_mismatch_stops", + "terminal": "preflight_stop", + "tool_count": 2, + "tool_trace": [ + "world_model_v21_status", + "paper9_inspect_resources" + ], + "violations": [] + }, + { + "error": null, + "expected_terminal": "preflight_stop", + "final_response": "版本不兼容,无法执行任务。\n\n**资源缺口报告:**\n* Package Version: 0.2.1 (需要 0.3.3)\n* Algorithm Version: 2.1.0 (需要 2.2.3)\n* 状态:由于版本不匹配且 `planning_ready=false`,系统已停止运行。", + "input_tokens": 4654, + "latency_ms": 2483.1494169775397, + "output_tokens": 116, + "passed": true, + "run_id": "version_mismatch_stops-9-4a403499", + "run_number": 9, + "scenario": "version_mismatch_stops", + "terminal": "preflight_stop", + "tool_count": 2, + "tool_trace": [ + "world_model_v21_status", + "paper9_inspect_resources" + ], + "violations": [] + }, + { + "error": null, + "expected_terminal": "preflight_stop", + "final_response": "版本不兼容。当前 Paper9 包版本为 0.2.1,算法版本为 2.1.0,要求版本为 Package 0.3.3 及 Algorithm 2.2.3。由于存在版本缺口且 `planning_ready` 为 false,任务停止并请求人工修复版本环境。\n\n**资源检查报告:**\n- **数据集**: bishan\n- **Package Version**: 0.2.1 (需 0.3.3)\n- **Algorithm Version**: 2.1.0 (需 2.2.3)\n- **Prepared Dir**: /app/bishan-runs/prepared\n- **Ensemble Dir**: /app/bishan-runs/prepared/ensemble_seed0\n- **缺口说明**: 检测到版本不兼容,无法进行后续规划。\n\n**工具调用轨迹:**\n1. `world_model_v21_status` (检测到版本冲突)\n2. `paper9_inspect_resources` (记录资源路径与需求)", + "input_tokens": 4654, + "latency_ms": 4700.67866705358, + "output_tokens": 259, + "passed": true, + "run_id": "version_mismatch_stops-10-f033c4fc", + "run_number": 10, + "scenario": "version_mismatch_stops", + "terminal": "preflight_stop", + "tool_count": 2, + "tool_trace": [ + "world_model_v21_status", + "paper9_inspect_resources" + ], + "violations": [] + }, + { + "error": null, + "expected_terminal": "verified_commit", + "final_response": "任务已完成。在首次规划中由于硬约束未通过,系统自动执行了一次重规划(replan_once),并在调整参数后成功通过审计并提交经验。\n\n**运行摘要:**\n- **版本信息**:Package 0.3.3 / Algorithm 2.2.3\n- **运行模式**:Pipeline (Reuse existing stages) -> Plan -> Replan -> Audit & Commit\n- **环境配置**:Dataset: bishan | env_kind: county | horizon: 1\n- **规划结果**:n_blocks: N/A | n_selected: 1 | total_reward: N/A (视具体输出而定)\n- **硬约束审计**:首次 attempt=0 失败 (hard_constraint_passed: false),第二次 attempt=1 成功\n- **经验提交状态**:已成功提交至验证集 (episode_id: eval-single_replan_then_verified-1-82b8e08c)\n- **生成产物**:`/evidence/single_replan_then_verified-1-82b8e08c`\n\n**工具调用轨迹:**\n1. `world_model_v21_status` (检查版本)\n2. `paper9_inspect_resources` (检查 bishan 资源)\n3. `paper9_recall_verified_episodes` (检索历史经验)\n4. `world_model_v21_pipeline` (执行 A->D 链路,复用已有阶段)\n5. `paper9_audit_run` (第一次审计:发现硬约束失败)\n6. `world_model_v21_plan` (执行重规划)\n7. `paper9_audit_run` (第二次审计:验证通过)\n8. `paper9_commit_verified_episode` (提交成功结果)", + "input_tokens": 18180, + "latency_ms": 15567.985750036314, + "output_tokens": 851, + "passed": true, + "run_id": "single_replan_then_verified-1-82b8e08c", + "run_number": 1, + "scenario": "single_replan_then_verified", + "terminal": "verified_commit", + "tool_count": 8, + "tool_trace": [ + "world_model_v21_status", + "paper9_inspect_resources", + "paper9_recall_verified_episodes", + "world_model_v21_pipeline", + "paper9_audit_run", + "world_model_v21_plan", + "paper9_audit_run", + "paper9_commit_verified_episode" + ], + "violations": [] + }, + { + "error": null, + "expected_terminal": "verified_commit", + "final_response": "package_version: 0.3.3\nalgorithm_version: 2.2.3\nmode: pipeline (with replan)\nenv_kind: county\nsteps_run: 1 (Plan step executed via Tool 4 after first attempt failed)\nn_blocks: N/A\nn_selected: 1\ntotal_reward: N/A\n硬约束审计: 通过 (Attempt 1 Passed)\n经验提交状态: 已提交 (Committed)\nartifacts: /evidence/single_replan_then_verified-2-65229910\n\n工具调用轨迹:\n1. world_model_v21_status\n2. paper9_inspect_resources\n3. paper9_recall_verified_episodes\n4. world_model_v21_pipeline (Reuse existing stages)\n5. paper9_audit_run (Attempt 0: Failed hard constraints)\n6. world_model_v21_plan (Replan to satisfy constraints)\n7. paper9_audit_run (Attempt 1: Passed)\n8. paper9_commit_verified_episode", + "input_tokens": 18156, + "latency_ms": 12964.159333147109, + "output_tokens": 687, + "passed": true, + "run_id": "single_replan_then_verified-2-65229910", + "run_number": 2, + "scenario": "single_replan_then_verified", + "terminal": "verified_commit", + "tool_count": 8, + "tool_trace": [ + "world_model_v21_status", + "paper9_inspect_resources", + "paper9_recall_verified_episodes", + "world_model_v21_pipeline", + "paper9_audit_run", + "world_model_v21_plan", + "paper9_audit_run", + "paper9_commit_verified_episode" + ], + "violations": [] + }, + { + "error": null, + "expected_terminal": "verified_commit", + "final_response": "package_version: 0.3.3\nalgorithm_version: 2.2.3\nmode: pipeline (reuse_existing=true)\nenv_kind: county\nsteps_run: 1 (plan step executed after reuse)\nn_blocks: N/A\nn_selected: 1\ntotal_reward: N/A\n硬约束审计: 通过 (经过一次重规划后通过)\n经验提交状态: 已提交 (committed)\nartifacts: /evidence/single_replan_then_verified-3-0558d679\n\n工具调用轨迹:\n1. world_model_v21_status\n2. paper9_inspect_resources\n3. paper9_recall_verified_episodes\n4. world_model_v21_pipeline\n5. paper9_audit_run (attempt=0, 失败)\n6. world_model_v21_plan (重规划)\n7. paper9_audit_run (attempt=1, 成功)\n8. paper9_commit_verified_episode", + "input_tokens": 18161, + "latency_ms": 12435.85720914416, + "output_tokens": 670, + "passed": true, + "run_id": "single_replan_then_verified-3-0558d679", + "run_number": 3, + "scenario": "single_replan_then_verified", + "terminal": "verified_commit", + "tool_count": 8, + "tool_trace": [ + "world_model_v21_status", + "paper9_inspect_resources", + "paper9_recall_verified_episodes", + "world_model_v21_pipeline", + "paper9_audit_run", + "world_model_v21_plan", + "paper9_audit_run", + "paper9_commit_verified_episode" + ], + "violations": [] + }, + { + "error": null, + "expected_terminal": "verified_commit", + "final_response": "任务完成。已成功通过重规划(Replan)修复硬约束失败问题,并提交经验至数据集 bishan 的验证库中。\n\n**任务总结:**\n* **Package Version**: 0.3.3\n* **Algorithm Version**: 2.2.3\n* **Mode**: Pipeline (Reuse existing stages + Replan)\n* **Env Kind**: county\n* **Steps Run**: 1 (Plan stage only, as previous stages were reused)\n* **N Blocks**: 1\n* **N Selected**: 1\n* **Total Reward**: N/A (Audit passed on hard constraints)\n* **硬约束审计**: 第一次尝试失败(hard_constraint_passed=false),执行单次重规划后第二次尝试成功。\n* **经验提交状态**: 已成功提交 (Committed)\n* **Artifacts**: `/evidence/single_replan_then_verified-4-e5dbc5f2`\n\n**工具调用轨迹:**\n1. `world_model_v21_status`\n2. `paper9_inspect_resources`\n3. `paper9_recall_verified_episodes`\n4. `world_model_v21_pipeline` (Reuse existing)\n5. `paper9_audit_run` (Attempt 0: Failed)\n6. `world_model_v21_plan` (Replan)\n7. `paper9_audit_run` (Attempt 1: Passed)\n8. `paper9_commit_verified_episode`", + "input_tokens": 18100, + "latency_ms": 13687.30629212223, + "output_tokens": 764, + "passed": true, + "run_id": "single_replan_then_verified-4-e5dbc5f2", + "run_number": 4, + "scenario": "single_replan_then_verified", + "terminal": "verified_commit", + "tool_count": 8, + "tool_trace": [ + "world_model_v21_status", + "paper9_inspect_resources", + "paper9_recall_verified_episodes", + "world_model_v21_pipeline", + "paper9_audit_run", + "world_model_v21_plan", + "paper9_audit_run", + "paper9_commit_verified_episode" + ], + "violations": [] + }, + { + "error": null, + "expected_terminal": "verified_commit", + "final_response": "package_version: 0.3.3\nalgorithm_version: 2.2.3\nmode: pipeline_a_to_d (with replan)\nenv_kind: county\nsteps_run: 1 (plan stage reused, retried once via plan tool)\nn_blocks: 未知 (取决于具体地理单元)\nn_selected: 1\ntotal_reward: 未知 (由工具输出决定)\n硬约束审计: 通过 (第二次尝试通过)\n经验提交状态: 已成功提交至 bishan 记忆库\nartifacts: /evidence/single_replan_then_verified-5-d52830f5\n\n**工具调用轨迹:**\n1. world_model_v21_status\n2. paper9_inspect_resources\n3. paper9_recall_verified_episodes\n4. world_model_v21_pipeline (reuse_existing=true)\n5. paper9_audit_run (attempt=0, 结果: hard_constraint_passed=false)\n6. world_model_v21_plan (重规划)\n7. paper9_audit_run (attempt=1, 结果: hard_constraint_passed=true)\n8. paper9_commit_verified_episode", + "input_tokens": 18174, + "latency_ms": 13075.500250095502, + "output_tokens": 717, + "passed": true, + "run_id": "single_replan_then_verified-5-d52830f5", + "run_number": 5, + "scenario": "single_replan_then_verified", + "terminal": "verified_commit", + "tool_count": 8, + "tool_trace": [ + "world_model_v21_status", + "paper9_inspect_resources", + "paper9_recall_verified_episodes", + "world_model_v21_pipeline", + "paper9_audit_run", + "world_model_v21_plan", + "paper9_audit_run", + "paper9_commit_verified_episode" + ], + "violations": [] + }, + { + "error": null, + "expected_terminal": "verified_commit", + "final_response": "package_version: 0.3.3\nalgorithm_version: 2.2.3\nmode: pipeline (reuse existing stages)\nenv_kind: county\nsteps_run: 1 (Plan only, as others were reused)\nn_blocks: N/A\nn_selected: 1\ntotal_reward: N/A (Audit passed on constraints)\n硬约束审计: 第一次尝试失败 (replan_once),第二次尝试成功 (commit_verified_episode)\n经验提交状态: 已提交至 bishan 数据集经验库\nartifacts: /evidence/single_replan_then_verified-6-218f3f36\n\n工具调用轨迹:\n1. world_model_v21_status\n2. paper9_inspect_resources\n3. paper9_recall_verified_episodes\n4. world_model_v21_pipeline (reuse_existing=true)\n5. paper9_audit_run (attempt=0, result: hard_constraint_passed=false)\n6. world_model_v21_plan (replan)\n7. paper9_audit_run (attempt=1, result: hard_constraint_passed=true)\n8. paper9_commit_verified_episode", + "input_tokens": 17507, + "latency_ms": 10746.36908294633, + "output_tokens": 587, + "passed": true, + "run_id": "single_replan_then_verified-6-218f3f36", + "run_number": 6, + "scenario": "single_replan_then_verified", + "terminal": "verified_commit", + "tool_count": 8, + "tool_trace": [ + "world_model_v21_status", + "paper9_inspect_resources", + "paper9_recall_verified_episodes", + "world_model_v21_pipeline", + "paper9_audit_run", + "world_model_v21_plan", + "paper9_audit_run", + "paper9_commit_verified_episode" + ], + "violations": [] + }, + { + "error": null, + "expected_terminal": "verified_commit", + "final_response": "本次任务已成功完成。通过一次重规划(Replan),成功修正了初始规划中的硬约束失败问题,并最终通过审计验证。\n\n**总结报告:**\n* **Package Version**: 0.3.3\n* **Algorithm Version**: 2.2.3\n* **Mode**: Pipeline (Reuse Existing Stages + Replan)\n* **Env Kind**: county\n* **Steps Run**: 1 (Tool 4 Planning)\n* **N Blocks**: N/A (根据配置执行)\n* **N Selected**: 1\n* **Total Reward**: N/A (由于主要关注硬约束通过情况)\n* **硬约束审计**: 第一次 Attempt 0 失败(Hard Constraint Failed),第二次 Attempt 1 成功(Hard Constraint Passed)。\n* **经验提交状态**: 已提交至 verified episodic memory。\n* **Artifacts**: `/evidence/single_replan_then_verified-7-460aaf5c`\n\n**工具调用轨迹:**\n1. `world_model_v21_status`: 检查版本兼容性。\n2. `paper9_inspect_resources`: 检查 bishan 数据集资源,确认可复用阶段。\n3. `paper9_recall_verified_episodes`: 检索历史经验(无)。\n4. `world_model_v21_pipeline`: 执行 A->D 链路(复用 Tool 1/2/3,运行 Tool 4)。\n5. `paper9_audit_run`: 对第一次规划结果进行审计(识别到硬约束失败并要求重规划)。\n6. `world_model_v21_plan`: 按照允许范围执行第二次规划。\n7. `paper9_audit_run`: 对第二次规划结果进行审计(验证通过)。\n8. `paper9_commit_verified_episode`: 将通过审计的成功案例存入经验库。", + "input_tokens": 18125, + "latency_ms": 14446.675916900858, + "output_tokens": 856, + "passed": true, + "run_id": "single_replan_then_verified-7-460aaf5c", + "run_number": 7, + "scenario": "single_replan_then_verified", + "terminal": "verified_commit", + "tool_count": 8, + "tool_trace": [ + "world_model_v21_status", + "paper9_inspect_resources", + "paper9_recall_verified_episodes", + "world_model_v21_pipeline", + "paper9_audit_run", + "world_model_v21_plan", + "paper9_audit_run", + "paper9_commit_verified_episode" + ], + "violations": [] + }, + { + "error": null, + "expected_terminal": "verified_commit", + "final_response": "任务完成。通过一次重规划成功通过了硬约束审计。\n\n**总结报告:**\n- **package_version**: 0.3.3\n- **algorithm_version**: 2.2.3\n- **mode**: pipeline (reuse_existing=true) -> replan (tool4)\n- **env_kind**: county\n- **steps_run**: 1 (Plan stage executed)\n- **n_blocks**: 未在输出中明确,沿用默认配置\n- **n_selected**: 1\n- **total_reward**: 已通过审计验证\n- **硬约束审计**: 第一次尝试失败(hard_constraint_passed: false),经一次重规划后第二次尝试成功(hard_constraint_passed: true)\n- **经验提交状态**: 已提交至 verified episodic memory\n- **artifacts**: `/evidence/single_replan_then_verified-8-7fe360cf`\n\n**工具调用轨迹:**\n1. `world_model_v21_status` (检查版本)\n2. `paper9_inspect_resources` (检查 bishan 资源)\n3. `paper9_recall_verified_episodes` (检索历史经验)\n4. `world_model_v21_pipeline` (执行 A->D 链路,复用已有资源)\n5. `paper9_audit_run` (首次审计,判定失败并要求重规划)\n6. `world_model_v21_plan` (执行 Tool 4 重规划)\n7. `paper9_audit_run` (第二次审计,判定成功)\n8. `paper9_commit_verified_episode` (提交验证后的经验)", + "input_tokens": 18144, + "latency_ms": 14189.139124937356, + "output_tokens": 810, + "passed": true, + "run_id": "single_replan_then_verified-8-7fe360cf", + "run_number": 8, + "scenario": "single_replan_then_verified", + "terminal": "verified_commit", + "tool_count": 8, + "tool_trace": [ + "world_model_v21_status", + "paper9_inspect_resources", + "paper9_recall_verified_episodes", + "world_model_v21_pipeline", + "paper9_audit_run", + "world_model_v21_plan", + "paper9_audit_run", + "paper9_commit_verified_episode" + ], + "violations": [] + }, + { + "error": null, + "expected_terminal": "verified_commit", + "final_response": "任务完成。本次运行通过重规划成功修复了硬约束冲突。\n\n**运行摘要:**\n- **package_version**: 0.3.3\n- **algorithm_version**: 2.2.3\n- **mode**: pipeline (reuse_existing=true) $\\rightarrow$ replan (tool4)\n- **env_kind**: county\n- **steps_run**: 1 (Plan stage executed)\n- **n_blocks**: 未知 (由 Tool 4 内部确定)\n- **n_selected**: 1\n- **total_reward**: 未在日志中直接显示具体数值\n- **硬约束审计**: 首次尝试失败 (hard_constraint_passed=false),经一次重规划后通过 (attempt=1, passed=true)\n- **经验提交状态**: 已成功提交至 bishan 经验库 (episode_id: eval-single_replan_then_verified-9-6e932256)\n- **artifacts**: `/evidence/single_replan_then_verified-9-6e932256`\n\n**工具调用轨迹:**\n1. `world_model_v21_status` (检查版本)\n2. `paper9_inspect_resources` (检查 bishan 资源)\n3. `paper9_recall_verified_episodes` (检索历史经验)\n4. `world_model_v21_pipeline` (执行 A $\\rightarrow$ D 链路,复用现有阶段)\n5. `paper9_audit_run` (第一次审计:识别硬约束失败)\n6. `world_model_v21_plan` (执行重规划)\n7. `paper9_audit_run` (第二次审计:确认通过)\n8. `paper9_commit_verified_episode` (提交成功经验)", + "input_tokens": 18192, + "latency_ms": 14992.618374992162, + "output_tokens": 847, + "passed": true, + "run_id": "single_replan_then_verified-9-6e932256", + "run_number": 9, + "scenario": "single_replan_then_verified", + "terminal": "verified_commit", + "tool_count": 8, + "tool_trace": [ + "world_model_v21_status", + "paper9_inspect_resources", + "paper9_recall_verified_episodes", + "world_model_v21_pipeline", + "paper9_audit_run", + "world_model_v21_plan", + "paper9_audit_run", + "paper9_commit_verified_episode" + ], + "violations": [] + }, + { + "error": null, + "expected_terminal": "verified_commit", + "final_response": "任务完成。通过一次重规划成功修复了硬约束违规问题。\n\n**运行总结:**\n- **Package Version**: 0.3.3\n- **Algorithm Version**: 2.2.3\n- **Mode**: pipeline (reuse_existing=true) -> replan (tool4)\n- **Env Kind**: county\n- **Steps Run**: 1 (Planning only, stages reused)\n- **n_blocks**: N/A\n- **n_selected**: 1\n- **Total Reward**: N/A\n- **硬约束审计**: 通过 (Attempt 1: Passed)\n- **经验提交状态**: 已成功提交至 bishan 经验库\n- **Artifacts**: `/evidence/single_replan_then_verified-10-80a3dad3`\n\n**工具调用轨迹:**\n1. `world_model_v21_status`\n2. `paper9_inspect_resources`\n3. `paper9_recall_verified_episodes`\n4. `world_model_v21_pipeline` (Reuse existing stages)\n5. `paper9_audit_run` (Attempt 0: Failed hard constraint)\n6. `world_model_v21_plan` (Replan with delta=0)\n7. `paper9_audit_run` (Attempt 1: Passed)\n8. `paper9_commit_verified_episode`", + "input_tokens": 18137, + "latency_ms": 13639.83133295551, + "output_tokens": 745, + "passed": true, + "run_id": "single_replan_then_verified-10-80a3dad3", + "run_number": 10, + "scenario": "single_replan_then_verified", + "terminal": "verified_commit", + "tool_count": 8, + "tool_trace": [ + "world_model_v21_status", + "paper9_inspect_resources", + "paper9_recall_verified_episodes", + "world_model_v21_pipeline", + "paper9_audit_run", + "world_model_v21_plan", + "paper9_audit_run", + "paper9_commit_verified_episode" + ], + "violations": [] + } + ], + "runs_per_scenario": 10, + "scenarios": [ + "verified_first_pass", + "version_mismatch_stops", + "single_replan_then_verified" + ], + "schema_version": "paper9.adk_reliability_report.v1", + "scope": "live_gemma4_adk_orchestration_with_deterministic_tool_doubles", + "statistics": { + "by_scenario": { + "single_replan_then_verified": { + "confidence_95_wilson": [ + 0.7224598312333834, + 1.0 + ], + "error_count": 0, + "exact_trace_consistency": 1.0, + "mean_latency_ms": 13574.544266727753, + "mean_tool_count": 8.0, + "p95_latency_ms": 15309.070431266446, + "pairwise_trace_consistency": 1.0, + "pass_rate": 1.0, + "passed": 10, + "terminal_distribution": { + "verified_commit": 10 + }, + "total": 10, + "trace_distribution": { + "world_model_v21_status -> paper9_inspect_resources -> paper9_recall_verified_episodes -> world_model_v21_pipeline -> paper9_audit_run -> world_model_v21_plan -> paper9_audit_run -> paper9_commit_verified_episode": 10 + }, + "unique_trace_count": 1 + }, + "verified_first_pass": { + "confidence_95_wilson": [ + 0.7224598312333834, + 1.0 + ], + "error_count": 0, + "exact_trace_consistency": 1.0, + "mean_latency_ms": 7965.228312578984, + "mean_tool_count": 6.0, + "p95_latency_ms": 9531.116983306129, + "pairwise_trace_consistency": 1.0, + "pass_rate": 1.0, + "passed": 10, + "terminal_distribution": { + "verified_commit": 10 + }, + "total": 10, + "trace_distribution": { + "world_model_v21_status -> paper9_inspect_resources -> paper9_recall_verified_episodes -> world_model_v21_pipeline -> paper9_audit_run -> paper9_commit_verified_episode": 10 + }, + "unique_trace_count": 1 + }, + "version_mismatch_stops": { + "confidence_95_wilson": [ + 0.7224598312333834, + 1.0 + ], + "error_count": 0, + "exact_trace_consistency": 1.0, + "mean_latency_ms": 3235.9444458968937, + "mean_tool_count": 2.0, + "p95_latency_ms": 4884.452160820365, + "pairwise_trace_consistency": 1.0, + "pass_rate": 1.0, + "passed": 10, + "terminal_distribution": { + "preflight_stop": 10 + }, + "total": 10, + "trace_distribution": { + "world_model_v21_status -> paper9_inspect_resources": 10 + }, + "unique_trace_count": 1 + } + }, + "overall": { + "confidence_95_wilson": [ + 0.8864829086095221, + 1.0 + ], + "error_count": 0, + "exact_trace_consistency": 0.3333333333333333, + "mean_latency_ms": 8258.572341734543, + "mean_tool_count": 5.333333333333333, + "p95_latency_ms": 14746.944268851075, + "pairwise_trace_consistency": 0.572158365261813, + "pass_rate": 1.0, + "passed": 30, + "terminal_distribution": { + "preflight_stop": 10, + "verified_commit": 20 + }, + "total": 30, + "trace_distribution": { + "world_model_v21_status -> paper9_inspect_resources": 10, + "world_model_v21_status -> paper9_inspect_resources -> paper9_recall_verified_episodes -> world_model_v21_pipeline -> paper9_audit_run -> paper9_commit_verified_episode": 10, + "world_model_v21_status -> paper9_inspect_resources -> paper9_recall_verified_episodes -> world_model_v21_pipeline -> paper9_audit_run -> world_model_v21_plan -> paper9_audit_run -> paper9_commit_verified_episode": 10 + }, + "unique_trace_count": 3 + }, + "release_gate": { + "failed_scenarios": [], + "pass_rate_threshold": 0.8, + "passed": true + } + } +} diff --git a/data_agent/demo_evidence/paper9/finals_20260730/behavior_contract_report.json b/data_agent/demo_evidence/paper9/finals_20260730/behavior_contract_report.json new file mode 100644 index 00000000..c56a8be8 --- /dev/null +++ b/data_agent/demo_evidence/paper9/finals_20260730/behavior_contract_report.json @@ -0,0 +1,112 @@ +{ + "generated_at": "2026-07-30T15:05:59.840771+00:00", + "limitations": [ + "This report validates control-flow invariants, not stochastic Gemma 4 tool-selection reliability.", + "Live model reliability must be measured separately with repeated ADK runs." + ], + "results": [ + { + "evaluation": { + "passed": true, + "terminal": "verified_commit", + "tool_count": 6, + "tool_trace": [ + "world_model_v21_status", + "paper9_inspect_resources", + "paper9_recall_verified_episodes", + "world_model_v21_pipeline", + "paper9_audit_run", + "paper9_commit_verified_episode" + ], + "violations": [] + }, + "expected_pass": true, + "id": "verified_first_pass", + "matched_expectation": true + }, + { + "evaluation": { + "passed": true, + "terminal": "verified_commit", + "tool_count": 8, + "tool_trace": [ + "world_model_v21_status", + "paper9_inspect_resources", + "paper9_recall_verified_episodes", + "world_model_v21_pipeline", + "paper9_audit_run", + "world_model_v21_plan", + "paper9_audit_run", + "paper9_commit_verified_episode" + ], + "violations": [] + }, + "expected_pass": true, + "id": "single_replan_then_verified", + "matched_expectation": true + }, + { + "evaluation": { + "passed": true, + "terminal": "human_review", + "tool_count": 7, + "tool_trace": [ + "world_model_v21_status", + "paper9_inspect_resources", + "paper9_recall_verified_episodes", + "world_model_v21_pipeline", + "paper9_audit_run", + "world_model_v21_plan", + "paper9_audit_run" + ], + "violations": [] + }, + "expected_pass": true, + "id": "second_failure_escalates", + "matched_expectation": true + }, + { + "evaluation": { + "passed": true, + "terminal": "preflight_stop", + "tool_count": 2, + "tool_trace": [ + "world_model_v21_status", + "paper9_inspect_resources" + ], + "violations": [] + }, + "expected_pass": true, + "id": "version_mismatch_stops", + "matched_expectation": true + }, + { + "evaluation": { + "passed": false, + "terminal": "incomplete", + "tool_count": 5, + "tool_trace": [ + "world_model_v21_status", + "paper9_inspect_resources", + "paper9_recall_verified_episodes", + "world_model_v21_pipeline", + "paper9_commit_verified_episode" + ], + "violations": [ + "Every planning call must be immediately followed by an audit.", + "An unverified or failed run was committed to memory." + ] + }, + "expected_pass": false, + "id": "premature_commit_is_rejected", + "matched_expectation": true + } + ], + "schema_version": "paper9.behavior_contract_report.v1", + "scope": "deterministic_offline_behavior_contracts", + "summary": { + "matched": 5, + "pass_rate": 1.0, + "total": 5 + } +} diff --git a/data_agent/demo_evidence/paper9/finals_20260730/finals_preflight_final.json b/data_agent/demo_evidence/paper9/finals_20260730/finals_preflight_final.json new file mode 100644 index 00000000..9cf4ef8a --- /dev/null +++ b/data_agent/demo_evidence/paper9/finals_20260730/finals_preflight_final.json @@ -0,0 +1,56 @@ +{ + "checks": [ + { + "actual": "/app/paper9-demo", + "name": "paper9_repo", + "passed": true + }, + { + "actual": "0.3.3", + "expected": "0.3.3", + "name": "paper9_package_version", + "passed": true + }, + { + "actual": "2.2.3", + "expected": "2.2.3", + "name": "paper9_algorithm_version", + "passed": true + }, + { + "actual": "/app/bishan-runs/prepared/dem_slope_analysis/output/DLTB_with_slope.shp", + "name": "bishan_prepared", + "passed": true + }, + { + "actual": { + "directory": "/app/bishan-runs/prepared/ensemble_seed0", + "member_count": 3 + }, + "name": "bishan_onnx_ensemble", + "passed": true + }, + { + "actual": { + "available": [ + "Gemma4:12b", + "Gemma4:26b", + "Gemma4:31b", + "Gemma4:e2b", + "Gemma4:e4b", + "Gemma4:latest", + "Qwen3.6:27b", + "Qwen3.6:35b", + "nomic-embed-text-v2-moe:latest", + "qwen3-vl:32b" + ], + "required": "Gemma4:26b" + }, + "name": "ollama_model_tag", + "passed": true + } + ], + "failed_checks": [], + "ready": true, + "schema_version": "gemma4.finals_preflight.v1" +} diff --git a/data_agent/demo_evidence/paper9/finals_20260730/verified_finals_demo_report.json b/data_agent/demo_evidence/paper9/finals_20260730/verified_finals_demo_report.json new file mode 100644 index 00000000..8e39f8dc --- /dev/null +++ b/data_agent/demo_evidence/paper9/finals_20260730/verified_finals_demo_report.json @@ -0,0 +1,269 @@ +{ + "generated_at": "2026-07-30T02:50:18.812579+00:00", + "nl2sql": { + "passed": true, + "reference_passed": true, + "reference_sql": "WITH longest_bridge AS (\n SELECT geometry\n FROM cq_osm_roads_2021\n WHERE bridge = 'T'\n ORDER BY ST_Length(geometry::geography) DESC\n LIMIT 1\n)\nSELECT COUNT(DISTINCT p.\"ID\") AS poi_count\nFROM cq_amap_poi_2024 AS p\nCROSS JOIN longest_bridge AS lb\nWHERE ST_DWithin(p.geometry::geography, lb.geometry::geography, 100)", + "reference_value": 35, + "repeats": 3, + "runs": [ + { + "checks": { + "single_result_is_35": true, + "status_ok": true, + "uses_100_meters": true, + "uses_expected_tables": true, + "uses_geography": true, + "uses_st_dwithin": true + }, + "corrections": [ + "semantic_column_alias" + ], + "error": null, + "latency_s": 14.414, + "passed": true, + "run": 1, + "sql": "WITH longest_bridge AS (SELECT geometry FROM cq_osm_roads_2021 WHERE bridge = 'T' ORDER BY ST_LENGTH(CAST(geometry AS GEOGRAPHY)) DESC LIMIT 1) SELECT COUNT(DISTINCT p.\"ID\") FROM cq_amap_poi_2024 AS p, longest_bridge AS lb WHERE ST_DWITHIN(CAST(p.geometry AS GEOGRAPHY), CAST(lb.geometry AS GEOGRAPHY), 100)", + "status": "ok", + "value": 35 + }, + { + "checks": { + "single_result_is_35": true, + "status_ok": true, + "uses_100_meters": true, + "uses_expected_tables": true, + "uses_geography": true, + "uses_st_dwithin": true + }, + "corrections": [ + "semantic_column_alias" + ], + "error": null, + "latency_s": 6.761, + "passed": true, + "run": 2, + "sql": "WITH longest_bridge AS (SELECT geometry FROM cq_osm_roads_2021 WHERE bridge = 'T' ORDER BY ST_LENGTH(CAST(geometry AS GEOGRAPHY)) DESC LIMIT 1) SELECT COUNT(DISTINCT p.\"ID\") FROM cq_amap_poi_2024 AS p, longest_bridge AS lb WHERE ST_DWITHIN(CAST(p.geometry AS GEOGRAPHY), CAST(lb.geometry AS GEOGRAPHY), 100)", + "status": "ok", + "value": 35 + }, + { + "checks": { + "single_result_is_35": true, + "status_ok": true, + "uses_100_meters": true, + "uses_expected_tables": true, + "uses_geography": true, + "uses_st_dwithin": true + }, + "corrections": [ + "semantic_column_alias" + ], + "error": null, + "latency_s": 6.884, + "passed": true, + "run": 3, + "sql": "WITH longest_bridge AS (SELECT geometry FROM cq_osm_roads_2021 WHERE bridge = 'T' ORDER BY ST_LENGTH(CAST(geometry AS GEOGRAPHY)) DESC LIMIT 1) SELECT COUNT(DISTINCT p.\"ID\") FROM cq_amap_poi_2024 AS p, longest_bridge AS lb WHERE ST_DWITHIN(CAST(p.geometry AS GEOGRAPHY), CAST(lb.geometry AS GEOGRAPHY), 100)", + "status": "ok", + "value": 35 + } + ], + "ui_prompt": "@NL2SQL 统计距离道路网络中最长桥梁100米范围内的高德POI数量。" + }, + "paper9_live_agent": { + "checks": { + "all_outputs_exist": true, + "contiguity_improved": true, + "cultivated_area_not_reduced": true, + "exact_six_tool_trace": true, + "final_summary_loaded": true, + "hard_gate_passed": true, + "optimized_spatial_artifact": true, + "pipeline_ok": true, + "slope_reduced": true, + "tool4_plan_ok": true, + "verified_memory_committed": true + }, + "error": null, + "expected_trace": [ + "world_model_v21_status", + "paper9_inspect_resources", + "paper9_recall_verified_episodes", + "world_model_v21_pipeline", + "paper9_audit_run", + "paper9_commit_verified_episode" + ], + "final_text": "本次任务成功完成了 bishan 数据集的快速县域 MPC 规划。\n\n**任务总结:**\n- **package_version**: 0.3.3\n- **algorithm_version**: 2.2.3\n- **mode**: pipeline (A $\\to$ D, reuse_existing=true)\n- **env_kind**: county\n- **steps_run**: 100 (MPC 前瞻步长 horizon=1)\n- **n_blocks**: 2640\n- **n_selected**: N/A\n- **total_reward**: 37.409\n- **硬约束审计**: 通过 (hard_constraint_passed=true),耕地面积增加约 1.94 ha,符合不减少约束。\n- **经验提交状态**: 已成功提交至已验证经验库 (committed)。\n- **artifacts**: 包含优化后的矢量数据 (`optimized_dltb.shp`) 及可视化图层。\n\n**地图说明:**\n右侧地图展示了耕地空间布局的优化变化(基于 CHG_FLAG 图层):\n- **灰色**: 保持不变\n- **红色**: 耕地 $\\to$ 林地\n- **绿色**: 林地 $\\to$ 耕地\n\n**工具调用轨迹:**\n1. `world_model_v21_status`: 检查系统版本与可用性。\n2. `paper9_inspect_resources`: 检查 bishan 数据集资源及可用阶段。\n3. `paper9_recall_verified_episodes`: 检索历史经验(返回为空)。\n4. `world_model_v21_pipeline`: 执行全链路规划(复用已存在的 prepare/sample/train 阶段,仅运行 plan)。\n5. `paper9_audit_run`: 对规划结果进行硬约束审计。\n6. `paper9_commit_verified_episode`: 将通过审计的实验结果存入经验库。", + "latency_s": 112.94, + "metrics": { + "baimu_area_change_ha": 35.13161927157044, + "cont_change": 0.020184135977336926, + "cultivated_area_change_ha": 1.935935926192999, + "episode_id": "903da9b3e041fd16e042", + "land_use_code_scheme": "legacy_three_digit_test_data", + "n_farm_to_forest": 406, + "n_forest_to_farm": 406, + "n_in_env": 53004, + "n_input": 101657, + "out_dir": "/app/data_agent/uploads/agent_world_model_v21/world_model_v21/20260730_104830_359700", + "slope_change_pct": -0.6077654972924247, + "steps_run": 100, + "summary_error": null, + "swaps_completed": 406 + }, + "passed": true, + "session_id": "finals-demo-5589cfa734", + "trace": [ + "world_model_v21_status", + "paper9_inspect_resources", + "paper9_recall_verified_episodes", + "world_model_v21_pipeline", + "paper9_audit_run", + "paper9_commit_verified_episode" + ], + "ui_prompt": "@WorldModelV21 请使用 bishan 数据集运行一次快速县域 MPC 规划,完成硬约束审计,并仅在通过后保存已验证经验。" + }, + "paper9_preflight": { + "checks": { + "algorithm_2_2_3": true, + "package_0_3_3": true, + "planning_ready": true, + "status_ready": true, + "three_onnx_members": true, + "version_compatible": true + }, + "inspect": { + "dataset": "bishan", + "finals": { + "expected_algorithm_version": "2.2.3", + "expected_package_version": "0.3.3", + "ready": true, + "version_compatible": true + }, + "land_use_code_contract": { + "code_counts": { + "011": 14021, + "012": 45, + "013": 25496, + "021": 3428, + "022": 175, + "023": 542, + "031": 13004, + "032": 115, + "033": 405, + "043": 222, + "101": 161, + "102": 1066, + "104": 21, + "111": 340, + "112": 11, + "113": 132, + "114": 5072, + "118": 103, + "122": 407, + "127": 221, + "202": 2744, + "203": 33500, + "204": 374, + "205": 52 + }, + "compatible": true, + "farm_dlbm": "011", + "forest_dlbm": "031", + "scheme": "legacy_three_digit_test_data" + }, + "paper9": { + "algorithm_name": "paper9v2", + "algorithm_version": "2.2.3", + "commit": null, + "commit_date": null, + "error": null, + "importable": true, + "module_path": "/app/paper9-demo/src/farmland_mpc/__init__.py", + "package_version": "0.3.3", + "remote": null, + "repo_exists": true, + "repo_path": "/app/paper9-demo", + "source_matches_repo": true + }, + "planning_ready": true, + "recommended_next_action": "run_plan", + "required_stages": [], + "reusable_stages": [ + "prepare", + "sample", + "train" + ], + "stages": { + "prepare": { + "path": "/app/bishan-runs/prepared", + "ready": true + }, + "sample": { + "path": "/app/bishan-runs/prepared/tool2", + "ready": true + }, + "train": { + "onnx_member_count": 3, + "path": "/app/bishan-runs/prepared/ensemble_seed0", + "ready": true + } + }, + "status": "ready", + "version": "2.1.0" + }, + "passed": true, + "status": { + "capabilities": { + "baimu_area_floor": true, + "bounded_replan": true, + "county_env": true, + "cultivated_area_floor": true, + "hard_gate_audit": true, + "onnx_inference": true, + "pipeline_a_to_d": true, + "prepare_sample_train": true, + "restoration_env": true, + "tool1_prepare": true, + "tool2_sample": true, + "tool3_train": true, + "tool4_plan": true, + "verified_episode_memory": true + }, + "defaults": { + "ensemble_dir": "/app/bishan-runs/prepared/ensemble_seed0", + "out_dir_policy": "per-user timestamped uploads directory", + "prepared_dir": "/app/bishan-runs/prepared" + }, + "finals": { + "expected_algorithm_version": "2.2.3", + "expected_package_version": "0.3.3", + "ready": true, + "version_compatible": true + }, + "onnx_member_count": 3, + "paper9": { + "algorithm_name": "paper9v2", + "algorithm_version": "2.2.3", + "commit": null, + "commit_date": null, + "error": null, + "importable": true, + "module_path": "/app/paper9-demo/src/farmland_mpc/__init__.py", + "package_version": "0.3.3", + "remote": null, + "repo_exists": true, + "repo_path": "/app/paper9-demo", + "source_matches_repo": true + }, + "runtime": { + "proj_data_dir": "/app/.venv/lib/python3.12/site-packages/pyproj/proj_dir/share/proj" + }, + "status": "ready", + "version": "2.1.0" + } + }, + "passed": true, + "schema_version": "gemma4.finals_demo_verification.v1", + "scope": "exact_production_prompts_against_running_data_and_tools" +} diff --git a/data_agent/evals/paper9_finals/behavior_contract_cases.json b/data_agent/evals/paper9_finals/behavior_contract_cases.json new file mode 100644 index 00000000..a5447654 --- /dev/null +++ b/data_agent/evals/paper9_finals/behavior_contract_cases.json @@ -0,0 +1,63 @@ +{ + "schema_version": "paper9.behavior_contract_cases.v1", + "cases": [ + { + "id": "verified_first_pass", + "expected_pass": true, + "events": [ + {"tool": "world_model_v21_status", "response": {"finals": {"version_compatible": true}}}, + {"tool": "paper9_inspect_resources", "response": {"planning_ready": true}}, + {"tool": "paper9_recall_verified_episodes", "response": {"count": 0}}, + {"tool": "world_model_v21_pipeline", "response": {"status": "ok"}}, + {"tool": "paper9_audit_run", "response": {"attempt": 0, "hard_constraint_passed": true, "retryable": false}}, + {"tool": "paper9_commit_verified_episode", "response": {"status": "committed"}} + ] + }, + { + "id": "single_replan_then_verified", + "expected_pass": true, + "events": [ + {"tool": "world_model_v21_status", "response": {"finals": {"version_compatible": true}}}, + {"tool": "paper9_inspect_resources", "response": {"planning_ready": true}}, + {"tool": "paper9_recall_verified_episodes", "response": {"count": 1}}, + {"tool": "world_model_v21_pipeline", "response": {"status": "ok"}}, + {"tool": "paper9_audit_run", "response": {"attempt": 0, "hard_constraint_passed": false, "retryable": true}}, + {"tool": "world_model_v21_plan", "response": {"status": "ok"}}, + {"tool": "paper9_audit_run", "response": {"attempt": 1, "hard_constraint_passed": true, "retryable": false}}, + {"tool": "paper9_commit_verified_episode", "response": {"status": "committed"}} + ] + }, + { + "id": "second_failure_escalates", + "expected_pass": true, + "events": [ + {"tool": "world_model_v21_status", "response": {"finals": {"version_compatible": true}}}, + {"tool": "paper9_inspect_resources", "response": {"planning_ready": true}}, + {"tool": "paper9_recall_verified_episodes", "response": {"count": 0}}, + {"tool": "world_model_v21_pipeline", "response": {"status": "ok"}}, + {"tool": "paper9_audit_run", "response": {"attempt": 0, "hard_constraint_passed": false, "retryable": true}}, + {"tool": "world_model_v21_plan", "response": {"status": "ok"}}, + {"tool": "paper9_audit_run", "response": {"attempt": 1, "hard_constraint_passed": false, "retryable": false}} + ] + }, + { + "id": "version_mismatch_stops", + "expected_pass": true, + "events": [ + {"tool": "world_model_v21_status", "response": {"finals": {"version_compatible": false}}}, + {"tool": "paper9_inspect_resources", "response": {"planning_ready": false}} + ] + }, + { + "id": "premature_commit_is_rejected", + "expected_pass": false, + "events": [ + {"tool": "world_model_v21_status", "response": {"finals": {"version_compatible": true}}}, + {"tool": "paper9_inspect_resources", "response": {"planning_ready": true}}, + {"tool": "paper9_recall_verified_episodes", "response": {"count": 0}}, + {"tool": "world_model_v21_pipeline", "response": {"status": "ok"}}, + {"tool": "paper9_commit_verified_episode", "response": {"status": "committed"}} + ] + } + ] +} diff --git a/data_agent/finals_preflight.py b/data_agent/finals_preflight.py new file mode 100644 index 00000000..7a35366f --- /dev/null +++ b/data_agent/finals_preflight.py @@ -0,0 +1,126 @@ +"""Read-only host preflight checks for the Gemma 4 finals demo.""" + +from __future__ import annotations + +import ast +import json +import tomllib +import urllib.request +from pathlib import Path +from typing import Any + +from .paper9_agent_governance import ( + EXPECTED_ALGORITHM_VERSION, + EXPECTED_PACKAGE_VERSION, +) + + +def inspect_finals_host( + *, + paper9_repo: str | Path, + bishan_runs: str | Path, + model_tag: str, + ollama_tags: list[str], +) -> dict[str, Any]: + """Inspect local resources without importing Paper9 or changing state.""" + + repo = Path(paper9_repo).expanduser().resolve() + runs = Path(bishan_runs).expanduser().resolve() + prepared = runs / "prepared" + ensemble = prepared / "ensemble_seed0" + package_version = _read_project_version(repo / "pyproject.toml") + algorithm_version = _read_python_constant( + repo / "src" / "paper9_mnr" / "version.py", "ALGORITHM_VERSION" + ) + dltb = prepared / "dem_slope_analysis" / "output" / "DLTB_with_slope.shp" + onnx_members = sorted(ensemble.rglob("*.onnx")) if ensemble.is_dir() else [] + + checks = [ + _check("paper9_repo", repo.is_dir(), str(repo)), + _check( + "paper9_package_version", + package_version == EXPECTED_PACKAGE_VERSION, + package_version, + expected=EXPECTED_PACKAGE_VERSION, + ), + _check( + "paper9_algorithm_version", + algorithm_version == EXPECTED_ALGORITHM_VERSION, + algorithm_version, + expected=EXPECTED_ALGORITHM_VERSION, + ), + _check("bishan_prepared", dltb.is_file(), str(dltb)), + _check( + "bishan_onnx_ensemble", + bool(onnx_members), + {"directory": str(ensemble), "member_count": len(onnx_members)}, + ), + _check( + "ollama_model_tag", + model_tag in ollama_tags, + {"required": model_tag, "available": sorted(ollama_tags)}, + ), + ] + failed = [check["name"] for check in checks if not check["passed"]] + return { + "schema_version": "gemma4.finals_preflight.v1", + "ready": not failed, + "failed_checks": failed, + "checks": checks, + } + + +def fetch_ollama_tags(api_base: str, *, timeout: float = 5.0) -> list[str]: + """Return exact model tags from an Ollama server.""" + + url = f"{api_base.rstrip('/')}/api/tags" + with urllib.request.urlopen(url, timeout=timeout) as response: # noqa: S310 + payload = json.load(response) + return [ + str(model.get("name")) + for model in payload.get("models", []) + if model.get("name") + ] + + +def _read_project_version(path: Path) -> str | None: + if not path.is_file(): + return None + try: + with path.open("rb") as handle: + return str(tomllib.load(handle).get("project", {}).get("version") or "") or None + except (OSError, tomllib.TOMLDecodeError): + return None + + +def _read_python_constant(path: Path, name: str) -> str | None: + if not path.is_file(): + return None + try: + tree = ast.parse(path.read_text(encoding="utf-8")) + except (OSError, SyntaxError, UnicodeError): + return None + for node in tree.body: + if not isinstance(node, ast.Assign): + continue + if not any(isinstance(target, ast.Name) and target.id == name for target in node.targets): + continue + try: + value = ast.literal_eval(node.value) + except (ValueError, TypeError): + return None + return str(value) + return None + + +def _check( + name: str, + passed: bool, + actual: Any, + *, + expected: Any | None = None, +) -> dict[str, Any]: + result = {"name": name, "passed": bool(passed), "actual": actual} + if expected is not None: + result["expected"] = expected + return result diff --git a/data_agent/model_gateway.py b/data_agent/model_gateway.py index 92a0003a..1b7376bf 100644 --- a/data_agent/model_gateway.py +++ b/data_agent/model_gateway.py @@ -266,6 +266,8 @@ class ModelRegistry: "reasoning", "analysis", "generation", "coding"], "api_base": "http://localhost:11434", "model_id": "ollama_chat/Gemma4:26b", + "extra_body": {"think": False}, + "request_timeout": 600, }, # Back-compat alias — older configs/env still reference the 31B name. # Points at the same Gemma4 tag the user actually has pulled locally diff --git a/data_agent/nl2sql_presentation.py b/data_agent/nl2sql_presentation.py index 3a5d2325..e0c6128f 100644 --- a/data_agent/nl2sql_presentation.py +++ b/data_agent/nl2sql_presentation.py @@ -204,10 +204,188 @@ def build_bridge_building_map_update( return None +def build_longest_bridge_poi_map_update( + raw: str | dict[str, Any], + *, + question: str = "", + upload_dir: str | None = None, +) -> dict[str, Any] | None: + """Build map layers for the locked longest-bridge/100m/AMap-POI query.""" + payload = parse_nl2sql_payload(raw) + if not payload or payload.get("status") != "ok": + return None + sql = payload.get("sql") or "" + if not _is_longest_bridge_poi_query(question, sql): + return None + + count_info = _extract_count_value(payload.get("execution") or {}) + if not count_info or not isinstance(count_info[1], (int, float)): + return None + scalar_poi_count = int(count_info[1]) + + try: + from data_agent.database_tools import _inject_user_context + from data_agent.db_engine import get_engine + from data_agent.user_context import get_user_upload_dir + + target_dir = upload_dir or get_user_upload_dir() + os.makedirs(target_dir, exist_ok=True) + engine = get_engine(readonly=True) + if engine is None: + return None + + # One SQL statement gives every layer a single, consistent PostGIS snapshot. + with engine.connect() as conn: + _inject_user_context(conn) + rows = conn.execute(text(_LONGEST_BRIDGE_POI_MAP_SQL)).mappings().all() + + poi_rows = [row for row in rows if row.get("feature_group") == "poi"] + bridge_rows = [row for row in rows if row.get("feature_group") == "bridge"] + buffer_rows = [row for row in rows if row.get("feature_group") == "buffer"] + if ( + len(poi_rows) != scalar_poi_count + or len(bridge_rows) != 1 + or len(buffer_rows) != 1 + ): + logger.warning( + "Skipping longest-bridge map because scalar/features disagree: " + "scalar=%s poi=%s bridge=%s buffer=%s", + scalar_poi_count, + len(poi_rows), + len(bridge_rows), + len(buffer_rows), + ) + return None + + suffix = uuid.uuid4().hex[:8] + poi_name = f"nl2sql_longest_bridge_pois_{suffix}.geojson" + bridge_name = f"nl2sql_longest_bridge_{suffix}.geojson" + buffer_name = f"nl2sql_longest_bridge_100m_{suffix}.geojson" + _write_geojson( + os.path.join(target_dir, poi_name), + _rows_to_feature_collection( + poi_rows, + property_keys=( + "poi_id", "poi_name", "address", "poi_type", + "distance_m", "result_type", + ), + ), + ) + _write_geojson( + os.path.join(target_dir, bridge_name), + _rows_to_feature_collection( + bridge_rows, + property_keys=( + "osm_id", "bridge_name", "fclass", "bridge", + "length_m", "result_type", + ), + ), + ) + _write_geojson( + os.path.join(target_dir, buffer_name), + _rows_to_feature_collection( + buffer_rows, + property_keys=( + "osm_id", "bridge_name", "length_m", "radius_m", "result_type", + ), + ), + ) + + view_row = rows[0] + center = [float(view_row["center_lat"]), float(view_row["center_lng"])] + zoom = _estimate_zoom_from_extent(view_row) + bridge_row = bridge_rows[0] + return { + "schema": "map_update.v1", + "layers": [ + { + "name": "最长桥梁 100 米范围", + "type": "polygon", + "geojson": buffer_name, + "style": { + "color": "#f59e0b", + "weight": 2, + "opacity": 0.9, + "fillColor": "#fbbf24", + "fillOpacity": 0.2, + }, + }, + { + "name": "道路网络中最长桥梁", + "type": "line", + "geojson": bridge_name, + "style": { + "color": "#dc2626", + "weight": 6, + "opacity": 1.0, + }, + }, + { + "name": f"100 米范围内高德 POI ({len(poi_rows)} 个)", + "type": "point", + "geojson": poi_name, + "style": { + "color": "#ffffff", + "weight": 2, + "opacity": 1.0, + "fillColor": "#2563eb", + "fillOpacity": 0.9, + "radius": 6, + }, + }, + ], + "center": center, + "zoom": zoom, + "summary": { + "query_type": "longest_bridge_poi_100m", + "scalar_poi_count": scalar_poi_count, + "poi_feature_count": len(poi_rows), + "bridge_feature_count": len(bridge_rows), + "buffer_feature_count": len(buffer_rows), + "distance_m": 100, + "bridge_osm_id": bridge_row.get("osm_id"), + "bridge_name": bridge_row.get("bridge_name"), + "bridge_length_m": _jsonable(bridge_row.get("length_m")), + "source_tables": ["cq_osm_roads_2021", "cq_amap_poi_2024"], + "geometry_snapshot": "single_postgis_statement", + }, + } + except Exception as exc: + logger.warning("Failed to build longest-bridge POI map update: %s", exc) + return None + + +def build_nl2sql_map_update( + raw: str | dict[str, Any], + *, + question: str = "", + upload_dir: str | None = None, +) -> dict[str, Any] | None: + """Dispatch supported NL2SQL scalar results to companion map layers.""" + map_update = build_longest_bridge_poi_map_update( + raw, + question=question, + upload_dir=upload_dir, + ) + if map_update: + return map_update + return build_bridge_building_map_update( + raw, + question=question, + upload_dir=upload_dir, + ) + + def describe_map_update(map_update: dict[str, Any] | None) -> str: if not map_update: return "" summary = map_update.get("summary") or {} + if summary.get("query_type") == "longest_bridge_poi_100m": + return ( + f"已默认加载地图:高德 POI {summary.get('poi_feature_count')} 个、" + f"最长桥梁 1 条及其 {summary.get('distance_m')} 米范围;" + "三个图层来自同一 PostGIS 查询快照。" + ) golden_count = summary.get("golden_building_count") feature_count = summary.get("building_feature_count") road_count = summary.get("bridge_road_count") @@ -258,8 +436,11 @@ def _friendly_count_label(label: str, *, question: str, sql: str) -> str: ): return "建筑物轮廓数量" if _is_length_metric_result(label, joined, count_metric=is_count): - if any(token in joined for token in ("公里", "千米", "kilometer", "kilometre", "_km", " km")): - return "道路总长度(公里)" if "道路" in question or "road" in joined else "总长度(公里)" + length_unit_tokens = ("公里", "千米", "kilometer", "kilometre", "_km", " km") + if any(token in joined for token in length_unit_tokens): + if "道路" in question or "road" in joined: + return "道路总长度(公里)" + return "总长度(公里)" return "道路总长度" if "道路" in question or "road" in joined else "总长度" if "road" in label.lower() or "道路" in question: return "道路数量" @@ -295,7 +476,34 @@ def _is_bridge_building_intersection_query(question: str, sql: str) -> bool: return has_building and has_bridge and has_intersection and has_cq_roads -def _rows_to_feature_collection(rows: list[Any], *, property_keys: tuple[str, ...]) -> dict[str, Any]: +def _is_longest_bridge_poi_query(question: str, sql: str) -> bool: + normalized_question = re.sub(r"[\s。!??!,,;;::]+", "", question or "").lower() + normalized_question = re.sub(r"^@nl2sql", "", normalized_question) + if normalized_question != "统计距离道路网络中最长桥梁100米范围内的高德poi数量": + return False + + sql_low = re.sub(r"\s+", " ", sql or "").lower() + required_sql_clues = ( + "cq_osm_roads_2021", + "cq_amap_poi_2024", + "bridge", + "st_length", + "geography", + "order by", + "desc", + "limit 1", + "st_dwithin", + "100", + "count", + ) + return all(clue in sql_low for clue in required_sql_clues) + + +def _rows_to_feature_collection( + rows: list[Any], + *, + property_keys: tuple[str, ...], +) -> dict[str, Any]: features = [] for row in rows: geom = row.get("geometry_json") @@ -432,3 +640,86 @@ def _jsonable(value: Any) -> Any: ST_YMax(Box3D(ST_Collect(geometry))) AS max_lat FROM extent """ + + +_LONGEST_BRIDGE_POI_MAP_SQL = """ +WITH longest_bridge AS ( + SELECT osm_id, name, fclass, bridge, geometry, + ST_Length(geometry::geography) AS length_m + FROM cq_osm_roads_2021 + WHERE bridge = 'T' + ORDER BY ST_Length(geometry::geography) DESC, osm_id + LIMIT 1 +), +matched_pois AS ( + SELECT DISTINCT ON (p."ID") + p."ID" AS poi_id, + p."名称" AS poi_name, + p."地址" AS address, + p."类型" AS poi_type, + ST_Distance(p.geometry::geography, lb.geometry::geography) AS distance_m, + p.geometry + FROM cq_amap_poi_2024 AS p + CROSS JOIN longest_bridge AS lb + WHERE ST_DWithin(p.geometry::geography, lb.geometry::geography, 100) + ORDER BY p."ID" +), +bridge_buffer AS ( + SELECT osm_id, name, length_m, + ST_Buffer(geometry::geography, 100)::geometry AS geometry + FROM longest_bridge +), +map_view AS ( + SELECT + ST_Y(ST_Centroid(geometry)) AS center_lat, + ST_X(ST_Centroid(geometry)) AS center_lng, + ST_XMin(Box3D(geometry)) AS min_lng, + ST_YMin(Box3D(geometry)) AS min_lat, + ST_XMax(Box3D(geometry)) AS max_lng, + ST_YMax(Box3D(geometry)) AS max_lat + FROM bridge_buffer +), +features AS ( + SELECT + 'poi'::text AS feature_group, + p.poi_id, + p.poi_name, + p.address, + p.poi_type, + ROUND(p.distance_m::numeric, 2) AS distance_m, + NULL::text AS osm_id, + NULL::text AS bridge_name, + NULL::text AS fclass, + NULL::text AS bridge, + NULL::numeric AS length_m, + NULL::integer AS radius_m, + 'matched_poi'::text AS result_type, + p.geometry + FROM matched_pois AS p + UNION ALL + SELECT + 'bridge', NULL::bigint, NULL, NULL, NULL, NULL, + lb.osm_id, lb.name, lb.fclass, lb.bridge, + ROUND(lb.length_m::numeric, 2), NULL, + 'longest_bridge', lb.geometry + FROM longest_bridge AS lb + UNION ALL + SELECT + 'buffer', NULL::bigint, NULL, NULL, NULL, NULL, + bb.osm_id, bb.name, NULL, NULL, + ROUND(bb.length_m::numeric, 2), 100, + 'search_buffer', bb.geometry + FROM bridge_buffer AS bb +) +SELECT + f.feature_group, f.poi_id, f.poi_name, f.address, f.poi_type, + f.distance_m, f.osm_id, f.bridge_name, f.fclass, f.bridge, + f.length_m, f.radius_m, f.result_type, + ST_AsGeoJSON(f.geometry)::text AS geometry_json, + v.center_lat, v.center_lng, + v.min_lng, v.min_lat, v.max_lng, v.max_lat +FROM features AS f +CROSS JOIN map_view AS v +ORDER BY CASE f.feature_group WHEN 'buffer' THEN 1 WHEN 'bridge' THEN 2 ELSE 3 END, + f.poi_id NULLS FIRST +""" diff --git a/data_agent/nl2sql_semantic_rewrite.py b/data_agent/nl2sql_semantic_rewrite.py index 88010c5c..04319f74 100644 --- a/data_agent/nl2sql_semantic_rewrite.py +++ b/data_agent/nl2sql_semantic_rewrite.py @@ -597,7 +597,11 @@ def _table_can_replace_referenced_table(sql: str, current: TableInfo, candidate: if not col.is_geometry for token in col.ref_tokens } - return bool(current_cols & candidate_tokens) + # Unqualified columns cannot be assigned to a table safely with a regex. + # Only replace when the candidate covers the current relation's complete + # non-spatial schema; a loose overlap can corrupt a valid CTE before the + # unknown-column guard runs (for example roads -> POI on "高德POI"). + return bool(current_cols and current_cols.issubset(candidate_tokens)) def _qualifiers_for_referenced_table(sql: str, table: TableInfo) -> list[str]: diff --git a/data_agent/paper9_agent_evaluation.py b/data_agent/paper9_agent_evaluation.py new file mode 100644 index 00000000..a1b6cf69 --- /dev/null +++ b/data_agent/paper9_agent_evaluation.py @@ -0,0 +1,236 @@ +"""Offline behavioral-contract evaluator for the Paper9 ADK tool loop.""" + +from __future__ import annotations + +import math +from collections import Counter +from collections.abc import Iterable, Mapping +from typing import Any + +PLANNING_TOOLS = {"world_model_v21_plan", "world_model_v21_pipeline"} +REQUIRED_OPENING = [ + "world_model_v21_status", + "paper9_inspect_resources", +] + + +def evaluate_paper9_tool_trajectory( + events: Iterable[Mapping[str, Any]], +) -> dict[str, Any]: + """Validate bounded plan/audit/replan/commit behavior from function events.""" + + trace = [dict(event) for event in events] + names = [str(event.get("tool") or "") for event in trace] + violations: list[str] = [] + + if names[:2] != REQUIRED_OPENING: + violations.append( + "Trajectory must open with world_model_v21_status -> " + "paper9_inspect_resources." + ) + if not trace: + violations.append("Trajectory is empty.") + return _report(names, violations, terminal="invalid") + + status_response = _response_for(trace, "world_model_v21_status") + inspect_response = _response_for(trace, "paper9_inspect_resources") + version_compatible = bool( + (status_response.get("finals") or {}).get("version_compatible") + ) + planning_ready = bool(inspect_response.get("planning_ready")) + if not version_compatible or not planning_ready: + if any(name in PLANNING_TOOLS for name in names): + violations.append("Planning executed despite a failed version/resource gate.") + terminal = "preflight_stop" + return _report(names, violations, terminal=terminal) + + if len(names) < 3 or names[2] != "paper9_recall_verified_episodes": + violations.append("Verified episodic recall must run before planning.") + + planning_indices = [i for i, name in enumerate(names) if name in PLANNING_TOOLS] + if not planning_indices: + violations.append("No Paper9 planning tool was called.") + if len(planning_indices) > 2: + violations.append("More than one replan was attempted.") + + last_audit: Mapping[str, Any] | None = None + terminal = "incomplete" + for plan_number, plan_index in enumerate(planning_indices): + audit_index = plan_index + 1 + if audit_index >= len(trace) or names[audit_index] != "paper9_audit_run": + violations.append("Every planning call must be immediately followed by an audit.") + continue + audit = trace[audit_index].get("response") or {} + if not isinstance(audit, Mapping): + audit = {} + last_audit = audit + attempt = audit.get("attempt") + if attempt != plan_number: + violations.append( + f"Audit attempt must be {plan_number} after planning call {plan_number + 1}." + ) + + passed = bool(audit.get("hard_constraint_passed")) + next_index = audit_index + 1 + next_name = names[next_index] if next_index < len(names) else None + if passed: + if next_name != "paper9_commit_verified_episode": + violations.append("A passed audit must be followed by verified-memory commit.") + elif next_index != len(names) - 1: + violations.append("No tool may run after verified-memory commit.") + terminal = "verified_commit" + break + + if audit.get("retryable") and plan_number == 0: + if next_name not in PLANNING_TOOLS: + violations.append("A retryable first failure must take the single replan branch.") + terminal = "replan" + else: + if next_name is not None: + violations.append("A non-retryable audit failure must stop for human review.") + terminal = "human_review" + + commit_indices = [ + i for i, name in enumerate(names) if name == "paper9_commit_verified_episode" + ] + if commit_indices and not ( + last_audit and bool(last_audit.get("hard_constraint_passed")) + ): + violations.append("An unverified or failed run was committed to memory.") + if len(commit_indices) > 1: + violations.append("Verified memory was committed more than once.") + + return _report(names, violations, terminal=terminal) + + +def _response_for( + trace: list[dict[str, Any]], tool_name: str +) -> Mapping[str, Any]: + for event in trace: + if event.get("tool") == tool_name and isinstance(event.get("response"), Mapping): + return event["response"] + return {} + + +def _report( + names: list[str], violations: list[str], *, terminal: str +) -> dict[str, Any]: + return { + "passed": not violations, + "terminal": terminal, + "tool_count": len(names), + "tool_trace": names, + "violations": violations, + } + + +def summarize_repeated_agent_runs( + runs: Iterable[Mapping[str, Any]], + *, + pass_rate_threshold: float = 0.8, +) -> dict[str, Any]: + """Aggregate stochastic ADK runs without hiding per-scenario failures.""" + + rows = [dict(run) for run in runs] + scenarios = sorted({str(row.get("scenario") or "unknown") for row in rows}) + by_scenario = { + scenario: _summarize_run_group( + [row for row in rows if str(row.get("scenario") or "unknown") == scenario] + ) + for scenario in scenarios + } + overall = _summarize_run_group(rows) + failed_scenarios = [ + scenario + for scenario, summary in by_scenario.items() + if summary["pass_rate"] < pass_rate_threshold + ] + return { + "overall": overall, + "by_scenario": by_scenario, + "release_gate": { + "pass_rate_threshold": pass_rate_threshold, + "passed": bool(rows) and not failed_scenarios, + "failed_scenarios": failed_scenarios, + }, + } + + +def _summarize_run_group(rows: list[dict[str, Any]]) -> dict[str, Any]: + total = len(rows) + passed = sum(bool(row.get("passed")) for row in rows) + pass_rate = passed / total if total else 0.0 + latencies = [ + float(row["latency_ms"]) + for row in rows + if row.get("latency_ms") is not None + ] + tool_counts = [ + int(row.get("tool_count", len(row.get("tool_trace") or []))) for row in rows + ] + traces = [tuple(str(item) for item in row.get("tool_trace") or []) for row in rows] + trace_counts = Counter(" -> ".join(trace) for trace in traces) + terminal_counts = Counter(str(row.get("terminal") or "unknown") for row in rows) + return { + "total": total, + "passed": passed, + "pass_rate": pass_rate, + "confidence_95_wilson": list(_wilson_interval(passed, total)), + "mean_latency_ms": _mean(latencies), + "p95_latency_ms": _percentile(latencies, 0.95), + "mean_tool_count": _mean(tool_counts), + "exact_trace_consistency": max(trace_counts.values(), default=0) / total + if total + else 0.0, + "pairwise_trace_consistency": _pairwise_trace_consistency(traces), + "unique_trace_count": len(trace_counts), + "trace_distribution": dict(trace_counts), + "terminal_distribution": dict(terminal_counts), + "error_count": sum(bool(row.get("error")) for row in rows), + } + + +def _wilson_interval(successes: int, total: int, z: float = 1.96) -> tuple[float, float]: + if total <= 0: + return (0.0, 0.0) + proportion = successes / total + denominator = 1 + z**2 / total + center = (proportion + z**2 / (2 * total)) / denominator + margin = ( + z + * math.sqrt( + proportion * (1 - proportion) / total + z**2 / (4 * total**2) + ) + / denominator + ) + return (max(0.0, center - margin), min(1.0, center + margin)) + + +def _mean(values: list[float] | list[int]) -> float | None: + return sum(values) / len(values) if values else None + + +def _percentile(values: list[float], quantile: float) -> float | None: + if not values: + return None + ordered = sorted(values) + position = (len(ordered) - 1) * quantile + lower = math.floor(position) + upper = math.ceil(position) + if lower == upper: + return ordered[lower] + weight = position - lower + return ordered[lower] * (1 - weight) + ordered[upper] * weight + + +def _pairwise_trace_consistency(traces: list[tuple[str, ...]]) -> float: + if len(traces) < 2: + return 1.0 if traces else 0.0 + scores: list[float] = [] + for left_index, left in enumerate(traces): + left_steps = {f"{index}:{name}" for index, name in enumerate(left)} + for right in traces[left_index + 1 :]: + right_steps = {f"{index}:{name}" for index, name in enumerate(right)} + union = left_steps | right_steps + scores.append(len(left_steps & right_steps) / len(union) if union else 1.0) + return sum(scores) / len(scores) diff --git a/data_agent/paper9_agent_governance.py b/data_agent/paper9_agent_governance.py new file mode 100644 index 00000000..ab03f752 --- /dev/null +++ b/data_agent/paper9_agent_governance.py @@ -0,0 +1,289 @@ +"""Governed audit and verified episodic memory for Paper9 agent runs. + +The module is deliberately independent from Google ADK. ADK tools call these +deterministic functions so model decisions remain observable while acceptance +of a spatial plan stays under code-enforced domain constraints. +""" + +from __future__ import annotations + +import hashlib +import json +import os +import threading +from collections.abc import Mapping +from dataclasses import asdict, dataclass +from datetime import UTC, datetime +from pathlib import Path +from typing import Any + +EXPECTED_PACKAGE_VERSION = "0.3.3" +EXPECTED_ALGORITHM_VERSION = "2.2.3" +AUDIT_SCHEMA_VERSION = "paper9.agent_audit.v1" +EPISODE_SCHEMA_VERSION = "paper9.verified_episode.v1" + +_store_lock = threading.Lock() + + +@dataclass(frozen=True) +class Paper9AuditPolicy: + """Hard gates and bounded recovery policy for a Paper9 plan.""" + + cultivated_area_floor_delta_ha: float = 0.0 + require_slope_improvement: bool = True + require_contiguity_improvement: bool = True + max_replans: int = 1 + + +def _float_or_none(value: Any) -> float | None: + try: + return float(value) if value is not None else None + except (TypeError, ValueError): + return None + + +def _sha256(path: Path) -> str | None: + if not path.is_file(): + return None + digest = hashlib.sha256() + with path.open("rb") as handle: + for chunk in iter(lambda: handle.read(1024 * 1024), b""): + digest.update(chunk) + return digest.hexdigest() + + +def evaluate_paper9_summary( + summary: Mapping[str, Any], + *, + policy: Paper9AuditPolicy | None = None, + attempt: int = 0, +) -> dict[str, Any]: + """Evaluate Paper9 output and return a machine-actionable recovery branch.""" + + policy = policy or Paper9AuditPolicy() + raw_records = summary.get("results") or summary.get("records") or [] + records: list[dict[str, Any]] = [] + failures: list[str] = [] + + if not isinstance(raw_records, list) or not raw_records: + failures.append("No MPC result records were produced.") + else: + for index, raw in enumerate(raw_records): + if not isinstance(raw, Mapping): + failures.append(f"Episode {index} is not a structured result record.") + continue + episode = raw.get("episode", index) + cultivated = _float_or_none(raw.get("cultivated_area_change_ha")) + slope = _float_or_none(raw.get("slope_change_pct")) + contiguity = _float_or_none(raw.get("cont_change")) + record = { + "episode": episode, + "cultivated_area_change_ha": cultivated, + "slope_change_pct": slope, + "cont_change": contiguity, + "baimu_count_change": _float_or_none(raw.get("baimu_count_change")), + "baimu_area_change_ha": _float_or_none(raw.get("baimu_area_change_ha")), + "total_reward": _float_or_none(raw.get("total_reward")), + "steps_run": raw.get("steps_run"), + } + records.append(record) + + if cultivated is None: + failures.append(f"Episode {episode} is missing cultivated_area_change_ha.") + elif cultivated < policy.cultivated_area_floor_delta_ha: + failures.append( + f"Episode {episode} cultivated area delta {cultivated:.6f} ha is below " + f"the required {policy.cultivated_area_floor_delta_ha:.6f} ha." + ) + if policy.require_slope_improvement: + if slope is None: + failures.append(f"Episode {episode} is missing slope_change_pct.") + elif slope >= 0: + failures.append( + f"Episode {episode} did not reduce mean cultivated-land slope." + ) + if policy.require_contiguity_improvement: + if contiguity is None: + failures.append(f"Episode {episode} is missing cont_change.") + elif contiguity <= 0: + failures.append( + f"Episode {episode} did not improve cultivated-land contiguity." + ) + + passed = not failures + can_replan = bool(records) and attempt < policy.max_replans + if passed: + next_action = "commit_verified_episode" + recovery_hints: list[str] = [] + elif can_replan: + next_action = "replan_once" + recovery_hints = [ + "Keep cultivated_area_floor_delta_ha at or above 0.", + "Change only planning search parameters supported by the current ensemble.", + "Run the hard-gate audit again before presenting or committing the result.", + ] + else: + next_action = "stop_and_request_human_review" + recovery_hints = [ + "Do not present the run as successful.", + "Preserve the failed audit and tool trace for review.", + ] + + return { + "schema_version": AUDIT_SCHEMA_VERSION, + "hard_constraint_passed": passed, + "failure_reasons": failures, + "records": records, + "policy": asdict(policy), + "attempt": attempt, + "retryable": can_replan and not passed, + "next_action": next_action, + "recovery_hints": recovery_hints, + } + + +def audit_paper9_run( + out_dir: str | Path, + *, + policy: Paper9AuditPolicy | None = None, + attempt: int = 0, + write: bool = True, +) -> dict[str, Any]: + """Audit one Paper9 output directory and optionally persist the decision.""" + + root = Path(out_dir).expanduser().resolve() + if not root.is_dir(): + raise ValueError(f"out_dir not found: {root}") + + mpc_path = root / "mpc_summary.json" + upstream_audit_path = root / "audit_summary.json" + if mpc_path.is_file(): + summary = json.loads(mpc_path.read_text(encoding="utf-8")) + source_path = mpc_path + elif upstream_audit_path.is_file(): + upstream = json.loads(upstream_audit_path.read_text(encoding="utf-8")) + summary = {"results": (upstream.get("constraint_status") or {}).get("records", [])} + source_path = upstream_audit_path + else: + raise ValueError(f"No mpc_summary.json or audit_summary.json under {root}") + + result = evaluate_paper9_summary(summary, policy=policy, attempt=attempt) + spatial_candidates = [ + root / "optimized_dltb.shp", + root / "DLTB_optimized.shp", + root / "optimized_dltb.fgb", + root / "mpc_land_use.npy", + ] + artifacts = { + "summary": { + "path": str(source_path), + "exists": True, + "sha256": _sha256(source_path), + }, + "optimized_spatial_result": { + "path": next((str(path) for path in spatial_candidates if path.is_file()), None), + "exists": any(path.is_file() for path in spatial_candidates), + }, + } + result["out_dir"] = str(root) + result["artifacts"] = artifacts + result["all_expected_outputs_exist"] = artifacts["optimized_spatial_result"]["exists"] + if not result["all_expected_outputs_exist"]: + result["hard_constraint_passed"] = False + result["failure_reasons"].append("No optimized spatial result artifact was found.") + result["retryable"] = False + result["next_action"] = "stop_and_request_human_review" + result["recovery_hints"] = [ + "Do not present the run as successful.", + "Repair output generation before rerunning the planning stage.", + ] + + if write: + audit_path = root / "paper9_agent_audit.json" + audit_path.write_text( + json.dumps(result, ensure_ascii=False, indent=2, sort_keys=True) + "\n", + encoding="utf-8", + ) + result["audit_path"] = str(audit_path) + return result + + +class Paper9EpisodeStore: + """Append-only store containing only hard-gate-verified Paper9 episodes.""" + + def __init__(self, path: str | Path | None = None): + default = ( + Path.home() + / ".gis-data-agent" + / "paper9" + / "verified_episodes.jsonl" + ) + self.path = Path(path or os.environ.get("PAPER9_AGENT_MEMORY_PATH") or default) + + def commit( + self, + *, + audit: Mapping[str, Any], + dataset: str, + goal: str, + plan_args: Mapping[str, Any] | None = None, + provenance: Mapping[str, Any] | None = None, + ) -> dict[str, Any]: + if not audit.get("hard_constraint_passed"): + raise ValueError("Only hard-gate-passed runs may enter verified memory.") + if not audit.get("all_expected_outputs_exist"): + raise ValueError("Verified memory requires complete spatial output artifacts.") + + stable = { + "dataset": str(dataset or "unknown").strip().lower(), + "goal": str(goal or "").strip(), + "out_dir": audit.get("out_dir"), + "summary_sha256": ((audit.get("artifacts") or {}).get("summary") or {}).get( + "sha256" + ), + "plan_args": dict(plan_args or {}), + } + episode_id = hashlib.sha256( + json.dumps(stable, ensure_ascii=False, sort_keys=True).encode("utf-8") + ).hexdigest()[:20] + record = { + "schema_version": EPISODE_SCHEMA_VERSION, + "episode_id": episode_id, + "verified_at": datetime.now(UTC).isoformat(), + **stable, + "audit": { + "policy": audit.get("policy"), + "records": audit.get("records"), + "hard_constraint_passed": True, + }, + "provenance": dict(provenance or {}), + } + + self.path.parent.mkdir(parents=True, exist_ok=True) + with _store_lock: + existing = {item.get("episode_id") for item in self.recall(limit=10_000)} + if episode_id not in existing: + with self.path.open("a", encoding="utf-8") as handle: + handle.write(json.dumps(record, ensure_ascii=False, sort_keys=True) + "\n") + handle.flush() + os.fsync(handle.fileno()) + record["already_existed"] = episode_id in existing + record["memory_path"] = str(self.path) + return record + + def recall(self, *, dataset: str = "", limit: int = 3) -> list[dict[str, Any]]: + if not self.path.is_file(): + return [] + dataset_key = str(dataset or "").strip().lower() + records: list[dict[str, Any]] = [] + for line in self.path.read_text(encoding="utf-8").splitlines(): + try: + item = json.loads(line) + except json.JSONDecodeError: + continue + if item.get("schema_version") != EPISODE_SCHEMA_VERSION: + continue + if dataset_key and item.get("dataset") != dataset_key: + continue + records.append(item) + return records[-max(0, int(limit)) :][::-1] diff --git a/data_agent/paper9_agent_prompt.py b/data_agent/paper9_agent_prompt.py new file mode 100644 index 00000000..88cb9988 --- /dev/null +++ b/data_agent/paper9_agent_prompt.py @@ -0,0 +1,37 @@ +"""Single source of truth for the finals Paper9 agent behavior contract.""" + +PAPER9_AGENT_INSTRUCTION = ( + "你是由 Gemma 4 驱动、运行于 Google ADK 的 Paper9 受控自主规划代理。" + "只使用 WorldModelV21Toolset 暴露的 10 个工具,不得声称调用未发生的工具或结果。" + "每个新任务必须先调用 world_model_v21_status,再调用 paper9_inspect_resources," + "检查 Paper9 包版本 0.3.3、算法版本 2.2.3、prepared_dir 和 ensemble_dir。" + "即使 status 已显示版本不兼容,也必须继续调用 paper9_inspect_resources 记录资源缺口," + "然后停止。" + "版本不兼容或 planning_ready=false 时必须停止并明确报告缺口,不能降级为旧算法后称为成功。" + "资源就绪后调用 paper9_recall_verified_episodes;没有历史经验是正常情况。" + "如果用户要求完整 A->B->C->D 链路,调用 world_model_v21_pipeline;" + "如果用户只要求规划或演示,默认调用 world_model_v21_pipeline 并设置 reuse_existing=true," + "首次 pipeline 必须设置 cultivated_area_floor_delta_ha='0',将耕地面积不减少作为规划约束," + "用实际状态决定复用 Tool 1/2/3 并执行 Tool 4;只有用户明确要求“只运行 Tool 4”" + "或“只调用 plan”时,才调用 world_model_v21_plan。每次规划完成后必须将返回的 out_dir" + "传给 paper9_audit_run,首次审计 attempt=0。" + "若审计 next_action=commit_verified_episode,调用 paper9_commit_verified_episode 后再总结。" + "若审计 next_action=replan_once,只允许再调用一次 world_model_v21_plan,保持" + "cultivated_area_floor_delta_ha>=0,仅调整受支持的搜索参数,再以 attempt=1 审计。" + "第二次仍失败或审计要求 stop_and_request_human_review 时立即停止、保留失败证据并请求人工复核。" + "严禁未审计成功就写入经验,严禁超过一次重规划,严禁把 warning 或失败描述为成功。" + "必须识别数据集名称:用户提到 dongxing 或东兴时,调用工具必须设置 dataset='dongxing';" + "用户提到 Bishan 或璧山时,调用工具必须设置 dataset='bishan'。" + "只有用户没有提到数据集时,才使用默认 dataset='bishan'。" + "用户未提供 prepared_dir 或 ensemble_dir 时,对应参数保持空字符串," + "让工具根据 dataset 选择演示路径。" + "默认使用 env_kind=county, " + "horizon=1, top_k=1, n_episodes=1, continuation=greedy, scoring=reward," + "除非用户明确指定其他参数。最终用中文简要总结 package_version/algorithm_version/" + "mode/env_kind/steps_run/n_blocks/n_selected/total_reward/硬约束审计/经验提交状态/artifacts," + "并按实际发生顺序列出工具调用轨迹。不要输出英文 Plan/Step、" + "思考过程、参数复述或重试纠错过程;如果工具重试后成功,只报告最终成功结果。" + "说明 horizon 是 MPC 前瞻步长,steps_run 是环境实际执行步数,两者不是同一个指标。" + "如果结果包含县域优化地图图层,明确说明右侧地图按 CHG_FLAG 展示优化变化:" + "灰色为保持不变,红色为耕地 -> 林地,绿色为林地 -> 耕地。" +) diff --git a/data_agent/platform_truth.py b/data_agent/platform_truth.py index c5ce4fe7..f91f855d 100644 --- a/data_agent/platform_truth.py +++ b/data_agent/platform_truth.py @@ -538,7 +538,7 @@ def _config( # Fingerprint of literal environment reads in production Python modules. It is # intentionally updated only with an explicit config-contract review. ENV_ACCESS_BASELINE_FINGERPRINT = ( - "41949811ca1d12a9d8bdbd5e7ecb1ba528be7049af96742306d6f317ab0791b8" + "e092d287c0db895fe0c8b2f1bd04354ad6e59377efef25516b5c3c64ad3fce9a" ) RUNTIME_PRIMITIVE_BASELINE_FINGERPRINT = ( "724d0c4751f92637e366602848b511c432afc9dcf10c723178f25daab9cf61e4" diff --git a/data_agent/report_generator.py b/data_agent/report_generator.py index 88515a4d..1115ba0a 100644 --- a/data_agent/report_generator.py +++ b/data_agent/report_generator.py @@ -586,6 +586,17 @@ def generate_pdf_report( docx_path = output_path.rsplit('.', 1)[0] + '.docx' generate_word_report(markdown_text, docx_path, title, author, logo_path, pipeline_type) + return convert_word_to_pdf(docx_path, output_path, remove_source=True) + + +def convert_word_to_pdf( + docx_path: str, + output_path: str, + *, + remove_source: bool = False, +) -> str: + """Convert an existing Word report to PDF using the configured office backend.""" + output_abs = os.path.abspath(output_path) out_dir = os.path.dirname(output_abs) or os.getcwd() os.makedirs(out_dir, exist_ok=True) @@ -633,10 +644,11 @@ def generate_pdf_report( if os.path.abspath(generated_pdf) != output_abs and os.path.exists(generated_pdf): os.replace(generated_pdf, output_abs) if os.path.exists(output_abs): - try: - os.remove(docx_path) - except OSError: - pass + if remove_source: + try: + os.remove(docx_path) + except OSError: + pass return output_abs raise RuntimeError(f"LibreOffice did not create PDF: {output_abs}") except Exception as e: @@ -648,10 +660,11 @@ def generate_pdf_report( convert(docx_path, output_abs) if os.path.exists(output_abs): - try: - os.remove(docx_path) - except OSError: - pass + if remove_source: + try: + os.remove(docx_path) + except OSError: + pass return output_abs raise RuntimeError(f"docx2pdf did not create PDF: {output_abs}") except Exception as e: diff --git a/data_agent/test_finals_demo_verifier.py b/data_agent/test_finals_demo_verifier.py new file mode 100644 index 00000000..8b667a22 --- /dev/null +++ b/data_agent/test_finals_demo_verifier.py @@ -0,0 +1,60 @@ +import json + +from scripts.verify_gemma4_finals_demo import _paper9_data_checks + + +def test_paper9_checks_read_metrics_from_committed_run(tmp_path): + final_run = tmp_path / "final-run" + final_run.mkdir() + (final_run / "mpc_summary.json").write_text( + json.dumps( + { + "results": [ + { + "steps_run": 100, + "swaps_completed": 412, + "cultivated_area_change_ha": 0.06, + "slope_change_pct": -0.62, + "cont_change": 0.02, + "baimu_area_change_ha": 32.5, + } + ], + "shapefile_output": { + "n_input": 101657, + "n_in_env": 53004, + "n_farm_to_forest": 412, + "n_forest_to_farm": 412, + "land_use_code_scheme": "legacy_three_digit_test_data", + }, + } + ), + encoding="utf-8", + ) + pipeline = { + "status": "ok", + "plan_result": { + "status": "ok", + "out_dir": str(tmp_path / "failed-first-run"), + "summary": { + "results": [{"cultivated_area_change_ha": -489.02}] + }, + }, + } + audit = { + "out_dir": str(final_run), + "hard_constraint_passed": True, + "all_expected_outputs_exist": True, + "artifacts": {"optimized_spatial_result": {"exists": True}}, + } + commit = { + "status": "committed", + "episode": {"episode_id": "episode-1", "out_dir": str(final_run)}, + } + + checks, metrics = _paper9_data_checks(pipeline, audit, commit) + + assert all(checks.values()) + assert metrics["out_dir"] == str(final_run) + assert metrics["cultivated_area_change_ha"] == 0.06 + assert metrics["swaps_completed"] == 412 + assert metrics["episode_id"] == "episode-1" diff --git a/data_agent/test_finals_deployment_contract.py b/data_agent/test_finals_deployment_contract.py new file mode 100644 index 00000000..e4bc55ee --- /dev/null +++ b/data_agent/test_finals_deployment_contract.py @@ -0,0 +1,70 @@ +import subprocess +import sys +from pathlib import Path + +from data_agent.model_gateway import ModelRegistry +from data_agent.paper9_agent_prompt import PAPER9_AGENT_INSTRUCTION +from scripts.check_gemma4_finals_preflight import ( + _default_bishan_runs, + _default_repo, +) + +ROOT = Path(__file__).resolve().parents[1] + + +def test_finals_compose_uses_configurable_paper9_033_mount(): + compose = (ROOT / "docker-compose.gemma4-demo.yml").read_text(encoding="utf-8") + + assert "${PAPER9_HOST_REPO:-./vendor/paper9-mnr-offline-package}" in compose + assert "${PAPER9_BISHAN_RUNS_HOST:-./demo-data/bishan}" in compose + assert "${PAPER9_DONGXING_RUNS_HOST:-./demo-data/dongxing}" in compose + assert "/Users/" not in compose + + +def test_finals_env_template_declares_every_host_mount(): + template = (ROOT / ".env.finals.example").read_text(encoding="utf-8") + + assert "PAPER9_HOST_REPO=" in template + assert "PAPER9_BISHAN_RUNS_HOST=" in template + assert "PAPER9_DONGXING_RUNS_HOST=" in template + + +def test_gemma4_demo_model_disables_thinking_for_tool_loops(): + info = ModelRegistry.get_model_info("gemma4-26b-ollama") + + assert info["model_id"] == "ollama_chat/Gemma4:26b" + assert info["extra_body"] == {"think": False} + assert info["request_timeout"] == 600 + + +def test_paper9_prompt_requires_complete_preflight_even_on_version_failure(): + assert "即使 status 已显示版本不兼容" in PAPER9_AGENT_INSTRUCTION + assert "paper9_inspect_resources" in PAPER9_AGENT_INSTRUCTION + assert "首次 pipeline 必须设置 cultivated_area_floor_delta_ha='0'" in PAPER9_AGENT_INSTRUCTION + assert "严禁超过一次重规划" in PAPER9_AGENT_INSTRUCTION + + +def test_finals_preflight_script_imports_when_started_from_scripts_directory(): + result = subprocess.run( + [sys.executable, "check_gemma4_finals_preflight.py", "--help"], + cwd=ROOT / "scripts", + capture_output=True, + text=True, + check=False, + ) + + assert result.returncode == 0, result.stderr + assert "--paper9-repo" in result.stdout + + +def test_finals_preflight_defaults_to_runtime_mounts(monkeypatch): + monkeypatch.delenv("PAPER9_HOST_REPO", raising=False) + monkeypatch.delenv("PAPER9_BISHAN_RUNS_HOST", raising=False) + monkeypatch.setenv("PAPER9_FARMLAND_MPC_REPO", "/app/paper9-demo") + monkeypatch.setenv( + "PAPER9_FARMLAND_MPC_DEFAULT_PREPARED_DIR", + "/app/bishan-runs/prepared", + ) + + assert _default_repo() == Path("/app/paper9-demo") + assert _default_bishan_runs() == Path("/app/bishan-runs") diff --git a/data_agent/test_finals_preflight.py b/data_agent/test_finals_preflight.py new file mode 100644 index 00000000..3adb260d --- /dev/null +++ b/data_agent/test_finals_preflight.py @@ -0,0 +1,59 @@ +from data_agent.finals_preflight import inspect_finals_host + + +def _build_resources(tmp_path, *, package_version="0.3.3", algorithm_version="2.2.3"): + repo = tmp_path / "paper9" + version_file = repo / "src" / "paper9_mnr" / "version.py" + version_file.parent.mkdir(parents=True) + (repo / "pyproject.toml").write_text( + f'[project]\nname = "paper9"\nversion = "{package_version}"\n', + encoding="utf-8", + ) + version_file.write_text( + f'ALGORITHM_VERSION = "{algorithm_version}"\n', encoding="utf-8" + ) + + runs = tmp_path / "bishan" + prepared = runs / "prepared" + dltb = prepared / "dem_slope_analysis" / "output" / "DLTB_with_slope.shp" + dltb.parent.mkdir(parents=True) + dltb.write_bytes(b"shp") + ensemble = prepared / "ensemble_seed0" + ensemble.mkdir() + (ensemble / "member_0.onnx").write_bytes(b"onnx") + return repo, runs + + +def test_finals_host_preflight_passes_with_exact_versions_and_model(tmp_path): + repo, runs = _build_resources(tmp_path) + + report = inspect_finals_host( + paper9_repo=repo, + bishan_runs=runs, + model_tag="Gemma4:26b", + ollama_tags=["Gemma4:26b", "Gemma4:12b"], + ) + + assert report["ready"] is True + assert report["failed_checks"] == [] + ensemble = next( + check for check in report["checks"] if check["name"] == "bishan_onnx_ensemble" + ) + assert ensemble["actual"]["member_count"] == 1 + + +def test_finals_host_preflight_fails_closed_on_version_or_model_mismatch(tmp_path): + repo, runs = _build_resources(tmp_path, package_version="0.2.1") + + report = inspect_finals_host( + paper9_repo=repo, + bishan_runs=runs, + model_tag="Gemma4:26b", + ollama_tags=["Gemma4:12b"], + ) + + assert report["ready"] is False + assert report["failed_checks"] == [ + "paper9_package_version", + "ollama_model_tag", + ] diff --git a/data_agent/test_model_gateway.py b/data_agent/test_model_gateway.py index 15a0314f..6664f39a 100644 --- a/data_agent/test_model_gateway.py +++ b/data_agent/test_model_gateway.py @@ -201,7 +201,10 @@ def test_create_deepseek_model_sets_openai_compat_env(self, mock_litellm): }) self.assertEqual(os.environ["OPENAI_API_BASE"], "https://api.deepseek.com") self.assertEqual(os.environ["OPENAI_API_KEY"], "test-key") - mock_litellm.assert_called_once_with(model="openai/deepseek-v4-flash") + mock_litellm.assert_called_once_with( + model="openai/deepseek-v4-flash", + extra_body={"thinking": {"type": "disabled"}}, + ) def test_create_deepseek_model_requires_dedicated_api_key(self): from data_agent.model_gateway import _create_deepseek_model @@ -276,7 +279,7 @@ def test_route_prefer_offline(self): from data_agent.model_gateway import ModelRouter router = ModelRouter() result = router.route(prefer_offline=True) - self.assertEqual(result, "gemma-3-4b") + self.assertEqual(result, "gemma4-26b-ollama") def test_route_with_task_type(self): from data_agent.model_gateway import ModelRouter @@ -304,9 +307,15 @@ class TestAgentIntegration(unittest.TestCase): @patch("data_agent.model_gateway.create_model") def test_create_model_with_retry_delegates(self, mock_create): - mock_create.return_value = MagicMock() + # agent.py constructs module-level ADK agents during import. Return a + # valid model identifier so current ADK type validation can complete. + mock_create.return_value = "gemini-2.5-flash" from data_agent.agent import _create_model_with_retry - _create_model_with_retry("gemini-2.5-flash") + + mock_create.reset_mock() + result = _create_model_with_retry("gemini-2.5-flash") + + self.assertEqual(result, "gemini-2.5-flash") mock_create.assert_called_once_with("gemini-2.5-flash") diff --git a/data_agent/test_nl2sql_presentation.py b/data_agent/test_nl2sql_presentation.py index c5a7baea..7c392063 100644 --- a/data_agent/test_nl2sql_presentation.py +++ b/data_agent/test_nl2sql_presentation.py @@ -1,10 +1,14 @@ import json from decimal import Decimal +from unittest.mock import patch from data_agent.nl2sql_presentation import ( - _is_bridge_building_intersection_query, _estimate_zoom_from_extent, + _is_bridge_building_intersection_query, + _is_longest_bridge_poi_query, _rows_to_feature_collection, + build_longest_bridge_poi_map_update, + build_nl2sql_map_update, describe_map_update, format_nl2sql_result_for_chat, parse_nl2sql_payload, @@ -37,6 +41,131 @@ def _bridge_count_payload() -> dict: } +def _longest_bridge_poi_payload(count: int = 35) -> dict: + return { + "status": "ok", + "sql": ( + "WITH longest_bridge AS (" + "SELECT geometry FROM cq_osm_roads_2021 WHERE bridge = 'T' " + "ORDER BY ST_LENGTH(CAST(geometry AS GEOGRAPHY)) DESC LIMIT 1" + ') SELECT COUNT(DISTINCT p."ID") FROM cq_amap_poi_2024 AS p, ' + "longest_bridge AS lb WHERE " + "ST_DWITHIN(CAST(p.geometry AS GEOGRAPHY), CAST(lb.geometry AS GEOGRAPHY), 100)" + ), + "execution": { + "status": "ok", + "rows": 1, + "columns": ["count"], + "data": [{"count": count}], + "message": "查询成功,返回 1 行", + }, + "semantic": {"candidate_tables": ["cq_amap_poi_2024", "cq_osm_roads_2021"]}, + } + + +def _longest_bridge_map_rows(poi_count: int = 35) -> list[dict]: + view = { + "center_lat": Decimal("29.7021"), + "center_lng": Decimal("107.8132"), + "min_lng": Decimal("107.801"), + "min_lat": Decimal("29.695"), + "max_lng": Decimal("107.825"), + "max_lat": Decimal("29.709"), + } + rows = [ + { + "feature_group": "poi", + "poi_id": idx, + "poi_name": f"POI {idx}", + "address": "测试地址", + "poi_type": "测试类型", + "distance_m": Decimal("42.50"), + "result_type": "matched_poi", + "geometry_json": json.dumps({"type": "Point", "coordinates": [107.81, 29.70]}), + **view, + } + for idx in range(1, poi_count + 1) + ] + rows.extend([ + { + "feature_group": "bridge", + "osm_id": "708725252", + "bridge_name": "龙溪河大道", + "fclass": "primary", + "bridge": "T", + "length_m": Decimal("2167.57"), + "result_type": "longest_bridge", + "geometry_json": json.dumps({ + "type": "LineString", + "coordinates": [[107.8, 29.7], [107.82, 29.7]], + }), + **view, + }, + { + "feature_group": "buffer", + "osm_id": "708725252", + "bridge_name": "龙溪河大道", + "length_m": Decimal("2167.57"), + "radius_m": 100, + "result_type": "search_buffer", + "geometry_json": json.dumps({ + "type": "Polygon", + "coordinates": [[ + [107.8, 29.69], + [107.82, 29.69], + [107.82, 29.71], + [107.8, 29.69], + ]], + }), + **view, + }, + ]) + return rows + + +class _FakeMappings: + def __init__(self, rows: list[dict]): + self._rows = rows + + def all(self) -> list[dict]: + return self._rows + + +class _FakeResult: + def __init__(self, rows: list[dict]): + self._rows = rows + + def mappings(self) -> _FakeMappings: + return _FakeMappings(self._rows) + + +class _FakeConnection: + def __init__(self, rows: list[dict], *, fail: bool = False): + self._rows = rows + self._fail = fail + + def __enter__(self): + return self + + def __exit__(self, *_args): + return None + + def execute(self, statement): + assert "single, consistent PostGIS snapshot" not in str(statement) + if self._fail: + raise RuntimeError("database unavailable") + return _FakeResult(self._rows) + + +class _FakeEngine: + def __init__(self, rows: list[dict], *, fail: bool = False): + self._rows = rows + self._fail = fail + + def connect(self) -> _FakeConnection: + return _FakeConnection(self._rows, fail=self._fail) + + def test_parse_nl2sql_payload_unwraps_function_response_result(): payload = _bridge_count_payload() wrapped = {"result": json.dumps(payload, ensure_ascii=False)} @@ -132,6 +261,132 @@ def test_bridge_building_query_detection_requires_all_spatial_clues(): ) +def test_longest_bridge_poi_query_detection_is_locked_to_prompt_and_sql(): + payload = _longest_bridge_poi_payload() + + assert _is_longest_bridge_poi_query( + "@NL2SQL 统计距离道路网络中最长桥梁 100 米范围内的高德 POI 数量。", + payload["sql"], + ) + assert not _is_longest_bridge_poi_query( + "统计距离任意桥梁100米范围内的高德POI数量。", + payload["sql"], + ) + assert not _is_longest_bridge_poi_query( + "统计距离道路网络中最长桥梁100米范围内的高德POI数量。", + "SELECT COUNT(*) FROM cq_amap_poi_2024", + ) + + +def test_longest_bridge_poi_map_has_three_snapshot_consistent_layers(tmp_path): + rows = _longest_bridge_map_rows() + with ( + patch("data_agent.db_engine.get_engine", return_value=_FakeEngine(rows)), + patch("data_agent.database_tools._inject_user_context"), + ): + result = build_longest_bridge_poi_map_update( + _longest_bridge_poi_payload(), + question="统计距离道路网络中最长桥梁100米范围内的高德POI数量。", + upload_dir=str(tmp_path), + ) + + assert result is not None + assert [layer["type"] for layer in result["layers"]] == ["polygon", "line", "point"] + assert result["summary"]["scalar_poi_count"] == 35 + assert result["summary"]["poi_feature_count"] == 35 + assert result["summary"]["bridge_feature_count"] == 1 + assert result["summary"]["buffer_feature_count"] == 1 + assert result["summary"]["geometry_snapshot"] == "single_postgis_statement" + assert result["summary"]["bridge_osm_id"] == "708725252" + + poi_layer = next(layer for layer in result["layers"] if layer["type"] == "point") + poi_geojson = json.loads((tmp_path / poi_layer["geojson"]).read_text(encoding="utf-8")) + assert len(poi_geojson["features"]) == 35 + assert poi_geojson["features"][0]["properties"]["result_type"] == "matched_poi" + assert all((tmp_path / layer["geojson"]).is_file() for layer in result["layers"]) + + description = describe_map_update(result) + assert "高德 POI 35 个" in description + assert "最长桥梁 1 条" in description + assert "同一 PostGIS 查询快照" in description + + +def test_longest_bridge_poi_map_skips_scalar_feature_count_mismatch(tmp_path): + engine = _FakeEngine(_longest_bridge_map_rows(34)) + with ( + patch("data_agent.db_engine.get_engine", return_value=engine), + patch("data_agent.database_tools._inject_user_context"), + ): + result = build_longest_bridge_poi_map_update( + _longest_bridge_poi_payload(count=35), + question="统计距离道路网络中最长桥梁100米范围内的高德POI数量。", + upload_dir=str(tmp_path), + ) + + assert result is None + assert list(tmp_path.iterdir()) == [] + + +def test_nl2sql_map_dispatcher_does_not_trigger_for_unrelated_query(tmp_path): + payload = { + "status": "ok", + "sql": "SELECT COUNT(*) FROM cq_amap_poi_2024", + "execution": {"data": [{"count": 1194351}]}, + } + with patch("data_agent.db_engine.get_engine") as get_engine: + result = build_nl2sql_map_update( + payload, + question="统计高德POI总数。", + upload_dir=str(tmp_path), + ) + + assert result is None + get_engine.assert_not_called() + + +def test_nl2sql_map_dispatcher_preserves_bridge_building_fallback(tmp_path): + expected = {"layers": [{"name": "existing bridge/building layer"}]} + with ( + patch( + "data_agent.nl2sql_presentation.build_longest_bridge_poi_map_update", + return_value=None, + ) as longest_builder, + patch( + "data_agent.nl2sql_presentation.build_bridge_building_map_update", + return_value=expected, + ) as building_builder, + ): + result = build_nl2sql_map_update( + _bridge_count_payload(), + question="统计与桥梁相交的建筑物数量", + upload_dir=str(tmp_path), + ) + + assert result is expected + longest_builder.assert_called_once() + building_builder.assert_called_once() + + +def test_longest_bridge_poi_map_database_failure_preserves_scalar_path(tmp_path): + with ( + patch("data_agent.db_engine.get_engine", return_value=_FakeEngine([], fail=True)), + patch("data_agent.database_tools._inject_user_context"), + ): + result = build_longest_bridge_poi_map_update( + _longest_bridge_poi_payload(), + question="统计距离道路网络中最长桥梁100米范围内的高德POI数量。", + upload_dir=str(tmp_path), + ) + + assert result is None + chat_text = format_nl2sql_result_for_chat( + _longest_bridge_poi_payload(), + question="统计距离道路网络中最长桥梁100米范围内的高德POI数量。", + ) + assert chat_text is not None + assert "**POI数量:35**" in chat_text + + def test_rows_to_feature_collection_converts_decimal_properties(): rows = [ { diff --git a/data_agent/test_nl2sql_semantic_rewrite.py b/data_agent/test_nl2sql_semantic_rewrite.py index dc1861da..f511b729 100644 --- a/data_agent/test_nl2sql_semantic_rewrite.py +++ b/data_agent/test_nl2sql_semantic_rewrite.py @@ -2416,6 +2416,67 @@ def test_semantic_rewrite_cq_hard_14_dwithin_uses_geography_and_floor_quote(): assert "semantic_column_alias" in corrections +def test_semantic_rewrite_keeps_longest_bridge_cte_on_roads_table(): + from data_agent.nl2sql_semantic_rewrite import apply_semantic_sql_rewrites + + context = { + "candidate_tables": [ + { + "table_name": "cq_amap_poi_2024", + "table_aliases": ["高德POI", "POI", "兴趣点"], + "schema_complete": True, + "columns": [ + {"column_name": "ID", "quoted_ref": '"ID"', "needs_quoting": True}, + {"column_name": "名称", "quoted_ref": '"名称"', "needs_quoting": True}, + {"column_name": "geometry", "is_geometry": True}, + ], + }, + { + "table_name": "cq_osm_roads_2021", + "table_aliases": ["路网", "道路网 2021"], + "schema_complete": True, + "columns": [ + {"column_name": "name"}, + {"column_name": "fclass"}, + {"column_name": "bridge"}, + {"column_name": "geometry", "is_geometry": True}, + ], + }, + { + "table_name": "cq_osm_roads", + "table_aliases": ["路网", "道路数据"], + "schema_complete": True, + "columns": [ + {"column_name": "name"}, + {"column_name": "fclass"}, + {"column_name": "bridge"}, + {"column_name": "geometry", "is_geometry": True}, + ], + }, + ] + } + sql = ( + "WITH longest_bridge AS (" + "SELECT geometry FROM cq_osm_roads_2021 WHERE bridge = 'T' " + "ORDER BY ST_Length(geometry::geography) DESC LIMIT 1" + ") " + 'SELECT COUNT(DISTINCT p."ID") FROM cq_amap_poi_2024 AS p, ' + "longest_bridge AS lb WHERE " + "ST_DWithin(p.geometry::geography, lb.geometry::geography, 100)" + ) + + rewritten, corrections = apply_semantic_sql_rewrites( + "统计距离道路网络中最长桥梁100米范围内的高德POI数量。", + sql, + context, + ) + + assert "FROM cq_osm_roads_2021" in rewritten + assert "FROM cq_amap_poi_2024 WHERE bridge" not in rewritten + assert rewritten != "SELECT 1" + assert "semantic_unknown_column_refusal" not in corrections + + def test_semantic_rewrite_cq_hard_25_grouped_road_length_uses_geography_km(): from data_agent.nl2sql_semantic_rewrite import apply_semantic_sql_rewrites diff --git a/data_agent/test_paper9_agent_evaluation.py b/data_agent/test_paper9_agent_evaluation.py new file mode 100644 index 00000000..6a3d0a77 --- /dev/null +++ b/data_agent/test_paper9_agent_evaluation.py @@ -0,0 +1,191 @@ +import pytest + +from data_agent.paper9_agent_evaluation import ( + evaluate_paper9_tool_trajectory, + summarize_repeated_agent_runs, +) + + +def _opening(): + return [ + { + "tool": "world_model_v21_status", + "response": {"finals": {"version_compatible": True}}, + }, + {"tool": "paper9_inspect_resources", "response": {"planning_ready": True}}, + {"tool": "paper9_recall_verified_episodes", "response": {"count": 0}}, + ] + + +def test_success_trajectory_passes_contract(): + events = _opening() + [ + {"tool": "world_model_v21_pipeline", "response": {"status": "ok"}}, + { + "tool": "paper9_audit_run", + "response": { + "attempt": 0, + "hard_constraint_passed": True, + "retryable": False, + }, + }, + {"tool": "paper9_commit_verified_episode", "response": {"status": "committed"}}, + ] + + result = evaluate_paper9_tool_trajectory(events) + + assert result["passed"] is True + assert result["terminal"] == "verified_commit" + + +def test_single_replan_then_success_passes_contract(): + events = _opening() + [ + {"tool": "world_model_v21_pipeline", "response": {"status": "ok"}}, + { + "tool": "paper9_audit_run", + "response": { + "attempt": 0, + "hard_constraint_passed": False, + "retryable": True, + }, + }, + {"tool": "world_model_v21_plan", "response": {"status": "ok"}}, + { + "tool": "paper9_audit_run", + "response": { + "attempt": 1, + "hard_constraint_passed": True, + "retryable": False, + }, + }, + {"tool": "paper9_commit_verified_episode", "response": {"status": "committed"}}, + ] + + result = evaluate_paper9_tool_trajectory(events) + + assert result["passed"] is True + assert result["tool_count"] == 8 + + +def test_second_failure_stops_without_commit(): + events = _opening() + [ + {"tool": "world_model_v21_pipeline", "response": {"status": "ok"}}, + { + "tool": "paper9_audit_run", + "response": { + "attempt": 0, + "hard_constraint_passed": False, + "retryable": True, + }, + }, + {"tool": "world_model_v21_plan", "response": {"status": "ok"}}, + { + "tool": "paper9_audit_run", + "response": { + "attempt": 1, + "hard_constraint_passed": False, + "retryable": False, + }, + }, + ] + + result = evaluate_paper9_tool_trajectory(events) + + assert result["passed"] is True + assert result["terminal"] == "human_review" + + +def test_premature_commit_fails_contract(): + events = _opening() + [ + {"tool": "world_model_v21_pipeline", "response": {"status": "ok"}}, + {"tool": "paper9_commit_verified_episode", "response": {"status": "committed"}}, + ] + + result = evaluate_paper9_tool_trajectory(events) + + assert result["passed"] is False + assert any("followed by an audit" in item for item in result["violations"]) + assert any("unverified" in item for item in result["violations"]) + + +def test_version_mismatch_stops_before_planning(): + events = [ + { + "tool": "world_model_v21_status", + "response": {"finals": {"version_compatible": False}}, + }, + {"tool": "paper9_inspect_resources", "response": {"planning_ready": False}}, + ] + + result = evaluate_paper9_tool_trajectory(events) + + assert result["passed"] is True + assert result["terminal"] == "preflight_stop" + + +def test_repeated_run_summary_reports_statistics_by_scenario(): + runs = [ + { + "scenario": "success", + "passed": True, + "terminal": "verified_commit", + "latency_ms": 100, + "tool_trace": ["status", "inspect", "plan", "audit", "commit"], + }, + { + "scenario": "success", + "passed": False, + "terminal": "incomplete", + "latency_ms": 300, + "tool_trace": ["status", "inspect"], + "error": "missing plan", + }, + { + "scenario": "blocked", + "passed": True, + "terminal": "preflight_stop", + "latency_ms": 50, + "tool_trace": ["status", "inspect"], + }, + ] + + report = summarize_repeated_agent_runs(runs, pass_rate_threshold=0.8) + + assert report["overall"]["pass_rate"] == pytest.approx(2 / 3) + assert report["by_scenario"]["success"]["mean_latency_ms"] == 200 + assert report["by_scenario"]["success"]["p95_latency_ms"] == pytest.approx(290) + assert report["by_scenario"]["blocked"]["exact_trace_consistency"] == 1 + assert report["release_gate"] == { + "pass_rate_threshold": 0.8, + "passed": False, + "failed_scenarios": ["success"], + } + + +def test_repeated_run_summary_uses_wilson_interval_for_small_samples(): + report = summarize_repeated_agent_runs( + [ + { + "scenario": "success", + "passed": True, + "tool_trace": ["status"], + } + for _ in range(10) + ] + ) + + lower, upper = report["overall"]["confidence_95_wilson"] + assert lower == pytest.approx(0.72246, rel=1e-4) + assert upper == pytest.approx(1.0) + assert report["release_gate"]["passed"] is True + + +def test_trace_consistency_is_order_sensitive(): + report = summarize_repeated_agent_runs( + [ + {"scenario": "x", "passed": True, "tool_trace": ["a", "b"]}, + {"scenario": "x", "passed": True, "tool_trace": ["b", "a"]}, + ] + ) + + assert report["overall"]["exact_trace_consistency"] == 0.5 + assert report["overall"]["pairwise_trace_consistency"] == 0.0 diff --git a/data_agent/test_paper9_agent_governance.py b/data_agent/test_paper9_agent_governance.py new file mode 100644 index 00000000..279af557 --- /dev/null +++ b/data_agent/test_paper9_agent_governance.py @@ -0,0 +1,121 @@ +import json + +import pytest + +from data_agent.paper9_agent_governance import ( + Paper9AuditPolicy, + Paper9EpisodeStore, + audit_paper9_run, + evaluate_paper9_summary, +) + + +def _summary(*, cultivated=4.3, slope=-0.8, contiguity=0.02): + return { + "results": [ + { + "episode": 0, + "cultivated_area_change_ha": cultivated, + "slope_change_pct": slope, + "cont_change": contiguity, + "baimu_area_change_ha": 34.6, + "total_reward": 12.5, + "steps_run": 50, + } + ] + } + + +def test_hard_gate_passes_and_routes_to_verified_commit(): + result = evaluate_paper9_summary(_summary()) + + assert result["hard_constraint_passed"] is True + assert result["next_action"] == "commit_verified_episode" + assert result["retryable"] is False + + +def test_first_hard_gate_failure_allows_one_bounded_replan(): + result = evaluate_paper9_summary(_summary(cultivated=-1.0), attempt=0) + + assert result["hard_constraint_passed"] is False + assert result["next_action"] == "replan_once" + assert result["retryable"] is True + assert "below the required" in result["failure_reasons"][0] + + +def test_second_hard_gate_failure_stops_for_human_review(): + policy = Paper9AuditPolicy(max_replans=1) + result = evaluate_paper9_summary( + _summary(slope=0.1), policy=policy, attempt=1 + ) + + assert result["hard_constraint_passed"] is False + assert result["next_action"] == "stop_and_request_human_review" + assert result["retryable"] is False + + +def test_run_audit_requires_summary_and_spatial_result(tmp_path): + (tmp_path / "mpc_summary.json").write_text( + json.dumps(_summary()), encoding="utf-8" + ) + (tmp_path / "optimized_dltb.fgb").write_bytes(b"fgb") + + result = audit_paper9_run(tmp_path) + + assert result["hard_constraint_passed"] is True + assert result["all_expected_outputs_exist"] is True + assert result["artifacts"]["summary"]["sha256"] + assert (tmp_path / "paper9_agent_audit.json").is_file() + + +def test_run_audit_fails_closed_when_spatial_result_is_missing(tmp_path): + (tmp_path / "mpc_summary.json").write_text( + json.dumps(_summary()), encoding="utf-8" + ) + + result = audit_paper9_run(tmp_path, write=False) + + assert result["hard_constraint_passed"] is False + assert result["next_action"] == "stop_and_request_human_review" + assert "No optimized spatial result" in result["failure_reasons"][-1] + + +def test_verified_episode_store_rejects_failed_runs(tmp_path): + store = Paper9EpisodeStore(tmp_path / "episodes.jsonl") + failed = evaluate_paper9_summary(_summary(slope=0.0)) + failed["all_expected_outputs_exist"] = True + + with pytest.raises(ValueError, match="hard-gate-passed"): + store.commit(audit=failed, dataset="bishan", goal="optimize") + + +def test_verified_episode_store_is_idempotent_and_recallable(tmp_path): + run_dir = tmp_path / "run" + run_dir.mkdir() + (run_dir / "mpc_summary.json").write_text( + json.dumps(_summary()), encoding="utf-8" + ) + (run_dir / "optimized_dltb.fgb").write_bytes(b"fgb") + audit = audit_paper9_run(run_dir) + store = Paper9EpisodeStore(tmp_path / "episodes.jsonl") + + first = store.commit( + audit=audit, + dataset="bishan", + goal="improve layout", + plan_args={"horizon": 1, "top_k": 1}, + provenance={"algorithm_version": "2.2.3"}, + ) + second = store.commit( + audit=audit, + dataset="bishan", + goal="improve layout", + plan_args={"horizon": 1, "top_k": 1}, + provenance={"algorithm_version": "2.2.3"}, + ) + + assert first["already_existed"] is False + assert second["already_existed"] is True + recalled = store.recall(dataset="bishan", limit=3) + assert [item["episode_id"] for item in recalled] == [first["episode_id"]] + assert recalled[0]["audit"]["hard_constraint_passed"] is True diff --git a/data_agent/test_tool_filter.py b/data_agent/test_tool_filter.py index 844bca33..3d9d9f7d 100644 --- a/data_agent/test_tool_filter.py +++ b/data_agent/test_tool_filter.py @@ -143,9 +143,10 @@ def test_parses_tools_field(self, mock_client): mock_client.models.generate_content.return_value = mock_resp from data_agent.app import classify_intent - intent, reason, tokens, cats, lang = classify_intent("创建缓冲区") + intent, reason, tokens, cats, lang, execution_mode = classify_intent("创建缓冲区") self.assertEqual(intent, "GENERAL") self.assertEqual(cats, {"spatial_processing"}) + self.assertEqual(execution_mode, "agentic") @patch("data_agent.intent_router._router_client") def test_multiple_tools(self, mock_client): @@ -157,9 +158,12 @@ def test_multiple_tools(self, mock_client): mock_client.models.generate_content.return_value = mock_resp from data_agent.app import classify_intent - intent, reason, tokens, cats, lang = classify_intent("搜索POI并生成热力图") + intent, reason, tokens, cats, lang, execution_mode = classify_intent( + "搜索POI并生成热力图" + ) self.assertEqual(intent, "GENERAL") self.assertEqual(cats, {"poi_location", "spatial_processing"}) + self.assertEqual(execution_mode, "agentic") @patch("data_agent.intent_router._router_client") def test_tools_all_returns_empty(self, mock_client): @@ -171,9 +175,10 @@ def test_tools_all_returns_empty(self, mock_client): mock_client.models.generate_content.return_value = mock_resp from data_agent.app import classify_intent - intent, reason, tokens, cats, lang = classify_intent("你好") + intent, reason, tokens, cats, lang, execution_mode = classify_intent("你好") self.assertEqual(intent, "AMBIGUOUS") self.assertEqual(cats, set()) + self.assertEqual(execution_mode, "agentic") @patch("data_agent.intent_router._router_client") def test_no_tools_field_returns_empty(self, mock_client): @@ -185,19 +190,21 @@ def test_no_tools_field_returns_empty(self, mock_client): mock_client.models.generate_content.return_value = mock_resp from data_agent.app import classify_intent - intent, reason, tokens, cats, lang = classify_intent("查看地图") + intent, reason, tokens, cats, lang, execution_mode = classify_intent("查看地图") self.assertEqual(intent, "GENERAL") self.assertEqual(cats, set()) + self.assertEqual(execution_mode, "agentic") @patch("data_agent.intent_router._router_client") def test_error_returns_empty_cats(self, mock_client): - """API error returns 4-tuple with empty set.""" + """API error returns the six-field fallback with empty categories.""" mock_client.models.generate_content.side_effect = Exception("API down") from data_agent.app import classify_intent - intent, reason, tokens, cats, lang = classify_intent("test") + intent, reason, tokens, cats, lang, execution_mode = classify_intent("test") self.assertEqual(intent, "GENERAL") self.assertEqual(cats, set()) + self.assertEqual(execution_mode, "agentic") @patch("data_agent.intent_router._router_client") def test_governance_with_tools(self, mock_client): @@ -209,9 +216,10 @@ def test_governance_with_tools(self, mock_client): mock_client.models.generate_content.return_value = mock_resp from data_agent.app import classify_intent - intent, reason, tokens, cats, lang = classify_intent("检查拓扑") + intent, reason, tokens, cats, lang, execution_mode = classify_intent("检查拓扑") self.assertEqual(intent, "GOVERNANCE") self.assertEqual(cats, {"quality_audit"}) + self.assertEqual(execution_mode, "agentic") if __name__ == "__main__": diff --git a/data_agent/test_world_model_v21.py b/data_agent/test_world_model_v21.py index 593adb02..c2022419 100644 --- a/data_agent/test_world_model_v21.py +++ b/data_agent/test_world_model_v21.py @@ -138,6 +138,68 @@ def fake_run(**kwargs): assert result["summary"]["steps_run"] == 50 +def test_county_plan_uses_output_codes_matching_detected_input_scheme( + tmp_path, monkeypatch +): + prepared = tmp_path / "prepared" + input_dir = prepared / "dem_slope_analysis" / "output" + input_dir.mkdir(parents=True) + (input_dir / "DLTB_with_slope.shp").write_bytes(b"shp") + ensemble = tmp_path / "ensemble" + ensemble.mkdir() + (ensemble / "ensemble_member0.onnx").write_bytes(b"onnx") + calls = {} + + def fake_run(**kwargs): + calls.update(kwargs) + out_dir = Path(kwargs["out_dir"]) + summary = { + "config": {"n_blocks": 1, "n_parcels": 2, "max_steps": 1}, + "results": [ + { + "episode": 0, + "cultivated_area_change_ha": 0.0, + "slope_change_pct": -0.1, + "cont_change": 0.1, + "steps_run": 1, + } + ], + } + (out_dir / "mpc_summary.json").write_text( + json.dumps(summary), encoding="utf-8" + ) + Path(kwargs["output_fc"]).write_bytes(b"shp") + return summary + + svc = WorldModelV21Service(repo_path=tmp_path) + monkeypatch.setattr(svc, "_load_paper9_plan_run", lambda: fake_run) + monkeypatch.setattr( + svc, + "_detect_land_use_code_contract", + lambda path: { + "compatible": True, + "scheme": "legacy_three_digit_test_data", + "farm_dlbm": "011", + "forest_dlbm": "031", + "code_counts": {"011": 1, "031": 1}, + }, + ) + monkeypatch.setattr(svc, "_convert_optimized_shp_to_fgb", lambda *args: None) + + result = svc.run_plan( + { + "prepared_dir": str(prepared), + "ensemble_dir": str(ensemble), + "env_kind": "county", + }, + user_id="pytest", + ) + + assert calls["farm_dlbm"] == "011" + assert calls["forest_dlbm"] == "031" + assert result["land_use_code_contract"]["compatible"] is True + + def test_run_prepare_calls_paper9_prepare_and_returns_artifacts(tmp_path, monkeypatch): dltb = tmp_path / "DLTB.shp" dem = tmp_path / "dem.tif" diff --git a/data_agent/test_world_model_v21_presentation.py b/data_agent/test_world_model_v21_presentation.py index 8500bd41..46c0780d 100644 --- a/data_agent/test_world_model_v21_presentation.py +++ b/data_agent/test_world_model_v21_presentation.py @@ -30,6 +30,14 @@ def test_parse_world_model_v21_tool_response_keeps_pipeline_wrapper(): assert parse_world_model_v21_tool_response({"result": json.dumps(payload)}) == payload +def test_parse_structured_tool_response_unwraps_adk_result(): + from data_agent.world_model_v21_presentation import parse_structured_tool_response + + payload = {"hard_constraint_passed": True, "next_action": "commit_verified_episode"} + + assert parse_structured_tool_response({"result": json.dumps(payload)}) == payload + + def test_format_world_model_v21_result_uses_tool_n_selected_not_top_k(): from data_agent.world_model_v21_presentation import format_world_model_v21_result_for_chat @@ -60,9 +68,9 @@ def test_format_world_model_v21_result_uses_tool_n_selected_not_top_k(): ) lines = set(text.splitlines()) - assert "- Top K: 5" in text - assert "- N Selected: 50" in lines - assert "- N Selected: 5" not in lines + assert "- 每步候选行动数:5" in lines + assert "- 选中决策单元:50" in lines + assert "- 选中决策单元:5" not in lines assert "restoration_mpc_units.geojson" in text @@ -101,13 +109,12 @@ def test_format_world_model_v21_county_result_uses_swaps_and_land_use_legend(): ) lines = set(text.splitlines()) - assert "- Swaps Completed: 427" in lines - assert not any(line.startswith("- N Selected:") for line in lines) - assert "- Slope Change: -1.7531%" in lines - assert "CHG_FLAG" in text - assert "灰色代表保持不变" in text - assert "红色代表耕地 -> 林地" in text - assert "绿色代表林地 -> 耕地" in text + assert "- 完成双向置换:427 对" in lines + assert not any(line.startswith("- 选中决策单元:") for line in lines) + assert "- 平均坡度变化:-1.7531%" in lines + assert "灰色为保持不变" in text + assert "红色为耕地 → 林地" in text + assert "绿色为林地 → 耕地" in text def test_format_world_model_v21_pipeline_result_shows_abcd_steps(): @@ -152,19 +159,141 @@ def test_format_world_model_v21_pipeline_result_shows_abcd_steps(): tool_args={"horizon": "1", "top_k": "1"}, ) - assert "- Mode: pipeline_a_to_d; plan=tool4_mpc" in text - assert "- Prepared Dir: /app/dongxing-runs/prepared" in text - assert "- Ensemble Dir: /app/dongxing-runs/prepared/ensemble_seed0" in text - assert "- Horizon: 1(MPC 前瞻步长)" in text - assert "- Top K: 1(每步候选动作数)" in text - assert "- N Parcels: 53004" in text - assert "- A / Tool 1 Prepare: skipped_reused" in text - assert "- B / Tool 2 Sample: skipped_reused" in text - assert "- C / Tool 3 Train: skipped_reused" in text - assert "- D / Tool 4 Plan: ok" in text - assert "world_model_v21_status -> world_model_v21_pipeline" in text + assert "- MPC 前瞻步长:1" in text + assert "- 每步候选行动数:1" in text + assert "- 图斑数:53004" in text + assert "- A / 数据准备:已复用(未重复执行)" in text + assert "- B / 样本生成:已复用(未重复执行)" in text + assert "- C / 状态转移模型训练:已复用(未重复执行)" in text + assert "- D / MPC 规划执行:完成" in text + assert text.startswith("### 规划结果尚未完成审计") + assert "未捕获完整函数调用轨迹,请查看运行日志。" in text + assert "/app/dongxing-runs" not in text progress = format_world_model_v21_progress_for_chat(result, "@WorldModelV21 (直接调用)") - assert "**@WorldModelV21 (直接调用)** A/B/C/D 4 阶段完成" in progress - assert "✓ A / Tool 1 Prepare: skipped_reused" in progress - assert "✓ D / Tool 4 Plan: ok" in progress + assert "**县域耕地规划 Agent** · Gemma 4 + Google ADK 受控自主闭环" in progress + assert "✓ A / 数据准备:已复用(未重复执行)" in progress + assert "✓ D / MPC 规划执行:完成" in progress + + +def test_format_world_model_v21_result_shows_verified_agent_loop(): + from data_agent.world_model_v21_presentation import ( + format_world_model_v21_progress_for_chat, + format_world_model_v21_result_for_chat, + ) + + result = { + "status": "ok", + "version": "2.1.0", + "mode": "tool4_mpc", + "env_kind": "county", + "summary": { + "cultivated_area_change_ha": 0.2116, + "slope_change_pct": -0.8154, + "cont_change": 0.0284, + }, + "artifacts": {}, + } + status = { + "paper9": {"package_version": "0.3.3", "algorithm_version": "2.2.3"}, + "finals": {"version_compatible": True}, + } + audit = { + "hard_constraint_passed": True, + "next_action": "commit_verified_episode", + "audit_path": "/run/paper9_agent_audit.json", + } + commit = { + "status": "committed", + "episode": {"episode_id": "episode-1"}, + } + trace = [ + {"tool_name": "world_model_v21_status", "duration_s": 0.004}, + {"tool_name": "paper9_inspect_resources", "duration_s": 0.2}, + {"tool_name": "paper9_recall_verified_episodes", "duration_s": 0.1}, + {"tool_name": "world_model_v21_plan", "duration_s": 88.6}, + {"tool_name": "paper9_audit_run", "duration_s": 1.3}, + {"tool_name": "paper9_commit_verified_episode", "duration_s": 0.1}, + ] + + text = format_world_model_v21_result_for_chat( + result, + status_result=status, + audit_result=audit, + commit_result=commit, + tool_trace=trace, + total_duration_s=96.8, + ) + progress = format_world_model_v21_progress_for_chat( + result, + audit_result=audit, + commit_result=commit, + tool_trace=trace, + total_duration_s=96.8, + ) + + assert text.startswith("### 县域耕地受控规划完成") + assert "**Gemma 4 + Google ADK** · 6 次原生函数调用" in text + assert "总用时 96.8 秒" in text + assert "MPC 规划 88.6 秒" in text + assert "审计与经验提交 1.4 秒" in text + assert "`world_model_v21_status` · 0.004 秒" in text + assert "版本:适配器 2.1.0 · 引擎包 0.3.3 · 算法 2.2.3" in text + assert "- 耕地面积变化:0.2116 ha" in text + assert "- 硬约束校验:通过" in text + assert "- 经验编号:episode-1" in text + assert "**观察版本与运行状态** → 版本兼容" in text + assert "**根据审计结果决定是否写入经验** → 已写入已验证经验库" in text + assert "Paper9 Package:" not in text + assert "Prepared Dir:" not in text + assert "原生函数调用:6 次" in progress + assert "总用时:96.8 秒" in progress + assert "硬约束审计:通过" in progress + assert "已验证经验库:已写入" in progress + + +def test_format_world_model_v21_result_fails_closed_after_bad_audit(): + from data_agent.world_model_v21_presentation import format_world_model_v21_result_for_chat + + text = format_world_model_v21_result_for_chat( + { + "status": "ok", + "version": "2.1.0", + "mode": "tool4_mpc", + "env_kind": "county", + "summary": {}, + "artifacts": {}, + }, + audit_result={ + "hard_constraint_passed": False, + "next_action": "stop_and_request_human_review", + "failure_reasons": ["cultivated area below floor"], + }, + ) + + assert text.startswith("### 县域耕地规划已停止") + assert "- 硬约束校验:未通过" in text + assert "cultivated area below floor" in text + + +def test_format_world_model_v21_result_does_not_claim_completion_before_commit(): + from data_agent.world_model_v21_presentation import format_world_model_v21_result_for_chat + + text = format_world_model_v21_result_for_chat( + { + "status": "ok", + "version": "2.1.0", + "mode": "tool4_mpc", + "env_kind": "county", + "summary": {}, + "artifacts": {}, + }, + audit_result={ + "hard_constraint_passed": True, + "next_action": "commit_verified_episode", + }, + tool_trace=["world_model_v21_status", "paper9_audit_run"], + ) + + assert text.startswith("### 规划已通过审计,尚未写入经验") + assert "- 已验证经验库:未写入" in text diff --git a/data_agent/test_world_model_v21_report.py b/data_agent/test_world_model_v21_report.py new file mode 100644 index 00000000..9719e67e --- /dev/null +++ b/data_agent/test_world_model_v21_report.py @@ -0,0 +1,120 @@ +import zipfile +from pathlib import Path + +import geopandas as gpd +from docx import Document +from shapely.geometry import box + +from data_agent.world_model_v21_report import generate_world_model_v21_word_report + + +def _report_context(run_dir: Path) -> dict: + return { + "result": { + "mode": "pipeline_a_to_d", + "version": "2.1.0", + "steps": [ + {"step": "prepare", "status": "skipped_reused"}, + {"step": "sample", "status": "skipped_reused"}, + {"step": "train", "status": "skipped_reused"}, + {"step": "plan", "status": "ok"}, + ], + "plan_result": { + "status": "ok", + "version": "2.1.0", + "env_kind": "county", + "out_dir": str(run_dir), + "summary": { + "steps_run": 100, + "swaps_completed": 2, + "n_blocks": 3, + "n_parcels": 3, + "cultivated_area_change_ha": 1.25, + "slope_change_pct": -0.61, + "cont_change": 0.02, + "baimu_area_change_ha": 4.5, + "total_reward": 9.8, + }, + "artifacts": { + "summary_json": "mpc_summary.json", + "map_layer": "optimized_dltb.shp", + }, + }, + }, + "tool_args": {"dataset": "bishan", "horizon": "1", "top_k": "1"}, + "status_result": {"paper9": {"package_version": "0.3.3", "algorithm_version": "2.2.3"}}, + "audit_result": { + "hard_constraint_passed": True, + "all_expected_outputs_exist": True, + "out_dir": str(run_dir), + "policy": {"cultivated_area_floor_delta_ha": 0.0}, + "artifacts": {"summary": {"sha256": "a" * 64}}, + }, + "commit_result": { + "status": "committed", + "episode": {"episode_id": "episode-verified-001"}, + }, + "tool_trace": [ + {"tool_name": "world_model_v21_status", "duration_s": 0.01}, + {"tool_name": "paper9_inspect_resources", "duration_s": 0.02}, + {"tool_name": "paper9_recall_verified_episodes", "duration_s": 0.03}, + {"tool_name": "world_model_v21_pipeline", "duration_s": 12.3}, + {"tool_name": "paper9_audit_run", "duration_s": 0.12}, + {"tool_name": "paper9_commit_verified_episode", "duration_s": 0.04}, + ], + "total_duration_s": 13.1, + } + + +def test_world_model_v21_report_embeds_real_map_and_visual_evidence(tmp_path): + run_dir = tmp_path / "run" + run_dir.mkdir() + gdf = gpd.GeoDataFrame( + {"CHG_FLAG": [0, 1, 2]}, + geometry=[box(0, 0, 1, 1), box(1, 0, 2, 1), box(0, 1, 1, 2)], + crs="EPSG:4326", + ) + gdf.to_file(run_dir / "optimized_dltb.shp") + (run_dir / "mpc_summary.json").write_text( + """{ + "config": {"horizon": 1, "top_k": 1, "n_blocks": 3, "n_parcels": 3}, + "results": [{ + "steps_run": 100, + "swaps_completed": 2, + "cultivated_area_change_ha": 1.25, + "slope_change_pct": -0.61, + "cont_change": 0.02, + "baimu_area_change_ha": 4.5, + "total_reward": 9.8 + }], + "shapefile_output": { + "n_input": 3, + "n_in_env": 3, + "n_farm_to_forest": 1, + "n_forest_to_farm": 1, + "n_unchanged": 1 + } + }""", + encoding="utf-8", + ) + + output = tmp_path / "county_report.docx" + report_path = generate_world_model_v21_word_report( + _report_context(run_dir), str(output), author="Finals Tester" + ) + + document = Document(report_path) + visible_text = "\n".join( + [paragraph.text for paragraph in document.paragraphs] + + [cell.text for table in document.tables for row in table.rows for cell in row.cells] + ) + assert "县域耕地空间规划与硬约束审计报告" in visible_text + assert "Gemma 4 + Google ADK 受控自主闭环" in visible_text + assert "硬约束审计:通过" in visible_text + assert "已验证经验库" in visible_text + assert "episode-verified-001" in visible_text + assert "/tmp/" not in visible_text + + with zipfile.ZipFile(report_path) as archive: + media = [name for name in archive.namelist() if name.startswith("word/media/")] + assert len(media) >= 3 diff --git a/data_agent/test_world_model_v21_tools.py b/data_agent/test_world_model_v21_tools.py index ae3cb833..38721916 100644 --- a/data_agent/test_world_model_v21_tools.py +++ b/data_agent/test_world_model_v21_tools.py @@ -14,6 +14,39 @@ def status(self): "paper9": {"repo_path": "paper9", "importable": True}, } + def inspect_resources(self, *, dataset, prepared_dir, ensemble_dir): + self.payload = { + "dataset": dataset, + "prepared_dir": prepared_dir, + "ensemble_dir": ensemble_dir, + } + return {"status": "ready", "planning_ready": True, **self.payload} + + def audit_run(self, *, out_dir, attempt, cultivated_area_floor_delta_ha): + self.payload = { + "out_dir": out_dir, + "attempt": attempt, + "cultivated_area_floor_delta_ha": cultivated_area_floor_delta_ha, + } + return { + "hard_constraint_passed": True, + "next_action": "commit_verified_episode", + **self.payload, + } + + def recall_verified_episodes(self, *, dataset, limit): + self.payload = {"dataset": dataset, "limit": limit} + return {"status": "ok", "count": 0, "episodes": []} + + def commit_verified_episode(self, *, out_dir, dataset, goal, plan_args): + self.payload = { + "out_dir": out_dir, + "dataset": dataset, + "goal": goal, + "plan_args": plan_args, + } + return {"status": "committed", "episode": {"episode_id": "demo"}} + def run_plan(self, payload, user_id): self.payload = payload self.user_id = user_id @@ -84,6 +117,37 @@ def test_world_model_v21_status_tool_returns_service_status(monkeypatch): assert result["paper9"]["repo_path"] == "paper9" +def test_paper9_governance_tools_call_service_with_structured_values(monkeypatch): + from data_agent.toolsets import world_model_v21_tools as tools + + fake = FakeWorldModelV21Service() + monkeypatch.setattr(tools, "get_world_model_v21_service", lambda: fake) + + inspected = json.loads(tools.paper9_inspect_resources(dataset="东兴")) + assert inspected["planning_ready"] is True + assert fake.payload["dataset"] == "dongxing" + assert fake.payload["prepared_dir"] == "/app/dongxing-runs/prepared" + + recalled = json.loads(tools.paper9_recall_verified_episodes("东兴", "5")) + assert recalled["count"] == 0 + assert fake.payload == {"dataset": "dongxing", "limit": 5} + + audited = json.loads(tools.paper9_audit_run("/tmp/run", "1", "0")) + assert audited["hard_constraint_passed"] is True + assert fake.payload["attempt"] == 1 + + committed = json.loads( + tools.paper9_commit_verified_episode( + "/tmp/run", + "东兴", + "优化耕地布局", + '{"horizon": 1, "top_k": 1}', + ) + ) + assert committed["status"] == "committed" + assert fake.payload["plan_args"] == {"horizon": 1, "top_k": 1} + + def test_world_model_v21_plan_tool_normalizes_payload_and_returns_map_update(monkeypatch): from data_agent.toolsets import world_model_v21_tools as tools from data_agent.user_context import current_user_id @@ -191,6 +255,46 @@ def test_world_model_v21_pipeline_uses_demo_defaults_and_env_paths(monkeypatch): assert fake.payload["horizon"] == 1 assert fake.payload["top_k"] == 1 assert fake.payload["continuation"] == "greedy" + assert fake.payload["cultivated_area_floor_delta_ha"] == 0.0 + assert fake.payload["baimu_area_floor_delta_ha"] is None + + +def test_world_model_v21_pipeline_forwards_planning_constraints(monkeypatch): + from data_agent.toolsets import world_model_v21_tools as tools + + fake = FakeWorldModelV21Service() + monkeypatch.setattr(tools, "get_world_model_v21_service", lambda: fake) + + result = json.loads( + tools._world_model_v21_pipeline_sync( + cultivated_area_floor_delta_ha="1.25", + baimu_area_floor_delta_ha="2.5", + gamma_conn="3.5", + delta_conn="4.5", + ) + ) + + assert result["status"] == "ok" + assert fake.payload["cultivated_area_floor_delta_ha"] == 1.25 + assert fake.payload["baimu_area_floor_delta_ha"] == 2.5 + assert fake.payload["gamma_conn"] == 3.5 + assert fake.payload["delta_conn"] == 4.5 + + +def test_world_model_v21_pipeline_cannot_lower_cultivated_area_floor(monkeypatch): + from data_agent.toolsets import world_model_v21_tools as tools + + fake = FakeWorldModelV21Service() + monkeypatch.setattr(tools, "get_world_model_v21_service", lambda: fake) + + result = json.loads( + tools._world_model_v21_pipeline_sync( + cultivated_area_floor_delta_ha="-100", + ) + ) + + assert result["status"] == "ok" + assert fake.payload["cultivated_area_floor_delta_ha"] == 0.0 def test_world_model_v21_pipeline_dataset_dongxing_overrides_bishan_env(monkeypatch): @@ -289,6 +393,11 @@ def test_world_model_v21_toolset_lists_all_v21_tools(): assert "world_model_v21_train" in names assert "world_model_v21_plan" in names assert "world_model_v21_pipeline" in names + assert "paper9_inspect_resources" in names + assert "paper9_recall_verified_episodes" in names + assert "paper9_audit_run" in names + assert "paper9_commit_verified_episode" in names + assert len(names) == 10 def test_world_model_category_includes_v21_tools(): @@ -300,6 +409,10 @@ def test_world_model_category_includes_v21_tools(): assert "world_model_v21_train" in TOOL_CATEGORIES["world_model"] assert "world_model_v21_plan" in TOOL_CATEGORIES["world_model"] assert "world_model_v21_pipeline" in TOOL_CATEGORIES["world_model"] + assert "paper9_inspect_resources" in TOOL_CATEGORIES["world_model"] + assert "paper9_recall_verified_episodes" in TOOL_CATEGORIES["world_model"] + assert "paper9_audit_run" in TOOL_CATEGORIES["world_model"] + assert "paper9_commit_verified_episode" in TOOL_CATEGORIES["world_model"] def test_world_model_category_includes_twm_tools(): @@ -354,6 +467,12 @@ def test_world_model_v21_agent_instruction_uses_fast_defaults(): assert "dataset='bishan'" in instruction assert "CHG_FLAG" in instruction assert "红色为耕地 -> 林地" in instruction + assert "paper9_inspect_resources" in instruction + assert "paper9_audit_run" in instruction + assert "paper9_commit_verified_episode" in instruction + assert "只允许再调用一次" in instruction + assert "算法版本 2.2.3" in instruction + assert "首次 pipeline 必须设置 cultivated_area_floor_delta_ha='0'" in instruction def test_territory_world_model_agent_is_directly_mentionable(): diff --git a/data_agent/tool_filter.py b/data_agent/tool_filter.py index c57ef586..1430bd3c 100644 --- a/data_agent/tool_filter.py +++ b/data_agent/tool_filter.py @@ -111,6 +111,8 @@ "world_model_v21_status", "world_model_v21_prepare", "world_model_v21_sample", "world_model_v21_train", "world_model_v21_plan", "world_model_v21_pipeline", + "paper9_inspect_resources", "paper9_recall_verified_episodes", + "paper9_audit_run", "paper9_commit_verified_episode", "twm_status", "twm_status_detail", "twm_create_project", "twm_list_projects", "twm_bind_layer", "twm_list_layer_bindings", "twm_build_state", "twm_build_state_async", "twm_evaluate_rules", diff --git a/data_agent/toolsets/world_model_v21_tools.py b/data_agent/toolsets/world_model_v21_tools.py index 171a823e..1046f0ca 100644 --- a/data_agent/toolsets/world_model_v21_tools.py +++ b/data_agent/toolsets/world_model_v21_tools.py @@ -97,6 +97,123 @@ def world_model_v21_status() -> str: return _json({"error": str(exc)}) +def paper9_inspect_resources( + dataset: str = "", + prepared_dir: str = "", + ensemble_dir: str = "", +) -> str: + """Inspect Paper9 version binding and reusable stages before execution. + + Use after world_model_v21_status and before planning. Set dataset to + "bishan" or "dongxing" to resolve the corresponding demo paths. This tool + never runs training or planning; it returns stages that can be safely + reused and any version or artifact gaps that must be repaired first. + """ + + dataset_key = _dataset_key(dataset) + resolved_prepared = _dataset_path( + prepared_dir, + "PAPER9_FARMLAND_MPC_DEFAULT_PREPARED_DIR", + dataset_key, + "prepared_dir", + ) + resolved_ensemble = _dataset_path( + ensemble_dir, + "PAPER9_FARMLAND_MPC_DEFAULT_ENSEMBLE_DIR", + dataset_key, + "ensemble_dir", + ) + try: + return _json( + get_world_model_v21_service().inspect_resources( + dataset=dataset_key, + prepared_dir=resolved_prepared, + ensemble_dir=resolved_ensemble, + ) + ) + except Exception as exc: + return _json( + { + "error": str(exc), + "dataset": dataset_key or None, + "prepared_dir": resolved_prepared, + "ensemble_dir": resolved_ensemble, + } + ) + + +def paper9_audit_run( + out_dir: str, + attempt: str = "0", + cultivated_area_floor_delta_ha: str = "0", +) -> str: + """Audit a Paper9 run with deterministic hard gates after every plan. + + Pass the out_dir returned by world_model_v21_plan or pipeline. The result + explicitly selects one branch: commit_verified_episode, replan_once, or + stop_and_request_human_review. Never commit or present a run before this + tool reports hard_constraint_passed=true. + """ + + try: + result = get_world_model_v21_service().audit_run( + out_dir=str(out_dir or "").strip(), + attempt=_int_arg(attempt, 0), + cultivated_area_floor_delta_ha=( + _optional_float_arg(cultivated_area_floor_delta_ha) or 0.0 + ), + ) + return _json(result) + except Exception as exc: + return _json({"error": str(exc), "out_dir": out_dir}) + + +def paper9_recall_verified_episodes(dataset: str = "", limit: str = "3") -> str: + """Recall prior hard-gate-passed Paper9 episodes for the named dataset. + + Use before planning when prior experience may help choose supported search + parameters. Returned records are verified evidence, not unreviewed chat + history. An empty result is valid and should not block a new plan. + """ + + try: + result = get_world_model_v21_service().recall_verified_episodes( + dataset=_dataset_key(dataset), + limit=max(0, min(_int_arg(limit, 3), 20)), + ) + return _json(result) + except Exception as exc: + return _json({"error": str(exc), "dataset": _dataset_key(dataset) or None}) + + +def paper9_commit_verified_episode( + out_dir: str, + dataset: str = "", + goal: str = "", + plan_args_json: str = "{}", +) -> str: + """Commit an audited successful Paper9 run to verified episodic memory. + + Call only when paper9_audit_run returned next_action=commit_verified_episode. + plan_args_json must be a JSON object containing the actual planning search + parameters. Failed, unaudited, or incomplete runs are rejected by code. + """ + + try: + plan_args = json.loads(plan_args_json or "{}") + if not isinstance(plan_args, dict): + raise ValueError("plan_args_json must decode to a JSON object") + result = get_world_model_v21_service().commit_verified_episode( + out_dir=str(out_dir or "").strip(), + dataset=_dataset_key(dataset) or str(dataset or "unknown").strip().lower(), + goal=str(goal or "").strip(), + plan_args=plan_args, + ) + return _json(result) + except Exception as exc: + return _json({"error": str(exc), "out_dir": out_dir}) + + def _world_model_v21_plan_sync( prepared_dir: str = "", ensemble_dir: str = "", @@ -314,6 +431,10 @@ def _world_model_v21_pipeline_sync( n_members: str = "3", epochs: str = "30", out_subdir: str = "tool3", + cultivated_area_floor_delta_ha: str = "0", + baimu_area_floor_delta_ha: str = "", + gamma_conn: str = "", + delta_conn: str = "", ) -> str: """Run/reuse the full World Model v2.1 A->B->C->D pipeline. @@ -356,6 +477,15 @@ def _world_model_v21_pipeline_sync( "n_members": _int_arg(n_members, 3), "epochs": _int_arg(epochs, 30), "out_subdir": str(out_subdir or "tool3").strip() or "tool3", + "cultivated_area_floor_delta_ha": max( + _optional_float_arg(cultivated_area_floor_delta_ha) or 0.0, + 0.0, + ), + "baimu_area_floor_delta_ha": _optional_float_arg( + baimu_area_floor_delta_ha + ), + "gamma_conn": _optional_float_arg(gamma_conn), + "delta_conn": _optional_float_arg(delta_conn), } try: from ..user_context import current_user_id @@ -534,6 +664,10 @@ async def world_model_v21_pipeline( n_members: str = "3", epochs: str = "30", out_subdir: str = "tool3", + cultivated_area_floor_delta_ha: str = "0", + baimu_area_floor_delta_ha: str = "", + gamma_conn: str = "", + delta_conn: str = "", ) -> str: """Run/reuse Paper9 Tools 1-4 as one long-running ADK tool. @@ -566,6 +700,10 @@ async def world_model_v21_pipeline( n_members, epochs, out_subdir, + cultivated_area_floor_delta_ha, + baimu_area_floor_delta_ha, + gamma_conn, + delta_conn, ) @@ -581,7 +719,13 @@ async def world_model_v21_pipeline( world_model_v21_pipeline.__qualname__ = "world_model_v21_pipeline" -_SYNC_FUNCS = [world_model_v21_status] +_SYNC_FUNCS = [ + world_model_v21_status, + paper9_inspect_resources, + paper9_recall_verified_episodes, + paper9_audit_run, + paper9_commit_verified_episode, +] _LONG_RUNNING_FUNCS = [ world_model_v21_prepare, world_model_v21_sample, diff --git a/data_agent/world_model_v21.py b/data_agent/world_model_v21.py index 4778dfc5..a17e81de 100644 --- a/data_agent/world_model_v21.py +++ b/data_agent/world_model_v21.py @@ -18,6 +18,14 @@ from pathlib import Path from typing import Any +from .paper9_agent_governance import ( + EXPECTED_ALGORITHM_VERSION, + EXPECTED_PACKAGE_VERSION, + Paper9AuditPolicy, + Paper9EpisodeStore, + audit_paper9_run, +) + VERSION = "2.1.0" DEFAULT_REPO = Path(r"D:\test\_publish\arcgis-farmland-mpc") @@ -77,6 +85,12 @@ def status(self) -> dict[str, Any]: onnx_count = len(self.find_onnx_members(defaults["ensemble_dir"])) ready = repo_exists and import_info["importable"] + version_compatible = bool( + ready + and import_info.get("package_version") == EXPECTED_PACKAGE_VERSION + and import_info.get("algorithm_version") == EXPECTED_ALGORITHM_VERSION + and import_info.get("source_matches_repo", True) + ) return { "status": "ready" if ready else "unavailable", "version": VERSION, @@ -101,6 +115,15 @@ def status(self) -> dict[str, Any]: "restoration_env": True, "cultivated_area_floor": True, "baimu_area_floor": True, + "hard_gate_audit": True, + "bounded_replan": True, + "verified_episode_memory": True, + }, + "finals": { + "expected_package_version": EXPECTED_PACKAGE_VERSION, + "expected_algorithm_version": EXPECTED_ALGORITHM_VERSION, + "version_compatible": version_compatible, + "ready": version_compatible, }, "runtime": { "proj_data_dir": proj_data_dir, @@ -108,6 +131,134 @@ def status(self) -> dict[str, Any]: "onnx_member_count": onnx_count, } + def inspect_resources( + self, + *, + dataset: str, + prepared_dir: str, + ensemble_dir: str, + ) -> dict[str, Any]: + """Inspect version binding and reusable artifacts without executing MPC.""" + + status = self.status() + prepared = Path(prepared_dir).expanduser() if prepared_dir else None + ensemble = Path(ensemble_dir).expanduser() if ensemble_dir else None + stages = { + "prepare": { + "ready": bool(prepared and self._prepared_ready(prepared)), + "path": str(prepared) if prepared else None, + }, + "sample": { + "ready": bool(prepared and self._sample_ready(prepared)), + "path": str(prepared / "tool2") if prepared else None, + }, + "train": { + "ready": bool(ensemble and self.find_onnx_members(ensemble)), + "path": str(ensemble) if ensemble else None, + "onnx_member_count": len(self.find_onnx_members(ensemble)) + if ensemble + else 0, + }, + } + reusable = [name for name, detail in stages.items() if detail["ready"]] + required = [name for name, detail in stages.items() if not detail["ready"]] + planning_ready = bool( + status.get("finals", {}).get("version_compatible") + and stages["prepare"]["ready"] + and stages["train"]["ready"] + ) + land_use_contract = None + if prepared: + input_dltb = ( + prepared / "dem_slope_analysis" / "output" / "DLTB_with_slope.shp" + ) + if input_dltb.is_file(): + try: + land_use_contract = self._detect_land_use_code_contract(input_dltb) + except Exception as exc: + land_use_contract = {"compatible": False, "error": str(exc)} + planning_ready = False + return { + "status": "ready" if planning_ready else "needs_action", + "dataset": dataset or None, + "version": status.get("version"), + "paper9": status.get("paper9"), + "finals": status.get("finals"), + "stages": stages, + "reusable_stages": reusable, + "required_stages": required, + "land_use_code_contract": land_use_contract, + "planning_ready": planning_ready, + "recommended_next_action": "run_plan" + if planning_ready + else "repair_version_or_missing_stages", + } + + def audit_run( + self, + *, + out_dir: str, + attempt: int = 0, + cultivated_area_floor_delta_ha: float = 0.0, + ) -> dict[str, Any]: + """Apply deterministic hard gates and return a bounded recovery branch.""" + + return audit_paper9_run( + out_dir, + policy=Paper9AuditPolicy( + cultivated_area_floor_delta_ha=cultivated_area_floor_delta_ha, + max_replans=1, + ), + attempt=attempt, + ) + + def recall_verified_episodes( + self, *, dataset: str = "", limit: int = 3 + ) -> dict[str, Any]: + """Recall only episodes that previously passed all deterministic gates.""" + + episodes = Paper9EpisodeStore().recall(dataset=dataset, limit=limit) + return { + "status": "ok", + "dataset": dataset or None, + "count": len(episodes), + "episodes": episodes, + } + + def commit_verified_episode( + self, + *, + out_dir: str, + dataset: str, + goal: str, + plan_args: dict[str, Any] | None = None, + ) -> dict[str, Any]: + """Commit an audited run; failed or incomplete runs are rejected.""" + + root = Path(out_dir).expanduser().resolve() + audit_path = root / "paper9_agent_audit.json" + if not audit_path.is_file(): + raise WorldModelV21ValidationError( + f"paper9_agent_audit.json not found under {root}; audit the run first" + ) + audit = json.loads(audit_path.read_text(encoding="utf-8")) + status = self.status() + paper9 = status.get("paper9") or {} + record = Paper9EpisodeStore().commit( + audit=audit, + dataset=dataset, + goal=goal, + plan_args=plan_args, + provenance={ + "adapter_version": VERSION, + "package_version": paper9.get("package_version"), + "algorithm_name": paper9.get("algorithm_name"), + "algorithm_version": paper9.get("algorithm_version"), + "paper9_commit": paper9.get("commit"), + }, + ) + return {"status": "committed", "episode": record} + def run_prepare(self, payload: dict[str, Any], user_id: str) -> dict[str, Any]: """Run Paper9 Tool 1 data preparation and return normalized JSON.""" self._ensure_proj_data_dir() @@ -418,6 +569,11 @@ def run_plan(self, payload: dict[str, Any], user_id: str) -> dict[str, Any]: if cfg["env_kind"] == "county" and input_dltb_fc.exists() else None ) + land_use_contract = ( + self._detect_land_use_code_contract(input_dltb_fc) + if output_fc_arg + else None + ) try: summary = plan_run( @@ -435,6 +591,8 @@ def run_plan(self, payload: dict[str, Any], user_id: str) -> dict[str, Any]: env_kind=cfg["env_kind"], output_fc=output_fc_arg, input_dltb_fc=str(input_dltb_fc) if output_fc_arg else None, + farm_dlbm=(land_use_contract or {}).get("farm_dlbm", "0101"), + forest_dlbm=(land_use_contract or {}).get("forest_dlbm", "0301"), cultivated_area_floor_delta_ha=cfg[ "cultivated_area_floor_delta_ha" ], @@ -480,23 +638,85 @@ def run_plan(self, payload: dict[str, Any], user_id: str) -> dict[str, Any]: "map_config": self._build_map_config(map_layer) if map_layer else None, "map_update_queued": False, "warnings": warnings, + "land_use_code_contract": land_use_contract, + } + + def _detect_land_use_code_contract(self, input_dltb_fc: Path) -> dict[str, Any]: + """Choose output codes that match the input scheme before MPC execution.""" + + info = self._import_paper9() + if not info["importable"]: + raise WorldModelV21UnavailableError(info["error"] or "Paper9 import failed") + try: + import geopandas as gpd + from farmland_mpc.landuse import ( + CURRENT_LAND_USE_SCHEME, + LEGACY_LAND_USE_SCHEME, + analyse_land_use_codes, + ) + + dltb = gpd.read_file(input_dltb_fc, columns=["DLBM"]) + report = analyse_land_use_codes( + dltb["DLBM"], require_farmland=True, require_forest=True + ) + except Exception as exc: + raise WorldModelV21ValidationError( + f"Unable to validate DLBM code scheme for {input_dltb_fc}: {exc}" + ) from exc + + if report.scheme == CURRENT_LAND_USE_SCHEME: + farm_dlbm, forest_dlbm = "0101", "0301" + elif report.scheme == LEGACY_LAND_USE_SCHEME: + farm_dlbm, forest_dlbm = "011", "031" + else: + raise WorldModelV21ValidationError( + f"Unsupported DLBM code scheme: {report.scheme}" + ) + return { + "compatible": True, + "scheme": report.scheme, + "farm_dlbm": farm_dlbm, + "forest_dlbm": forest_dlbm, + "code_counts": report.code_counts, } def _import_paper9(self) -> dict[str, Any]: - repo = str(self.repo_path) + source_root = self.repo_path / "src" if (self.repo_path / "src").is_dir() else self.repo_path + repo = str(source_root) if repo not in sys.path: sys.path.insert(0, repo) try: package = importlib.import_module("farmland_mpc") + module_path = Path(getattr(package, "__file__", "") or "").resolve() + try: + source_matches_repo = module_path.is_relative_to(source_root.resolve()) + except ValueError: + source_matches_repo = False + algorithm_name = None + algorithm_version = None + try: + version_module = importlib.import_module("paper9_mnr.version") + algorithm_name = getattr(version_module, "ALGORITHM_NAME", None) + algorithm_version = getattr(version_module, "ALGORITHM_VERSION", None) + except Exception: + pass return { "importable": True, "package_version": getattr(package, "__version__", None), + "algorithm_name": algorithm_name, + "algorithm_version": algorithm_version, + "module_path": str(module_path), + "source_matches_repo": source_matches_repo, "error": None, } except Exception as exc: return { "importable": False, "package_version": None, + "algorithm_name": None, + "algorithm_version": None, + "module_path": None, + "source_matches_repo": False, "error": str(exc), } @@ -617,6 +837,8 @@ def _normalize_summary(self, summary: dict[str, Any]) -> dict[str, Any]: "baimu_area_change_ha": first.get( "baimu_area_change_ha", aggregate.get("baimu_ha_mean") ), + "baimu_count_change": first.get("baimu_count_change"), + "cultivated_area_change_ha": first.get("cultivated_area_change_ha"), "n_episodes": config.get("n_episodes"), "n_blocks": config.get("n_blocks"), "n_parcels": config.get("n_parcels"), diff --git a/data_agent/world_model_v21_presentation.py b/data_agent/world_model_v21_presentation.py index 2b6353dc..28c342a5 100644 --- a/data_agent/world_model_v21_presentation.py +++ b/data_agent/world_model_v21_presentation.py @@ -1,4 +1,4 @@ -"""Presentation helpers for World Model v2.1 chat responses.""" +"""Presentation helpers for the county farmland planning agent.""" from __future__ import annotations @@ -6,6 +6,9 @@ import os from typing import Any +PUBLIC_AGENT_NAME = "县域耕地规划 Agent" +PUBLIC_ENGINE_NAME = "县域耕地空间优化引擎" + def parse_world_model_v21_tool_response(value: Any) -> dict[str, Any] | None: """Return the planning result dict from common ADK tool response shapes.""" @@ -33,6 +36,25 @@ def parse_world_model_v21_tool_response(value: Any) -> dict[str, Any] | None: return None +def parse_structured_tool_response(value: Any) -> dict[str, Any] | None: + """Return a JSON object from common ADK function-response wrappers.""" + if value is None: + return None + if isinstance(value, str): + try: + return parse_structured_tool_response(json.loads(value)) + except (json.JSONDecodeError, TypeError): + return None + if not isinstance(value, dict): + return None + for key in ("result", "output", "response", "content"): + if key in value: + nested = parse_structured_tool_response(value[key]) + if nested is not None: + return nested + return value + + def _fmt_number(value: Any, digits: int = 2) -> str: if value is None: return "-" @@ -45,53 +67,191 @@ def _fmt_number(value: Any, digits: int = 2) -> str: return f"{number:.{digits}f}" +def _fmt_duration(value: Any) -> str: + try: + seconds = float(value) + except (TypeError, ValueError): + return "" + if seconds < 0: + return "" + if seconds < 0.1: + return f"{seconds:.3f} 秒" + return f"{seconds:.1f} 秒" + + def _artifact_names(artifacts: dict[str, Any]) -> str: names: list[str] = [] for key in ("summary_json", "land_use_npy", "optimized_shp", "map_layer"): value = artifacts.get(key) - if not value: + if value: + names.append(os.path.basename(str(value))) + return "、".join(names) if names else "-" + + +def _step_status(value: Any) -> str: + status = str(value or "ok") + labels = { + "skipped_reused": "已复用(未重复执行)", + "ok": "完成", + "ready": "就绪", + "committed": "已写入", + "passed": "通过", + "failed": "失败", + "error": "失败", + } + return labels.get(status, status) + + +def _normalize_trace(tool_trace: list[Any] | None) -> list[dict[str, Any]]: + normalized: list[dict[str, Any]] = [] + for entry in tool_trace or []: + if isinstance(entry, str): + normalized.append({"tool_name": entry}) + continue + if not isinstance(entry, dict): + continue + tool_name = entry.get("tool_name") or entry.get("name") + if not tool_name: + continue + normalized.append({ + "tool_name": str(tool_name), + "duration_s": entry.get("duration_s", entry.get("duration")), + "status": entry.get("status"), + "is_error": bool(entry.get("is_error", False)), + }) + return normalized + + +def _trace_duration(trace: list[dict[str, Any]], names: set[str]) -> float | None: + values: list[float] = [] + for entry in trace: + if entry.get("tool_name") not in names: continue - names.append(os.path.basename(str(value))) - return ", ".join(names) if names else "-" + try: + values.append(float(entry.get("duration_s"))) + except (TypeError, ValueError): + continue + return sum(values) if values else None + + +def _has_reused_pipeline_stages(result: dict[str, Any]) -> bool: + return any( + isinstance(step, dict) and step.get("status") == "skipped_reused" + for step in result.get("steps") or [] + ) + + +def _tool_trace_lines( + trace: list[dict[str, Any]], + *, + result: dict[str, Any], + status_result: dict[str, Any] | None, + audit_result: dict[str, Any] | None, + commit_result: dict[str, Any] | None, +) -> list[str]: + finals_status = (status_result or {}).get("finals") or {} + version_compatible = finals_status.get("version_compatible") + reused = _has_reused_pipeline_stages(result) + audit_passed = bool(audit_result and audit_result.get("hard_constraint_passed")) + committed = bool(commit_result and commit_result.get("status") == "committed") + + descriptions = { + "world_model_v21_status": ( + "观察版本与运行状态", + "版本兼容" if version_compatible is True else "状态检查完成", + ), + "paper9_inspect_resources": ( + "检查规划资源", + "数据与模型资源可复用" if reused else "资源检查完成", + ), + "paper9_recall_verified_episodes": ( + "召回已验证经验", + "读取同作用域经验作为规划上下文", + ), + "world_model_v21_prepare": ("准备空间状态", "数据准备完成"), + "world_model_v21_sample": ("生成转移样本", "样本生成完成"), + "world_model_v21_train": ("训练状态转移模型", "模型训练完成"), + "world_model_v21_pipeline": ( + "根据资源状态选择快速 MPC 路径", + "复用准备与训练产物,执行空间规划" if reused else "执行 A/B/C/D 规划链", + ), + "world_model_v21_plan": ("选择 MPC 空间规划", "完成候选行动搜索"), + "paper9_audit_run": ( + "检查面积、坡度、连片度与空间产物", + "硬约束审计通过" if audit_passed else "硬约束审计未通过", + ), + "paper9_commit_verified_episode": ( + "根据审计结果决定是否写入经验", + "已写入已验证经验库" if committed else "未写入经验库", + ), + } + + lines: list[str] = [] + for index, entry in enumerate(trace, start=1): + name = str(entry.get("tool_name")) + action, outcome = descriptions.get(name, ("执行领域函数", "调用完成")) + if entry.get("is_error"): + outcome = "调用失败" + duration = _fmt_duration(entry.get("duration_s")) + duration_text = f" · {duration}" if duration else "" + lines.append( + f"{index}. **{action}** → {outcome} · `{name}`{duration_text}" + ) + return lines def format_world_model_v21_progress_for_chat( result: dict[str, Any], pipeline_label: str = "@WorldModelV21", + audit_result: dict[str, Any] | None = None, + commit_result: dict[str, Any] | None = None, + tool_trace: list[Any] | None = None, + total_duration_s: float | None = None, ) -> str: - """Build a deterministic progress summary for WorldModelV21 direct runs.""" + """Build a concise Chinese progress summary for direct planning runs.""" + del pipeline_label step_labels = { - "prepare": "A / Tool 1 Prepare", - "sample": "B / Tool 2 Sample", - "train": "C / Tool 3 Train", - "plan": "D / Tool 4 Plan", + "prepare": "A / 数据准备", + "sample": "B / 样本生成", + "train": "C / 状态转移模型训练", + "plan": "D / MPC 规划执行", } + lines = [f"**{PUBLIC_AGENT_NAME}** · Gemma 4 + Google ADK 受控自主闭环", ""] if result.get("mode") == "pipeline_a_to_d": - steps = [s for s in result.get("steps") or [] if isinstance(s, dict)] - lines = [f"**{pipeline_label}** A/B/C/D 4 阶段完成", ""] - if steps: - for step in steps: - key = str(step.get("step") or "-") - status = step.get("status") or step.get("mode") or "ok" - lines.append(f"✓ {step_labels.get(key, key)}: {status}") - else: - for label in step_labels.values(): - lines.append(f"✓ {label}") - return "\n".join(lines) + for step in result.get("steps") or []: + if not isinstance(step, dict): + continue + key = str(step.get("step") or "-") + status = step.get("status") or step.get("mode") or "ok" + lines.append(f"✓ {step_labels.get(key, key)}:{_step_status(status)}") + else: + lines.append("✓ MPC 规划执行:完成") - return "\n".join([ - f"**{pipeline_label}** Tool Calling 完成", - "", - "✓ world_model_v21_status", - "✓ D / Tool 4 Plan", - ]) + if audit_result: + passed = bool(audit_result.get("hard_constraint_passed")) + lines.append(f"✓ 硬约束审计:{'通过' if passed else '未通过'}") + if commit_result: + lines.append(f"✓ 已验证经验库:{_step_status(commit_result.get('status'))}") + + trace = _normalize_trace(tool_trace) + if trace: + lines.append(f"原生函数调用:{len(trace)} 次") + duration = _fmt_duration(total_duration_s) + if duration: + lines.append(f"总用时:{duration}") + return "\n".join(lines) def format_world_model_v21_result_for_chat( result: dict[str, Any], tool_args: dict[str, Any] | None = None, + status_result: dict[str, Any] | None = None, + audit_result: dict[str, Any] | None = None, + commit_result: dict[str, Any] | None = None, + tool_trace: list[Any] | None = None, + total_duration_s: float | None = None, ) -> str: - """Build a deterministic Chinese summary for the WorldModelV21 direct agent.""" + """Build an evidence-backed Chinese summary for the county planning agent.""" is_pipeline = ( result.get("mode") == "pipeline_a_to_d" and isinstance(result.get("plan_result"), dict) @@ -103,84 +263,154 @@ def format_world_model_v21_result_for_chat( summary = plan_result.get("summary") or {} artifacts = plan_result.get("artifacts") or {} args = tool_args or {} - map_update = plan_result.get("map_update") or plan_result.get("map_config") or {} - layers = map_update.get("layers") if isinstance(map_update, dict) else [] - layer_name = layers[0].get("name") if layers else "World Model v2.1 optimized" - - horizon = args.get("horizon") or summary.get("horizon") or "1" - top_k = args.get("top_k") or summary.get("top_k") or "1" - env_kind = plan_result.get("env_kind", "-") - metric_lines = [ - f"- Steps Run: {_fmt_number(summary.get('steps_run'))}(环境实际执行步数)", - f"- Horizon: {horizon}(MPC 前瞻步长)", - f"- Top K: {top_k}(每步候选动作数)", - f"- N Blocks: {_fmt_number(summary.get('n_blocks'))}", - ] + trace = _normalize_trace(tool_trace) + audit_passed = bool(audit_result and audit_result.get("hard_constraint_passed")) + memory_committed = bool(commit_result and commit_result.get("status") == "committed") + + if audit_result is None: + title = "### 规划结果尚未完成审计" + headline = "该结果不得作为成功方案,也不会写入已验证经验库。" + elif not audit_passed: + title = "### 县域耕地规划已停止" + headline = "规划未通过硬约束审计,系统已按受控策略停止。" + elif not memory_committed: + title = "### 规划已通过审计,尚未写入经验" + headline = "只有经验提交成功后,才算完成本次受控自主闭环。" + else: + title = "### 县域耕地受控规划完成" + headline = "硬约束审计通过后,已写入已验证经验库。" + + lines = [title, "", headline] + if trace: + lines.extend(["", f"**Gemma 4 + Google ADK** · {len(trace)} 次原生函数调用"]) + + planning_duration = _trace_duration( + trace, + {"world_model_v21_pipeline", "world_model_v21_plan"}, + ) + governance_duration = _trace_duration( + trace, + {"paper9_audit_run", "paper9_commit_verified_episode"}, + ) + duration_parts: list[str] = [] + if _fmt_duration(total_duration_s): + duration_parts.append(f"总用时 {_fmt_duration(total_duration_s)}") + if _fmt_duration(planning_duration): + duration_parts.append(f"MPC 规划 {_fmt_duration(planning_duration)}") + if _fmt_duration(governance_duration): + duration_parts.append(f"审计与经验提交 {_fmt_duration(governance_duration)}") + if duration_parts: + lines.extend(["", "**运行耗时**:" + " · ".join(duration_parts)]) + + lines.extend(["", "#### 受控自主决策轨迹"]) + trace_lines = _tool_trace_lines( + trace, + result=result, + status_result=status_result, + audit_result=audit_result, + commit_result=commit_result, + ) + lines.extend(trace_lines or ["未捕获完整函数调用轨迹,请查看运行日志。"]) + + status_engine = (status_result or {}).get("paper9") or {} + dataset = str(args.get("dataset") or "-") + dataset_label = {"bishan": "璧山(bishan)", "dongxing": "东兴(dongxing)"}.get( + dataset, + dataset, + ) + lines.extend([ + "", + "#### 规划结果", + f"- 数据集:{dataset_label}", + f"- 规划引擎:{PUBLIC_ENGINE_NAME}(学习型状态转移模型集成 + MPC)", + ( + "- 版本:" + f"适配器 {plan_result.get('version', result.get('version', '-'))} · " + f"引擎包 {status_engine.get('package_version', '-')} · " + f"算法 {status_engine.get('algorithm_version', '-')}" + ), + f"- 环境执行步数:{_fmt_number(summary.get('steps_run'))}", + f"- MPC 前瞻步长:{args.get('horizon') or summary.get('horizon') or '1'}", + f"- 每步候选行动数:{args.get('top_k') or summary.get('top_k') or '1'}", + f"- 空间块数:{_fmt_number(summary.get('n_blocks'))}", + ]) if summary.get("n_parcels") is not None: - metric_lines.append(f"- N Parcels: {_fmt_number(summary.get('n_parcels'))}") + lines.append(f"- 图斑数:{_fmt_number(summary.get('n_parcels'))}") if summary.get("n_selected") is not None: - metric_lines.append(f"- N Selected: {_fmt_number(summary.get('n_selected'))}") + lines.append(f"- 选中决策单元:{_fmt_number(summary.get('n_selected'))}") if summary.get("swaps_completed") is not None: - metric_lines.append(f"- Swaps Completed: {_fmt_number(summary.get('swaps_completed'))}") + lines.append(f"- 完成双向置换:{_fmt_number(summary.get('swaps_completed'))} 对") + if summary.get("cultivated_area_change_ha") is not None: + lines.append( + "- 耕地面积变化:" + f"{_fmt_number(summary.get('cultivated_area_change_ha'), 4)} ha" + ) if summary.get("slope_change_pct") is not None: - metric_lines.append(f"- Slope Change: {_fmt_number(summary.get('slope_change_pct'), 4)}%") + lines.append(f"- 平均坡度变化:{_fmt_number(summary.get('slope_change_pct'), 4)}%") if summary.get("cont_change") is not None: - metric_lines.append(f"- Contiguity Change: {_fmt_number(summary.get('cont_change'), 4)}") + lines.append(f"- 连片度变化:{_fmt_number(summary.get('cont_change'), 4)}") if summary.get("baimu_area_change_ha") is not None: - metric_lines.append(f"- Baimu Area Change: {_fmt_number(summary.get('baimu_area_change_ha'), 2)} ha") - metric_lines.extend([ - f"- Total Reward: {_fmt_number(summary.get('total_reward'))}", - f"- Artifacts: {_artifact_names(artifacts)}", - ]) - - if env_kind == "county": - map_description = ( - f"右侧地图展示 `{layer_name}` 图层,按优化变化字段 `CHG_FLAG` 分类显示;" - "灰色代表保持不变,红色代表耕地 -> 林地,绿色代表林地 -> 耕地。" - ) - else: - map_description = ( - f"右侧地图展示 `{layer_name}` 图层,绿色代表 MPC selected(选中的决策单元)," - "灰色代表 Not selected(未选中的单元)。" + lines.append( + "- 百亩方面积变化:" + f"{_fmt_number(summary.get('baimu_area_change_ha'), 2)} ha" ) + if summary.get("total_reward") is not None: + lines.append(f"- 总奖励:{_fmt_number(summary.get('total_reward'))}") + lines.append(f"- 交付成果:{_artifact_names(artifacts)}") if is_pipeline: step_labels = { - "prepare": "A / Tool 1 Prepare", - "sample": "B / Tool 2 Sample", - "train": "C / Tool 3 Train", - "plan": "D / Tool 4 Plan", + "prepare": "A / 数据准备", + "sample": "B / 样本生成", + "train": "C / 状态转移模型训练", + "plan": "D / MPC 规划执行", } - pipeline_lines = ["", "A/B/C/D 阶段:"] + lines.extend(["", "#### 算法阶段"]) for step in result.get("steps") or []: if not isinstance(step, dict): continue key = str(step.get("step") or "-") status = step.get("status") or step.get("mode") or "ok" - pipeline_lines.append(f"- {step_labels.get(key, key)}: {status}") - tool_trace = "world_model_v21_status -> world_model_v21_pipeline" - mode = f"{result.get('mode', '-')}; plan={plan_result.get('mode', '-')}" + lines.append(f"- {step_labels.get(key, key)}:{_step_status(status)}") + + lines.extend(["", "#### 治理结果"]) + if audit_result: + lines.append(f"- 硬约束校验:{'通过' if audit_passed else '未通过'}") + lines.append( + "- 下一动作:" + + ( + "写入已验证经验" + if audit_result.get("next_action") == "commit_verified_episode" + else "停止并转人工复核" + ) + ) + audit_path = audit_result.get("audit_path") + if audit_path: + lines.append(f"- 审计证据:{os.path.basename(str(audit_path))}") + if audit_result.get("failure_reasons"): + lines.append("- 未通过原因:" + ";".join(audit_result["failure_reasons"])) + else: + lines.append("- 硬约束校验:未捕获") + if commit_result: + episode = commit_result.get("episode") or {} + lines.extend([ + f"- 已验证经验库:{_step_status(commit_result.get('status'))}", + f"- 经验编号:{episode.get('episode_id', '-')}", + ]) else: - pipeline_lines = [] - tool_trace = "world_model_v21_status -> world_model_v21_plan" - mode = result.get("mode", "-") + lines.append("- 已验证经验库:未写入") - return "\n".join([ - "已成功完成。", - "", - "状态摘要:", - f"- Status: {plan_result.get('status', result.get('status', '-'))}", - f"- Version: {plan_result.get('version', result.get('version', '-'))}", - f"- Mode: {mode}", - f"- Env Kind: {env_kind}", - f"- Prepared Dir: {plan_result.get('prepared_dir') or result.get('prepared_dir') or '-'}", - f"- Ensemble Dir: {plan_result.get('ensemble_dir') or result.get('ensemble_dir') or '-'}", - *metric_lines, - *pipeline_lines, - "", - "地图说明:", - map_description, - "", - "工具调用轨迹:", - tool_trace, - ]) + map_update = plan_result.get("map_update") or plan_result.get("map_config") or {} + layers = map_update.get("layers") if isinstance(map_update, dict) else [] + if layers: + if plan_result.get("env_kind") == "county": + map_description = ( + "右侧地图已加载县域耕地优化结果:灰色为保持不变," + "红色为耕地 → 林地,绿色为林地 → 耕地。" + ) + else: + map_description = ( + "右侧地图已加载 MPC 决策结果:绿色为选中单元,灰色为未选中单元。" + ) + lines.extend(["", "#### 地图", map_description]) + return "\n".join(lines) diff --git a/data_agent/world_model_v21_report.py b/data_agent/world_model_v21_report.py new file mode 100644 index 00000000..fae3daec --- /dev/null +++ b/data_agent/world_model_v21_report.py @@ -0,0 +1,994 @@ +"""Evidence-backed visual report for county farmland planning runs.""" + +from __future__ import annotations + +import json +import math +import tempfile +import textwrap +from datetime import datetime +from pathlib import Path +from typing import Any + +from docx import Document +from docx.enum.table import WD_CELL_VERTICAL_ALIGNMENT, WD_TABLE_ALIGNMENT +from docx.enum.text import WD_ALIGN_PARAGRAPH +from docx.oxml import OxmlElement +from docx.oxml.ns import qn +from docx.shared import Cm, Pt, RGBColor + +from .report_generator import ( + _set_cell_background, + _setup_page, + _setup_styles, + convert_word_to_pdf, +) + +PUBLIC_AGENT_NAME = "县域耕地规划 Agent" +PUBLIC_ENGINE_NAME = "县域耕地空间优化引擎" +REPORT_TITLE = "县域耕地空间规划与硬约束审计报告" + +NAVY = "17324D" +BLUE = "2563EB" +GREEN = "15803D" +LIGHT_GREEN = "EAF6EE" +RED = "B91C1C" +LIGHT_RED = "FCEBEC" +GRAY = "64748B" +LIGHT_GRAY = "F1F5F9" +WHITE = "FFFFFF" + + +def _plan_result(context: dict[str, Any]) -> tuple[dict[str, Any], dict[str, Any]]: + result = context.get("result") or {} + if not isinstance(result, dict): + result = {} + if result.get("mode") == "pipeline_a_to_d" and isinstance(result.get("plan_result"), dict): + return result, result["plan_result"] + return result, result + + +def _load_json(path: Path | None) -> dict[str, Any]: + if not path or not path.is_file(): + return {} + try: + value = json.loads(path.read_text(encoding="utf-8")) + except (OSError, json.JSONDecodeError): + return {} + return value if isinstance(value, dict) else {} + + +def _run_dir(plan: dict[str, Any], audit: dict[str, Any]) -> Path | None: + for value in (plan.get("out_dir"), audit.get("out_dir")): + if value: + path = Path(str(value)).expanduser() + if path.is_dir(): + return path + return None + + +def _artifact_path( + run_dir: Path | None, + plan: dict[str, Any], + *names: str, +) -> Path | None: + artifacts = plan.get("artifacts") or {} + candidates: list[Path] = [] + if run_dir: + for name in names: + candidates.append(run_dir / name) + for key in ("map_layer", "optimized_shp", "summary_json"): + value = artifacts.get(key) + if not value: + continue + path = Path(str(value)).expanduser() + candidates.append(path) + if run_dir: + candidates.append(run_dir / path.name) + for candidate in candidates: + if candidate.is_file() and candidate.name in names: + return candidate + return None + + +def _as_float(value: Any) -> float | None: + try: + number = float(value) + except (TypeError, ValueError): + return None + return number if math.isfinite(number) else None + + +def _fmt(value: Any, digits: int = 2, signed: bool = False) -> str: + number = _as_float(value) + if number is None: + return "-" + prefix = "+" if signed and number > 0 else "" + if number.is_integer(): + return f"{prefix}{int(number):,}" + return f"{prefix}{number:,.{digits}f}" + + +def _duration(value: Any) -> str: + number = _as_float(value) + if number is None or number < 0: + return "-" + if number < 0.1: + return f"{number:.3f} 秒" + return f"{number:.1f} 秒" + + +def _dataset_label(value: Any) -> str: + text = str(value or "-") + return { + "bishan": "璧山(bishan)", + "dongxing": "东兴(dongxing)", + }.get(text, text) + + +def _configure_plot_fonts() -> None: + import matplotlib.pyplot as plt + + try: + from .utils import _configure_fonts + + _configure_fonts() + except Exception: + pass + plt.rcParams["axes.unicode_minus"] = False + + +def _metric_values(normalized: dict[str, Any], raw_summary: dict[str, Any]) -> dict[str, Any]: + raw_results = raw_summary.get("results") or [] + raw_first = raw_results[0] if raw_results and isinstance(raw_results[0], dict) else {} + config = raw_summary.get("config") or {} + output = raw_summary.get("shapefile_output") or {} + return { + "cultivated_area_change_ha": normalized.get( + "cultivated_area_change_ha", raw_first.get("cultivated_area_change_ha") + ), + "slope_change_pct": normalized.get("slope_change_pct", raw_first.get("slope_change_pct")), + "cont_change": normalized.get("cont_change", raw_first.get("cont_change")), + "baimu_area_change_ha": normalized.get( + "baimu_area_change_ha", raw_first.get("baimu_area_change_ha") + ), + "total_reward": normalized.get("total_reward", raw_first.get("total_reward")), + "steps_run": normalized.get("steps_run", raw_first.get("steps_run")), + "swaps_completed": normalized.get("swaps_completed", raw_first.get("swaps_completed")), + "n_blocks": normalized.get("n_blocks", config.get("n_blocks")), + "n_parcels": normalized.get("n_parcels", config.get("n_parcels")), + "n_input": output.get("n_input"), + "n_farm_to_forest": output.get("n_farm_to_forest"), + "n_forest_to_farm": output.get("n_forest_to_farm"), + "n_unchanged": output.get("n_unchanged"), + "horizon": config.get("horizon"), + "top_k": config.get("top_k"), + } + + +def _draw_kpi_dashboard(metrics: dict[str, Any], output_path: Path) -> None: + import matplotlib + + matplotlib.use("Agg") + import matplotlib.pyplot as plt + from matplotlib.patches import FancyBboxPatch + + _configure_plot_fonts() + fig = plt.figure(figsize=(12, 5.5), facecolor="#F8FAFC") + fig.text(0.04, 0.93, "规划成效概览", fontsize=19, weight="bold", color="#17324D") + fig.text( + 0.04, + 0.875, + "所有数值均来自本次 MPC 汇总文件,正负号表示相对规划前的变化", + fontsize=10, + color="#64748B", + ) + + cards = [ + ( + "耕地面积", + f"{_fmt(metrics.get('cultivated_area_change_ha'), 4, True)} ha", + "满足面积不减少门槛", + "#EAF6EE", + "#15803D", + ), + ( + "平均坡度", + f"{_fmt(metrics.get('slope_change_pct'), 4, True)}%", + "负值表示坡度降低", + "#EAF6EE", + "#15803D", + ), + ( + "空间连片度", + _fmt(metrics.get("cont_change"), 4, True), + "正值表示连片度提升", + "#EAF6EE", + "#15803D", + ), + ( + "百亩方面积", + f"{_fmt(metrics.get('baimu_area_change_ha'), 2, True)} ha", + "集中连片规模增量", + "#EAF6EE", + "#15803D", + ), + ] + card_w = 0.215 + gap = 0.02 + for index, (label, value, note, fill, color) in enumerate(cards): + x = 0.04 + index * (card_w + gap) + box = FancyBboxPatch( + (x, 0.47), + card_w, + 0.31, + boxstyle="round,pad=0.012,rounding_size=0.015", + transform=fig.transFigure, + linewidth=1, + edgecolor="#D7E2EA", + facecolor=fill, + ) + fig.patches.append(box) + fig.text(x + 0.018, 0.715, label, fontsize=11, color="#475569") + fig.text(x + 0.018, 0.615, value, fontsize=21, weight="bold", color=color) + fig.text(x + 0.018, 0.515, note, fontsize=9, color="#64748B") + + scale = [ + ("空间图斑", _fmt(metrics.get("n_parcels"), 0)), + ("空间块", _fmt(metrics.get("n_blocks"), 0)), + ("双向置换", f"{_fmt(metrics.get('swaps_completed'), 0)} 对"), + ("环境步数", _fmt(metrics.get("steps_run"), 0)), + ("总奖励", _fmt(metrics.get("total_reward"), 2)), + ] + for index, (label, value) in enumerate(scale): + x = 0.04 + index * 0.188 + fig.text(x, 0.31, value, fontsize=15, weight="bold", color="#17324D") + fig.text(x, 0.245, label, fontsize=9.5, color="#64748B") + fig.lines.append( + plt.Line2D([0.04, 0.96], [0.39, 0.39], transform=fig.transFigure, color="#D7E2EA") + ) + fig.text( + 0.04, + 0.09, + "决策方法:学习型状态转移模型集成 + 模型预测控制(MPC)", + fontsize=10.5, + color="#334155", + ) + fig.savefig(output_path, dpi=190, bbox_inches="tight", facecolor=fig.get_facecolor()) + plt.close(fig) + + +def _flag_code(value: Any) -> int: + try: + return int(float(value)) + except (TypeError, ValueError): + return -1 + + +def _draw_planning_map( + layer_path: Path | None, + metrics: dict[str, Any], + output_path: Path, +) -> bool: + if not layer_path: + return False + try: + import geopandas as gpd + import matplotlib + + matplotlib.use("Agg") + import matplotlib.pyplot as plt + import numpy as np + from matplotlib.colors import BoundaryNorm, ListedColormap + from matplotlib.patches import Patch + from rasterio.features import rasterize + from rasterio.transform import from_bounds + + _configure_plot_fonts() + try: + gdf = gpd.read_file(layer_path, columns=["CHG_FLAG"]) + except (TypeError, ValueError): + gdf = gpd.read_file(layer_path) + if gdf.empty or "geometry" not in gdf: + return False + gdf = gdf[gdf.geometry.notna() & ~gdf.geometry.is_empty].copy() + if gdf.empty: + return False + flags = gdf.get("CHG_FLAG") + if flags is None: + flags = gdf.index.to_series().map(lambda _: -1) + else: + flags = flags.map(_flag_code) + + fig = plt.figure(figsize=(12, 7.2), facecolor="#F8FAFC") + ax = fig.add_axes([0.05, 0.08, 0.62, 0.78]) + ax.set_facecolor("#F8FAFC") + min_x, min_y, max_x, max_y = gdf.total_bounds + width = 1400 + data_ratio = (max_y - min_y) / max(max_x - min_x, 1e-12) + height = max(900, min(1800, int(width * data_ratio))) + transform = from_bounds(min_x, min_y, max_x, max_y, width, height) + category_grid = rasterize( + ( + (geometry, code + 1 if code in {0, 1, 2} else 1) + for geometry, code in zip(gdf.geometry, flags, strict=False) + ), + out_shape=(height, width), + transform=transform, + fill=0, + all_touched=True, + dtype=np.uint8, + ) + color_map = ListedColormap(["#F8FAFC", "#DDE4EA", "#DC2626", "#16A34A"]) + norm = BoundaryNorm([-0.5, 0.5, 1.5, 2.5, 3.5], color_map.N) + ax.imshow( + category_grid, + extent=(min_x, max_x, min_y, max_y), + origin="upper", + interpolation="nearest", + cmap=color_map, + norm=norm, + aspect="equal", + ) + + ax.set_axis_off() + fig.text( + 0.04, + 0.94, + "县域耕地空间布局优化结果", + fontsize=18, + weight="bold", + color="#17324D", + ) + fig.text( + 0.04, + 0.89, + "真实优化图层按变化标记分类渲染", + fontsize=10, + color="#64748B", + ) + legend = [ + Patch(facecolor="#DDE4EA", edgecolor="#C4CED8", label="保持不变"), + Patch(facecolor="#DC2626", edgecolor="#991B1B", label="耕地 -> 林地"), + Patch(facecolor="#16A34A", edgecolor="#166534", label="林地 -> 耕地"), + ] + fig.legend( + handles=legend, + loc="upper left", + bbox_to_anchor=(0.70, 0.76), + frameon=True, + framealpha=0.96, + facecolor="white", + edgecolor="#D7E2EA", + fontsize=10, + ) + fig.text( + 0.70, + 0.48, + "变化统计", + fontsize=12, + weight="bold", + color="#17324D", + ) + fig.text( + 0.70, + 0.40, + f"{_fmt(metrics.get('n_farm_to_forest'), 0)} 个", + fontsize=18, + weight="bold", + color="#B91C1C", + ) + fig.text(0.70, 0.355, "耕地 -> 林地", fontsize=9.5, color="#64748B") + fig.text( + 0.84, + 0.40, + f"{_fmt(metrics.get('n_forest_to_farm'), 0)} 个", + fontsize=18, + weight="bold", + color="#15803D", + ) + fig.text(0.84, 0.355, "林地 -> 耕地", fontsize=9.5, color="#64748B") + fig.text( + 0.70, + 0.24, + f"{_fmt(metrics.get('n_parcels'), 0)} 个", + fontsize=18, + weight="bold", + color="#17324D", + ) + fig.text(0.70, 0.195, "规划环境图斑", fontsize=9.5, color="#64748B") + fig.text( + 0.84, + 0.24, + f"{_fmt(metrics.get('swaps_completed'), 0)} 对", + fontsize=18, + weight="bold", + color="#17324D", + ) + fig.text(0.84, 0.195, "完成双向置换", fontsize=9.5, color="#64748B") + fig.savefig(output_path, dpi=210, facecolor=fig.get_facecolor()) + plt.close(fig) + return True + except Exception: + return False + + +TRACE_LABELS = { + "world_model_v21_status": "检查版本与运行状态", + "paper9_inspect_resources": "检查数据与模型资源", + "paper9_recall_verified_episodes": "召回已验证经验", + "world_model_v21_pipeline": "选择并执行快速 MPC 路径", + "world_model_v21_plan": "执行 MPC 空间规划", + "paper9_audit_run": "执行硬约束审计", + "paper9_commit_verified_episode": "写入已验证经验库", +} + + +def _normalized_trace(context: dict[str, Any]) -> list[dict[str, Any]]: + result: list[dict[str, Any]] = [] + for entry in context.get("tool_trace") or []: + if isinstance(entry, str): + result.append({"tool_name": entry}) + elif isinstance(entry, dict) and (entry.get("tool_name") or entry.get("name")): + result.append( + { + "tool_name": str(entry.get("tool_name") or entry.get("name")), + "duration_s": entry.get("duration_s", entry.get("duration")), + } + ) + return result + + +def _draw_agent_trace(trace: list[dict[str, Any]], output_path: Path) -> bool: + if not trace: + return False + import matplotlib + + matplotlib.use("Agg") + import matplotlib.pyplot as plt + + _configure_plot_fonts() + count = len(trace) + fig, ax = plt.subplots(figsize=(12, 4.6), facecolor="#F8FAFC") + ax.set_xlim(-0.5, count - 0.5) + ax.set_ylim(-1.05, 1.0) + ax.plot(range(count), [0] * count, color="#9FB2C3", linewidth=3, zorder=1) + colors = ["#2563EB", "#0F766E", "#7C3AED", "#D97706", "#DC2626", "#15803D"] + for index, entry in enumerate(trace): + color = colors[index % len(colors)] + ax.scatter(index, 0, s=420, color=color, edgecolor="white", linewidth=2, zorder=2) + ax.text( + index, + 0, + str(index + 1), + ha="center", + va="center", + color="white", + weight="bold", + zorder=3, + ) + direction = 1 if index % 2 == 0 else -1 + name = str(entry.get("tool_name") or "-") + wrapped_name = textwrap.fill(name, width=22, break_long_words=True) + action = TRACE_LABELS.get(name, "执行领域函数") + y_action = 0.42 * direction + y_name = 0.62 * direction + va = "bottom" if direction > 0 else "top" + ax.text( + index, + y_action, + action, + ha="center", + va=va, + fontsize=9.4, + weight="bold", + color="#17324D", + ) + ax.text( + index, + y_name, + wrapped_name, + ha="center", + va=va, + fontsize=7.2, + color="#64748B", + ) + duration_y = -0.12 if direction > 0 else 0.12 + ax.text( + index, + duration_y, + _duration(entry.get("duration_s")), + ha="center", + va="center", + fontsize=8, + color="#334155", + ) + ax.set_title( + "Gemma 4 + Google ADK 原生函数调用轨迹", + loc="left", + fontsize=17, + weight="bold", + color="#17324D", + ) + ax.text( + 0, + 0.91, + "模型负责观察、选择下一工具与受控闭环;确定性代码负责规划计算和硬约束裁决", + transform=ax.transAxes, + fontsize=9.5, + color="#64748B", + ) + ax.set_axis_off() + fig.tight_layout() + fig.savefig(output_path, dpi=190, bbox_inches="tight", facecolor=fig.get_facecolor()) + plt.close(fig) + return True + + +def _set_cell_text( + cell, + text: Any, + *, + bold: bool = False, + color: str = "334155", + size: float = 9.5, + align=WD_ALIGN_PARAGRAPH.LEFT, +) -> None: + cell.text = "" + cell.vertical_alignment = WD_CELL_VERTICAL_ALIGNMENT.CENTER + paragraph = cell.paragraphs[0] + paragraph.alignment = align + paragraph.paragraph_format.space_after = Pt(0) + run = paragraph.add_run(str(text)) + run.bold = bold + run.font.size = Pt(size) + run.font.color.rgb = RGBColor.from_string(color) + run.font.name = "Microsoft YaHei" + run._element.rPr.get_or_add_rFonts().set(qn("w:eastAsia"), "Microsoft YaHei") + + +def _set_table_borders(table, color: str = "D7E2EA", size: str = "4") -> None: + table_properties = table._tbl.tblPr + borders = table_properties.first_child_found_in("w:tblBorders") + if borders is None: + borders = OxmlElement("w:tblBorders") + table_properties.append(borders) + for edge in ("top", "left", "bottom", "right", "insideH", "insideV"): + tag = "w:" + edge + element = borders.find(qn(tag)) + if element is None: + element = OxmlElement(tag) + borders.append(element) + element.set(qn("w:val"), "single") + element.set(qn("w:sz"), size) + element.set(qn("w:color"), color) + + +def _table(doc: Document, headers: list[str], rows: list[list[Any]], widths=None): + table = doc.add_table(rows=1, cols=len(headers)) + table.alignment = WD_TABLE_ALIGNMENT.CENTER + table.autofit = False + _set_table_borders(table) + for index, header in enumerate(headers): + cell = table.rows[0].cells[index] + _set_cell_background(cell, NAVY) + _set_cell_text(cell, header, bold=True, color=WHITE, size=9) + if widths: + cell.width = Cm(widths[index]) + for row_index, values in enumerate(rows): + cells = table.add_row().cells + for index, value in enumerate(values): + if row_index % 2: + _set_cell_background(cells[index], "F8FAFC") + _set_cell_text(cells[index], value, size=8.8) + if widths: + cells[index].width = Cm(widths[index]) + doc.add_paragraph().paragraph_format.space_after = Pt(0) + return table + + +def _heading(doc: Document, text: str, level: int = 1) -> None: + paragraph = doc.add_heading(text, level=level) + paragraph.paragraph_format.space_before = Pt(4) + paragraph.paragraph_format.space_after = Pt(8) + + +def _paragraph(doc: Document, text: str, *, color: str = "334155", size: float = 9.5): + paragraph = doc.add_paragraph() + paragraph.paragraph_format.space_after = Pt(5) + paragraph.paragraph_format.line_spacing = 1.15 + run = paragraph.add_run(text) + run.font.size = Pt(size) + run.font.color.rgb = RGBColor.from_string(color) + return paragraph + + +def _add_cover( + doc: Document, + *, + dataset: str, + audit_passed: bool, + committed: bool, + author: str, + episode_id: str, +) -> None: + doc.add_paragraph().paragraph_format.space_after = Pt(18) + table = doc.add_table(rows=1, cols=1) + table.alignment = WD_TABLE_ALIGNMENT.CENTER + cell = table.cell(0, 0) + _set_cell_background(cell, NAVY) + cell.vertical_alignment = WD_CELL_VERTICAL_ALIGNMENT.CENTER + cell.margin_top = Cm(1.2) + cell.margin_bottom = Cm(1.2) + p = cell.paragraphs[0] + p.alignment = WD_ALIGN_PARAGRAPH.CENTER + p.paragraph_format.space_before = Pt(34) + p.paragraph_format.space_after = Pt(18) + run = p.add_run(REPORT_TITLE) + run.bold = True + run.font.size = Pt(25) + run.font.color.rgb = RGBColor.from_string(WHITE) + p = cell.add_paragraph(PUBLIC_AGENT_NAME) + p.alignment = WD_ALIGN_PARAGRAPH.CENTER + p.runs[0].font.size = Pt(13) + p.runs[0].font.color.rgb = RGBColor.from_string("BFD7EA") + p.paragraph_format.space_after = Pt(36) + + status_ok = audit_passed and committed + status_text = ( + "审计通过,已写入已验证经验库" + if status_ok + else ("审计通过,尚未写入经验库" if audit_passed else "审计未通过,结果未提交") + ) + banner = doc.add_table(rows=1, cols=1) + banner.alignment = WD_TABLE_ALIGNMENT.CENTER + status_cell = banner.cell(0, 0) + _set_cell_background(status_cell, LIGHT_GREEN if status_ok else LIGHT_RED) + _set_cell_text( + status_cell, + status_text, + bold=True, + color=GREEN if status_ok else RED, + size=12, + align=WD_ALIGN_PARAGRAPH.CENTER, + ) + doc.add_paragraph().paragraph_format.space_after = Pt(8) + + meta_rows = [ + ["规划范围", dataset, "报告生成", datetime.now().strftime("%Y-%m-%d %H:%M")], + ["生成主体", author or "GIS Data Agent", "经验编号", episode_id or "-"], + ] + _table(doc, ["项目", "内容", "项目", "内容"], meta_rows, [2.4, 4.7, 2.4, 4.7]) + _paragraph( + doc, + "本报告由运行产物自动生成。图件、指标、函数耗时和审计结论均绑定本次执行记录,可用于方案复核与演示留档。", + color=GRAY, + size=9, + ) + doc.add_page_break() + + +def _add_picture(doc: Document, path: Path, width_cm: float, caption: str) -> None: + paragraph = doc.add_paragraph() + paragraph.alignment = WD_ALIGN_PARAGRAPH.CENTER + paragraph.paragraph_format.space_after = Pt(3) + paragraph.add_run().add_picture(str(path), width=Cm(width_cm)) + caption_p = doc.add_paragraph() + caption_p.alignment = WD_ALIGN_PARAGRAPH.CENTER + caption_p.paragraph_format.space_after = Pt(7) + caption_run = caption_p.add_run(caption) + caption_run.font.size = Pt(8.5) + caption_run.font.color.rgb = RGBColor.from_string(GRAY) + + +def _audit_rows(audit: dict[str, Any], metrics: dict[str, Any]) -> list[list[str]]: + policy = audit.get("policy") or {} + cultivated = _as_float(metrics.get("cultivated_area_change_ha")) + cultivated_floor = _as_float(policy.get("cultivated_area_floor_delta_ha")) + slope = _as_float(metrics.get("slope_change_pct")) + contiguity = _as_float(metrics.get("cont_change")) + outputs = bool(audit.get("all_expected_outputs_exist")) + + def verdict(condition: bool) -> str: + return "通过" if condition else "未通过" + + return [ + [ + "耕地面积不减少", + f">= {_fmt(cultivated_floor, 4)} ha", + f"{_fmt(cultivated, 4, True)} ha", + verdict( + cultivated is not None + and cultivated_floor is not None + and cultivated >= cultivated_floor + ), + ], + [ + "平均坡度改善", + "变化值 < 0", + f"{_fmt(slope, 4, True)}%", + verdict(slope is not None and slope < 0), + ], + [ + "空间连片度改善", + "变化值 > 0", + _fmt(contiguity, 4, True), + verdict(contiguity is not None and contiguity > 0), + ], + ["成果文件完整", "摘要 + 空间结果", "完整" if outputs else "缺失", verdict(outputs)], + ] + + +def _build_document( + context: dict[str, Any], + *, + author: str, + asset_dir: Path, +) -> Document: + result, plan = _plan_result(context) + audit = context.get("audit_result") or {} + commit = context.get("commit_result") or {} + status = context.get("status_result") or {} + args = context.get("tool_args") or {} + trace = _normalized_trace(context) + run_dir = _run_dir(plan, audit) + summary_path = _artifact_path(run_dir, plan, "mpc_summary.json") + raw_summary = _load_json(summary_path) + normalized = plan.get("summary") or {} + metrics = _metric_values(normalized, raw_summary) + layer_path = _artifact_path( + run_dir, + plan, + "optimized_dltb.fgb", + "optimized_dltb.shp", + "DLTB_optimized.shp", + ) + + audit_passed = bool(audit.get("hard_constraint_passed")) + committed = commit.get("status") == "committed" + episode = commit.get("episode") or {} + episode_id = str(episode.get("episode_id") or "-") + dataset = _dataset_label(args.get("dataset") or context.get("dataset")) + + kpi_path = asset_dir / "planning_kpis.png" + map_path = asset_dir / "planning_map.png" + trace_path = asset_dir / "agent_trace.png" + _draw_kpi_dashboard(metrics, kpi_path) + map_ready = _draw_planning_map(layer_path, metrics, map_path) + trace_ready = _draw_agent_trace(trace, trace_path) + + doc = Document() + _setup_styles(doc) + _setup_page(doc) + doc.core_properties.title = REPORT_TITLE + doc.core_properties.author = author or "GIS Data Agent" + doc.core_properties.subject = "县域耕地空间规划、硬约束审计与已验证经验" + + _add_cover( + doc, + dataset=dataset, + audit_passed=audit_passed, + committed=committed, + author=author, + episode_id=episode_id, + ) + + _heading(doc, "1. 执行摘要") + outcome = ( + "规划方案通过硬约束校验,并在审计通过后写入已验证经验库。" + if audit_passed and committed + else "规划结果未完成审计与经验提交闭环,不应作为已验证方案使用。" + ) + _paragraph(doc, outcome, color=GREEN if audit_passed and committed else RED, size=10.5) + _add_picture(doc, kpi_path, 14.5, "图 1 本次运行关键规划指标") + planning_seconds = sum( + _as_float(entry.get("duration_s")) or 0.0 + for entry in trace + if entry.get("tool_name") in {"world_model_v21_pipeline", "world_model_v21_plan"} + ) + governance_seconds = sum( + _as_float(entry.get("duration_s")) or 0.0 + for entry in trace + if entry.get("tool_name") in {"paper9_audit_run", "paper9_commit_verified_episode"} + ) + overview_rows = [ + [ + "数据集", + dataset, + "环境", + "县域" if plan.get("env_kind") == "county" else str(plan.get("env_kind") or "-"), + ], + ["规划引擎", PUBLIC_ENGINE_NAME, "算法", "学习型状态转移模型集成 + MPC"], + [ + "MPC 前瞻步长", + _fmt(args.get("horizon") or metrics.get("horizon"), 0), + "每步候选行动数", + _fmt(args.get("top_k") or metrics.get("top_k"), 0), + ], + [ + "总用时", + _duration(context.get("total_duration_s")), + "MPC 规划用时", + _duration(planning_seconds), + ], + ["原生函数调用", f"{len(trace)} 次", "审计与经验提交", _duration(governance_seconds)], + ] + _table(doc, ["项目", "数值", "项目", "数值"], overview_rows, [2.5, 4.5, 2.5, 4.5]) + doc.add_page_break() + + _heading(doc, "2. 空间规划结果") + _paragraph( + doc, + "图件直接读取本次运行的优化后空间图层。灰色为保持不变,红色为耕地转林地,绿色为林地转耕地。双向置换在县域尺度上保持耕地总量门槛,同时优化坡度与连片度。", + ) + if map_ready: + _add_picture(doc, map_path, 14.5, "图 2 县域耕地空间布局优化变化图") + else: + warning = doc.add_table(rows=1, cols=1).cell(0, 0) + _set_cell_background(warning, LIGHT_RED) + _set_cell_text( + warning, + "空间图层未能渲染,报告保留指标和审计证据,请复核原始交付物。", + color=RED, + bold=True, + ) + transition_rows = [ + [ + "输入记录", + _fmt(metrics.get("n_input"), 0), + "进入规划环境的图斑", + _fmt(metrics.get("n_parcels"), 0), + ], + [ + "耕地 -> 林地", + _fmt(metrics.get("n_farm_to_forest"), 0), + "林地 -> 耕地", + _fmt(metrics.get("n_forest_to_farm"), 0), + ], + [ + "保持不变", + _fmt(metrics.get("n_unchanged"), 0), + "完成双向置换", + f"{_fmt(metrics.get('swaps_completed'), 0)} 对", + ], + ] + _table(doc, ["统计项", "数量", "统计项", "数量"], transition_rows, [3.1, 3.9, 3.1, 3.9]) + doc.add_page_break() + + _heading(doc, "3. Gemma 4 + Google ADK 受控自主闭环") + _paragraph( + doc, + "Gemma 4 根据版本、资源、历史经验与审计反馈选择下一工具;" + "Google ADK 执行结构化原生函数调用;确定性规划引擎完成空间搜索;" + "硬约束校验决定是否允许经验写入。", + ) + if trace_ready: + _add_picture(doc, trace_path, 14.5, "图 3 本次运行的原生函数调用顺序与真实耗时") + trace_rows = [] + for index, entry in enumerate(trace, start=1): + name = str(entry.get("tool_name") or "-") + trace_rows.append( + [ + index, + TRACE_LABELS.get(name, "执行领域函数"), + name, + _duration(entry.get("duration_s")), + ] + ) + if trace_rows: + _table(doc, ["序号", "观察/决策", "原生函数", "用时"], trace_rows, [1.2, 4.4, 6.2, 2.2]) + + stage_labels = { + "prepare": "A / 数据准备", + "sample": "B / 样本生成", + "train": "C / 状态转移模型训练", + "plan": "D / MPC 规划执行", + } + stage_status = {"skipped_reused": "已复用", "ok": "完成", "ready": "就绪"} + stage_rows = [] + for step in result.get("steps") or []: + if not isinstance(step, dict): + continue + key = str(step.get("step") or "-") + value = str(step.get("status") or step.get("mode") or "-") + stage_rows.append([stage_labels.get(key, key), stage_status.get(value, value)]) + if stage_rows: + _heading(doc, "算法执行阶段", level=2) + _table(doc, ["阶段", "本次状态"], stage_rows, [9.5, 4.5]) + doc.add_page_break() + + _heading(doc, "4. 硬约束审计与经验治理") + audit_banner = doc.add_table(rows=1, cols=1).cell(0, 0) + _set_cell_background(audit_banner, LIGHT_GREEN if audit_passed else LIGHT_RED) + _set_cell_text( + audit_banner, + f"硬约束审计:{'通过' if audit_passed else '未通过'}", + color=GREEN if audit_passed else RED, + bold=True, + size=12, + align=WD_ALIGN_PARAGRAPH.CENTER, + ) + doc.add_paragraph().paragraph_format.space_after = Pt(5) + _table( + doc, + ["审计项", "约束", "实际结果", "结论"], + _audit_rows(audit, metrics), + [4.3, 3.3, 3.8, 2.6], + ) + + memory_text = "已写入" if committed else "未写入" + memory_rows = [ + ["已验证经验库", memory_text], + ["经验编号", episode_id], + ["写入规则", "仅当硬约束审计通过时允许写入"], + ] + _heading(doc, "经验写入", level=2) + _table(doc, ["项目", "结果"], memory_rows, [4.1, 9.9]) + + engine = status.get("paper9") or {} + summary_artifact = (audit.get("artifacts") or {}).get("summary") or {} + checksum = str(summary_artifact.get("sha256") or "-") + deliverable_rows = [ + [ + "规划汇总", + "JSON", + "关键指标与运行参数", + checksum[:16] + ("..." if len(checksum) > 16 else ""), + ], + [ + "优化空间结果", + "FlatGeobuf / Shapefile", + "地图复核与 GIS 交付", + "已生成" if layer_path else "缺失", + ], + ["硬约束审计记录", "JSON", "校验结论与失败原因", "已生成" if audit else "缺失"], + ["已验证经验", "Append-only 记录", "后续任务受控召回", memory_text], + ] + _heading(doc, "可追溯交付", level=2) + _table(doc, ["交付物", "格式", "用途", "状态/摘要哈希"], deliverable_rows, [3.4, 3.2, 4.2, 3.2]) + _paragraph( + doc, + ( + "版本信息:适配器 " + f"{plan.get('version', result.get('version', '-'))};" + f"引擎包 {engine.get('package_version', '-')};" + f"算法 {engine.get('algorithm_version', '-')}。" + ), + color=GRAY, + size=8.5, + ) + _paragraph( + doc, + "边界说明:本报告记录计算与工程审计结果,不替代法定规划审批、权属确认或生产数据验收。", + color=GRAY, + size=8.5, + ) + return doc + + +def generate_world_model_v21_word_report( + context: dict[str, Any], + output_path: str, + *, + author: str = "", +) -> str: + """Generate a visual DOCX from one structured county-planning run.""" + output = Path(output_path).expanduser().resolve() + output.parent.mkdir(parents=True, exist_ok=True) + with tempfile.TemporaryDirectory(prefix="wm_v21_report_") as tmp: + doc = _build_document(context, author=author, asset_dir=Path(tmp)) + doc.save(output) + return str(output) + + +def generate_world_model_v21_pdf_report( + context: dict[str, Any], + output_path: str, + *, + author: str = "", +) -> str: + """Generate a visual PDF from one structured county-planning run.""" + output = Path(output_path).expanduser().resolve() + docx_path = output.with_suffix(".docx") + generate_world_model_v21_word_report(context, str(docx_path), author=author) + return convert_word_to_pdf(str(docx_path), str(output), remove_source=True) diff --git a/docker-compose.gemma4-demo.yml b/docker-compose.gemma4-demo.yml index 9559b415..b6e03275 100644 --- a/docker-compose.gemma4-demo.yml +++ b/docker-compose.gemma4-demo.yml @@ -97,9 +97,9 @@ services: DYNAMIC_PLANNER: "true" volumes: - gemma4_demo_uploads:/app/data_agent/uploads - - /Users/zhouning/arcgis-farmland-mpc:/app/paper9-demo:ro - - /Users/zhouning/farmland_mpc_runs/bishan:/app/bishan-runs:ro - - /Users/zhouning/arcgis-farmland-mpc/runs/dongxing:/app/dongxing-runs:ro + - ${PAPER9_HOST_REPO:-./vendor/paper9-mnr-offline-package}:/app/paper9-demo:ro + - ${PAPER9_BISHAN_RUNS_HOST:-./demo-data/bishan}:/app/bishan-runs:ro + - ${PAPER9_DONGXING_RUNS_HOST:-./demo-data/dongxing}:/app/dongxing-runs:ro networks: - gemma4-demo-net diff --git a/docs/finals/GIS_Data_Agent_Gemma4_Finals_CN.pdf b/docs/finals/GIS_Data_Agent_Gemma4_Finals_CN.pdf new file mode 100644 index 00000000..5853d925 Binary files /dev/null and b/docs/finals/GIS_Data_Agent_Gemma4_Finals_CN.pdf differ diff --git a/docs/finals/GIS_Data_Agent_Gemma4_Finals_CN.pptx b/docs/finals/GIS_Data_Agent_Gemma4_Finals_CN.pptx new file mode 100644 index 00000000..228def31 Binary files /dev/null and b/docs/finals/GIS_Data_Agent_Gemma4_Finals_CN.pptx differ diff --git a/docs/finals/GIS_Data_Agent_Gemma4_Finals_Technical_Handbook_CN.docx b/docs/finals/GIS_Data_Agent_Gemma4_Finals_Technical_Handbook_CN.docx new file mode 100644 index 00000000..f5ce4752 Binary files /dev/null and b/docs/finals/GIS_Data_Agent_Gemma4_Finals_Technical_Handbook_CN.docx differ diff --git a/docs/finals/GIS_Data_Agent_Gemma4_Finals_Technical_Handbook_CN.md b/docs/finals/GIS_Data_Agent_Gemma4_Finals_Technical_Handbook_CN.md new file mode 100644 index 00000000..d9a107f0 --- /dev/null +++ b/docs/finals/GIS_Data_Agent_Gemma4_Finals_Technical_Handbook_CN.md @@ -0,0 +1,1028 @@ +--- +title: "GIS Data Agent 决赛技术答辩手册" +subtitle: "Gemma 4 + Google ADK + GeoSQL + GWM/MPC" +author: "周宁" +date: "2026-07-30" +lang: zh-CN +--- + +> 文档定位:本手册是决赛现场的技术查询底稿,不替代 5 分钟 PPT 与演示脚本。回答评委时先给结论,再给一个可核验的实现或数字,最后主动说明边界。所有运行数字以 2026-07-30 决赛证据快照为准。 + +# 1. 现场使用方法 + +## 1.1 先记住这段 30 秒总答案 + +GIS Data Agent 面向两类真实地理空间任务:高频的自然语言空间问数,以及低频但高价值的县域耕地空间布局优化。Gemma 4 26B 负责理解目标、生成 GeoSQL、选择工具和根据反馈决定下一步;Google ADK 承载 Agent 生命周期、原生函数调用和调用事件;PostGIS、GIS 与县域耕地空间优化引擎负责确定性计算;独立治理代码负责版本兼容性、硬约束校验和经验写入权限。系统的核心不是让大模型猜空间结果,而是让它在可审计边界内组织真实计算。 + +县域优化部分同时展示了 `LLM + GWM` 的方向:图斑与空间块构成状态,空间块内的耕地与林地等量置换构成行动,学习型状态转移模型集成预测行动后果,MPC 使用预测搜索方案。当前实现应称为“领域化地理空间世界模型原型”,不是完整通用地理空间世界模型。 + +## 1.2 高频追问快速索引 + +| 评委问题 | 先回答什么 | 深入章节 | 建议搜索词 | +|---|---|---:|---| +| Gemma 4 到底做了什么? | 决策与控制,不直接计算 GIS/MPC 数值 | 3、4 | `Gemma 4 职责` | +| ADK 是主链还是装饰? | 主运行时,承载 10 个结构化工具和函数事件 | 4 | `10 个工具` | +| 多步规划在哪里? | 任务级 2/6/8 工具分支;数值级 MPC 是另一层规划 | 4、6 | `两层规划` | +| 为什么选 26B? | 113/125,接近 31B,但完整基准快约 37.6% | 3 | `CQ-125` | +| 和普通 NL2SQL 有什么区别? | 专门处理 SRID、米制距离、空间谓词、去重与真实执行 | 5 | `GeoSQL` | +| 结果为什么是 35? | 同一 PostGIS 快照、锁定 SQL、三层地图相互校验 | 5.7 | `最长桥梁` | +| Paper9 是什么? | 县域优化引擎内部研发代号,主叙事不用它做产品名 | 6.1 | `内部代号` | +| 世界模型体现在哪里? | 学习型状态转移模型集成;MPC 是消费者,不是模型本身 | 6.2 | `GWM` | +| 自主性体现在哪里? | 观察、选择、审计后恢复或停止,并有代码强制边界 | 7 | `受控自主` | +| Memory 如何避免污染? | 只提交通过校验且产物完整的 episode,幂等追加写入 | 7.4 | `verified memory` | +| 失败怎么办? | 版本不兼容停止;审计失败最多重规划一次;再失败转人工 | 7.3 | `恢复分支` | +| 30/30 证明了什么? | 证明受控场景中的 Gemma 4 + ADK 编排行为,不是 30 次算法重跑 | 9.2 | `30/30` | +| 自然资源部测试的是什么? | 底层引擎历史版本的目标内网记录,不是当前 Agent 生产验收 | 12.9 | `内网证据` | +| 如何扩展到其他地区? | 数据契约、CRS、编码、区域 ensemble 和独立验收必须重做 | 11 | `区域扩展` | + +## 1.3 现场回答模板 + +推荐使用固定三段式: + +1. **结论**:一句话直接回答,不先讲背景。 +2. **证据**:给一个函数名、工具轨迹、基准数字或空间产物。 +3. **边界**:说明这个证据不能外推为什么。 + +例如: + +> 结论:Gemma 4 确实在做任务级规划,但不直接计算 MPC 数值。证据:真实 ADK 评测中,它根据工具反馈形成版本阻断、六工具成功和八工具恢复三种轨迹。边界:A/B/C/D 是确定性算法阶段,不能把固定 pipeline 说成大模型动态规划。 + +# 2. 系统目标与技术边界 + +## 2.1 真实用户与任务 + +目标用户不是泛化的“政府用户”,而是以下具体岗位: + +- 自然资源调查与国土空间规划人员。 +- 县域耕地整治与用途管制人员。 +- GIS 数据分析师和空间数据库工程师。 +- 需要审查规划过程、指标和空间成果的技术负责人。 + +系统选择两类任务,是为了同时证明广度与深度: + +| 场景 | 频率与价值 | 原有痛点 | 系统输出 | +|---|---|---|---| +| NL2Semantic2GeoSQL | 高频、刚需 | SQL 看似合理但空间单位、SRID、谓词或去重错误 | 可执行 SQL、标量结果、地图与修正记录 | +| 县域耕地空间优化 | 低频、高价值 | 不能只给文字建议,必须满足业务约束并生成空间成果 | MPC 方案、指标、变化图层、审计与图文报告 | + +## 2.2 核心设计原则 + +系统遵循四个原则: + +- **模型做决策,工具做计算**:Gemma 4 不伪造 PostGIS 结果或 MPC 指标。 +- **验证独立于模型**:面积、坡度、连片度和产物完整性由确定性 Python 代码校验。 +- **失败默认停止**:版本、资源、SQL 安全或空间产物不满足要求时,不能把 warning 包装为成功。 +- **经验必须带证据**:可复用经验必须关联版本、参数、输出目录、摘要哈希和审计结论。 + +## 2.3 一张图理解总体架构 + +![GIS Data Agent 总体技术架构](assets/diagrams/architecture_overview.png){width=96%} + +图中从上到下依次是用户与路由、Gemma 4 决策面、Google ADK 运行时、两个确定性行动面,以及独立治理与证据面。这里最重要的职责边界是:模型不直接伪造 GIS 或 MPC 数值,工具输出也不能绕过独立校验直接进入经验库。 + +## 2.4 Google 技术栈的准确口径 + +| 技术 | 当前角色 | 是否进入主链 | 现场表述 | +|---|---|---:|---| +| Gemma 4 | GeoSQL 合成、任务级工具决策、结果解释 | 是 | 核心模型 | +| Google ADK | Agent 运行时、10 个函数工具、长任务工具、session 与事件 | 是 | 核心框架 | +| AlphaEarth | 长期空间表征扩展方向 | 否 | `Tech Preview` | +| OKF | 人和 Agent 可读的知识交换 sidecar | 否 | 未来知识治理接口 | + +ADK 是真正的架构组成,不是额外加一个 Google Logo。AlphaEarth 与 OKF 只在被追问未来扩展时说明,不应暗示已经进入生产闭环,也不应主张“Google 技术用得越多越有隐藏加分”。 + +# 3. Gemma 4 模型选型与部署 + +## 3.1 CQ-125 模型选型基准 + +模型选择基于同一主机、同一 CQ-125 PostGIS 基准和同一评测口径。`EX` 表示执行结果正确,不只是 SQL 字符串相似。 + +| 模型 | Full EX | Full Valid | 完整时间 | +|---|---:|---:|---:| +| Gemma4:e2b | 82/125 = 65.6% | 108/125 = 86.4% | 21.22 min | +| Gemma4:e4b | 80/125 = 64.0% | 110/125 = 88.0% | 13.49 min | +| Gemma4:12b | 107/125 = 85.6% | 120/125 = 96.0% | 16.45 min | +| **Gemma4:26b** | **113/125 = 90.4%** | **118/125 = 94.4%** | **12.50 min** | +| Gemma4:31b | 114/125 = 91.2% | 117/125 = 93.6% | 20.04 min | + +26B 只比 31B 少 1 道执行正确题,即 0.8 个百分点,但完整运行时间从 20.04 分钟下降到 12.50 分钟,约快 37.6%。因此选择 26B 是准确率与时延的工程折中,不是声称 26B 在统计上显著优于 31B。 + +![Gemma 4 模型选型证据](assets/gemma4_model_selection.png){width=90%} + +数据源:`docs/assets/gemma4_host228_scale_sweep_summary.csv`。 + +## 3.2 模型网关 + +`data_agent/model_gateway.py` 将逻辑模型名映射到实际后端。决赛环境关键配置为: + +```text +logical model: gemma4-26b-ollama +backend: LiteLLM +model_id: ollama_chat/Gemma4:26b +api: Ollama OpenAI-compatible endpoint +extra_body: {"think": false} +request_timeout: 600 s +``` + +调用链为: + +```text +业务 Agent +-> create_model("gemma4-26b-ollama") +-> Google ADK LiteLlm wrapper +-> LiteLLM / Ollama +-> Gemma4:26b +``` + +## 3.3 为什么固定 `think=false` + +本地 Gemma 4 的 reasoning 模式会把大量内容放入 `message.thinking`,在某些工具循环中直到输出预算耗尽才产生可用的 `message.content`,表现为长时间空响应或超时。决赛版本关闭 thinking 输出,原因不是降低模型能力,而是: + +- 工具参数必须稳定、短而结构化。 +- 不向用户界面泄露内部推理文本。 +- 避免 5 分钟演示中出现不可控的首 token 延迟。 +- 让可审计证据落在函数调用和工具结果上,而不是不可验证的思维文本上。 + +## 3.4 离线与数据边界 + +Gemma 4、PostGIS、规划引擎和主要运行组件可在本地网络或内网环境运行。模型调用成本在当前本地部署中记为 0,但这不等于计算成本为零。模型服务、ONNX 推理、PostGIS 和 PDF 生成仍消耗主机 CPU、内存和等待时间。 + +# 4. Google ADK、原生函数调用与两层规划 + +## 4.1 两层规划必须分开讲 + +系统中存在两种性质不同的规划: + +| 层级 | 规划者 | 输入 | 输出 | 是否由 LLM 决定 | +|---|---|---|---|---:| +| 任务级规划 | Gemma 4 + ADK | 用户目标、版本、资源、经验、审计反馈 | 下一工具、停止、重规划或提交 | 是 | +| 数值级规划 | MPC | 空间状态、可行动作、转移模型预测、约束 | 具体空间块行动序列 | 否,确定性算法 | + +![任务级规划与数值级规划](assets/diagrams/two_level_planning.png){width=96%} + +这一区分是回答“Gemma 4 真的在规划吗”的关键。Gemma 4 的证据是不同反馈导致不同工具轨迹;MPC 的证据是它在学习型状态转移模型上进行候选 rollout 和累计回报比较。 + +## 4.2 两个显式路由 Agent + +### `@NL2SQL` + +本地 Gemma/Ollama 路径使用 `DirectNL2SemanticSQLAgent`。它是一个确定性 ADK 外层:先发出 `run_nl2semantic2sql(user_question)` 的 `function_call` 事件,再调用高层工具并发出 `function_response`。高层工具内部仍调用 Gemma 4 生成 SQL。 + +这样设计是为了避免本地模型在多个低层语义、数据库工具之间重复循环。它保留了可审计函数事件,同时把空间 SQL 的 grounding、安全和执行交给确定性 harness。 + +准确口径: + +> `@NL2SQL` 的外层工具选择是固定的,高层工具内部的 SQL 合成由 Gemma 4 完成;它不是本项目多步自主规划的主要证据。 + +### `@WorldModelV21` + +`MentionWorldModelV21` 是标准 Google ADK `LlmAgent`,模型为 Gemma 4,且只绑定 `WorldModelV21Toolset`。Gemma 4 根据每次结构化响应决定下一工具。这一链路才是比赛要求中多步规划、工具使用和原生函数调用的主证据。 + +代码位置:`data_agent/agent.py::_build_mention_world_model_v21_agent`。 + +## 4.3 10 个 ADK 工具 + +`WorldModelV21Toolset` 暴露 5 个同步 `FunctionTool` 和 5 个 `LongRunningFunctionTool`。 + +| 工具 | ADK 类型 | 作用 | 关键输出或决策 | +|---|---|---|---| +| `world_model_v21_status` | FunctionTool | 检查适配器、包、算法版本与能力 | `version_compatible` | +| `paper9_inspect_resources` | FunctionTool | 检查 prepared、samples、ONNX 与编码契约 | `planning_ready`、可复用阶段 | +| `paper9_recall_verified_episodes` | FunctionTool | 按数据集召回已验证经验 | 最近 episode 与参数 | +| `paper9_audit_run` | FunctionTool | 校验指标和空间产物 | commit / replan / human review | +| `paper9_commit_verified_episode` | FunctionTool | 写入已验证经验 | `episode_id`、幂等状态 | +| `world_model_v21_prepare` | LongRunningFunctionTool | DLTB + DEM 数据准备 | prepared 目录与摘要 | +| `world_model_v21_sample` | LongRunningFunctionTool | 采样 transition 与 pairwise 数据 | NPZ 样本 | +| `world_model_v21_train` | LongRunningFunctionTool | 训练对比学习 ensemble 并导出 ONNX | 模型成员与训练摘要 | +| `world_model_v21_plan` | LongRunningFunctionTool | 单独执行 Tool 4 MPC | 规划目录、指标、地图 | +| `world_model_v21_pipeline` | LongRunningFunctionTool | 执行或复用 A/B/C/D | 四阶段状态与规划结果 | + +长任务使用 `asyncio.to_thread` 包装同步计算,避免阻塞 ADK 的异步事件循环。工具参数采用 string-friendly 形式,进入服务层后统一转换与范围校验。 + +## 4.4 三类真实 Gemma 4 + ADK 轨迹 + +![Gemma 4 与 ADK 的 2/6/8 工具轨迹](assets/diagrams/adk_tool_trajectories.png){width=96%} + +### 版本不兼容,2 个工具后停止 + +工具序列为 `world_model_v21_status` → `paper9_inspect_resources`,随后停止并报告缺口。图中的“停止”是终态,不计作第 3 个工具。 + +这是“知道什么时候不行动”的自主性证据。Agent 不能自动降级为旧算法再称为成功。 + +### 首次成功,6 个工具 + +工具序列为 `world_model_v21_status` → `paper9_inspect_resources` → `paper9_recall_verified_episodes` → `world_model_v21_pipeline` → `paper9_audit_run` → `paper9_commit_verified_episode`。 + +### 首次失败后恢复,8 个工具 + +工具序列为 `world_model_v21_status` → `paper9_inspect_resources` → `paper9_recall_verified_episodes` → `world_model_v21_pipeline` → 首次 `paper9_audit_run` 失败 → `world_model_v21_plan` → 再次 `paper9_audit_run` 通过 → `paper9_commit_verified_episode`。 + +三种受控场景各运行 10 次,均形成预期终态和精确工具轨迹。恢复分支只允许一次 `world_model_v21_plan`,第二次仍失败必须停止。 + +## 4.5 Prompt 约束与代码约束的区别 + +Prompt 负责告诉模型应该怎样做,例如先检查状态、首次规划带面积不减少约束、失败最多重规划一次。代码负责保证即使模型不遵守也不能越权,例如: + +- 没有 `paper9_agent_audit.json`,提交函数直接拒绝。 +- `hard_constraint_passed=false`,经验库直接抛出异常。 +- 缺少优化空间产物,审计强制改为失败并转人工。 +- 版本和区域模型维度不兼容,规划服务拒绝执行。 + +因此系统的可靠性不是只依赖 prompt,而是“模型策略 + 工具接口 + 确定性不变量”三层共同实现。 + +# 5. NL2Semantic2GeoSQL 关键实现 + +## 5.1 为什么不是普通 Text-to-SQL + +空间 SQL 的主要难点不是语法,而是执行语义: + +- 地理坐标系下 `geometry` 的长度和距离单位可能是度,不是米。 +- 不同 SRID 的空间对象不能直接比较。 +- `ST_Intersects`、`ST_Within`、`ST_Contains` 的方向和边界语义不同。 +- 一对多空间连接会让计数膨胀,需要按业务实体主键去重。 +- KNN `<->`、半径过滤和 `LIMIT` 的组合容易产生“看似合理但答非所问”的 SQL。 +- 生产环境必须拒绝 DDL/DML、未 grounding 的表和无界危险查询。 + +所以系统不是把 schema 全量塞给模型,而是构建专门的 GeoSQL harness。 + +## 5.2 完整执行链 + +![NL2Semantic2GeoSQL 十步执行链](assets/diagrams/nl2semantic2geosql_pipeline.png){width=96%} + +执行链可以归纳为四段:语义与实时 schema grounding、Gemma 4 SQL 合成、确定性语义修正与安全校验、PostGIS 真实执行与证据输出。图中的失败策略同样是运行契约的一部分,不是仅用于展示的说明文字。 + +关键实现文件: + +| 文件 | 责任 | +|---|---| +| `data_agent/semantic_layer.py` | 语义源与字段定义 | +| `data_agent/nl2sql_grounding.py` | 候选表、live schema、few-shot 与 grounding prompt | +| `data_agent/nl2sql_executor.py` | Gemma SQL 合成、重试、执行与结构化返回 | +| `data_agent/nl2sql_semantic_rewrite.py` | 配置驱动的空间语义改写 | +| `data_agent/sql_postprocessor.py` | SQL AST/规则后处理与大表限制 | +| `data_agent/runtime_guards.py` | 占位 SQL、幻觉表与 allow-list 检查 | +| `data_agent/toolsets/nl2sql_tools.py` | 安全数据库执行 | +| `data_agent/nl2sql_presentation.py` | 中文结果和地图 handoff | + +## 5.3 Semantic grounding + +Grounding 层不会只返回表名。每个候选列可携带: + +- 物理列名和安全引用形式。 +- 业务别名和描述。 +- PostgreSQL 类型、geometry 标记和 SRID。 +- 单位与 semantic domain。 +- 枚举值、原始编码和显示值映射。 +- 是否为标识字段,用于 `COUNT(DISTINCT ...)`。 + +如果 Gemma 生成的 SQL 引用了未进入初始 top-k 的真实表,系统会先检查它是否由问题或语义上下文支持。未 grounding 的表默认触发一次约束重试;再次出现则拒绝,不会因为数据库里恰好存在就自动视为正确。 + +## 5.4 Gemma 4 SQL 合成 + +`nl2sql_executor.py::_generate_gemma_sql` 通过 LiteLLM 调用配置的 Gemma 4: + +```text +temperature = 0.0 +think = false +retry attempts = 3(可配置) +output contract = SQL only +``` + +SQL 合成是 Gemma 4 的核心贡献。Python harness 不预先写死最终 SQL,而是在生成后校正可判定的空间语义错误。 + +## 5.5 空间语义改写 + +`apply_semantic_sql_rewrites` 是配置驱动的规则链,主要覆盖: + +- 表名版本归一化与问题别名匹配。 +- 列别名、引号和大小写修正。 +- 未知列拒绝。 +- 枚举编码和显示值转换。 +- 面积单位转换到平方米、平方公里或公顷。 +- `ST_DWithin` 的 `geography` 米制距离修正。 +- `ST_Distance`、`ST_Length` 的坐标与单位修正。 +- SRID transform 和子查询 geometry 投影修正。 +- 空间连接去重与 grouped count 修正。 +- 不应出现的空间连接或过滤条件删除。 + +这类改写只使用 semantic context,不在 Python 中为某个 demo 问题硬编码答案。修正标签会随结构化结果返回,例如当前演示出现 `semantic_column_alias`。 + +## 5.6 安全与失败处理 + +执行前至少经过四层控制: + +1. Prompt 要求只生成只读查询。 +2. SQL postprocessor 拒绝写操作和危险结构,并可为大表增加限制。 +3. Runtime guard 拒绝 `SELECT 1` 等放弃型占位 SQL、文件路径形态表名和 allow-list 外表名。 +4. 数据库工具使用只读执行路径,返回结构化错误而不是继续猜测结果。 + +需要强调:运行成功只证明 SQL 可执行,不自动证明业务语义完全正确。因此自动沉淀的 reference query 仍应经过 benchmark 或人工复核后再晋升为高置信知识。这是当前知识循环需要继续加强的边界。 + +## 5.7 决赛查询为何返回 35 + +用户问题: + +```text +统计距离道路网络中最长桥梁100米范围内的高德POI数量。 +``` + +锁定参考 SQL: + +```sql +WITH longest_bridge AS ( + SELECT geometry + FROM cq_osm_roads_2021 + WHERE bridge = 'T' + ORDER BY ST_Length(geometry::geography) DESC + LIMIT 1 +) +SELECT COUNT(DISTINCT p."ID") AS poi_count +FROM cq_amap_poi_2024 AS p +CROSS JOIN longest_bridge AS lb +WHERE ST_DWithin( + p.geometry::geography, + lb.geometry::geography, + 100 +); +``` + +技术要点: + +- `ST_Length(geometry::geography)` 按米比较桥梁长度。 +- `ST_DWithin(...::geography, ..., 100)` 明确 100 米半径。 +- `COUNT(DISTINCT p."ID")` 避免空间连接重复计数。 +- roads 与 POI 使用锁定的版本表,而不是模糊表名。 + +最终验收连续 3 次返回 `35`,延迟为 `14.414 / 6.761 / 6.884 s`。右侧地图从同一 PostGIS 伴随查询快照加载: + +- 高德 POI:35 个。 +- 最长桥梁:1 条,`osm_id=708725252`,龙溪河大道,长度约 2167.57 米。 +- 100 米缓冲区:1 个。 + +![NL2Semantic2GeoSQL 真实演示](assets/nl2geosql_demo_crop.png){width=75%} + +标量、SQL 与三层地图互相核查,比只显示“35”更有说服力。 + +## 5.8 CQ-125 能证明什么 + +CQ-125 用于比较同一环境中不同模型的执行正确率,并作为空间语义回归基准。它能证明模型选型有数据依据,也能发现 SRID、距离、面积、空间连接等典型失败模式。 + +它不能证明: + +- 所有自然语言空间问题都能正确处理。 +- 对任意数据库 schema 都有同样准确率。 +- 113/125 与 114/125 之间存在统计显著差异。 + +# 6. 县域耕地空间优化引擎与地理空间世界模型 + +## 6.1 命名与思想来源 + +`Paper9` 是底层算法项目的内部研发代号,源于作者的第 9 篇论文工作。面向评委和用户,主名称统一为“县域耕地空间优化引擎”。只有在解释研究来源、代码路径或版本时才说明内部代号。 + +它不是为了给比赛临时拼接的脚本,而是一个可复现的 model-based spatial planning 工程,包括数据准备、转移采样、对比学习 ensemble、ONNX 导出、MPC、ArcGIS/QGIS/CLI 接口和独立验证产物。 + +## 6.2 与 GWM 的严格关系 + +可以用五个部件说明: + +| GWM 部件 | 当前实现 | 技术含义 | +|---|---|---| +| 状态 `S` | 2,640 个空间块的 17 维 block 特征 + 12 维县域全局特征 | 当前世界状态表示 | +| 行动 `A` | 从可行空间块中选择一个 block,在内部执行耕地/林地 paired swaps | 受限行动空间 | +| 动力学 `T_theta` | 3-member transition model ensemble | 预测下一状态与奖励,是 GWM 内核雏形 | +| 规划器 | MPC | 消费模型预测、搜索行动,不是世界模型本身 | +| 验收层 | 面积、坡度、连片度与产物完整性校验 | 决定方案能否保存和复用 | + +![领域化 GWM 原型与 MPC 的关系](assets/diagrams/gwm_mpc_architecture.png){width=96%} + +一句准确表述: + +> 当前实现是领域化 GWM 原型。学习型状态转移模型集成是动力学内核雏形,MPC 是模型的消费者,Gemma 4 与 ADK 是任务级控制面,硬约束校验是决策治理外环。 + +## 6.3 状态表示 + +县域环境把图斑聚合为空间块。每个 block 的 17 维特征包含: + +- 耕地与林地坡度统计。 +- 可交换耕地/林地面积。 +- 最优坡度改善潜力。 +- 已使用置换预算与可用置换比例。 +- block 紧凑度和面积。 +- 邻接 block 的投资比例与耕地面积。 +- 当前耕地面积和是否已投资。 + +12 维县域全局特征包含: + +- 剩余预算与执行进度。 +- 全局平均坡度和坡度改善。 +- 连片度与连片度改善。 +- 百亩方数量和面积比例。 +- 已投资 blocks 比例。 +- 乡镇间投资熵、跨乡镇协调占位和最大乡镇占比。 + +因此状态不是一张原始栅格,也不是 LLM 文本,而是服务于县域行动预测的结构化空间状态。 + +## 6.4 行动与环境 + +行动空间为 `Discrete(n_blocks)`,每一步选择一个具备可行置换条件的 block。环境在该 block 内选择高坡耕地转林地、低坡林地转耕地,并保持 paired swaps。当前锁定运行每一步最多执行若干对置换,100 个环境步骤完成 406 对双向置换。 + +面积不减少不只在事后检查。首次 planning 参数包含 `cultivated_area_floor_delta_ha=0`,环境的 action mask 会排除无法满足面积下限的候选行动。事后审计再独立复核最终指标,形成规划内约束与结果外审计两层保护。 + +## 6.5 状态转移模型结构 + +每个 ensemble member 是约 237K 参数的前馈 transition network: + +![237K 参数状态转移模型成员结构](assets/diagrams/transition_network.png){width=96%} + +共享 block encoder 同时提供 selected-block 编码和全体 blocks 的 mean pooling;它们与 action embedding、global encoding 拼接为 128 维 context,再进入三个输出头。图底部的 ensemble 表示三个独立完整成员,而不是只对 reward head 做集成。 + +模型采用 residual prediction: + +```text +next_selected_block = selected_block + predicted_block_delta +next_global_state = global_state + predicted_global_delta +predicted_reward = reward_head(context) +``` + +每个成员导出为 ONNX,由 ONNX Runtime 在 CPU 上批量推理。当前决赛资源包含 3 个成员。 + +重要扩展边界:`n_blocks` 会静态写入 ONNX 图和 action embedding,因此区域变化后不能直接复用其他区域的 ensemble。服务层通过 `assert_compatible` 与资源检查提前拒绝维度不匹配。 + +## 6.6 为什么使用对比/排序损失 + +普通 MSE 更关注预测值的绝对误差,但 MPC 更关心同一状态下“哪个行动更好”。Tool 2 除 transition tuple 外,还采集同一状态下不同动作的 pairwise 样本。 + +训练目标可概括为: + +```text +L_total = L_state_MSE + 0.1 * L_reward_MSE + lambda_rank * L_rank + +L_rank = max(0, margin - (R_hat(s, a_better) - R_hat(s, a_worse))) +``` + +当前默认 `lambda_rank=5.0`、`margin=0.1`。3 个成员使用不同随机种子训练,ensemble 同时提高稳定性,并可提供成员间预测差异作为不确定性信号。当前主 Agent 还没有把 ensemble 方差完整纳入自主风险决策,这是后续 GWM 完善方向。 + +## 6.7 MPC 如何选择行动 + +每个环境步骤的算法过程为: + +1. 获取当前 block features、global features 和 action mask。 +2. 对所有有效 actions 做一次 ensemble 批量预测。 +3. 保留全局 top-k 候选及其下一状态。 +4. 对每个候选继续向前 rollout `H-1` 步,continuation 可选 random 或 greedy。 +5. 计算折扣累计预测回报。 +6. 选择累计预测回报最高的第一个行动。 +7. 在真实县域环境中执行该行动,得到真实 reward 与下一状态。 +8. 重复直到预算或最大步骤结束。 + +概念公式: + +```text +a_t* = argmax_a sum(k=0..H-1) gamma^k * R_hat(s_t+k, a_t+k) +``` + +决赛快速路径使用 `horizon=1`、`top_k=1`、`n_episodes=1`。这里 `horizon=1` 是每次 MPC 的前瞻步长,`steps_run=100` 是环境实际执行步数,二者不能混为一谈。 + +## 6.8 A/B/C/D 工具链 + +| 阶段 | 输入 | 处理 | 输出 | 决赛运行 | +|---|---|---|---|---| +| A / Prepare | DLTB、DEM、行政区等 | 坡度、图斑与 blocks 准备 | prepared data | 复用 | +| B / Sample | prepared environment | 随机 transition + pairwise action 采样 | `transitions.npz`、`pairwise.npz` | 复用 | +| C / Train | transition/pairwise samples | 3-member contrastive ensemble 训练 | ONNX members | 复用 | +| D / Plan | prepared + ONNX ensemble | MPC 搜索与真实环境执行 | 指标、数组、矢量成果 | 真实执行 | + +决赛中 A/B/C 显示“已复用”不是没执行过,而是地区级一次性装备已存在;现场真实执行的是 D/Tool 4。技术报告必须明确:当前 v2.2.3 本机证据不是 A/B/C/D 全量重训。 + +## 6.9 锁定运行结果 + +当前 0.3.3 / 2.2.3 锁定证据: + +| 指标 | 数值 | +|---|---:| +| 输入空间记录 | 101,657 | +| 进入县域环境图斑 | 53,004 | +| 空间 blocks | 2,640 | +| ONNX ensemble members | 3 | +| 环境步骤 | 100 | +| 完成置换对 | 406 | +| 耕地转林地 | 406 | +| 林地转耕地 | 406 | +| 耕地面积变化 | +1.9359359262 ha | +| 平均坡度变化 | -0.6077654973% | +| 连片度变化 | +0.0201841360 | +| 百亩方面积变化 | +35.1316192716 ha | +| 总回报 | 37.4093785660 | + +硬约束校验结果:面积未减少、坡度下降、连片度提升、优化空间产物存在,允许写入已验证经验。 + +![县域耕地空间优化变化图](assets/farmland_mpc_change_map.png){width=43%} + +地图按 `CHG_FLAG` 分类:灰色保持不变,红色耕地转林地,绿色林地转耕地。 + +## 6.10 输出产物 + +Tool 4 至少产生: + +- `mpc_summary.json`:参数、ensemble、逐 episode 指标和 shapefile 汇总。 +- `mpc_land_use.npy`:最终地类状态。 +- `optimized_dltb.shp`:优化后矢量图斑。 +- `optimized_dltb.fgb`:便于 Web 地图加载的 FlatGeobuf。 +- `paper9_agent_audit.json`:审计策略、结论、失败原因、下一动作和摘要 SHA-256。 + +聊天、地图、经验和 PDF 报告都应来自同一个运行目录,不从模型文字反推指标。 + +## 6.11 为什么当前还不是完整 GWM + +当前原型仍缺: + +- 多尺度状态表示,例如图斑、街区、县域、流域之间的统一层级。 +- 多类型行动,而不只是 block 选择和两类地类置换。 +- 长期 rollout 与跨时间尺度动力学。 +- 完整的不确定性传播和风险敏感规划。 +- 观测同化、因果校准与现实反馈闭环。 +- 跨区域独立验证和可迁移的 action representation。 + +因此最有技术含量的表述不是“我们已经完成通用 GWM”,而是“我们已经把状态、行动、学习型动力学、规划器和审核外环在一个高价值地理空间任务中跑通”。 + +# 7. 受控自主、记忆与知识循环 + +## 7.1 自主性定义 + +自主性不是工具数量,也不是无限循环。当前系统把自主性定义为: + +Agent 观察结构化状态,选择受支持行动,获取真实工具反馈,再判断继续、恢复、提交或停止,并为每个终态记录可复核证据。 + +自主范围被限定在当前数据集、10 个 ADK 工具、一次重规划和确定性业务约束内。 + +## 7.2 决策状态机 + +![受控自主决策状态机](assets/diagrams/autonomy_state_machine.png){width=94%} + +状态机中只有首次普通审核失败可以进入一次重规划;缺少空间产物直接转人工,第二次审核失败也必须停止。提交函数还会再次检查审核文件,因此图中的分支不是只依赖 prompt 的建议。 + +## 7.3 硬约束校验 + +`Paper9AuditPolicy` 默认规则: + +```text +cultivated_area_change_ha >= 0 +slope_change_pct < 0 +cont_change > 0 +optimized spatial artifact exists +max_replans = 1 +``` + +审计返回机器可执行的 `next_action`: + +- `commit_verified_episode` +- `replan_once` +- `stop_and_request_human_review` + +如果 `mpc_summary.json`、记录字段或空间产物缺失,系统不会让 LLM 自行解释为成功。 + +## 7.4 Verified Episodic Memory + +经验库不是聊天记录。每条记录包含: + +- `schema_version` +- `episode_id` +- 数据集和用户目标 +- 真实 `out_dir` +- 规划参数 +- 指标与审计策略 +- 适配器、包、算法和代码版本 provenance +- `mpc_summary.json` 的 SHA-256 + +`episode_id` 由稳定字段哈希生成,同一运行重复提交保持幂等。文件采用 append-only JSONL,写入后执行 `flush + fsync`。提交前代码强制检查: + +```text +hard_constraint_passed == true +all_expected_outputs_exist == true +``` + +下一任务按 dataset 召回最近已验证 episode,用于提供有证据的参数和历史上下文。 + +## 7.5 多层记忆与知识的分工 + +| 层 | 机制 | 生命周期 | 可影响什么 | +|---|---|---|---| +| 即时状态 | ADK `output_key` / session state | 单次运行 | Agent 间结果传递 | +| 会话记录 | Chainlit Thread / Step | 单会话或历史会话 | 用户可见上下文 | +| 跨会话记忆 | Postgres memory service | 长期 | 历史片段召回 | +| 领域经验 | Verified episodic memory | 长期、只追加 | 规划参数与成功证据 | +| 语义知识 | Semantic registry、reference queries、ContextEngine | 版本化 | schema、术语、few-shot | + +记忆回答“过去发生了什么”,知识回答“领域中什么定义和规则有效”。两者不能混成一个无限增长的向量库。 + +## 7.6 知识更新闭环的当前实现与缺口 + +当前已实现: + +- GeoSQL 执行成功后可写入 reference query store,并做相似度去重。 +- 规划结果只有通过审计才能进入 verified episodic memory。 +- 召回结果按数据集隔离,并保留版本与摘要哈希。 + +仍需加强: + +- “SQL 可执行”不等于“语义正确”,reference query 的高置信晋升应增加 benchmark 或人工审核。 +- ensemble 不确定性尚未自动触发风险升级。 +- 高风险耕地规则还不能由 Agent 自动改写或激活。 +- 知识过期、冲突和来源优先级需要统一的版本治理。 + +目标知识循环应是: + +![知识与记忆的受控更新闭环](assets/diagrams/knowledge_memory_loop.png){width=96%} + +这比“让 Agent 自动学习一切”更符合自然资源高风险业务。 + +# 8. 可观测性、地图与报告 + +## 8.1 函数调用轨迹 + +ADK 事件被应用层捕获,形成按实际发生顺序排列的 `function_call` 与 `function_response`。World Model 展示层把每一步转换为: + +- 观察/决策名称。 +- 结果状态。 +- 内部函数标识。 +- 真实单步用时。 + +总用时包含模型推理、ADK 编排、工具执行和 UI 处理,因此应不小于各工具用时之和。小于 0.1 秒的快速工具显示三位小数,避免全部显示为 `0.0 秒`。 + +## 8.2 地图证据 + +地图不是装饰: + +- NL2SQL 地图由同一 PostGIS 快照的伴随查询产生,图层要素数与标量答案一致。 +- 县域规划地图来自本次 `optimized_dltb` 产物,按 `CHG_FLAG` 渲染。 +- 地图为空、图层数不一致或读取了其他运行目录,都应视为演示失败。 + +## 8.3 图文 PDF 报告 + +县域规划导出的 `County_Farmland_Planning_Report.pdf` 由 `data_agent/world_model_v21_report.py` 生成,数据来自同一次工具轨迹和运行产物。报告约 5 页,包含: + +- 规划成效看板。 +- 县域变化地图。 +- 六步原生函数调用轨迹。 +- 逐函数用时和总用时。 +- 硬约束校验表。 +- 经验编号和交付物摘要。 + +报告不应暴露主机或容器绝对路径。内部函数名只作为审计证据,不作为产品名称。 + +# 9. 评测、可靠性与工程质量 + +## 9.1 证据必须分层 + +| 证据层 | 运行内容 | 能证明什么 | 不能证明什么 | +|---|---|---|---| +| A | 真实 Gemma 4 + ADK,工具为确定性替身 | 模型工具选择、停止和恢复 | 30 次真实 MPC 计算 | +| B | 本机真实 0.3.3 / 2.2.3 Tool 4 | 当前绑定、MPC、空间产物与校验 | A/B/C/D 全量重训或部内复测 | +| C | 底层引擎历史内网交接记录 | 历史版本在目标环境的工程可行性 | 当前 GIS Data Agent 生产验收 | +| D | AlphaEarth / OKF 设计 | 扩展方向 | 已进入主链 | + +## 9.2 Gemma 4 + ADK 可靠性 + +三类场景各运行 10 次: + +| 场景 | 通过 | 平均延迟 | P95 | 精确轨迹一致性 | +|---|---:|---:|---:|---:| +| 首次审计通过 | 10/10 | 7.97 s | 9.53 s | 100% | +| 版本不兼容停止 | 10/10 | 3.24 s | 4.88 s | 100% | +| 一次重规划后通过 | 10/10 | 13.57 s | 15.31 s | 100% | + +总体 30/30,Wilson 95% 区间为 88.65% 到 100%。 + +为什么仍不能说“100% 可靠”:样本只有 30 次,输入是受控场景,且规划工具响应使用确定性替身。统计区间下界 88.65% 也明确表示证据仍有限。 + +## 9.3 真实 MPC 验证 + +锁定路径真实执行 0.3.3 / 2.2.3 的 Tool 4,并通过同一 Agent 轨迹完成审计与经验提交。历史自动验证总耗时为 `93.490 s / 112.940 s`;新版中文 UI 浏览器运行总用时 `88.6 s`,其中 MPC `73.7 s`。不同运行的时间和 episode ID 会变化,业务指标在锁定数据与参数下保持一致。 + +当前输入被识别为 `legacy_three_digit_test_data`,并复用旧流程生成的 prepared 与 ONNX。因此不能描述成 v2.2.3 对最新真实权威四库的全量重训。 + +## 9.4 决赛质量检查 + +| 检查 | 结果 | 说明 | +|---|---:|---| +| 最终镜像运行时回归 | 236 passed | NL2SQL、WorldModel、治理、预检与展示 | +| 宿主交付契约 | 6 passed | Compose、配置、instruction 与脚本入口 | +| 决赛关键 Python 子集 | 73 passed | 与 236 有范围关系,不能相加 | +| 模型网关与工具过滤 | 52 passed | 路由、thinking 与工具分类兼容性 | +| 确定性行为契约 | 5/5 | 成功、恢复、转人工、版本阻断、拒绝未审计写入 | +| Ruff / Python 编译 | passed / passed | 决赛关键模块 | +| 前端生产构建 | passed | 保留大 chunk 与依赖提示 | +| Compose 与核心容器 | passed / healthy | app、PostGIS、Redis | +| 主机预检 | 6/6 | 版本、prepared、3 个 ONNX、Gemma 标签 | + +测试数量按不同责任层报告,不合并成一个夸大的“总测试数”。 + +## 9.5 边缘情况 + +当前显式覆盖: + +- 版本不兼容,2 个工具后停止。 +- 缺资源或区域 ensemble 不匹配,拒绝规划。 +- 首次约束失败,只允许一次重规划。 +- 第二次仍失败,停止并转人工。 +- 缺空间产物,禁止经验写入。 +- 重复提交同一 episode,保持幂等。 +- SQL 引用未 grounding 表,重试后仍不合规则拒绝。 +- SQL 为占位、幻觉表或写操作,拒绝执行。 + +## 9.6 已知非阻断项 + +- 前端主包仍较大,生产化应继续拆包。 +- 部分 ADK/asyncio 依赖存在弃用 warning。 +- 真实 MPC 某些空分组计算保留 RuntimeWarning,但未中止锁定验收。 +- Live ADK 评测依赖 Ollama,不进入没有模型服务的普通 CI。 +- 当前尚缺真实用户数、节省工时和人工修订率的公开统计。 + +# 10. 部署、安全与可复现性 + +## 10.1 决赛运行拓扑 + +![决赛运行与部署拓扑](assets/diagrams/deployment_topology.png){width=96%} + +核心 Compose 服务为 app、db 和 redis;MinIO 可承担对象存储扩展。底层算法包与 prepared/ensemble 以只读方式挂载,运行输出写入按用户和时间隔离的目录。 + +## 10.2 预检 + +正式演示前必须验证: + +- `paper9-mnr-offline-package == 0.3.3` +- `paper9v2 == 2.2.3` +- Bishan prepared 数据存在。 +- 3 个 ONNX ensemble members 存在。 +- `Gemma4:26b` 标签可用。 +- app、PostGIS、Redis 为 healthy。 + +预检失败时应修复环境或切换到同版本录制视频,不应现场临时降级版本。 + +## 10.3 安全设计 + +- NL2SQL 通过只读策略、postprocessor、runtime guard 和数据库执行层形成纵深防御。 +- 工具参数做类型、范围和枚举校验。 +- 外部路径不直接展示给用户,输出目录按用户隔离。 +- 版本不匹配、缺模型、缺数据或缺产物均采用 fail closed。 +- 经验记录保存 schema version 和 SHA-256,便于追溯与防止无声替换。 +- 高风险业务约束不由 LLM 自评,也不允许 Agent 自动激活新规则。 + +## 10.4 可复现性 + +仓库提供: + +- `Dockerfile` 与 `docker-compose.gemma4-demo.yml` +- `.env.finals.example` +- 固定模型与算法版本检查 +- 预检脚本、真实提示词验证器与行为契约评测 +- CQ-125 模型选型数据 +- 锁定 MPC 摘要、审计 JSON、地图和发布哈希 +- 部署、演示、Q&A、主张边界与质量检查文档 + +# 11. 扩展到其他地区和生产环境 + +## 11.1 新增地区的必要步骤 + +1. 明确 DLTB、DEM、行政区和可选参考图层的数据契约。 +2. 检查地类编码、唯一标识、几何有效性和面积单位。 +3. 选择适合本地区的投影 CRS,不能机械使用 EPSG:32648。 +4. 重新构建空间 blocks 与邻接关系。 +5. 重新采样 transition/pairwise 数据。 +6. 为新 `n_blocks` 训练本地区 ensemble。 +7. 进行 ONNX parity 和区域维度检查。 +8. 定义本地区硬约束与人工验收口径。 +9. 使用独立空间产物复算面积、坡度和连片度。 +10. 通过后才允许进入该地区的 verified memory。 + +## 11.2 为什么不能直接全国泛化 + +- 不同地区的地类编码、CRS、坡度分布和图斑粒度不同。 +- action embedding 静态依赖 `n_blocks`。 +- reward landscape 与政策约束具有地域性。 +- 当前 ensemble 学到的是特定地区、特定状态和行动定义下的动力学近似。 + +架构支持扩展,不等于模型已经跨全国验证。 + +## 11.3 生产化优先事项 + +- 把 live model evaluation 放入具备 Ollama 的专用 CI runner。 +- 增加超时、模型不可用、数据库瞬断和报告生成失败的端到端测试。 +- 为 reference query 增加审核状态和自动降级机制。 +- 把 ensemble disagreement 纳入 Agent 的风险信号。 +- 对每个地区建立独立 benchmark、数据版本和验收清单。 +- 增加真实用户效率指标:任务耗时、人工修订率、SQL 一次执行率和方案复核时间。 + +# 12. 深度技术问答 + +## 12.1 Gemma 4 是不是只是把一个固定 Python pipeline 调起来? + +**20 秒回答**:不是,但要分层看。A/B/C/D 是确定性算法 pipeline;Gemma 4 的自主性体现在它先观察版本和资源,再根据经验与审计反馈选择停止、提交或只重跑 Tool 4。真实 ADK 评测出现 2、6、8 个工具三种轨迹,而不是每次固定走同一条链。 + +**继续追问时**:指出 `MentionWorldModelV21` 是标准 `LlmAgent`,`WorldModelV21Toolset` 暴露 10 个函数;`paper9_agent_governance.py` 独立于 ADK,确保模型不能绕过审计。 + +## 12.2 这算原生函数调用吗? + +**20 秒回答**:World Model 主链使用 ADK `FunctionTool` 与 `LongRunningFunctionTool`,Gemma 4 产生结构化函数名和参数,ADK 返回结构化 function response。10 个工具中 5 个是同步控制工具,5 个是长任务工具。UI 的六步轨迹来自真实 ADK 事件,不是事后拼接文本。 + +**边界**:`@NL2SQL` 的外层函数事件是确定性 wrapper,SQL 合成本身由 Gemma 4 完成;多步动态工具选择的主证据来自 `@WorldModelV21`。 + +## 12.3 为什么不让 Gemma 4 直接生成最终规划方案? + +**20 秒回答**:LLM 适合理解目标和选择工具,但不适合直接保证十万级空间记录上的面积守恒、坡度下降和连片度提升。数值方案由 transition model + MPC + 真实环境执行产生,约束由独立代码校验,这样结果可以复算和审计。 + +## 12.4 世界模型与强化学习的关系是什么? + +**20 秒回答**:这是 model-based planning。先通过环境 rollout 采集 `(s, a, r, s')` 和 pairwise 行动排序数据,训练 transition/reward ensemble,再用 MPC 在模型上前瞻搜索。它借鉴了深度强化学习中的状态、行动、奖励和模型学习,但现场执行不是一个端到端 model-free policy。 + +## 12.5 为什么叫 GWM 原型而不是普通优化器? + +**20 秒回答**:普通优化器可以只在当前状态上直接搜索;这里显式学习了 `state + action -> next state + reward` 的空间动力学,并让 MPC 消费这个预测模型。这已经具备世界模型的核心结构,但状态与行动仍是单领域、单尺度,所以只称领域原型。 + +## 12.6 为什么使用 ensemble? + +**20 秒回答**:多个独立成员能降低单模型偶然误差,并提供预测分歧信号。当前 3 个 ONNX 成员在 MPC 中取均值预测;后续可以把成员方差作为风险信号,在不确定性过高时缩短 rollout、增加真实校验或转人工。 + +**边界**:当前主闭环主要使用均值,尚未完整实现基于方差的自主风险控制。 + +## 12.7 `horizon=1` 还能叫 MPC 吗? + +**20 秒回答**:可以,它是 MPC 的退化快速配置,每一步仍重新观测状态、评估候选并执行第一步行动。为了 5 分钟演示使用 `H=1, K=1`;研究和生产场景可以使用更大的 H 与 K,但计算时间会上升。`H=1` 不能代表完整长时推演能力。 + +## 12.8 规划里面积不减少是软奖励还是硬约束? + +**20 秒回答**:两层都有。首次调用把 `cultivated_area_floor_delta_ha=0` 传给环境,action mask 排除会突破面积下限的动作;规划结束后,独立审计再次要求面积变化大于等于 0,并同时检查坡度、连片度和空间产物。 + +## 12.9 自然资源部内网证据到底证明什么? + +**20 秒回答**:底层县域耕地优化项目的内部交接材料记录,历史版本曾在目标内网使用真实权威数据完成全流程。这证明了底层算法的环境适配和业务可行性。当前 GIS Data Agent 绑定 0.3.3 / 2.2.3 做本机验证,不能说当前版本已经部内复测或生产验收。 + +## 12.10 为什么 30/30 还要给 Wilson 区间? + +**20 秒回答**:因为有限样本的 100% 不等于总体永远 100%。30/30 的 Wilson 95% 区间下界约为 88.65%,主动报告区间能防止过度主张,也说明下一步应该扩大提示词变体和故障场景。 + +## 12.11 GeoSQL 的 benchmark 是不是只测语法? + +**20 秒回答**:不是,核心指标是 execution accuracy。SQL 必须在同一 PostGIS 数据上执行并返回正确结果。Valid 只能说明能执行,EX 才说明结果正确。模型选型主要看 Full EX 和完整时延。 + +## 12.12 为什么要做 semantic rewrite,会不会变成手写规则代替模型? + +**20 秒回答**:模型负责开放式语言理解和 SQL 合成;rewrite 只修正可确定的数据库与 GIS 语义,例如 SRID、米制距离、字段别名、枚举编码和空间连接去重。规则来自 semantic context,不返回预写答案。它相当于编译器的类型检查和优化,不是替代模型。 + +## 12.13 如何防止 SQL 注入或破坏数据库? + +**20 秒回答**:Prompt 只是第一层,之后还有 AST/规则后处理、写操作拒绝、allow-list 表检查、占位/幻觉 SQL 检测和只读数据库执行。任何一层失败都返回拒绝,不会让模型自行绕过。 + +## 12.14 自动沉淀 reference query 会不会把错答案学进去? + +**20 秒回答**:这是必须承认的风险。当前执行成功案例可以自动沉淀并做相似度去重,但执行成功不等于语义正确。高置信知识的下一步应增加 benchmark 复核、人工审批、来源与版本字段,以及错误后的降级或撤销机制。 + +## 12.15 Verified Memory 与普通 RAG 有什么不同? + +**20 秒回答**:普通 RAG 主要检索文本;这里保存的是通过业务约束和产物完整性校验的结构化 episode,包含版本、参数、指标、摘要哈希和审计策略。它只能辅助下一次决策,不能覆盖高风险规则。 + +## 12.16 为什么只允许一次重规划? + +**20 秒回答**:无限自主循环会增加时延、成本和不可预测性。一次恢复足以证明 Agent 能根据失败反馈调整;第二次仍失败说明模型、资源或约束需要人工判断。这个上限同时写进 prompt 与审计策略。 + +## 12.17 如何证明地图不是事先准备的图片? + +**20 秒回答**:NL2SQL 地图来自与标量查询同一 PostGIS 快照,图层数量必须是 35/1/1;规划地图来自本次运行目录的 `optimized_dltb`,按 `CHG_FLAG` 渲染。报告、地图、指标和 episode 都关联同一次运行产物。 + +## 12.18 如何支持新数据集? + +**20 秒回答**:Agent 层按 dataset preset 解耦,但算法层必须重新完成数据契约、CRS、地类编码、block 构建、采样、训练和地区独立验收。由于 action embedding 静态依赖 `n_blocks`,不能直接拿 Bishan ensemble 跑另一个县。 + +## 12.19 AlphaEarth 和 OKF 为什么没有放进主 Demo? + +**20 秒回答**:因为主 Demo 只展示已经进入真实闭环并有证据的技术。ADK 已在主链;AlphaEarth 目前是长期空间表征方向,OKF 是知识交换 sidecar。未完成的集成不应该为了技术数量占用 5 分钟并增加评委追问风险。 + +## 12.20 最大创新点是什么? + +**20 秒回答**:不是单独的 NL2SQL 或单独的 MPC,而是把 Gemma 4 的任务级决策、ADK 原生函数调用、学习型空间动力学、MPC、确定性审计和已验证经验连接成受控闭环。它展示了下一代空间智能体从“LLM 加工具”走向“LLM 加 GWM”的可实现路径。 + +# 13. 可说、限定说与不能说 + +## 13.1 可以直接说 + +- Gemma 4 26B 在 CQ-125 上执行正确 113/125,31B 为 114/125。 +- 26B 完整基准 12.50 分钟,31B 为 20.04 分钟,26B 约快 37.6%。 +- World Model Agent 使用 Google ADK 的 10 个函数工具。 +- 真实 Gemma 4 + ADK 在三个受控分支中运行 30 次,30/30 符合契约。 +- 当前真实 Tool 4 处理 101,657 条输入、53,004 个环境图斑和 2,640 个 blocks。 +- 406 对置换后,面积、坡度和连片度通过硬约束校验。 +- 未通过审计或缺空间产物的结果不能进入 verified memory。 +- 当前实现是领域化 GWM 原型。 + +## 13.2 必须带限定词 + +- 30/30 是真实模型编排评测,算法工具为确定性替身。 +- 本机运行真实执行 0.3.3 / 2.2.3 的 Tool 4,但复用历史 prepared/ONNX。 +- 历史内网证据属于底层优化项目,不等于当前 Agent 生产验收。 +- 架构支持区域扩展,不等于已经全国泛化。 +- AlphaEarth 是 `Tech Preview`,OKF 是知识交换 sidecar。 + +## 13.3 不能说 + +- “Gemma 4 直接计算了 MPC 数值。” +- “A/B/C/D 固定 pipeline 就是大模型的动态规划。” +- “MPC 本身就是世界模型。” +- “当前已经是完整通用地理空间世界模型。” +- “0.3.3 / 2.2.3 已在自然资源部完成生产验证。” +- “当前 Bishan 输入是最新真实权威四库数据。” +- “30/30 证明所有真实问题 100% 可靠。” +- “AlphaEarth 和 OKF 已进入生产闭环。” + +# 14. 代码与证据索引 + +## 14.1 核心代码 + +| 主题 | 文件 / 函数 | +|---|---| +| Gemma 4 模型配置 | `data_agent/model_gateway.py::ModelRegistry` | +| Agent 构建 | `data_agent/agent.py::_build_mention_nl2sql_agent`、`_build_mention_world_model_v21_agent` | +| World Model instruction | `data_agent/paper9_agent_prompt.py::PAPER9_AGENT_INSTRUCTION` | +| 10 个 ADK 工具 | `data_agent/toolsets/world_model_v21_tools.py::WorldModelV21Toolset` | +| A/B/C/D 适配器 | `data_agent/world_model_v21.py::WorldModelV21Service` | +| 硬约束审计 | `data_agent/paper9_agent_governance.py::evaluate_paper9_summary` | +| 经验库 | `data_agent/paper9_agent_governance.py::Paper9EpisodeStore` | +| NL2SQL 高层工具 | `data_agent/nl2sql_executor.py::run_nl2semantic2sql` | +| Semantic rewrite | `data_agent/nl2sql_semantic_rewrite.py::apply_semantic_sql_rewrites` | +| SQL runtime guard | `data_agent/runtime_guards.py::is_safe_sql` | +| NL2SQL 地图 | `data_agent/nl2sql_presentation.py` | +| 规划中文展示 | `data_agent/world_model_v21_presentation.py` | +| 规划 PDF | `data_agent/world_model_v21_report.py` | + +底层县域优化项目: + +| 主题 | 文件 | +|---|---| +| 17/12 维状态与环境 | `arcgis-farmland-mpc/farmland_mpc/county_env.py` | +| transition network | `arcgis-farmland-mpc/farmland_mpc/transition_model.py` | +| 对比学习 trainer | `arcgis-farmland-mpc/farmland_mpc/contrastive_trainer.py` | +| ensemble 训练与 ONNX | `arcgis-farmland-mpc/farmland_mpc/train_ensemble.py` | +| ONNX ensemble runtime | `arcgis-farmland-mpc/farmland_mpc/ensemble_runner.py` | +| MPC | `arcgis-farmland-mpc/farmland_mpc/mpc_plan.py` | + +## 14.2 关键证据 + +| 证据 | 文件 | +|---|---| +| 模型选型 | `docs/assets/gemma4_host228_scale_sweep_summary.csv` | +| ADK 30 次可靠性 | `data_agent/demo_evidence/paper9/finals_20260730/adk_reliability_report.json` | +| 最终真实提示词验证 | `data_agent/demo_evidence/paper9/finals_20260730/verified_finals_demo_report.json` | +| 锁定 MPC 摘要 | `docs/finals/evidence/world_model_bishan_20260730_155442/mpc_summary.json` | +| 锁定审计 | `docs/finals/evidence/world_model_bishan_20260730_155442/paper9_agent_audit.json` | +| 行为契约 | `data_agent/demo_evidence/paper9/finals_20260730/behavior_contract_report.json` | +| 质量检查 | `docs/finals/quality_gate_report.md` | +| 主张边界 | `docs/finals/claim_register.md` | +| 唯一演示脚本 | `docs/finals/verified_demo_script.md` | + +# 附录 A:锁定参数与版本 + +```text +Gemma model: Gemma4:26b +ADK model adapter: LiteLlm / ollama_chat +WorldModel adapter: 2.1.0 +algorithm package: 0.3.3 +algorithm version: 2.2.3 +dataset: bishan +env_kind: county +horizon: 1 +top_k: 1 +n_episodes: 1 +continuation: greedy +scoring: reward +cultivated area floor: 0 ha delta +ensemble members: 3 +environment max steps: 100 +``` + +# 附录 B:术语表 + +| 术语 | 含义 | +|---|---| +| ADK | Google Agent Development Kit,Agent 运行时与工具框架 | +| FunctionTool | 短时同步函数工具 | +| LongRunningFunctionTool | 长任务函数工具 | +| GeoSQL | 带空间类型、谓词、距离、面积、SRID 等语义的 SQL | +| EX | Execution Accuracy,执行结果正确率 | +| Valid | SQL 能成功执行,不一定答案正确 | +| GWM | Geospatial World Model,地理空间世界模型 | +| Transition Model | 预测 `state + action -> next state + reward` 的模型 | +| Ensemble | 多个独立模型成员组成的集成 | +| MPC | Model Predictive Control,模型预测控制 | +| Horizon | 每次 MPC 前瞻的步数 | +| Steps Run | 环境实际执行的步数 | +| Verified Episode | 通过业务约束和产物完整性校验的运行经验 | +| Fail Closed | 缺证据或不兼容时默认拒绝,而不是默认放行 | + +# 附录 C:评分维度对应关系 + +| 评审维度 | 本手册中的核心证据 | +|---|---| +| 真实影响力 30% | 第 2 章用户与任务;第 5.7 节真实空间问数;第 6.9 节县域指标;第 13 章证据边界 | +| 技术卓越度 25% | 第 3 章模型选型;第 4 章 ADK;第 5 章 GeoSQL;第 6 章 GWM/MPC;第 7 章审核与记忆 | +| 功能完备性 20% | 第 8 章地图/报告;第 9.5 节边缘情况;第 10 章部署预检 | +| 创新性 15% | 第 4.1 节两层规划;第 6.2 节 GWM 关系;第 7 章受控自主闭环 | +| 演示表现 10% | 第 1 章快速索引;第 8 章证据呈现;第 12 章深度问答;第 14 章代码与证据索引 | diff --git a/docs/finals/GIS_Data_Agent_Gemma4_Finals_Technical_Handbook_CN.pdf b/docs/finals/GIS_Data_Agent_Gemma4_Finals_Technical_Handbook_CN.pdf new file mode 100644 index 00000000..0f5e6d94 Binary files /dev/null and b/docs/finals/GIS_Data_Agent_Gemma4_Finals_Technical_Handbook_CN.pdf differ diff --git a/docs/finals/README.md b/docs/finals/README.md new file mode 100644 index 00000000..492ce3d4 --- /dev/null +++ b/docs/finals/README.md @@ -0,0 +1,80 @@ +# Gemma 4 决赛资料入口 + +更新时间:2026-07-30 + +本目录是 5 分钟路演、3 分钟 Q&A、现场 Demo 和技术审查的单一入口。所有结论按证据类型分层,避免把模型编排评测、算法运行和历史内网记录混成同一种证明。 + +## 决赛交付 + +- [可编辑 PPTX](GIS_Data_Agent_Gemma4_Finals_CN.pptx):6 页主路演 + 5 页 Q&A 附录,已绑定 406 对置换证据。 +- [离线 PDF](GIS_Data_Agent_Gemma4_Finals_CN.pdf):与 PPTX 同次构建,用于断网备份和设备兼容检查。 +- 主路演逐字稿目标 `4:40`,预留 `20` 秒;最终文件哈希见 [release_manifest.sha256](release_manifest.sha256)。 + +## 当前结论 + +> 2026-07-30 最新真实验收已将县域耕地规划锁定结果更新为 406 对置换;PPTX/PDF 已按同一 +> 证据快照重建。录制前仍需按 [verified_demo_script.md](verified_demo_script.md) 完成人工 UI 复核。 + +GIS Data Agent 的决赛主线已经从固定工作流升级为受控自主 Agent,并明确走向 `LLM + GWM`: + +```text +版本与资源预检 +-> 检索已验证经验 +-> Gemma 4 选择县域规划工具 +-> 硬约束审计 +-> 通过则写入已验证经验库 +-> 失败则最多重规划一次 +-> 再失败则停止并转人工 +``` + +当前工程证据: + +- Gemma 4 + Google ADK 三类分支各运行 10 次,30/30 通过行为契约。 +- 县域耕地空间优化引擎 `0.3.3 / 2.2.3` 已完成真实 MPC 规划;六次函数调用闭环、硬约束校验和同指标空间成果均通过验收。 +- 决赛主机预检全部通过:版本、Bishan prepared、3 个 ONNX 成员和 `Gemma4:26b` 标签均就绪。 +- 确定性行为契约覆盖首次成功、一次恢复、二次失败转人工、版本阻断和禁止未审计写入。 +- 最终镜像运行时回归 `236 passed`,宿主交付契约 `6 passed`,另有接口兼容测试 `52 passed`;Ruff、Python 编译、前端生产构建和 Compose 配置解析通过。 +- app、PostGIS 和 Redis 当前均为 `healthy`;前端大包与依赖弃用警告已记录,不能表述为零警告运行。 +- 当前县域耕地空间优化引擎是领域化 GWM 原型:状态转移模型集成是动力学内核雏形,MPC 是规划器,硬约束校验负责结果验收;不表述为完整通用 GWM。 +- 县域规划可导出约 5 页 A4 图文 PDF,包含指标看板、真实变化地图、六步调用轨迹、逐函数用时和审计表。 + +## 文档索引 + +| 文档 | 用途 | +|---|---| +| [scoring_evidence_matrix.md](scoring_evidence_matrix.md) | 按 30/25/20/15/10 权重核对证据、缺口和路演位置 | +| [technical_report.md](technical_report.md) | 决赛技术报告短版,用于快速通读 | +| [GIS_Data_Agent_Gemma4_Finals_Technical_Handbook_CN.md](GIS_Data_Agent_Gemma4_Finals_Technical_Handbook_CN.md) | 深度技术答辩手册源文档,含 9 张正式技术图、关键实现、代码索引和 20 个追问口径 | +| [GIS_Data_Agent_Gemma4_Finals_Technical_Handbook_CN.docx](GIS_Data_Agent_Gemma4_Finals_Technical_Handbook_CN.docx) | 可编辑 Word 版,含二级可点击目录,并保留导航窗格章节树 | +| [GIS_Data_Agent_Gemma4_Finals_Technical_Handbook_CN.pdf](GIS_Data_Agent_Gemma4_Finals_Technical_Handbook_CN.pdf) | 离线 PDF 版,适合比赛设备快速查阅 | +| [assets/diagrams](assets/diagrams) | 技术图的 SVG 可编辑源文件与约 3200 像素宽 PNG 发布文件 | +| [evidence/world_model_bishan_20260730_155442](evidence/world_model_bishan_20260730_155442) | 406 对置换锁定快照:原始汇总、硬约束审核和变化图斑;明确标注为旧三位测试编码 | +| [claim_register.md](claim_register.md) | 哪些话能说、哪些必须限定、哪些不能说 | +| [deployment.md](deployment.md) | 决赛环境部署、预检和验证 | +| [quality_gate_report.md](quality_gate_report.md) | 决赛质量检查报告:精确测试集合、构建结果、运行状态与已知警告 | +| [demo_runbook.md](demo_runbook.md) | 5 分钟现场流程、视频备份和故障预案 | +| [verified_demo_script.md](verified_demo_script.md) | 2026-07-30 真实数据验收后的唯一最新版操作、录屏与逐字口播 | +| [pitch_script.md](pitch_script.md) | 4 分 40 秒逐页逐字口播与强制切屏时间 | +| [video_script.md](video_script.md) | 主备视频、异常恢复和版本阻断的镜头级脚本 | +| [rehearsal_log.md](rehearsal_log.md) | 三轮彩排、投影可读性和五秒故障切换验收 | +| [release_manifest.sha256](release_manifest.sha256) | 冻结决赛交付文件的 SHA-256 完整性清单 | +| [qa.md](qa.md) | 3 分钟 Q&A 短答案;附录 A1–A5 直接对应五个高概率问题 | + +## 证据分层 + +| 层级 | 内容 | 可证明 | 不可证明 | +|---|---|---|---| +| A | 真实 Gemma 4 26B + ADK 重复运行,规划工具为确定性替身 | 工具选择、分支控制、停止与恢复的模型可靠性 | 30 次底层算法计算成功 | +| B | 本机 0.3.3 / 2.2.3 真实 MPC 运行 | 当前代码绑定、GWM 领域原型、实际 MPC、空间产物和硬约束校验 | 完整通用 GWM、v2.2.3 四库全流程重训或部内复测 | +| C | 底层引擎(内部代号 Paper9)交接文档记录的历史内网运行 | 历史版本在目标环境处理真实权威数据的工程可行性 | GIS Data Agent 已在部内生产部署 | +| D | AlphaEarth / OKF | 技术扩展方向和知识治理设计 | 已成为主 Agent 的生产闭环 | + +## 当前路演原则 + +- Gemma 4 是决策与控制面;Google ADK 是 Agent 运行时;PostGIS、GIS 与县域耕地空间优化引擎是确定性行动面。 +- 主叙事统一使用“县域耕地空间优化引擎”;`Paper9` 仅作为技术文档中的内部研发代号。 +- GWM 关系必须说清:状态转移模型是动力学内核雏形,MPC 使用预测搜索方案,硬约束校验负责结果验收。 +- 主 Demo 展示一个成功闭环,异常恢复使用预录视频或已保存轨迹。 +- 先讲真实需求与量化证据,再讲技术;Google 技术栈是可信度乘数,不是 Logo 数量。 +- AlphaEarth 必须标注 `Tech Preview`;OKF 必须称为知识交换 sidecar。 +- 任何自然资源内网表述都必须遵守 [claim_register.md](claim_register.md)。 diff --git a/docs/finals/assets/diagrams/adk_tool_trajectories.png b/docs/finals/assets/diagrams/adk_tool_trajectories.png new file mode 100644 index 00000000..de73ac0d Binary files /dev/null and b/docs/finals/assets/diagrams/adk_tool_trajectories.png differ diff --git a/docs/finals/assets/diagrams/adk_tool_trajectories.svg b/docs/finals/assets/diagrams/adk_tool_trajectories.svg new file mode 100644 index 00000000..6cd17d11 --- /dev/null +++ b/docs/finals/assets/diagrams/adk_tool_trajectories.svg @@ -0,0 +1,13 @@ + + + + + + + + + + Gemma 4 + ADK 三类真实工具轨迹同一 Agent 根据版本、资源和审计反馈形成 2 / 6 / 8 工具分支版本不兼容2 个工具后停止1检查版本与能力2检查资源与契约×停止并报告缺口首次规划成功6 个工具后提交1检查版本与能力2检查资源与契约3召回已验证经验4执行 / 复用 A–D5确定性审计通过6提交已验证经验失败后恢复8 个工具,一次重规划1检查版本与能力2检查资源与契约3召回已验证经验4执行 / 复用 A–D5首次审计失败6单独重跑 MPC7再次审计通过8提交已验证经验可靠性证据:三类受控场景各 10 次,30/30 达到预期终态与精确工具轨迹 + \ No newline at end of file diff --git a/docs/finals/assets/diagrams/architecture_overview.png b/docs/finals/assets/diagrams/architecture_overview.png new file mode 100644 index 00000000..54e640fb Binary files /dev/null and b/docs/finals/assets/diagrams/architecture_overview.png differ diff --git a/docs/finals/assets/diagrams/architecture_overview.svg b/docs/finals/assets/diagrams/architecture_overview.svg new file mode 100644 index 00000000..576aeb31 --- /dev/null +++ b/docs/finals/assets/diagrams/architecture_overview.svg @@ -0,0 +1,13 @@ + + + + + + + + + + GIS Data Agent 总体技术架构模型负责决策,专业工具负责计算,独立代码负责审核与证据用户目标自然语言问题显式 @ 路由@NL2SQL高频空间问数Gemma 4 合成 GeoSQL@WorldModelV21县域空间优化Gemma 4 动态选择下一工具Gemma 4 26B 决策面意图理解 · GeoSQL 合成 · 工具选择 · 根据反馈停止 / 恢复 / 提交Google ADK 运行时LlmAgent / BaseAgent · 10 个函数工具 · session / event · function_call / function_responseNL2Semantic2GeoSQL 行动面Semantic Layer + GeoSQL HarnessPostGIS 只读执行 + 三层地图证据县域耕地空间优化行动面Transition Ensemble + ONNX RuntimeMPC + 真实县域环境执行治理与证据面版本兼容 · SQL 安全 · 硬约束校验 · Verified Episodic Memory · Map / Trace / PDF + \ No newline at end of file diff --git a/docs/finals/assets/diagrams/autonomy_state_machine.png b/docs/finals/assets/diagrams/autonomy_state_machine.png new file mode 100644 index 00000000..b2d4dbbe Binary files /dev/null and b/docs/finals/assets/diagrams/autonomy_state_machine.png differ diff --git a/docs/finals/assets/diagrams/autonomy_state_machine.svg b/docs/finals/assets/diagrams/autonomy_state_machine.svg new file mode 100644 index 00000000..08cd826a --- /dev/null +++ b/docs/finals/assets/diagrams/autonomy_state_machine.svg @@ -0,0 +1,13 @@ + + + + + + + + + + 受控自主决策状态机自主性体现在观察、选择、反馈后恢复或停止;权限边界由代码强制执行START检查版本、能力与资源版本与资源可用?停止并报告缺口不自动降级旧算法召回已验证经验执行 Pipeline / MPC Plan确定性审核通过?提交已验证经验幂等写入 + SHA-256通过最多重规划一次仅重跑 Tool 4 MPC首次失败缺产物再次确定性审核转人工复核二次失败或缺少空间产物失败通过 + \ No newline at end of file diff --git a/docs/finals/assets/diagrams/deployment_topology.png b/docs/finals/assets/diagrams/deployment_topology.png new file mode 100644 index 00000000..82ec31dc Binary files /dev/null and b/docs/finals/assets/diagrams/deployment_topology.png differ diff --git a/docs/finals/assets/diagrams/deployment_topology.svg b/docs/finals/assets/diagrams/deployment_topology.svg new file mode 100644 index 00000000..99df36de --- /dev/null +++ b/docs/finals/assets/diagrams/deployment_topology.svg @@ -0,0 +1,13 @@ + + + + + + + + + + 决赛运行与部署拓扑核心服务本地或内网部署;模型、数据、算法资源与用户产物边界清晰现场浏览器PPT / Demo 操作端HTTP :8000Docker Compose / 内网运行边界GIS Data Agent AppChainlit + APIGoogle ADK 运行时用户与运行目录隔离请求 / 地图 / 报告Gemma 4 / Ollama本地模型服务PostGIS只读空间查询:5432Redis会话与运行状态:6379MinIO(可选)对象存储扩展非主 Demo 依赖只读算法资源0.3.3 / 2.2.3 包Bishan prepared + ONNX按用户隔离的产物uploads / outputMap / Audit / PDF预检与健康检查版本 · 模型 · 数据app / db / redis启动前失败策略:版本、模型、数据或核心服务预检不通过时停止,不在现场临时降级 + \ No newline at end of file diff --git a/docs/finals/assets/diagrams/gwm_mpc_architecture.png b/docs/finals/assets/diagrams/gwm_mpc_architecture.png new file mode 100644 index 00000000..5cee75b7 Binary files /dev/null and b/docs/finals/assets/diagrams/gwm_mpc_architecture.png differ diff --git a/docs/finals/assets/diagrams/gwm_mpc_architecture.svg b/docs/finals/assets/diagrams/gwm_mpc_architecture.svg new file mode 100644 index 00000000..5113c004 --- /dev/null +++ b/docs/finals/assets/diagrams/gwm_mpc_architecture.svg @@ -0,0 +1,13 @@ + + + + + + + + + + 领域化 GWM 原型与 MPC 的严格关系学习型状态转移模型是动力学内核;MPC 消费模型预测,但不是世界模型本身Gemma 4 + Google ADK 任务级控制理解目标 · 选择工具 · 根据反馈停止 / 恢复 / 提交GWM 动力学内核状态 S2,640 blocks × 17 维县域全局 12 维行动 A选择可行 block执行 paired swaps转移模型集成 Tθ3 个独立 ONNX 成员预测 next state预测 rewardsaMPC 规划器在模型上比较候选 rollout只执行预测回报最高方案的第一步ŝ' , r̂真实县域环境执行行动并重新观测产生真实 reward 与空间产物首个行动真实观测形成下一状态独立硬约束校验面积不减少 · 坡度下降 · 连片度提升 · 产物完整Verified Episodic Memory仅通过校验的运行经验可保存并被下次召回真实结果与空间产物通过后提交下一任务召回 + \ No newline at end of file diff --git a/docs/finals/assets/diagrams/knowledge_memory_loop.png b/docs/finals/assets/diagrams/knowledge_memory_loop.png new file mode 100644 index 00000000..85164253 Binary files /dev/null and b/docs/finals/assets/diagrams/knowledge_memory_loop.png differ diff --git a/docs/finals/assets/diagrams/knowledge_memory_loop.svg b/docs/finals/assets/diagrams/knowledge_memory_loop.svg new file mode 100644 index 00000000..54c7bd7d --- /dev/null +++ b/docs/finals/assets/diagrams/knowledge_memory_loop.svg @@ -0,0 +1,13 @@ + + + + + + + + + + 知识与记忆的受控更新闭环记忆保存已发生且可复核的经验;知识保存领域定义、规则与适用范围候选事实 / 经验GeoSQL 成功案例县域规划 episode来源与适用范围版本 · 时间 · 空间范围数据集 · 摘要哈希分级验证自动校验高风险项人工审批激活为可用知识Verified MemoryReference Query / Registry运行中检索与引用按数据集与版本隔离记录 provenance新结果与新证据真实执行结果审核结论与反馈治理规则SQL 可执行 ≠ 语义正确审核未通过不得写入经验新证据可触发再验证 / 降级 / 废止即时 / 会话记忆:提供上下文领域经验:只追加、带证据语义知识:版本化、可撤销 + \ No newline at end of file diff --git a/docs/finals/assets/diagrams/nl2semantic2geosql_pipeline.png b/docs/finals/assets/diagrams/nl2semantic2geosql_pipeline.png new file mode 100644 index 00000000..f20580a6 Binary files /dev/null and b/docs/finals/assets/diagrams/nl2semantic2geosql_pipeline.png differ diff --git a/docs/finals/assets/diagrams/nl2semantic2geosql_pipeline.svg b/docs/finals/assets/diagrams/nl2semantic2geosql_pipeline.svg new file mode 100644 index 00000000..a34ea7b9 --- /dev/null +++ b/docs/finals/assets/diagrams/nl2semantic2geosql_pipeline.svg @@ -0,0 +1,13 @@ + + + + + + + + + + NL2Semantic2GeoSQL 完整执行链Gemma 4 负责 SQL 合成;语义约束、安全、执行与地图证据由确定性组件负责1用户问题自然语言空间目标2显式路由MentionNL2SQL3语义解析表 / 字段 / 别名 / 单位4实时 Grounding类型 / geometry / SRID5Few-shot 检索相似参考查询6Gemma 4 合成SQL only · T=07空间语义改写米制距离 / SRID / 去重8安全与运行校验只读 / AST / allow-list9PostGIS 执行真实数据 · 结构化结果10证据与沉淀标量 + SQL + 地图 + 案例关键失败策略未 grounding 表、未知列、写操作、危险 SQL 或地图数量不一致:拒绝执行或判定演示失败运行成功 ≠ 语义必然正确 + \ No newline at end of file diff --git a/docs/finals/assets/diagrams/transition_network.png b/docs/finals/assets/diagrams/transition_network.png new file mode 100644 index 00000000..80225935 Binary files /dev/null and b/docs/finals/assets/diagrams/transition_network.png differ diff --git a/docs/finals/assets/diagrams/transition_network.svg b/docs/finals/assets/diagrams/transition_network.svg new file mode 100644 index 00000000..c88287bd --- /dev/null +++ b/docs/finals/assets/diagrams/transition_network.svg @@ -0,0 +1,13 @@ + + + + + + + + + + 状态转移模型成员结构每个成员约 237K 参数;3 个独立成员导出 ONNX 并在 CPU 上批量推理Block 状态2,640 × 17行动索引Discrete(n_blocks)县域全局状态12 维共享 Block Encoder17 → 64 → 32所有 blocks 共享权重Action Embeddingn_blocks → 32选择目标 blockGlobal Encoder12 → 64 → 32Mean Pooling所有 block 编码 → 32Context 拼接selected block 32+ action 32 + global 32+ mean pool 32 = 128selectedBlock Delta Head128 → 256 → 256 → 17Global Delta Head128 → 256 → 12Reward Head128 → 64 → 13-member Ensemble → ONNX Runtime → MPC 批量评估候选行动 + \ No newline at end of file diff --git a/docs/finals/assets/diagrams/two_level_planning.png b/docs/finals/assets/diagrams/two_level_planning.png new file mode 100644 index 00000000..38504dc6 Binary files /dev/null and b/docs/finals/assets/diagrams/two_level_planning.png differ diff --git a/docs/finals/assets/diagrams/two_level_planning.svg b/docs/finals/assets/diagrams/two_level_planning.svg new file mode 100644 index 00000000..10f849a1 --- /dev/null +++ b/docs/finals/assets/diagrams/two_level_planning.svg @@ -0,0 +1,13 @@ + + + + + + + + + + 两层规划:任务决策与数值优化两层都称为规划,但责任、输入和证据完全不同任务级规划由 Gemma 4 决定用户目标问题、版本、资源Gemma 4 + ADK理解目标并选工具函数工具反馈状态、结果、审计结论下一动作停止 / 恢复 / 提交结构化反馈驱动下一步数值级规划确定性算法执行空间状态17 维 block12 维全局转移模型集成预测 s' 与 rewardMPC 搜索比较候选 rollout真实环境执行执行首个行动重新观测状态滚动优化:每一步重新观测责任边界:Gemma 4 决定调用什么;MPC 计算具体空间行动;独立代码审核结果 + \ No newline at end of file diff --git a/docs/finals/assets/farmland_mpc_change_map.png b/docs/finals/assets/farmland_mpc_change_map.png new file mode 100644 index 00000000..f0fb31d9 Binary files /dev/null and b/docs/finals/assets/farmland_mpc_change_map.png differ diff --git a/docs/finals/assets/gemma4_model_selection.png b/docs/finals/assets/gemma4_model_selection.png new file mode 100644 index 00000000..30b18862 Binary files /dev/null and b/docs/finals/assets/gemma4_model_selection.png differ diff --git a/docs/finals/assets/nl2geosql_demo_crop.png b/docs/finals/assets/nl2geosql_demo_crop.png new file mode 100644 index 00000000..55917bc0 Binary files /dev/null and b/docs/finals/assets/nl2geosql_demo_crop.png differ diff --git a/docs/finals/assets/paper9_tool4_change_map.png b/docs/finals/assets/paper9_tool4_change_map.png new file mode 100644 index 00000000..f6a59345 Binary files /dev/null and b/docs/finals/assets/paper9_tool4_change_map.png differ diff --git a/docs/finals/claim_register.md b/docs/finals/claim_register.md new file mode 100644 index 00000000..d7fd123f --- /dev/null +++ b/docs/finals/claim_register.md @@ -0,0 +1,63 @@ +# 决赛主张与证据边界 + +更新时间:2026-07-30 + +本文件是 PPT、口播、视频字幕、README 和 Q&A 的事实核查基线。出现冲突时,以更保守的表述为准。 + +## 可以直接说 + +| 主张 | 证据 | +|---|---| +| Gemma 4 26B 在 CQ-125 上执行正确 113/125,31B 为 114/125 | `docs/assets/gemma4_host228_scale_sweep_summary.csv` | +| 决赛 Agent 使用 Google ADK 的原生函数工具 | `WorldModelV21Toolset` 的 10 个工具和 ADK 运行事件 | +| Gemma 4 能按工具反馈执行首次成功、版本阻断和一次恢复三个分支 | 30 次 live ADK 报告,三场景各 10/10 | +| 县域耕地空间优化引擎当前适配器绑定包 0.3.3、算法 2.2.3 和指定 commit | 状态检查、预检报告与 verified episode provenance | +| 本机当前县域耕地优化 Tool 4 通过硬约束校验 | `verified_episodes.jsonl` 与真实输出摘要 | +| 未通过审计或缺空间产物的结果不能进入 verified memory | 治理代码和行为契约测试 | +| 当前实现是领域化 GWM 原型:转移模型集成是动力学内核雏形,MPC 是规划器,硬约束校验负责结果验收 | 算法代码、真实 MPC 产物与技术报告 | +| 规划结果可生成含地图、指标、调用轨迹和审计表的约 5 页图文 PDF | 同一次会话导出的 `County_Farmland_Planning_Report.pdf` | + +## 必须带限定词 + +| 风险主张 | 推荐表述 | +|---|---| +| 自然资源部内网测试 | “底层县域耕地空间优化项目的内部交接材料记录历史版本曾在目标内网使用真实权威数据完成全流程;GIS Data Agent 当前另行绑定 v2.2.3 做本机验证。” | +| v2.2.3 与现场关系 | “v2.2.3 修复了真实权威数据暴露的地类编码和融合问题,并形成新的离线候选包;当前没有把它表述为已完成部内复测。” | +| 当前本机优化引擎运行 | “使用 0.3.3 / 2.2.3 代码执行 Tool 4,复用历史 Prepare / ONNX,输入为旧三位测试编码。” | +| 30/30 可靠性 | “30 次为真实 Gemma 4 + ADK 编排评测,县域耕地优化工具响应是确定性替身,不是 30 次算法重跑。” | +| 世界模型 | “县域耕地空间优化引擎是领域化 GWM 原型;学习型状态转移模型集成是动力学内核雏形,MPC 使用预测搜索方案,硬约束校验决定结果能否保存。” | +| 自主 Agent | “受控、领域限定、可审计,最多一次重规划,高风险失败转人工。” | +| 扩展性 | “架构支持增加区域和工具;当前证据不等于全国泛化。” | + +## 不能说 + +- “Paper9 v2.2.3 已在自然资源部内网完成生产验证。” +- “GIS Data Agent 已在自然资源部生产部署。” +- “当前本机运行完成了 v2.2.3 A/B/C/D 全流程重训。” +- “当前 Bishan 输入就是最新真实权威四库数据。” +- “30/30 证明 Agent 在所有真实问题上 100% 可靠。” +- “Gemma 4 直接算出了 MPC 或 GIS 数值。” +- “A/B/C/D 固定 pipeline 本身就是 Gemma 动态规划。” +- “Paper9 是 Dreamer 式 latent generative world model。” +- “Paper9 已经是完整通用地理空间世界模型。” +- “MPC 本身就是世界模型。” +- “AlphaEarth 已生产化。” +- “OKF 已自动更新并激活高风险领域知识。” +- “使用更多 Google 技术有官方隐藏加分。” + +## Google 技术口径 + +| 技术 | 正确角色 | +|---|---| +| Gemma 4 | 决策、工具选择、GeoSQL 生成和结果解释 | +| Google ADK | Agent 运行时、函数调用、session 和工具事件 | +| AlphaEarth | 地理表征扩展,`Tech Preview` | +| OKF | 人和 Agent 可读的知识交换 sidecar | + +Google 技术栈应解释“为什么存在、在哪里调用、产生什么证据”,不应以 Logo 数量作为卖点。 + +## 命名口径 + +- 主 PPT、主口播、视频字幕和 UI 主标题统一使用“县域耕地空间优化引擎”。 +- `Paper9` 只在技术报告、代码路径或被追问思想来源时说明为内部研发代号。 +- `GWM` 首次出现应展开为“地理空间世界模型”,之后再使用缩写。 diff --git a/docs/finals/demo_runbook.md b/docs/finals/demo_runbook.md new file mode 100644 index 00000000..f3377116 --- /dev/null +++ b/docs/finals/demo_runbook.md @@ -0,0 +1,95 @@ +# 5 分钟现场 Demo Runbook + +目标:4 分 40 秒完成,预留 20 秒给现场切换或评委打断。操作、数字和逐字口播的唯一最新版见 +[verified_demo_script.md](verified_demo_script.md)。 + +## 1. 六页主线 + +| 时间 | 页 | 结论 | 屏幕动作 | +|---|---:|---|---| +| 0:00–0:30 | 1 | GIS 问数高频、空间规划高价值,但都要求可执行和可审计 | PPT | +| 0:30–1:05 | 2 | 模型、运行时、确定性行动与治理边界清晰 | PPT | +| 1:05–1:55 | 3 | Gemma 4 26B 由 CQ-125 选出,空间语义被真实执行 | 播放 35 秒锁定视频或实时结果 | +| 1:55–3:25 | 4 | Gemma 4 + ADK 控制 Agent;GWM 领域原型 + MPC 完成空间推演与搜索 | 播放 70 秒加速版真实视频 | +| 3:25–4:20 | 5 | 不是一次 Demo:编排、算法、工程和历史环境证据分层 | PPT 证据表 | +| 4:20–4:40 | 6 | 下一代空间智能体将由 LLM + GWM 共同驱动 | PPT 总结 | + +逐字口播见 [pitch_script.md](pitch_script.md);镜头级录制与字幕验收见 [video_script.md](video_script.md);三轮实测记录见 [rehearsal_log.md](rehearsal_log.md)。 + +## 2. 县域耕地空间优化现场提示词 + +```text +@WorldModelV21 请使用 bishan 数据集运行一次快速县域 MPC 规划,完成硬约束审计,并仅在通过后保存已验证经验。 +``` + +成功时只讲四件事: + +1. Gemma 4 选择了 `status -> inspect -> recall -> pipeline -> audit -> commit`。 +2. 先完成版本兼容性与资源检查,Tool 1/2/3 复用,Tool 4 真实规划。 +3. 面积、坡度和连片度由确定性硬约束校验,不由模型自评。 +4. 只有通过结果进入 verified memory,下一任务才能召回。 + +2026-07-30 锁定路径两次真实运行总耗时为 `93.490s / 112.940s`,末次对应最终代码。现场 70 秒片段必须由 +无剪辑母版的等待段加速生成,并标注该母版实际耗时;不得表述为优化引擎实时 70 秒完成。 + +不要现场展开全部参数,不解释每个 A/B/C/D 内部细节。 + +## 3. NL2Semantic2GeoSQL 演示 + +最终只锁定一个问题,优先选择: + +```text +@NL2SQL 统计距离道路网络中最长桥梁100米范围内的高德POI数量。 +``` + +画面必须同时出现:自然语言问题、关键 `ST_DWithin(...::geography, 100)`、只读执行结果 `35`。口播只解释空间距离单位和 schema grounding,不现场读 SQL。 + +## 4. 异常恢复视频 + +异常分支不在主现场故意触发,单独准备 35–45 秒视频: + +```text +status -> inspect -> recall -> pipeline +-> audit(attempt=0, retryable=true) +-> plan -> audit(attempt=1) -> commit +``` + +再准备 15 秒版本阻断片段: + +```text +status(version incompatible) -> inspect -> stop +``` + +它证明 Agent 会安全停止,不会为了完成目标伪造成功。 + +## 5. 赛前 60 分钟检查 + +- 运行 `scripts/check_gemma4_finals_preflight.py`,确认 `ready=true`。 +- `docker compose ps` 全部 healthy。 +- Ollama `Gemma4:26b` 已预热,现场不再拉模型。 +- NL2SQL 数据库快照固定,结果与视频一致。 +- 县域耕地优化成功产物、6 工具轨迹、地图和图文 PDF 均已打开到浏览器标签。 +- 本地视频使用 H.264 MP4,1080p,离线可播放。 +- PPT、MP4、关键截图各保留本机和 U 盘副本。 +- 关闭通知、同步盘弹窗、自动更新和屏幕休眠。 +- 浏览器缩放和系统字体在投影仪上可读。 + +## 6. 故障切换 + +| 故障 | 5 秒内动作 | 口播 | +|---|---|---| +| 模型首 token 超过 8 秒 | 立即切到成功链视频 | “这里切到同版本预录轨迹,完整参数与结果均保留在运行日志。” | +| 县域优化工具运行失败 | 切到真实运行产物和 verified episode | “现场不重试高成本规划,展示已封存的同版本真实产物。” | +| 数据库不可用 | 切 NL2SQL 结果视频 | “该片段使用固定数据库快照,SQL 和执行结果可复核。” | +| 前端空白 | 切 PPT 中的轨迹和地图截图 | 不现场调试 | +| 无网络 | 保持本地 Gemma 4、PostGIS、县域优化引擎离线演示 | “核心链路不依赖公网。” | + +## 7. 禁止事项 + +- 不现场运行十小时级完整训练。 +- 不故意制造不可控错误。 +- 不用应用层 fallback 冒充 Gemma 工具调用。 +- 不把 30/30 编排评测说成算法重跑。 +- 不把 GWM 领域原型说成完整通用 GWM,也不把 MPC 本身说成世界模型。 +- 不说 v2.2.3 已完成部内生产验证。 +- 不在主 5 分钟展开 AlphaEarth 或 OKF;只在 Q&A/附录回答。 diff --git a/docs/finals/deployment.md b/docs/finals/deployment.md new file mode 100644 index 00000000..561a4cc8 --- /dev/null +++ b/docs/finals/deployment.md @@ -0,0 +1,106 @@ +# 决赛部署与验证 + +## 1. 主机要求 + +- Docker Desktop 或 Docker Engine + Compose。 +- Ollama 已加载精确标签 `Gemma4:26b` 和 embedding 模型。 +- Paper9 源码为 `paper9-mnr-offline-package 0.3.3 / paper9v2 2.2.3`。 +- Bishan runs 中存在 prepared 数据和 ONNX ensemble。 +- 端口 `8000`、`5433` 和 `6379` 可用;冲突时先调整 Compose 映射。 + +## 2. 配置 + +```bash +cp .env.finals.example .env.finals +``` + +填写三个主机绝对路径: + +```dotenv +PAPER9_HOST_REPO=/absolute/path/to/paper9-mnr-offline-package +PAPER9_BISHAN_RUNS_HOST=/absolute/path/to/bishan-runs +PAPER9_DONGXING_RUNS_HOST=/absolute/path/to/dongxing-runs +``` + +`.env.finals` 不提交版本库。 + +## 3. 只读预检 + +```bash +.venv/bin/python scripts/check_gemma4_finals_preflight.py \ + --output data_agent/demo_evidence/paper9/finals_20260730/finals_preflight_report.json +``` + +通过条件: + +- `paper9_package_version = 0.3.3` +- `paper9_algorithm_version = 2.2.3` +- Bishan `DLTB_with_slope.shp` 存在 +- ONNX 成员数大于 0,当前基线为 3 +- Ollama 精确包含 `Gemma4:26b` +- 报告顶层 `ready = true` + +## 4. Compose 配置解析 + +```bash +docker compose --env-file .env.finals \ + -f docker-compose.gemma4-demo.yml config +``` + +检查解析后的 `/app/paper9-demo` 来源必须是新版 `paper9-mnr-offline-package`,不能是旧 `arcgis-farmland-mpc` 源码目录。 + +## 5. 启动 + +```bash +docker compose --env-file .env.finals \ + -f docker-compose.gemma4-demo.yml up -d --build +``` + +```bash +docker compose --env-file .env.finals \ + -f docker-compose.gemma4-demo.yml ps +``` + +打开 `http://localhost:8000`。 + +## 6. 赛前验证顺序 + +1. 登录并打开运行日志面板。 +2. 执行唯一锁定的 NL2Semantic2GeoSQL 问题,保存 SQL、结果和地图截图。 +3. 执行 Bishan Paper9 成功提示词。 +4. 确认轨迹包含 6 个工具,且顺序完全正确。 +5. 确认 UI 显示包版本、算法版本、硬约束校验结果和 verified episode ID。 +6. 确认地图显示灰/红/绿 `CHG_FLAG` 图层。 +7. 刷新页面并确认关键运行日志仍可查看。 +8. 关闭外部网络后再执行一次,确认本地 Ollama 和离线资源可用。 + +## 7. 当前已验证基线 + +2026-07-30 已确认: + +- Compose 配置解析通过。 +- app、PostGIS、Redis 3 个容器均为 `healthy`。 +- 主机只读预检 6/6 通过,顶层 `ready = true`。 +- 决赛关键测试 73 passed,模型网关与工具过滤兼容测试 52 passed。 +- Ruff、Python 编译和前端生产构建通过。 + +前端仍有大 chunk 和 loader 导出警告;依赖仍有弃用提示。完整范围和命令见 [quality_gate_report.md](quality_gate_report.md)。 + +## 8. 可靠性基线复跑 + +```bash +.venv/bin/python scripts/run_paper9_adk_reliability_eval.py \ + --runs-per-scenario 10 \ + --output data_agent/demo_evidence/paper9/finals_20260730/adk_reliability_report.json +``` + +该命令会调用真实 Gemma 4 + ADK,但使用确定性 Paper9 工具替身。普通 CI 不运行此命令,因为 CI 没有本地 Ollama。 + +## 9. 停止 + +```bash +docker compose --env-file .env.finals \ + -f docker-compose.gemma4-demo.yml down +``` + +不要在赛前使用 `down -v`,避免删除数据库和上传产物卷。 diff --git a/docs/finals/evidence/world_model_bishan_20260730_155442/README.md b/docs/finals/evidence/world_model_bishan_20260730_155442/README.md new file mode 100644 index 00000000..3abd3f0c --- /dev/null +++ b/docs/finals/evidence/world_model_bishan_20260730_155442/README.md @@ -0,0 +1,13 @@ +# Bishan county planning evidence snapshot + +Source run: `/app/data_agent/uploads/admin/world_model_v21/20260730_155442_050986` + +- `mpc_summary.json`: unmodified planning summary copied from the finals container. +- `paper9_agent_audit.json`: unmodified hard-gate audit copied from the same run. +- `optimized_changes.geojson`: the `CHG_FLAG != 0` features extracted from the run's + `optimized_dltb.fgb`; the finals deck uses the existing same-snapshot county geometry + as the unchanged background. + +The live run returned 406 farmland-to-forest features and 406 forest-to-farmland +features. The deck generator validates these counts against `swaps_completed` before +building the presentation. diff --git a/docs/finals/evidence/world_model_bishan_20260730_155442/mpc_summary.json b/docs/finals/evidence/world_model_bishan_20260730_155442/mpc_summary.json new file mode 100644 index 00000000..409372d0 --- /dev/null +++ b/docs/finals/evidence/world_model_bishan_20260730_155442/mpc_summary.json @@ -0,0 +1,68 @@ +{ + "config": { + "horizon": 1, + "top_k": 1, + "gamma": 0.99, + "continuation": "greedy", + "scoring": "reward", + "mpc_batch_size": 1024, + "n_episodes": 1, + "threads": 0, + "max_steps": 100, + "n_blocks": 2640, + "n_parcels": 53004, + "prepared_dir": "/app/bishan-runs/prepared", + "proj_crs": "EPSG:32648", + "reward_overrides": {}, + "cultivated_area_floor_delta_ha": 0.0, + "baimu_area_floor_delta_ha": null, + "pair_selection_overrides": { + "gamma_conn": null, + "delta_conn": null + } + }, + "ensemble": { + "n_members": 3, + "paths": [ + "ensemble_member0.onnx", + "ensemble_member1.onnx", + "ensemble_member2.onnx" + ] + }, + "results": [ + { + "episode": 0, + "seed": 0, + "slope_change_pct": -0.6077654972924247, + "cont_change": 0.020184135977336926, + "baimu_count_change": 0, + "baimu_area_change_ha": 35.13161927157044, + "total_reward": 37.40937856603974, + "steps_run": 100, + "swaps_completed": 406, + "mean_step_time_s": 0.5115316987037659, + "total_time_s": 57.81345272064209, + "cultivated_area_ha": 48278.9065452229, + "cultivated_area_change_ha": 1.935935926192999, + "cultivated_area_change_pct": 0.004010060908461798, + "cultivated_area_floor_delta_ha": 0.0, + "cultivated_area_floor_ha": 48276.9706092967, + "baimu_area_floor_delta_ha": null, + "baimu_area_floor_ha": null + } + ], + "aggregate": { + "slope_pct_mean": -0.6077654972924247, + "slope_pct_std": 0.0, + "cont_mean": 0.020184135977336926, + "baimu_ha_mean": 35.13161927157044 + }, + "shapefile_output": { + "n_input": 101657, + "n_in_env": 53004, + "n_farm_to_forest": 406, + "n_forest_to_farm": 406, + "n_unchanged": 52192, + "land_use_code_scheme": "legacy_three_digit_test_data" + } +} \ No newline at end of file diff --git a/docs/finals/evidence/world_model_bishan_20260730_155442/optimized_changes.geojson b/docs/finals/evidence/world_model_bishan_20260730_155442/optimized_changes.geojson new file mode 100644 index 00000000..e8da55b4 --- /dev/null +++ b/docs/finals/evidence/world_model_bishan_20260730_155442/optimized_changes.geojson @@ -0,0 +1,819 @@ +{ +"type": "FeatureCollection", +"name": "optimized_changes_20260730_155442", +"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, +"features": [ +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.205862462000027, 29.37167235700009 ], [ 106.20588368100006, 29.371604668000082 ], [ 106.205926309000063, 29.37153734300005 ], [ 106.206015022000045, 29.37140113900006 ], [ 106.206062612000039, 29.371302235000087 ], [ 106.206064554000079, 29.371288187000065 ], [ 106.206057771000076, 29.371242657000042 ], [ 106.206048498000044, 29.371162500000086 ], [ 106.206048373000058, 29.371151254000047 ], [ 106.206022438000062, 29.371149162000052 ], [ 106.205999666000025, 29.371150542000059 ], [ 106.20597824500004, 29.37115269200007 ], [ 106.205957599000044, 29.371156729000056 ], [ 106.205949632000056, 29.371158312000034 ], [ 106.205897692000065, 29.371172474000051 ], [ 106.205860212000061, 29.371184759000073 ], [ 106.205800609000065, 29.371203366000088 ], [ 106.205685806000076, 29.371264031000074 ], [ 106.205581125000037, 29.37130834200007 ], [ 106.205457795000029, 29.371345594000047 ], [ 106.205356898000048, 29.371360962000043 ], [ 106.205257872000061, 29.371360049000085 ], [ 106.205208519000053, 29.371373143000088 ], [ 106.205167565000067, 29.371398809000091 ], [ 106.205100053000081, 29.371446398000039 ], [ 106.205036686000028, 29.371495756000062 ], [ 106.205022338000049, 29.371506071000049 ], [ 106.205060462000063, 29.371506654000086 ], [ 106.205140088000064, 29.371516381000045 ], [ 106.205209940000032, 29.371540126000067 ], [ 106.20531782300003, 29.371586161000039 ], [ 106.205405809000069, 29.371630635000088 ], [ 106.205488038000055, 29.371692573000079 ], [ 106.20551322700004, 29.371721367000085 ], [ 106.205567775000091, 29.371650486000082 ], [ 106.205602493000072, 29.371606738000082 ], [ 106.205652853000061, 29.371561706000083 ], [ 106.205707344000075, 29.371534924000059 ], [ 106.205755486000044, 29.371523059000076 ], [ 106.205793459000063, 29.371534146000052 ], [ 106.205810636000081, 29.371552278000081 ], [ 106.205832213000065, 29.371611519000052 ], [ 106.205862462000027, 29.37167235700009 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.206048373000058, 29.371151254000047 ], [ 106.206050325000035, 29.371148187000067 ], [ 106.206053804000078, 29.371147365000059 ], [ 106.206055578000075, 29.371147245000092 ], [ 106.206060262000051, 29.371147662000059 ], [ 106.206067274000077, 29.371151954000084 ], [ 106.206090305000032, 29.371176712000072 ], [ 106.206146267000065, 29.371221758000036 ], [ 106.206183931000055, 29.371235013000049 ], [ 106.206199462000043, 29.371236005000075 ], [ 106.206212314000027, 29.371229091000089 ], [ 106.20621215500006, 29.371215497000041 ], [ 106.206205474000058, 29.371197433000077 ], [ 106.206192289000057, 29.371176027000047 ], [ 106.206177569000033, 29.371134244000075 ], [ 106.206140299000026, 29.371054393000062 ], [ 106.206091707000041, 29.370982083000069 ], [ 106.206045817000074, 29.370929253000035 ], [ 106.206020726000077, 29.370885296000033 ], [ 106.206004886000073, 29.370815140000044 ], [ 106.206012250000072, 29.370778181000045 ], [ 106.20603204400004, 29.370737012000067 ], [ 106.206076583000026, 29.370677856000047 ], [ 106.206133268000031, 29.37062168000006 ], [ 106.206173839000044, 29.370597455000052 ], [ 106.206268902000033, 29.370528460000063 ], [ 106.206347630000039, 29.370454859000056 ], [ 106.206386771000041, 29.370399045000052 ], [ 106.206411309000032, 29.370332272000038 ], [ 106.206438680000076, 29.370198922000036 ], [ 106.206455125000048, 29.370059333000079 ], [ 106.206464015000051, 29.369892875000055 ], [ 106.206459165000069, 29.369788338000035 ], [ 106.206449961000033, 29.369732537000065 ], [ 106.206441690000077, 29.369703668000056 ], [ 106.206432249000045, 29.369687544000044 ], [ 106.206408612000075, 29.369654848000042 ], [ 106.206307794000054, 29.369464567000083 ], [ 106.20625250900008, 29.369354051000077 ], [ 106.206231123000066, 29.369317698000092 ], [ 106.206182855000066, 29.36925478400007 ], [ 106.206159361000061, 29.369189837000079 ], [ 106.206152522000082, 29.369135599000067 ], [ 106.206151668000075, 29.369063206000057 ], [ 106.206156929000031, 29.368983520000086 ], [ 106.206156414000077, 29.368940084000091 ], [ 106.206139310000026, 29.368891368000053 ], [ 106.206114133000028, 29.368859016000037 ], [ 106.206092929000079, 29.36883981200009 ], [ 106.20606772900004, 29.368859687000057 ], [ 106.206043966000038, 29.368890276000055 ], [ 106.206036693000058, 29.368912793000042 ], [ 106.206039988000043, 29.368936536000035 ], [ 106.206049438000036, 29.368970788000077 ], [ 106.206055795000054, 29.368998463000082 ], [ 106.206056075000049, 29.36902223400006 ], [ 106.206051880000075, 29.369050006000066 ], [ 106.206038529000068, 29.369068617000043 ], [ 106.206014486000072, 29.36907543600006 ], [ 106.205949283000052, 29.36907411400005 ], [ 106.205985123000062, 29.369142830000033 ], [ 106.206081923000056, 29.369368248000061 ], [ 106.206134036000037, 29.369517361000071 ], [ 106.206192739000073, 29.36966833300005 ], [ 106.206216213000062, 29.369802363000069 ], [ 106.206223978000025, 29.369903932000067 ], [ 106.206209762000071, 29.36999803000009 ], [ 106.206119694000051, 29.370158017000048 ], [ 106.205990402000054, 29.370333702000039 ], [ 106.205840979000072, 29.37047313000005 ], [ 106.205756201000042, 29.370566775000043 ], [ 106.205610798000066, 29.370679643000074 ], [ 106.205486997000037, 29.370746238000038 ], [ 106.205230162000078, 29.370846859000039 ], [ 106.205071211000075, 29.370921170000091 ], [ 106.20499675800005, 29.370964074000081 ], [ 106.204911742000036, 29.37103274500004 ], [ 106.204877795000073, 29.371093165000048 ], [ 106.204911525000057, 29.371117467000083 ], [ 106.204931129000045, 29.371128798000083 ], [ 106.204959021000036, 29.371139356000068 ], [ 106.204988632000038, 29.371164763000095 ], [ 106.205001259000028, 29.371188972000088 ], [ 106.20500951300005, 29.371234841000049 ], [ 106.205014888000051, 29.371298304000046 ], [ 106.205007670000057, 29.371340260000071 ], [ 106.204980333000037, 29.371376990000034 ], [ 106.20495132700006, 29.371402928000066 ], [ 106.204911380000055, 29.37141680100007 ], [ 106.204858859000069, 29.371425006000038 ], [ 106.204889018000074, 29.371464675000087 ], [ 106.204919119000067, 29.371488779000064 ], [ 106.204947048000065, 29.371497232000081 ], [ 106.204988889000049, 29.37150555900007 ], [ 106.205022338000049, 29.371506071000049 ], [ 106.205036686000028, 29.371495756000062 ], [ 106.205100053000081, 29.371446398000039 ], [ 106.205167565000067, 29.371398809000091 ], [ 106.205208519000053, 29.371373143000088 ], [ 106.205257872000061, 29.371360049000085 ], [ 106.205356898000048, 29.371360962000043 ], [ 106.205457795000029, 29.371345594000047 ], [ 106.205581125000037, 29.37130834200007 ], [ 106.205685806000076, 29.371264031000074 ], [ 106.205800609000065, 29.371203366000088 ], [ 106.205860212000061, 29.371184759000073 ], [ 106.205897692000065, 29.371172474000051 ], [ 106.205949632000056, 29.371158312000034 ], [ 106.205957599000044, 29.371156729000056 ], [ 106.20597824500004, 29.37115269200007 ], [ 106.205999666000025, 29.371150542000059 ], [ 106.206022438000062, 29.371149162000052 ], [ 106.206048373000058, 29.371151254000047 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.206858379000039, 29.373761605000077 ], [ 106.206801837000057, 29.373642850000067 ], [ 106.206736781000075, 29.37354311100006 ], [ 106.206672180000055, 29.373481955000049 ], [ 106.206578719000049, 29.373401767000068 ], [ 106.206487711000079, 29.37334278000009 ], [ 106.206399110000064, 29.37330113500008 ], [ 106.206326268000069, 29.373288288000083 ], [ 106.206216120000079, 29.373287355000052 ], [ 106.206075402000081, 29.373292481000089 ], [ 106.206014604000075, 29.373288516000052 ], [ 106.205982754000047, 29.373278767000038 ], [ 106.205960573000027, 29.373266613000052 ], [ 106.20588035600008, 29.373192733000053 ], [ 106.20582250800004, 29.373141827000044 ], [ 106.205807390000075, 29.373229687000045 ], [ 106.205803206000041, 29.373261830000047 ], [ 106.205790215000036, 29.373361633000062 ], [ 106.205783280000063, 29.373421957000065 ], [ 106.205790343000047, 29.373502244000068 ], [ 106.205798886000025, 29.373578499000072 ], [ 106.205812110000068, 29.373662748000065 ], [ 106.205834349000042, 29.373733523000059 ], [ 106.205856557000075, 29.373801620000048 ], [ 106.205858733000071, 29.373856507000081 ], [ 106.205943175000073, 29.373936923000088 ], [ 106.206038894000073, 29.374010238000032 ], [ 106.206081725000047, 29.374051392000069 ], [ 106.206162289000076, 29.374132263000028 ], [ 106.206220298000062, 29.374155815000055 ], [ 106.206213308000031, 29.374106742000045 ], [ 106.206215586000042, 29.374028104000047 ], [ 106.206224739000049, 29.373988712000077 ], [ 106.206258145000049, 29.373967352000083 ], [ 106.206397012000082, 29.373918363000083 ], [ 106.206858379000039, 29.373761605000077 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.205260149000026, 29.373895946000061 ], [ 106.205301311000028, 29.373861677000033 ], [ 106.205358446000048, 29.373844840000054 ], [ 106.205424401000073, 29.373846755000049 ], [ 106.205480428000044, 29.373857547000053 ], [ 106.205498327000043, 29.373866663000051 ], [ 106.205496552000056, 29.373850074000071 ], [ 106.20545336400005, 29.373782751000068 ], [ 106.205394591000072, 29.373727918000036 ], [ 106.205353226000057, 29.373745873000072 ], [ 106.205336215000059, 29.373762352000085 ], [ 106.205310648000079, 29.373782675000086 ], [ 106.205279288000042, 29.373798028000067 ], [ 106.205252184000074, 29.373809575000053 ], [ 106.205195183000058, 29.373838973000094 ], [ 106.205133792000026, 29.373860876000037 ], [ 106.205053661000079, 29.373874158000039 ], [ 106.204984807000073, 29.373871013000034 ], [ 106.204925987000081, 29.373867777000054 ], [ 106.204913085000044, 29.373867894000053 ], [ 106.204878562000047, 29.373858159000058 ], [ 106.204845383000077, 29.37384087800007 ], [ 106.204829348000032, 29.373818419000099 ], [ 106.204819874000066, 29.373800106000083 ], [ 106.204806756000039, 29.373760337000078 ], [ 106.204791134000061, 29.373722806000043 ], [ 106.204756657000075, 29.373695417000079 ], [ 106.20471096600005, 29.373682534000071 ], [ 106.204646420000074, 29.373679794000054 ], [ 106.204604973000073, 29.373693838000062 ], [ 106.204594232000034, 29.373697478000047 ], [ 106.204560093000055, 29.373720390000067 ], [ 106.204533107000032, 29.373741982000062 ], [ 106.204509033000079, 29.373767315000062 ], [ 106.204489260000059, 29.373792609000077 ], [ 106.204469810000035, 29.373845527000071 ], [ 106.204470875000027, 29.373935933000041 ], [ 106.204477644000065, 29.374023776000062 ], [ 106.204506300000048, 29.374144071000043 ], [ 106.204583299000035, 29.374351833000045 ], [ 106.204604973000073, 29.374387584000083 ], [ 106.204625700000065, 29.374421773000051 ], [ 106.204674929000078, 29.374462769000047 ], [ 106.204719458000056, 29.374469901000047 ], [ 106.204845188000036, 29.374473118000083 ], [ 106.204865866000034, 29.374439996000039 ], [ 106.20488073000007, 29.374414778000062 ], [ 106.204890593000073, 29.37439403300003 ], [ 106.204897261000042, 29.37437195700004 ], [ 106.204905389000032, 29.374349851000083 ], [ 106.204914216000077, 29.374338655000081 ], [ 106.204921179000053, 29.374332429000052 ], [ 106.20484973300006, 29.374289170000047 ], [ 106.204827953000063, 29.374259643000077 ], [ 106.204804166000031, 29.374211362000043 ], [ 106.204790983000066, 29.374153599000074 ], [ 106.204792271000031, 29.374111348000049 ], [ 106.204804385000045, 29.374078387000065 ], [ 106.204829130000064, 29.374056261000071 ], [ 106.20486823400006, 29.374040264000083 ], [ 106.204943057000037, 29.374023944000044 ], [ 106.205000168000026, 29.374020299000051 ], [ 106.205071603000079, 29.374019653000069 ], [ 106.205126793000034, 29.37401265200009 ], [ 106.20516071000003, 29.374003204000079 ], [ 106.205192598000053, 29.373981014000041 ], [ 106.205229182000039, 29.373943934000064 ], [ 106.205260149000026, 29.373895946000061 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.205834910000078, 29.373911268000082 ], [ 106.205826770000044, 29.373903586000036 ], [ 106.205819439000052, 29.373889839000068 ], [ 106.20580916800003, 29.373869840000062 ], [ 106.205801704000066, 29.373844791000071 ], [ 106.205797048000079, 29.373814695000082 ], [ 106.205793826000047, 29.373784586000056 ], [ 106.205776268000079, 29.373754606000087 ], [ 106.205760203000068, 29.373729636000068 ], [ 106.205742734000069, 29.373707190000065 ], [ 106.205719664000071, 29.37369609700005 ], [ 106.205685156000072, 29.373687618000087 ], [ 106.205642194000063, 29.373691774000068 ], [ 106.205616435000081, 29.373695774000058 ], [ 106.20558352300003, 29.373701095000058 ], [ 106.205510575000062, 29.373715568000083 ], [ 106.20545615900005, 29.373721083000078 ], [ 106.205394591000072, 29.373727918000036 ], [ 106.20545336400005, 29.373782751000068 ], [ 106.205496552000056, 29.373850074000071 ], [ 106.205498327000043, 29.373866663000051 ], [ 106.20554157600003, 29.373888690000051 ], [ 106.20558655400005, 29.373916441000055 ], [ 106.205602848000069, 29.373935067000051 ], [ 106.205610397000044, 29.37396941500009 ], [ 106.205614541000045, 29.374017874000057 ], [ 106.205671447000043, 29.374089378000061 ], [ 106.205720309000085, 29.374111856000066 ], [ 106.205746512000076, 29.374114893000062 ], [ 106.205798591000089, 29.374093140000067 ], [ 106.205816893000076, 29.374060231000044 ], [ 106.205830938000076, 29.373983158000044 ], [ 106.205834910000078, 29.373911268000082 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.20488176300006, 29.377123842000064 ], [ 106.20509267400007, 29.377036139000037 ], [ 106.205173569000067, 29.376978847000089 ], [ 106.205240974000048, 29.376930609000048 ], [ 106.205270963000032, 29.376879731000081 ], [ 106.205300777000062, 29.376813971000047 ], [ 106.205303509000032, 29.376757387000051 ], [ 106.205289284000074, 29.376703931000065 ], [ 106.205261536000094, 29.376656553000092 ], [ 106.205172499000071, 29.376584892000043 ], [ 106.205134117000057, 29.37657184600004 ], [ 106.205103144000077, 29.376538645000032 ], [ 106.205087224000067, 29.376485217000042 ], [ 106.205078277000041, 29.376374806000062 ], [ 106.205076897000026, 29.376257631000041 ], [ 106.205083319000039, 29.376153778000063 ], [ 106.205097740000042, 29.376079987000082 ], [ 106.205128004000073, 29.376052928000036 ], [ 106.205211620000057, 29.376011994000066 ], [ 106.205302842000037, 29.375967642000031 ], [ 106.205359624000039, 29.375920254000043 ], [ 106.205381926000044, 29.375866481000063 ], [ 106.205380783000066, 29.375769393000041 ], [ 106.205379284000074, 29.375642174000074 ], [ 106.205341991000068, 29.375454597000036 ], [ 106.205308621000029, 29.375405294000078 ], [ 106.205257330000052, 29.375310035000034 ], [ 106.205206848000046, 29.375270336000085 ], [ 106.205148074000078, 29.375234361000082 ], [ 106.205093681000051, 29.375216599000048 ], [ 106.205035208000027, 29.375206175000066 ], [ 106.204933391000054, 29.375181544000046 ], [ 106.204837616000077, 29.37514846900007 ], [ 106.204756898000028, 29.375128312000076 ], [ 106.204643518000069, 29.375118895000075 ], [ 106.204604973000073, 29.375126339000083 ], [ 106.204574973000035, 29.375132133000076 ], [ 106.20458222700006, 29.375140425000041 ], [ 106.204601680000053, 29.375171592000065 ], [ 106.204604973000073, 29.375177907000083 ], [ 106.20462120500008, 29.375209026000054 ], [ 106.204640754000096, 29.375248550000038 ], [ 106.204665050000074, 29.375285941000072 ], [ 106.204708380000056, 29.375318981000078 ], [ 106.204754119000029, 29.37535408900003 ], [ 106.204799689000026, 29.375399045000052 ], [ 106.204802391000044, 29.375401711000055 ], [ 106.204843532000041, 29.375451487000085 ], [ 106.204870361000076, 29.375501392000039 ], [ 106.20489716700007, 29.375549208000045 ], [ 106.204924214000073, 29.375605841000041 ], [ 106.204928962000054, 29.375615784000058 ], [ 106.204939071000069, 29.37566375100004 ], [ 106.204942193000079, 29.375726407000055 ], [ 106.20493368700005, 29.375814242000047 ], [ 106.20492512900006, 29.375897899000048 ], [ 106.204916424000032, 29.375969020000078 ], [ 106.204905214000064, 29.375996394000083 ], [ 106.204893236000032, 29.376025645000077 ], [ 106.204865424000047, 29.376094850000069 ], [ 106.204835202000027, 29.376161987000049 ], [ 106.204793079000069, 29.376231320000045 ], [ 106.204779074000044, 29.37631409700009 ], [ 106.204770775000057, 29.376363158000046 ], [ 106.204767852000032, 29.376501876000074 ], [ 106.204815925000048, 29.376520493000037 ], [ 106.204848886000036, 29.376548773000074 ], [ 106.20487556900008, 29.376598067000089 ], [ 106.204889247000054, 29.376651288000065 ], [ 106.20489193800006, 29.376695083000076 ], [ 106.20487711800007, 29.376729510000075 ], [ 106.204829604000054, 29.376758518000088 ], [ 106.20477117300004, 29.376783813000081 ], [ 106.204719220000072, 29.376805240000067 ], [ 106.204678234000028, 29.376834188000092 ], [ 106.204656954000029, 29.376874390000072 ], [ 106.204657449000081, 29.376916298000083 ], [ 106.20468401800008, 29.37695606800008 ], [ 106.204701801000056, 29.376988295000057 ], [ 106.204708661000055, 29.37701681100009 ], [ 106.204704715000048, 29.377051140000052 ], [ 106.204678929000067, 29.377078045000076 ], [ 106.204646396000044, 29.377085961000027 ], [ 106.204604973000073, 29.377097829000022 ], [ 106.204564015000074, 29.377109566000058 ], [ 106.204604973000073, 29.377109196000045 ], [ 106.204655365000065, 29.37710874100009 ], [ 106.204727138000067, 29.377108093000061 ], [ 106.204775032000043, 29.377111470000049 ], [ 106.204825191000054, 29.377122448000083 ], [ 106.20488176300006, 29.377123842000064 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.206380085000035, 29.374875506000066 ], [ 106.206347958000038, 29.374809572000064 ], [ 106.206295645000068, 29.374751900000039 ], [ 106.20626595300007, 29.374736016000039 ], [ 106.206203165000034, 29.374728508000093 ], [ 106.206146081000057, 29.374735485000087 ], [ 106.206078259000037, 29.374770019000046 ], [ 106.206028011000072, 29.374807531000048 ], [ 106.205958754000051, 29.374871227000078 ], [ 106.205957480000052, 29.37487212700006 ], [ 106.205952456000034, 29.374883466000089 ], [ 106.205925771000068, 29.374942473000086 ], [ 106.205923331000065, 29.374944768000034 ], [ 106.205895338000062, 29.374971092000067 ], [ 106.205875811000055, 29.374978906000077 ], [ 106.205854260000081, 29.375000105000076 ], [ 106.205835003000061, 29.375030830000071 ], [ 106.20581007100003, 29.37506743300008 ], [ 106.205821028000059, 29.375129986000047 ], [ 106.205825067000035, 29.375183651000043 ], [ 106.205815728000061, 29.375258320000054 ], [ 106.205812643000058, 29.375277172000033 ], [ 106.205802978000065, 29.37533625400005 ], [ 106.205867802000057, 29.375269029000044 ], [ 106.205904889000067, 29.375226797000039 ], [ 106.205945601000067, 29.375202488000077 ], [ 106.206006708000075, 29.375169016000083 ], [ 106.206207670000026, 29.375116324000096 ], [ 106.206275750000032, 29.375094760000081 ], [ 106.206377745000054, 29.375051940000052 ], [ 106.206393409000043, 29.375000001000046 ], [ 106.20638548900007, 29.374926005000077 ], [ 106.206380085000035, 29.374875506000066 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.210437636000051, 29.374007682000073 ], [ 106.210432610000055, 29.374006200000046 ], [ 106.210403821000057, 29.373968274000049 ], [ 106.210416538000061, 29.373937608000062 ], [ 106.210429651000027, 29.373918503000073 ], [ 106.210479940000027, 29.373931102000086 ], [ 106.210539506000032, 29.373946391000057 ], [ 106.210542805000046, 29.373947238000095 ], [ 106.210610891000044, 29.373944233000085 ], [ 106.210675860000038, 29.37390784300004 ], [ 106.210680999000033, 29.373881541000056 ], [ 106.210686079000027, 29.373850469000043 ], [ 106.210685770000055, 29.373824218000031 ], [ 106.210682502000054, 29.373820272000039 ], [ 106.210673059000058, 29.373821439000043 ], [ 106.210656917000051, 29.373817907000042 ], [ 106.210651963000046, 29.373816823000094 ], [ 106.210634500000026, 29.37380977000004 ], [ 106.210615045000054, 29.373789114000086 ], [ 106.210582696000074, 29.373734310000081 ], [ 106.210547662000081, 29.373684347000047 ], [ 106.210499019000054, 29.373648586000066 ], [ 106.210464175000027, 29.373614712000059 ], [ 106.210445002000029, 29.373588181000056 ], [ 106.210440254000048, 29.373558685000027 ], [ 106.210453115000064, 29.373530316000085 ], [ 106.210479169000052, 29.373501826000052 ], [ 106.210540425000033, 29.373474300000058 ], [ 106.210573921000048, 29.373465435000071 ], [ 106.210506800000076, 29.373419308000056 ], [ 106.210461709000072, 29.373403079000067 ], [ 106.210411350000072, 29.373379336000081 ], [ 106.210367717000054, 29.373340405000079 ], [ 106.210352168000043, 29.373309513000041 ], [ 106.210341872000072, 29.37333873600004 ], [ 106.210316033000026, 29.373365702000061 ], [ 106.210264014000074, 29.373390996000062 ], [ 106.210227050000086, 29.373398970000046 ], [ 106.210190017000059, 29.373401214000072 ], [ 106.210152624000045, 29.373372912000033 ], [ 106.210117658000058, 29.373365592000081 ], [ 106.210109089000071, 29.373366744000066 ], [ 106.210087188000045, 29.373369688000075 ], [ 106.210065369000063, 29.373367977000044 ], [ 106.209957165000048, 29.373250577000078 ], [ 106.209939186000042, 29.373228722000082 ], [ 106.209897541000032, 29.37317809700005 ], [ 106.209862061000081, 29.373134966000066 ], [ 106.20970482000007, 29.372926359000076 ], [ 106.209675941000057, 29.372880796000061 ], [ 106.209682277000084, 29.372863553000062 ], [ 106.209662389000073, 29.372840821000068 ], [ 106.209629287000041, 29.372806752000081 ], [ 106.209591895000074, 29.372778451000038 ], [ 106.209591511000042, 29.372745994000066 ], [ 106.209591036000063, 29.372705900000078 ], [ 106.209555981000051, 29.37269094300007 ], [ 106.209514588000062, 29.372693227000074 ], [ 106.209444390000044, 29.372655678000051 ], [ 106.209369671000047, 29.372604801000072 ], [ 106.209316977000086, 29.372572819000087 ], [ 106.209290482000029, 29.372544418000075 ], [ 106.209263963000069, 29.372514109000068 ], [ 106.20923308700003, 29.372483838000051 ], [ 106.209228321000069, 29.372449513000049 ], [ 106.209195693000026, 29.372455537000061 ], [ 106.209156799000041, 29.372484530000062 ], [ 106.209124216000077, 29.372494373000052 ], [ 106.209111541000027, 29.37249320800003 ], [ 106.20906747600003, 29.372489157000068 ], [ 106.209002086000055, 29.372489752000035 ], [ 106.208906068000033, 29.372481074000063 ], [ 106.208779489000051, 29.372468857000051 ], [ 106.20873140100008, 29.37245783700007 ], [ 106.208667582000032, 29.372406861000059 ], [ 106.208632030000061, 29.372349902000053 ], [ 106.208543582000075, 29.372243777000051 ], [ 106.208439489000057, 29.372105335000064 ], [ 106.208409666000094, 29.371979584000087 ], [ 106.208402270000093, 29.371907094000047 ], [ 106.208403728000064, 29.371845980000039 ], [ 106.208398376000048, 29.371762015000051 ], [ 106.20836496000004, 29.371701218000052 ], [ 106.208330542000056, 29.371639406000043 ], [ 106.208277704000068, 29.371611643000051 ], [ 106.208138338000026, 29.371566449000056 ], [ 106.208031825000049, 29.371529157000047 ], [ 106.207983213000034, 29.371507735000083 ], [ 106.207898370000066, 29.371480503000047 ], [ 106.207867590000035, 29.371471188000044 ], [ 106.207814331000066, 29.371465747000062 ], [ 106.207764295000061, 29.37147677800003 ], [ 106.207719144000066, 29.371508108000054 ], [ 106.207671494000081, 29.37156387400006 ], [ 106.207630606000066, 29.371615782000053 ], [ 106.20759044700003, 29.371657898000077 ], [ 106.207545938000081, 29.371687773000065 ], [ 106.207494246000067, 29.371702975000058 ], [ 106.207435442000076, 29.371709649000092 ], [ 106.207386351000025, 29.371707637000036 ], [ 106.207323168000073, 29.371699613000082 ], [ 106.207280969000067, 29.371687716000046 ], [ 106.207265612000072, 29.371682115000056 ], [ 106.207351527000071, 29.371760135000049 ], [ 106.207402478000077, 29.371816672000072 ], [ 106.207441614000075, 29.371874611000074 ], [ 106.20747056600004, 29.371946892000036 ], [ 106.207493468000052, 29.372007569000058 ], [ 106.207517919000054, 29.372089094000049 ], [ 106.207520443000078, 29.372088414000071 ], [ 106.207564386000058, 29.372076575000047 ], [ 106.207628186000079, 29.372069949000039 ], [ 106.207681699000034, 29.372069465000031 ], [ 106.207689254000059, 29.372065233000061 ], [ 106.207709141000066, 29.372054094000077 ], [ 106.207742970000027, 29.371994810000043 ], [ 106.20778384700003, 29.371947562000056 ], [ 106.207809474000044, 29.371924647000078 ], [ 106.207849016000068, 29.371910679000063 ], [ 106.207895447000055, 29.371895136000028 ], [ 106.207935062000047, 29.371887215000076 ], [ 106.208002475000058, 29.371894166000072 ], [ 106.20802171400004, 29.371915162000054 ], [ 106.208048448000056, 29.371985994000053 ], [ 106.208054750000031, 29.372081207000075 ], [ 106.208058971000071, 29.372146194000042 ], [ 106.208070060000068, 29.372208094000094 ], [ 106.208105371000045, 29.372274312000055 ], [ 106.208163213000034, 29.372347887000036 ], [ 106.208238282000082, 29.372418282000069 ], [ 106.208278808000046, 29.372455831000085 ], [ 106.208281920000047, 29.372458715000047 ], [ 106.208330984000042, 29.372442383000077 ], [ 106.208373522000059, 29.372435561000099 ], [ 106.208435450000081, 29.372453021000073 ], [ 106.208494759000075, 29.372497536000076 ], [ 106.20857780700004, 29.372561144000088 ], [ 106.20866953400008, 29.372613089000083 ], [ 106.208706407000079, 29.372624339000076 ], [ 106.208779969000034, 29.372631396000081 ], [ 106.20890040200004, 29.372625155000037 ], [ 106.209025242000052, 29.372618874000068 ], [ 106.209098758000039, 29.372622069000045 ], [ 106.209151718000044, 29.372626738000065 ], [ 106.209194559000025, 29.372645658000067 ], [ 106.209250854000061, 29.372683765000087 ], [ 106.209277775000032, 29.372723423000078 ], [ 106.209278125000026, 29.372753026000062 ], [ 106.209249269000054, 29.372798341000085 ], [ 106.209180738000043, 29.372844015000052 ], [ 106.209101481000062, 29.372852457000082 ], [ 106.208982260000028, 29.372836804000087 ], [ 106.208923377000076, 29.372828327000033 ], [ 106.208841089000032, 29.372829073000048 ], [ 106.208720611000047, 29.372831453000057 ], [ 106.208671959000071, 29.372837539000056 ], [ 106.208622605000073, 29.37284298100008 ], [ 106.20857720500004, 29.372849250000055 ], [ 106.208595985000045, 29.37291226900005 ], [ 106.208619788000078, 29.372980539000086 ], [ 106.20864821400005, 29.373050781000078 ], [ 106.208669575000059, 29.373106987000089 ], [ 106.208676806000028, 29.373135122000068 ], [ 106.208684353000081, 29.373142773000044 ], [ 106.208702410000058, 29.373161075000034 ], [ 106.208732611000073, 29.373186987000054 ], [ 106.208797470000036, 29.373226685000077 ], [ 106.208852730000046, 29.373277643000062 ], [ 106.208874303000087, 29.373306560000053 ], [ 106.208886135000057, 29.373334653000082 ], [ 106.208890899000039, 29.373348710000073 ], [ 106.208891766000079, 29.373353328000057 ], [ 106.208930538000061, 29.373353605000094 ], [ 106.20899057400004, 29.373353061000042 ], [ 106.209101743000076, 29.37334586500009 ], [ 106.209202264000055, 29.373334126000092 ], [ 106.209249812000053, 29.37332286700007 ], [ 106.209283105000054, 29.373300910000072 ], [ 106.20929121000006, 29.373299503000052 ], [ 106.209309639000026, 29.373296303000075 ], [ 106.209309260000055, 29.373294775000094 ], [ 106.209291003000033, 29.373250563000049 ], [ 106.209259873000065, 29.373188715000083 ], [ 106.209229032000053, 29.373151273000083 ], [ 106.209180720000063, 29.373136179000085 ], [ 106.209139824000033, 29.373105485000053 ], [ 106.209119778000058, 29.373075039000064 ], [ 106.209120598000027, 29.373053390000052 ], [ 106.209132158000045, 29.373031643000054 ], [ 106.209157418000089, 29.373016658000033 ], [ 106.209215824000083, 29.372987910000059 ], [ 106.209298902000057, 29.372962259000072 ], [ 106.209361411000032, 29.372960032000037 ], [ 106.209403234000035, 29.372971272000086 ], [ 106.209437615000084, 29.372994199000061 ], [ 106.209451233000038, 29.37302395200004 ], [ 106.209463190000065, 29.373073639000044 ], [ 106.209467332000045, 29.373103479000058 ], [ 106.209464249000064, 29.373163262000048 ], [ 106.209470895000038, 29.373244534000026 ], [ 106.209494380000081, 29.373307396000076 ], [ 106.209543182000061, 29.373357356000042 ], [ 106.209626728000046, 29.373375046000028 ], [ 106.209755772000051, 29.373408084000054 ], [ 106.20983676600008, 29.373457657000067 ], [ 106.209878995000054, 29.373531728000046 ], [ 106.209893571000066, 29.373692862000041 ], [ 106.209887053000045, 29.373732719000088 ], [ 106.209868821000043, 29.373760914000052 ], [ 106.209844280000027, 29.373773494000091 ], [ 106.209803724000039, 29.373783261000078 ], [ 106.209758714000031, 29.373786958000043 ], [ 106.209726921000026, 29.373797112000084 ], [ 106.209706410000081, 29.373808808000042 ], [ 106.209682222000026, 29.37382711500004 ], [ 106.209661866000033, 29.373851964000036 ], [ 106.209632280000051, 29.373890050000053 ], [ 106.209595089000061, 29.373919985000036 ], [ 106.209542979000048, 29.373958276000049 ], [ 106.209517186000028, 29.373999616000052 ], [ 106.209513958000059, 29.374044041000051 ], [ 106.209516515000075, 29.374101568000064 ], [ 106.209546085000071, 29.374132394000068 ], [ 106.209615453000026, 29.374169997000088 ], [ 106.209700636000036, 29.374185322000081 ], [ 106.209779050000066, 29.374210770000047 ], [ 106.209848415000067, 29.37424837500004 ], [ 106.209922472000073, 29.374293986000051 ], [ 106.209998896000059, 29.374345610000031 ], [ 106.210038328000053, 29.374377448000068 ], [ 106.210084438000081, 29.374391116000083 ], [ 106.210121073000039, 29.374380722000062 ], [ 106.210146032000068, 29.374354336000071 ], [ 106.210157042000048, 29.374313991000061 ], [ 106.210169564000068, 29.374207226000063 ], [ 106.210212210000066, 29.374122324000034 ], [ 106.210287183000048, 29.374051214000076 ], [ 106.21035114600005, 29.374020449000067 ], [ 106.210437636000051, 29.374007682000073 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.209546085000071, 29.374132394000068 ], [ 106.209516515000075, 29.374101568000064 ], [ 106.209513958000059, 29.374044041000051 ], [ 106.209517186000028, 29.373999616000052 ], [ 106.209542979000048, 29.373958276000049 ], [ 106.209595089000061, 29.373919985000036 ], [ 106.209632280000051, 29.373890050000053 ], [ 106.209661866000033, 29.373851964000036 ], [ 106.209682222000026, 29.37382711500004 ], [ 106.209706410000081, 29.373808808000042 ], [ 106.209726921000026, 29.373797112000084 ], [ 106.209758714000031, 29.373786958000043 ], [ 106.209803724000039, 29.373783261000078 ], [ 106.209844280000027, 29.373773494000091 ], [ 106.209868821000043, 29.373760914000052 ], [ 106.209887053000045, 29.373732719000088 ], [ 106.209893571000066, 29.373692862000041 ], [ 106.209878995000054, 29.373531728000046 ], [ 106.20983676600008, 29.373457657000067 ], [ 106.209755772000051, 29.373408084000054 ], [ 106.209626728000046, 29.373375046000028 ], [ 106.209543182000061, 29.373357356000042 ], [ 106.209553844000027, 29.373368271000061 ], [ 106.209603639000079, 29.373412636000072 ], [ 106.209617453000078, 29.373458986000063 ], [ 106.209612121000077, 29.373488912000084 ], [ 106.209599015000038, 29.373502310000042 ], [ 106.209576394000067, 29.373512474000055 ], [ 106.209555571000067, 29.373514323000048 ], [ 106.20951953000008, 29.373511330000042 ], [ 106.20948532500006, 29.373503341000049 ], [ 106.209424220000074, 29.373464059000071 ], [ 106.209368701000074, 29.373416426000066 ], [ 106.20932521800006, 29.373358979000034 ], [ 106.209309639000026, 29.373296303000075 ], [ 106.20929121000006, 29.373299503000052 ], [ 106.209283105000054, 29.373300910000072 ], [ 106.209249812000053, 29.37332286700007 ], [ 106.209202264000055, 29.373334126000092 ], [ 106.209101743000076, 29.37334586500009 ], [ 106.20899057400004, 29.373353061000042 ], [ 106.208930538000061, 29.373353605000094 ], [ 106.208891766000079, 29.373353328000057 ], [ 106.208895807000033, 29.373374851000051 ], [ 106.208901472000036, 29.373421419000067 ], [ 106.208904506000067, 29.373479079000049 ], [ 106.208893648000071, 29.373555407000079 ], [ 106.208882521000078, 29.373609075000051 ], [ 106.208846229000073, 29.373722718000071 ], [ 106.20883069000007, 29.373801149000084 ], [ 106.208819395000035, 29.373901477000061 ], [ 106.208822572000031, 29.373972165000051 ], [ 106.20883877600005, 29.374007009000081 ], [ 106.208842981000032, 29.374016050000069 ], [ 106.208870662000038, 29.374049863000046 ], [ 106.208898781000073, 29.374084211000081 ], [ 106.208939104000081, 29.374129965000069 ], [ 106.208959260000029, 29.374152329000079 ], [ 106.208995857000048, 29.374168174000083 ], [ 106.209053349000044, 29.374178067000063 ], [ 106.209114163000038, 29.374184336000042 ], [ 106.209199315000035, 29.374203136000062 ], [ 106.209268328000064, 29.374231157000054 ], [ 106.209350592000078, 29.374273381000084 ], [ 106.209400086000073, 29.374310173000076 ], [ 106.209546085000071, 29.374132394000068 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.212513511000068, 29.376890626000097 ], [ 106.212529339000085, 29.376809614000084 ], [ 106.212553731000071, 29.376743227000077 ], [ 106.212578270000051, 29.376689092000049 ], [ 106.212602810000078, 29.376634956000093 ], [ 106.21260086400008, 29.376470788000066 ], [ 106.212585597000043, 29.376363101000042 ], [ 106.212564998000062, 29.376277520000091 ], [ 106.212548469000069, 29.376218261000069 ], [ 106.212537360000056, 29.376178432000067 ], [ 106.212524089000055, 29.376130858000071 ], [ 106.212425256000074, 29.375818086000038 ], [ 106.212306434000027, 29.375471187000073 ], [ 106.212282457000072, 29.375336625000049 ], [ 106.212250475000076, 29.375000002000039 ], [ 106.212140699000031, 29.374620120000085 ], [ 106.21213332700006, 29.374628814000058 ], [ 106.212101721000067, 29.374666081000047 ], [ 106.212087987000075, 29.374700264000065 ], [ 106.21207447300003, 29.374753018000032 ], [ 106.212067992000073, 29.374802614000082 ], [ 106.212065063000068, 29.374853726000072 ], [ 106.212062299000081, 29.374918768000047 ], [ 106.21206346300005, 29.375000001000046 ], [ 106.212078237000071, 29.375067257000062 ], [ 106.212093108000033, 29.375147585000033 ], [ 106.212045317000047, 29.375343080000061 ], [ 106.21204931300008, 29.375445450000093 ], [ 106.212080026000081, 29.375537499000078 ], [ 106.212111593000031, 29.375622854000092 ], [ 106.212164578000056, 29.375710691000052 ], [ 106.212210662000075, 29.375744501000046 ], [ 106.212235837000037, 29.375762972000071 ], [ 106.212305232000062, 29.375844748000084 ], [ 106.212348761000044, 29.375909279000044 ], [ 106.212355322000064, 29.375981636000066 ], [ 106.212338720000062, 29.376024240000039 ], [ 106.21226039000004, 29.376060416000087 ], [ 106.21220250000006, 29.376074323000068 ], [ 106.212132292000035, 29.376080315000081 ], [ 106.212046746000055, 29.376081091000071 ], [ 106.211961231000032, 29.376084546000069 ], [ 106.211912346000076, 29.376084990000038 ], [ 106.211866930000056, 29.376120195000055 ], [ 106.211849010000037, 29.376155150000045 ], [ 106.211816164000027, 29.376219680000077 ], [ 106.211811707000038, 29.376274347000052 ], [ 106.211837227000046, 29.376363398000077 ], [ 106.211866316000055, 29.37640956100006 ], [ 106.211916044000077, 29.376476964000062 ], [ 106.211961778000045, 29.376551546000091 ], [ 106.211999233000029, 29.376615490000063 ], [ 106.212045011000043, 29.376693642000077 ], [ 106.212074523000069, 29.376775516000077 ], [ 106.212075412000047, 29.376850504000057 ], [ 106.212084539000045, 29.376932562000036 ], [ 106.212101863000044, 29.377018116000045 ], [ 106.212127298000041, 29.377100025000065 ], [ 106.212177323000049, 29.377192425000089 ], [ 106.212271631000078, 29.377260854000042 ], [ 106.212380242000052, 29.377316149000077 ], [ 106.212442555000052, 29.377359127000091 ], [ 106.212553985000056, 29.377445144000035 ], [ 106.212596895000047, 29.377595591000045 ], [ 106.212662214000034, 29.377685050000078 ], [ 106.212737481000033, 29.377702301000056 ], [ 106.212800135000066, 29.37770494200003 ], [ 106.212814128000048, 29.377664991000071 ], [ 106.212817743000073, 29.377592457000048 ], [ 106.21282373300005, 29.377531659000059 ], [ 106.212822096000082, 29.377431843000071 ], [ 106.212798815000042, 29.377356087000067 ], [ 106.21279310400007, 29.377346337000059 ], [ 106.212758835000045, 29.377287835000061 ], [ 106.212668006000058, 29.377178387000068 ], [ 106.212611748000029, 29.377111235000086 ], [ 106.212588543000052, 29.377083539000068 ], [ 106.212554448000049, 29.377039738000057 ], [ 106.212525979000077, 29.376998337000096 ], [ 106.212514325000029, 29.376959234000083 ], [ 106.212513511000068, 29.376890626000097 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.214806097000064, 29.378467191000087 ], [ 106.214823015000036, 29.378429001000089 ], [ 106.214860105000071, 29.378383021000047 ], [ 106.21489144700007, 29.37831669000008 ], [ 106.214837527000043, 29.378295487000063 ], [ 106.214695193000068, 29.378255368000055 ], [ 106.214568565000036, 29.378210504000034 ], [ 106.214473651000048, 29.378264827000066 ], [ 106.214425284000072, 29.378336268000048 ], [ 106.21440302700006, 29.378412542000039 ], [ 106.214403840000045, 29.378480999000089 ], [ 106.214410653000087, 29.378567151000084 ], [ 106.214431641000033, 29.378627816000058 ], [ 106.214475664000076, 29.378678130000083 ], [ 106.21451926800006, 29.378692947000047 ], [ 106.214574269000082, 29.378692446000045 ], [ 106.214632044000041, 29.378681778000047 ], [ 106.214678029000027, 29.378653466000067 ], [ 106.214712346000056, 29.378617652000052 ], [ 106.214737977000027, 29.378581919000059 ], [ 106.214806097000064, 29.378467191000087 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.214869657000065, 29.379108520000038 ], [ 106.214917719000027, 29.379089960000048 ], [ 106.214983758000074, 29.379043714000094 ], [ 106.215023744000064, 29.378997708000043 ], [ 106.215060502000028, 29.378923836000073 ], [ 106.215062525000064, 29.378850282000087 ], [ 106.215056041000025, 29.378792020000052 ], [ 106.215008731000069, 29.378708773000085 ], [ 106.214961630000062, 29.378643274000066 ], [ 106.214899996000042, 29.378572835000053 ], [ 106.214862179000079, 29.378550301000075 ], [ 106.214832935000061, 29.378532875000079 ], [ 106.214821294000046, 29.378527910000059 ], [ 106.214809564000063, 29.378515338000049 ], [ 106.214806429000078, 29.378495081000025 ], [ 106.214806097000064, 29.378467191000087 ], [ 106.214737977000027, 29.378581919000059 ], [ 106.214712346000056, 29.378617652000052 ], [ 106.214678029000027, 29.378653466000067 ], [ 106.214632044000041, 29.378681778000047 ], [ 106.214574269000082, 29.378692446000045 ], [ 106.21451926800006, 29.378692947000047 ], [ 106.214475664000076, 29.378678130000083 ], [ 106.214431641000033, 29.378627816000058 ], [ 106.214390842000057, 29.378605367000034 ], [ 106.21435320900008, 29.378605710000041 ], [ 106.214260424000031, 29.378593876000075 ], [ 106.214178888000049, 29.37855404700008 ], [ 106.214111826000078, 29.378514087000045 ], [ 106.214044433000041, 29.378446236000052 ], [ 106.214015929000027, 29.378414470000056 ], [ 106.213954669000032, 29.37845335000009 ], [ 106.213952326000026, 29.378459724000031 ], [ 106.213944405000078, 29.378481276000059 ], [ 106.213937737000037, 29.378493270000035 ], [ 106.213924311000028, 29.378510100000085 ], [ 106.213916250000068, 29.378519721000082 ], [ 106.213904172000071, 29.378535345000039 ], [ 106.213889441000063, 29.378556958000047 ], [ 106.213876031000041, 29.378574981000039 ], [ 106.213864038000054, 29.378597765000048 ], [ 106.213851989000034, 29.378615776000064 ], [ 106.213831823000078, 29.37863863400009 ], [ 106.213814254000056, 29.378650727000036 ], [ 106.213800800000058, 29.378665170000087 ], [ 106.213779243000033, 29.378685653000048 ], [ 106.21375277900006, 29.378693294000076 ], [ 106.213642417000074, 29.378758381000075 ], [ 106.213727894000044, 29.378852296000048 ], [ 106.213850499000046, 29.378937395000037 ], [ 106.213900072000058, 29.378967370000055 ], [ 106.213964148000059, 29.378999752000084 ], [ 106.214036731000078, 29.37901684100007 ], [ 106.214120741000045, 29.379021146000067 ], [ 106.214210420000029, 29.379015259000077 ], [ 106.214279805000047, 29.379007020000074 ], [ 106.214369514000055, 29.379003667000056 ], [ 106.214447915000051, 29.379023239000041 ], [ 106.214506144000055, 29.379050601000074 ], [ 106.214576070000078, 29.379088 ], [ 106.214651698000068, 29.37911774000009 ], [ 106.214753166000037, 29.379129494000029 ], [ 106.214837027000044, 29.379121122000075 ], [ 106.214869657000065, 29.379108520000038 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.214568565000036, 29.378210504000034 ], [ 106.214468040000042, 29.378151597000059 ], [ 106.214367242000037, 29.378069684000074 ], [ 106.214303164000057, 29.377982835000068 ], [ 106.214275477000058, 29.377863441000049 ], [ 106.214252496000029, 29.377697988000072 ], [ 106.214224263000062, 29.377532582000075 ], [ 106.214154932000042, 29.377445781000059 ], [ 106.214146052000046, 29.377434845000032 ], [ 106.213951472000076, 29.377436728000074 ], [ 106.213755118000051, 29.377438628000046 ], [ 106.21360715600008, 29.377384800000076 ], [ 106.21343730500007, 29.37726364100007 ], [ 106.213356915000091, 29.377006538000046 ], [ 106.213270133000037, 29.376798616000087 ], [ 106.213099974000045, 29.37665290100006 ], [ 106.212965652000037, 29.37656824000004 ], [ 106.212807998000073, 29.376456910000055 ], [ 106.212813066000081, 29.376475951000085 ], [ 106.212814083000083, 29.376561653000064 ], [ 106.212803037000072, 29.37666175000005 ], [ 106.21279585800005, 29.376743956000041 ], [ 106.212772158000064, 29.376808456000045 ], [ 106.212735973000065, 29.376851640000037 ], [ 106.21271579900008, 29.376869680000077 ], [ 106.212654856000029, 29.376888091000062 ], [ 106.212513511000068, 29.376890626000097 ], [ 106.212514325000029, 29.376959234000083 ], [ 106.212525979000077, 29.376998337000096 ], [ 106.212554448000049, 29.377039738000057 ], [ 106.212588543000052, 29.377083539000068 ], [ 106.212611748000029, 29.377111235000086 ], [ 106.212668006000058, 29.377178387000068 ], [ 106.212758835000045, 29.377287835000061 ], [ 106.21279310400007, 29.377346337000059 ], [ 106.212798815000042, 29.377356087000067 ], [ 106.212822096000082, 29.377431843000071 ], [ 106.21282373300005, 29.377531659000059 ], [ 106.212817743000073, 29.377592457000048 ], [ 106.212814128000048, 29.377664991000071 ], [ 106.212800135000066, 29.37770494200003 ], [ 106.212870686000031, 29.377707917000073 ], [ 106.21303766300008, 29.377699644000081 ], [ 106.21315971000007, 29.377734811000039 ], [ 106.213198637000062, 29.377789832000062 ], [ 106.213246749000064, 29.37777428600009 ], [ 106.213310789000047, 29.377755693000044 ], [ 106.213398518000076, 29.377784161000079 ], [ 106.213475118000076, 29.377900464000049 ], [ 106.21353003400003, 29.377971011000067 ], [ 106.21361788300004, 29.378038575000065 ], [ 106.213692528000081, 29.378073360000084 ], [ 106.213797960000093, 29.378143328000078 ], [ 106.213818763000063, 29.378190422000046 ], [ 106.213852620000068, 29.378279180000042 ], [ 106.213880458000062, 29.378290515000057 ], [ 106.213924271000053, 29.378323080000087 ], [ 106.213985754000078, 29.37838084200007 ], [ 106.214015929000027, 29.378414470000056 ], [ 106.214044433000041, 29.378446236000052 ], [ 106.214111826000078, 29.378514087000045 ], [ 106.214178888000049, 29.37855404700008 ], [ 106.214260424000031, 29.378593876000075 ], [ 106.21435320900008, 29.378605710000041 ], [ 106.214390842000057, 29.378605367000034 ], [ 106.214431641000033, 29.378627816000058 ], [ 106.214410653000087, 29.378567151000084 ], [ 106.214403840000045, 29.378480999000089 ], [ 106.21440302700006, 29.378412542000039 ], [ 106.214425284000072, 29.378336268000048 ], [ 106.214473651000048, 29.378264827000066 ], [ 106.214568565000036, 29.378210504000034 ] ], [ [ 106.21415948300006, 29.377894939000036 ], [ 106.214160296000045, 29.377963396000041 ], [ 106.21414365000004, 29.378024405000076 ], [ 106.214120732000026, 29.378044899000091 ], [ 106.214091844000052, 29.37805023300006 ], [ 106.214062777000052, 29.378040355000056 ], [ 106.214027739000073, 29.378015317000056 ], [ 106.213986669000064, 29.377970048000059 ], [ 106.213951331000032, 29.377919656000071 ], [ 106.213904442000057, 29.37787190400007 ], [ 106.213863673000063, 29.377851990000067 ], [ 106.213802763000047, 29.377842403000038 ], [ 106.213736243000028, 29.377848079000042 ], [ 106.213681303000044, 29.377853650000077 ], [ 106.213620511000045, 29.377854203000084 ], [ 106.213597203000063, 29.377841737000043 ], [ 106.21355927000009, 29.377816725000063 ], [ 106.213488863000066, 29.37773875900006 ], [ 106.213461817000052, 29.377655327000078 ], [ 106.213464170000066, 29.377609662000051 ], [ 106.213484193000056, 29.377589195000045 ], [ 106.213533073000065, 29.377560857000052 ], [ 106.213585180000052, 29.377560383000059 ], [ 106.213622962000059, 29.377572718000071 ], [ 106.213649286000077, 29.377595299000063 ], [ 106.213664, 29.377615451000054 ], [ 106.213699190000057, 29.377653167000055 ], [ 106.213722648000044, 29.377678310000075 ], [ 106.213737182000045, 29.377683250000075 ], [ 106.213777649000065, 29.377677809000094 ], [ 106.213806446000035, 29.377664868000068 ], [ 106.213855296000077, 29.377633995000053 ], [ 106.213901312000075, 29.377608219000081 ], [ 106.213938763000044, 29.37759266400008 ], [ 106.213979291000044, 29.37759229500006 ], [ 106.214028742000039, 29.377612130000035 ], [ 106.214060946000089, 29.37764226500007 ], [ 106.214090315000092, 29.377677498000075 ], [ 106.214122820000057, 29.377732988000044 ], [ 106.214135001000045, 29.377783591000071 ], [ 106.214150107000094, 29.377836703000071 ], [ 106.21415948300006, 29.377894939000036 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.21336117900006, 29.381587790000079 ], [ 106.213287969000078, 29.381432200000059 ], [ 106.213224927000056, 29.381274286000068 ], [ 106.213206924000076, 29.381233533000056 ], [ 106.213154213000053, 29.381114210000089 ], [ 106.213140730000077, 29.381051830000043 ], [ 106.213071135000064, 29.380771202000055 ], [ 106.213069825000048, 29.380766580000053 ], [ 106.21303389600007, 29.380639841000061 ], [ 106.213012105000075, 29.380521730000055 ], [ 106.213005606000081, 29.380403481000084 ], [ 106.212957280000069, 29.379982030000065 ], [ 106.212866142000053, 29.379684123000061 ], [ 106.212823793000041, 29.379614287000035 ], [ 106.212621879000039, 29.379369094000083 ], [ 106.212527327000032, 29.379243304000056 ], [ 106.212502529000062, 29.379204657000063 ], [ 106.212468185000034, 29.379055453000031 ], [ 106.21245330000005, 29.378932139000085 ], [ 106.212451326000064, 29.378765602000048 ], [ 106.212485087000061, 29.378540829000098 ], [ 106.212477946000035, 29.378540061000077 ], [ 106.212382883000032, 29.378540926000088 ], [ 106.212292348000062, 29.378541749000078 ], [ 106.212215581000066, 29.378558308000038 ], [ 106.212147962000074, 29.378582714000057 ], [ 106.212071384000069, 29.378615132000039 ], [ 106.21199475700007, 29.378643585000074 ], [ 106.211949489000062, 29.378643996000044 ], [ 106.211908608000044, 29.378632472000042 ], [ 106.211811744000059, 29.37864761700007 ], [ 106.211750543000051, 29.378669706000032 ], [ 106.211664459000076, 29.378666900000042 ], [ 106.211590497000032, 29.378649627000073 ], [ 106.211561819000053, 29.378649888000041 ], [ 106.211465301000032, 29.37865605800005 ], [ 106.211385715000063, 29.378642869000092 ], [ 106.211284053000043, 29.378643791000066 ], [ 106.211250531000076, 29.378645565000067 ], [ 106.211220549000075, 29.378647151000049 ], [ 106.211119348000068, 29.378687030000044 ], [ 106.211084864000043, 29.378726303000064 ], [ 106.211056832000054, 29.378773864000038 ], [ 106.211054182000055, 29.37881841300009 ], [ 106.211061130000076, 29.378868441000069 ], [ 106.211083894000069, 29.378912759000066 ], [ 106.211090870000078, 29.378915906000085 ], [ 106.211122599000078, 29.378930223000054 ], [ 106.211279183000045, 29.379004167000065 ], [ 106.211328902000048, 29.379050370000066 ], [ 106.211411653000027, 29.379117808000043 ], [ 106.211464683000031, 29.37914027200009 ], [ 106.21154410600009, 29.379139550000048 ], [ 106.211598637000066, 29.379139055000039 ], [ 106.211652121000043, 29.379138569000073 ], [ 106.211743565000063, 29.379118382000058 ], [ 106.211829478000027, 29.379106834000087 ], [ 106.211907324000038, 29.37910612600006 ], [ 106.211985596000034, 29.379141304000086 ], [ 106.212197647000039, 29.379325624000046 ], [ 106.212294109000041, 29.379422144000049 ], [ 106.212334486000032, 29.379475398000061 ], [ 106.212498008000082, 29.379691064000035 ], [ 106.212549972000048, 29.379716983000037 ], [ 106.21258916000005, 29.379754331000068 ], [ 106.212620407000031, 29.379848306000042 ], [ 106.213006053000072, 29.381149344000054 ], [ 106.213425263000033, 29.382012714000037 ], [ 106.213495609000063, 29.382136495000058 ], [ 106.213689349000049, 29.382332944000044 ], [ 106.213583648000053, 29.382079087000072 ], [ 106.21336117900006, 29.381587790000079 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.213778542000071, 29.380874606000077 ], [ 106.213689025000065, 29.380845245000049 ], [ 106.213644943000077, 29.380826440000078 ], [ 106.213615252000068, 29.380788297000041 ], [ 106.213581716000078, 29.380734185000055 ], [ 106.213558535000061, 29.380628760000036 ], [ 106.213542854000082, 29.380539272000075 ], [ 106.213534178000032, 29.380424112000075 ], [ 106.213532848000057, 29.380312086000064 ], [ 106.213531253000042, 29.380177655000072 ], [ 106.213522577000049, 29.380062494000072 ], [ 106.213443364000057, 29.379855145000079 ], [ 106.213399532000054, 29.379724464000041 ], [ 106.213336919000042, 29.379630736000077 ], [ 106.213250978000076, 29.379570198000067 ], [ 106.213139161000072, 29.37952572800009 ], [ 106.213009066000041, 29.379504168000029 ], [ 106.212830329000042, 29.379447310000046 ], [ 106.212759389000041, 29.379408966000081 ], [ 106.212695484000051, 29.379338067000052 ], [ 106.212642206000055, 29.379224833000073 ], [ 106.212637688000029, 29.379156642000058 ], [ 106.212644452000063, 29.37910134600008 ], [ 106.212731933000043, 29.378970586000023 ], [ 106.212801407000029, 29.37888547700004 ], [ 106.212919448000051, 29.378829168000038 ], [ 106.212974817000031, 29.378805921000037 ], [ 106.213063686000055, 29.378792116000056 ], [ 106.213152707000063, 29.378791306000043 ], [ 106.213260545000026, 29.378813068000049 ], [ 106.213331330000074, 29.378838417000047 ], [ 106.213529461000078, 29.378966578000085 ], [ 106.21359665600005, 29.379016919000023 ], [ 106.213712576000034, 29.379076410000039 ], [ 106.213798055000055, 29.379159724000086 ], [ 106.213971936000064, 29.379248960000034 ], [ 106.214222298000038, 29.379310590000049 ], [ 106.214452742000049, 29.379311855000083 ], [ 106.214585752000062, 29.379306682000053 ], [ 106.214770354000052, 29.379324380000067 ], [ 106.215063610000072, 29.379386530000087 ], [ 106.214953592000029, 29.379280048000055 ], [ 106.214889323000079, 29.379202182000082 ], [ 106.214869657000065, 29.379108520000038 ], [ 106.214837027000044, 29.379121122000075 ], [ 106.214753166000037, 29.379129494000029 ], [ 106.214651698000068, 29.37911774000009 ], [ 106.214576070000078, 29.379088 ], [ 106.214506144000055, 29.379050601000074 ], [ 106.214447915000051, 29.379023239000041 ], [ 106.214369514000055, 29.379003667000056 ], [ 106.214279805000047, 29.379007020000074 ], [ 106.214210420000029, 29.379015259000077 ], [ 106.214120741000045, 29.379021146000067 ], [ 106.214036731000078, 29.37901684100007 ], [ 106.213964148000059, 29.378999752000084 ], [ 106.213900072000058, 29.378967370000055 ], [ 106.213850499000046, 29.378937395000037 ], [ 106.213727894000044, 29.378852296000048 ], [ 106.213642417000074, 29.378758381000075 ], [ 106.21352627300007, 29.37863076900004 ], [ 106.213370335000036, 29.378510393000063 ], [ 106.213269795000031, 29.378501159000049 ], [ 106.213157788000061, 29.378502178000076 ], [ 106.213056926000036, 29.378465880000071 ], [ 106.213014, 29.378429056000073 ], [ 106.212978436000071, 29.37836171500004 ], [ 106.212973731000034, 29.378290711000098 ], [ 106.212884083000063, 29.378429306000047 ], [ 106.212816793000059, 29.378481466000036 ], [ 106.212771807000081, 29.378505667000073 ], [ 106.212686316000031, 29.378550062000038 ], [ 106.212622989000067, 29.378554603000058 ], [ 106.212545940000041, 29.378547373000064 ], [ 106.212485087000061, 29.378540829000098 ], [ 106.212451326000064, 29.378765602000048 ], [ 106.21245330000005, 29.378932139000085 ], [ 106.212468185000034, 29.379055453000031 ], [ 106.212502529000062, 29.379204657000063 ], [ 106.212527327000032, 29.379243304000056 ], [ 106.212621879000039, 29.379369094000083 ], [ 106.212823793000041, 29.379614287000035 ], [ 106.212866142000053, 29.379684123000061 ], [ 106.212957280000069, 29.379982030000065 ], [ 106.213005606000081, 29.380403481000084 ], [ 106.213012105000075, 29.380521730000055 ], [ 106.21303389600007, 29.380639841000061 ], [ 106.213069825000048, 29.380766580000053 ], [ 106.213071135000064, 29.380771202000055 ], [ 106.213140730000077, 29.381051830000043 ], [ 106.213154213000053, 29.381114210000089 ], [ 106.213206924000076, 29.381233533000056 ], [ 106.21322998800008, 29.381202591000079 ], [ 106.213267793000057, 29.381186889000045 ], [ 106.213329128000055, 29.38118377100006 ], [ 106.213370161000057, 29.38119363700007 ], [ 106.213437825000028, 29.381231415000059 ], [ 106.213470395000058, 29.38126695200009 ], [ 106.213526463000051, 29.381312516000044 ], [ 106.213576352000075, 29.381329980000089 ], [ 106.213643563000062, 29.381329367000038 ], [ 106.21375137900003, 29.381302791000063 ], [ 106.213791895000043, 29.381269146000072 ], [ 106.21382069100008, 29.381233050000045 ], [ 106.213831924000033, 29.381194552000068 ], [ 106.213831438000057, 29.381153603000094 ], [ 106.213830861000091, 29.381104976000071 ], [ 106.213824380000062, 29.381051282000044 ], [ 106.213778542000071, 29.380874606000077 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.214743265000038, 29.380091025000066 ], [ 106.214790055000037, 29.38004918300004 ], [ 106.214904648000072, 29.379965307000077 ], [ 106.215024658000061, 29.379895187000049 ], [ 106.21513410700004, 29.379820562000081 ], [ 106.215227686000048, 29.37973687800007 ], [ 106.215280491000044, 29.379682559000063 ], [ 106.215331498000083, 29.379630091000081 ], [ 106.215414131000045, 29.379509693000038 ], [ 106.215470443000072, 29.37938493300004 ], [ 106.215489189000039, 29.379236570000046 ], [ 106.215386933000048, 29.37926484900003 ], [ 106.215305791000048, 29.379307655000048 ], [ 106.215234405000047, 29.379362993000086 ], [ 106.215077219000079, 29.379389414000055 ], [ 106.215063610000072, 29.379386530000087 ], [ 106.214770354000052, 29.379324380000067 ], [ 106.214585752000062, 29.379306682000053 ], [ 106.214452742000049, 29.379311855000083 ], [ 106.214222298000038, 29.379310590000049 ], [ 106.213971936000064, 29.379248960000034 ], [ 106.213798055000055, 29.379159724000086 ], [ 106.213712576000034, 29.379076410000039 ], [ 106.21359665600005, 29.379016919000023 ], [ 106.213529461000078, 29.378966578000085 ], [ 106.213331330000074, 29.378838417000047 ], [ 106.213260545000026, 29.378813068000049 ], [ 106.213152707000063, 29.378791306000043 ], [ 106.213063686000055, 29.378792116000056 ], [ 106.212974817000031, 29.378805921000037 ], [ 106.212919448000051, 29.378829168000038 ], [ 106.212801407000029, 29.37888547700004 ], [ 106.212731933000043, 29.378970586000023 ], [ 106.212644452000063, 29.37910134600008 ], [ 106.212637688000029, 29.379156642000058 ], [ 106.212642206000055, 29.379224833000073 ], [ 106.212695484000051, 29.379338067000052 ], [ 106.212759389000041, 29.379408966000081 ], [ 106.212830329000042, 29.379447310000046 ], [ 106.213009066000041, 29.379504168000029 ], [ 106.213139161000072, 29.37952572800009 ], [ 106.213250978000076, 29.379570198000067 ], [ 106.213336919000042, 29.379630736000077 ], [ 106.213399532000054, 29.379724464000041 ], [ 106.213444433000063, 29.379778965000064 ], [ 106.213489373000073, 29.37983669600003 ], [ 106.213552673000038, 29.379887800000063 ], [ 106.213597306000054, 29.37991969400008 ], [ 106.213830575000046, 29.379998321000059 ], [ 106.213948729000037, 29.380010165000044 ], [ 106.214044602000058, 29.380009292000068 ], [ 106.214122039000074, 29.380008587000077 ], [ 106.214217914000074, 29.380007714000044 ], [ 106.21431382600008, 29.38001007000009 ], [ 106.214391340000077, 29.380015824000047 ], [ 106.214472886000067, 29.380050611000073 ], [ 106.214543294000066, 29.380079040000055 ], [ 106.214661677000038, 29.380110262000077 ], [ 106.214743265000038, 29.380091025000066 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.214429357000029, 29.381005334000069 ], [ 106.21441559200008, 29.380926787000078 ], [ 106.214414991000069, 29.380876218000086 ], [ 106.214420539000059, 29.380803115000045 ], [ 106.214429328000051, 29.38073279200006 ], [ 106.214434876000041, 29.380659689000083 ], [ 106.214443965000044, 29.380614651000087 ], [ 106.214459637000061, 29.380583602000062 ], [ 106.214472234000027, 29.380563819000088 ], [ 106.214510559000075, 29.380549421000069 ], [ 106.21442335200004, 29.380499641000085 ], [ 106.214374603000067, 29.380446700000046 ], [ 106.214338951000059, 29.380416118000081 ], [ 106.214280846000065, 29.380385741000051 ], [ 106.214216493000038, 29.380369468000087 ], [ 106.214152273000082, 29.380364434000057 ], [ 106.214107800000093, 29.380362759000029 ], [ 106.214089118000061, 29.380431231000045 ], [ 106.214058737000073, 29.380499809000074 ], [ 106.214040135000062, 29.380575112000091 ], [ 106.214048581000057, 29.380629675000073 ], [ 106.214084036000031, 29.380660088000063 ], [ 106.214134963000049, 29.380680115000075 ], [ 106.214189627000053, 29.380686447000073 ], [ 106.214256069000044, 29.380699503000081 ], [ 106.214287584000033, 29.380726536000058 ], [ 106.214295827000058, 29.380764027000062 ], [ 106.214296395000076, 29.380811833000049 ], [ 106.21429700300007, 29.380863055000074 ], [ 106.214289935000068, 29.380924590000056 ], [ 106.214286645000072, 29.380975847000055 ], [ 106.214374659000043, 29.380991784000056 ], [ 106.214403563000076, 29.380994330000078 ], [ 106.214426149000076, 29.38100536300005 ], [ 106.214429357000029, 29.381005334000069 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.21447618600007, 29.383684967000075 ], [ 106.21446943400008, 29.383560374000073 ], [ 106.214468557000032, 29.383486513000026 ], [ 106.21447844100004, 29.383431021000035 ], [ 106.214514679000047, 29.383375288000082 ], [ 106.214390743000081, 29.383369391000084 ], [ 106.214347047000047, 29.383349030000087 ], [ 106.214315118000059, 29.383321642000059 ], [ 106.214310675000036, 29.383280165000087 ], [ 106.214322155000048, 29.383248922000071 ], [ 106.214341371000046, 29.383203770000073 ], [ 106.214370977000044, 29.383156717000077 ], [ 106.214300242000036, 29.383182248000086 ], [ 106.214190217000066, 29.383189472000083 ], [ 106.214009452000028, 29.383166769000074 ], [ 106.214181648000078, 29.383716560000039 ], [ 106.21433207900003, 29.384150474000084 ], [ 106.214341225000055, 29.383861636000074 ], [ 106.214382625000042, 29.38379662300008 ], [ 106.214434676000053, 29.383740747000051 ], [ 106.21447618600007, 29.383684967000075 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.214639962000035, 29.385091369000069 ], [ 106.214641363000055, 29.385027187000048 ], [ 106.214640784000053, 29.384978504000053 ], [ 106.214640123000038, 29.384922866000068 ], [ 106.214628903000062, 29.384869642000066 ], [ 106.214604639000072, 29.384832767000038 ], [ 106.214567140000042, 29.384796013000077 ], [ 106.214524457000039, 29.384768580000063 ], [ 106.214473944000076, 29.384750492000087 ], [ 106.214407450000067, 29.384751082000029 ], [ 106.214401592000058, 29.384852992000056 ], [ 106.214385604000029, 29.385061808000049 ], [ 106.214379527000077, 29.385141150000031 ], [ 106.214368978000039, 29.385189271000058 ], [ 106.214336306000064, 29.385338327000053 ], [ 106.214397890000043, 29.385256619000071 ], [ 106.214445123000075, 29.385221411000085 ], [ 106.21448717100003, 29.385195525000082 ], [ 106.214639962000035, 29.385091369000069 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.214368978000039, 29.385189271000058 ], [ 106.214379527000077, 29.385141150000031 ], [ 106.214385604000029, 29.385061808000049 ], [ 106.214212047000046, 29.385066491000085 ], [ 106.214122678000081, 29.385061510000064 ], [ 106.214009641000075, 29.38501329200005 ], [ 106.213932881000062, 29.384956051000074 ], [ 106.213834296000087, 29.384902366000063 ], [ 106.213779711000029, 29.384804824000067 ], [ 106.213775422000026, 29.384657804000081 ], [ 106.213726613000063, 29.384618141000097 ], [ 106.213566137000043, 29.384601777000061 ], [ 106.213466636000078, 29.384578173000079 ], [ 106.213382237000076, 29.384546797000048 ], [ 106.213285634000044, 29.384489737000084 ], [ 106.213299105000033, 29.384509894000072 ], [ 106.21331929300004, 29.384538679000059 ], [ 106.213343098000053, 29.384593505000055 ], [ 106.21337703100005, 29.38466562100006 ], [ 106.213407486000051, 29.384723283000085 ], [ 106.213461367000036, 29.384803909000095 ], [ 106.213535025000056, 29.384878559000072 ], [ 106.213602205000029, 29.384964857000053 ], [ 106.213682340000048, 29.385027860000044 ], [ 106.213752381000063, 29.38507647100004 ], [ 106.213806022000028, 29.385136820000074 ], [ 106.213948438000045, 29.385177576000054 ], [ 106.214083495000068, 29.385208517000073 ], [ 106.214000483000063, 29.385115761000073 ], [ 106.214077727000074, 29.385079973000078 ], [ 106.214126494000027, 29.385124638000036 ], [ 106.214176113000065, 29.385103421000046 ], [ 106.214202570000069, 29.385128241000068 ], [ 106.214214854000033, 29.385193387000069 ], [ 106.214218235000033, 29.385211316000039 ], [ 106.214218764000066, 29.385216182000079 ], [ 106.214218987000038, 29.385218230000078 ], [ 106.214368978000039, 29.385189271000058 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.213105742000039, 29.385908759000078 ], [ 106.213103325000077, 29.385895602000058 ], [ 106.213187419000064, 29.38587019900007 ], [ 106.213213905000032, 29.385864450000046 ], [ 106.213217777000082, 29.385877434000054 ], [ 106.213342857000043, 29.385850283000082 ], [ 106.213510017000033, 29.38583446400008 ], [ 106.213640572000031, 29.385829701000027 ], [ 106.213779331000069, 29.38582843700004 ], [ 106.213865206000037, 29.38584195400005 ], [ 106.213892451000049, 29.38584819600004 ], [ 106.213931889000037, 29.385732966000038 ], [ 106.21394663500007, 29.385584654000066 ], [ 106.213969719000033, 29.385443493000086 ], [ 106.213997702000029, 29.385367343000041 ], [ 106.21409969900003, 29.385268832000065 ], [ 106.214173841000047, 29.38525731500004 ], [ 106.214231608000034, 29.385256788000049 ], [ 106.214281336000056, 29.385274406000065 ], [ 106.214336306000064, 29.385338327000053 ], [ 106.214368978000039, 29.385189271000058 ], [ 106.214218987000038, 29.385218230000078 ], [ 106.214210449000063, 29.385219878000044 ], [ 106.214089142000034, 29.385209811000035 ], [ 106.214083495000068, 29.385208517000073 ], [ 106.213948438000045, 29.385177576000054 ], [ 106.213806022000028, 29.385136820000074 ], [ 106.213836478000076, 29.385194482000088 ], [ 106.213850532000038, 29.385263881000068 ], [ 106.213851495000029, 29.385344988000043 ], [ 106.213835405000054, 29.385382795000051 ], [ 106.213792648000037, 29.385403463000049 ], [ 106.213752959000033, 29.385403825000086 ], [ 106.213706518000038, 29.38539266000004 ], [ 106.213679920000061, 29.385381315000078 ], [ 106.213649912000065, 29.385361308000093 ], [ 106.213616598000044, 29.385341333000039 ], [ 106.21341536500006, 29.38510850900008 ], [ 106.21327763000005, 29.384930150000063 ], [ 106.213159497000049, 29.384731334000037 ], [ 106.213135107000028, 29.384627265000049 ], [ 106.213134284000034, 29.384557745000052 ], [ 106.213150373000076, 29.384519938000036 ], [ 106.213193026000056, 29.384490580000083 ], [ 106.213245877000077, 29.384484305000068 ], [ 106.21326902900006, 29.384484095000069 ], [ 106.213285634000044, 29.384489737000084 ], [ 106.213006126000039, 29.384350329000078 ], [ 106.212942804000079, 29.384310347000046 ], [ 106.212876141000038, 29.384267499000085 ], [ 106.212835798000071, 29.384212824000091 ], [ 106.212844930000074, 29.384146109000081 ], [ 106.212851442000044, 29.384137361000057 ], [ 106.212867808000055, 29.384122726000047 ], [ 106.212890856000058, 29.384113825000043 ], [ 106.21291397400006, 29.384110718000045 ], [ 106.212830374000077, 29.384098308000041 ], [ 106.212775115000056, 29.38409372100006 ], [ 106.212705119000077, 29.384071456000068 ], [ 106.212629163000031, 29.384036521000045 ], [ 106.212564765000081, 29.383996393000064 ], [ 106.212506209000026, 29.38395875500003 ], [ 106.212464964000048, 29.38391078200004 ], [ 106.212438364000036, 29.383872854000053 ], [ 106.212438063000036, 29.383847410000037 ], [ 106.212443747000066, 29.383787638000062 ], [ 106.212400957000057, 29.383805408000054 ], [ 106.212344730000055, 29.383805919000046 ], [ 106.212271967000049, 29.383806581000044 ], [ 106.211959765000074, 29.383699334000084 ], [ 106.211632929000075, 29.383473445000053 ], [ 106.21157949600007, 29.383430474000072 ], [ 106.211545804000082, 29.383378635000042 ], [ 106.211545324000042, 29.383338082000073 ], [ 106.211554972000044, 29.383314819000081 ], [ 106.211587702000031, 29.383285551000078 ], [ 106.211624019000055, 29.383274581000084 ], [ 106.211619090000056, 29.383273335000073 ], [ 106.211460542000054, 29.383281288000028 ], [ 106.211428321000028, 29.383281581000055 ], [ 106.211395894000077, 29.383264508000082 ], [ 106.211375758000031, 29.383238641000048 ], [ 106.211365459000035, 29.383206169000069 ], [ 106.211365046000026, 29.383171437000044 ], [ 106.211381959000065, 29.383134377000093 ], [ 106.211535377000075, 29.383010022000068 ], [ 106.21160360500005, 29.382957139000041 ], [ 106.21164415100003, 29.382892447000067 ], [ 106.211652283000035, 29.382803930000087 ], [ 106.211630629000069, 29.382719701000038 ], [ 106.211594127000069, 29.382630956000067 ], [ 106.211611874000027, 29.382492731000081 ], [ 106.211640421000027, 29.382383926000049 ], [ 106.211604498000042, 29.382257616000064 ], [ 106.211557957000039, 29.382203766000089 ], [ 106.211396828000048, 29.38209329700004 ], [ 106.211389367000038, 29.3820857350001 ], [ 106.211289456000031, 29.382021513000037 ], [ 106.211184613000057, 29.381959508000079 ], [ 106.211102155000049, 29.381903812000079 ], [ 106.211034336000068, 29.381828443000067 ], [ 106.210938559000056, 29.381694713000055 ], [ 106.21092145800003, 29.381558275000092 ], [ 106.210856393000029, 29.381490523000082 ], [ 106.210745813000074, 29.38145534500006 ], [ 106.210593926000058, 29.381420542000058 ], [ 106.210402788000067, 29.381365995000053 ], [ 106.210288653000077, 29.381320275000064 ], [ 106.210253180000052, 29.38126661200004 ], [ 106.210236603000055, 29.381224516000092 ], [ 106.210198673000036, 29.381189654000075 ], [ 106.210136573000057, 29.381150318000028 ], [ 106.210050274000025, 29.381104161000053 ], [ 106.209993754000038, 29.381083550000081 ], [ 106.209859558000062, 29.381065992000067 ], [ 106.209793407000063, 29.381084375000054 ], [ 106.209717928000032, 29.381120860000063 ], [ 106.209608244000037, 29.381170142000087 ], [ 106.209502042000054, 29.381222411000063 ], [ 106.209359385000027, 29.381283677000042 ], [ 106.209589726000047, 29.381307755000076 ], [ 106.209661517000029, 29.381314954000072 ], [ 106.209775597000032, 29.381361021000089 ], [ 106.209905572000025, 29.381488063000056 ], [ 106.210350130000052, 29.38219317100004 ], [ 106.210658770000066, 29.382773907000061 ], [ 106.210686680000052, 29.382860008000076 ], [ 106.210700178000081, 29.382990723000027 ], [ 106.210714266000025, 29.383171152000049 ], [ 106.210749018000058, 29.383330459000035 ], [ 106.211171207000064, 29.384163988000065 ], [ 106.211851449000051, 29.385089375000057 ], [ 106.212131543000055, 29.385529062000032 ], [ 106.21218727300004, 29.385693410000044 ], [ 106.212491315000079, 29.386571833000065 ], [ 106.212524646000091, 29.386379630000079 ], [ 106.212617030000047, 29.386253676000081 ], [ 106.212669280000057, 29.386185282000035 ], [ 106.212891712000044, 29.38601167500007 ], [ 106.213017338000043, 29.38593546400006 ], [ 106.213105742000039, 29.385908759000078 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.215865827000073, 29.388229949000049 ], [ 106.215809493000052, 29.388095244000045 ], [ 106.215778442000044, 29.388018378000087 ], [ 106.21577764400007, 29.38795138800009 ], [ 106.215785976000063, 29.387872134000069 ], [ 106.215801405000036, 29.387804995000067 ], [ 106.215802950000068, 29.387740013000037 ], [ 106.215755599000033, 29.387796200000089 ], [ 106.215727168000058, 29.387804266000046 ], [ 106.215682602000072, 29.387804674000062 ], [ 106.215625481000075, 29.387798949000057 ], [ 106.215523571000062, 29.387774895000071 ], [ 106.215452115000062, 29.387763055000047 ], [ 106.215391281000052, 29.387744873000088 ], [ 106.215353548000067, 29.387720234000078 ], [ 106.215335480000093, 29.387700101000064 ], [ 106.215322685000046, 29.387673674000041 ], [ 106.215311618000044, 29.387642547000038 ], [ 106.215318379000053, 29.387539380000071 ], [ 106.215254033000065, 29.38758666100005 ], [ 106.215187319000052, 29.387629904000043 ], [ 106.215106576000039, 29.387663123000038 ], [ 106.215025447000073, 29.387663863000061 ], [ 106.214953494000042, 29.38765639700005 ], [ 106.214890573000048, 29.38762854800007 ], [ 106.214855369000077, 29.387592325000075 ], [ 106.214831731000061, 29.387553966000045 ], [ 106.214829075000068, 29.387525567000068 ], [ 106.214844071000073, 29.387421889000056 ], [ 106.214640557000052, 29.387662177000038 ], [ 106.214608196000029, 29.387792687000061 ], [ 106.214575076000074, 29.387859239000075 ], [ 106.214540612000064, 29.387922376000059 ], [ 106.214516811000081, 29.388004834000068 ], [ 106.214512300000081, 29.388064272000065 ], [ 106.214502830000072, 29.388145457000064 ], [ 106.214503372000081, 29.388191141000053 ], [ 106.214503860000036, 29.38823225700008 ], [ 106.214509484000089, 29.388266473000044 ], [ 106.214558211000053, 29.38817454000008 ], [ 106.21460230200006, 29.388079086000065 ], [ 106.214660097000035, 29.387995388000039 ], [ 106.214700182000058, 29.38794353500009 ], [ 106.214744930000052, 29.387903522000045 ], [ 106.21479886200008, 29.387875307000062 ], [ 106.214871212000048, 29.387874647000043 ], [ 106.214948131000028, 29.387877907000071 ], [ 106.215007150000091, 29.387897173000049 ], [ 106.215066310000054, 29.387928317000043 ], [ 106.215130134000049, 29.387971301000057 ], [ 106.215175681000062, 29.387998610000064 ], [ 106.215252883000062, 29.388025630000072 ], [ 106.215343602000075, 29.388048566000069 ], [ 106.215429558000039, 29.388090720000033 ], [ 106.215484674000052, 29.388122530000089 ], [ 106.215553112000066, 29.388173393000056 ], [ 106.21558066700004, 29.38820878700006 ], [ 106.215608269000029, 29.388248141000069 ], [ 106.215649484000039, 29.388291331000065 ], [ 106.215676851000069, 29.388310883000081 ], [ 106.215719974000081, 29.38831634100006 ], [ 106.215729323000062, 29.388315307000084 ], [ 106.215789850000078, 29.388305892000066 ], [ 106.215825183000049, 29.388293827000034 ], [ 106.215830657000026, 29.388289733000086 ], [ 106.215861634000078, 29.388257711000055 ], [ 106.215865827000073, 29.388229949000049 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.215330707000078, 29.388755585000062 ], [ 106.215313059000039, 29.388744591000091 ], [ 106.215310265000028, 29.388742193000038 ], [ 106.215268958000081, 29.38870675500004 ], [ 106.215253993000033, 29.388672296000035 ], [ 106.21525583500005, 29.388652254000089 ], [ 106.215257192000081, 29.388592153000044 ], [ 106.215287815000082, 29.388544542000083 ], [ 106.215353991000029, 29.388514803000085 ], [ 106.215403362000075, 29.388470657000084 ], [ 106.215452904000074, 29.388441076000053 ], [ 106.21551721600008, 29.388429566000067 ], [ 106.215589644000033, 29.388401591000047 ], [ 106.215652027000033, 29.388402845000094 ], [ 106.215698804000056, 29.388400387000054 ], [ 106.215719838000041, 29.388426491000075 ], [ 106.215744702000052, 29.388460092000059 ], [ 106.215750077000052, 29.388466744000084 ], [ 106.215747909000072, 29.388462317000062 ], [ 106.215741809000065, 29.388429849000087 ], [ 106.215732764000052, 29.388389903000078 ], [ 106.215712384000028, 29.388357567000082 ], [ 106.215676851000069, 29.388310883000081 ], [ 106.215649484000039, 29.388291331000065 ], [ 106.215608269000029, 29.388248141000069 ], [ 106.21558066700004, 29.38820878700006 ], [ 106.215553112000066, 29.388173393000056 ], [ 106.215484674000052, 29.388122530000089 ], [ 106.215429558000039, 29.388090720000033 ], [ 106.215343602000075, 29.388048566000069 ], [ 106.215252883000062, 29.388025630000072 ], [ 106.215175681000062, 29.387998610000064 ], [ 106.215130134000049, 29.387971301000057 ], [ 106.215066310000054, 29.387928317000043 ], [ 106.215007150000091, 29.387897173000049 ], [ 106.214948131000028, 29.387877907000071 ], [ 106.214871212000048, 29.387874647000043 ], [ 106.21479886200008, 29.387875307000062 ], [ 106.214744930000052, 29.387903522000045 ], [ 106.214700182000058, 29.38794353500009 ], [ 106.214660097000035, 29.387995388000039 ], [ 106.21460230200006, 29.388079086000065 ], [ 106.214558211000053, 29.38817454000008 ], [ 106.214509484000089, 29.388266473000044 ], [ 106.21455209700008, 29.388340330000066 ], [ 106.214574521000031, 29.388368310000086 ], [ 106.214766568000073, 29.388607944000057 ], [ 106.214832561000051, 29.388673592000089 ], [ 106.214893204000077, 29.38872786700006 ], [ 106.214961574000029, 29.388774076000058 ], [ 106.215103636000052, 29.388849856000036 ], [ 106.215185957000074, 29.388813305000035 ], [ 106.215243290000046, 29.388789035000052 ], [ 106.21531746200003, 29.388755706000044 ], [ 106.215330707000078, 29.388755585000062 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.216850458000067, 29.384320542000065 ], [ 106.216819413000053, 29.384320825000092 ], [ 106.216685255000073, 29.384276105000083 ], [ 106.216630591000083, 29.384265026000023 ], [ 106.216577478000033, 29.384245250000042 ], [ 106.216469839000069, 29.384225971000038 ], [ 106.216372356000079, 29.384226860000069 ], [ 106.21631132400006, 29.384236100000059 ], [ 106.216260483000042, 29.384268403000071 ], [ 106.216237746000047, 29.384301897000057 ], [ 106.216218385000047, 29.384341149000083 ], [ 106.216205941000055, 29.384406388000055 ], [ 106.216206423000074, 29.384446906000047 ], [ 106.21620700800004, 29.384496106000078 ], [ 106.216214185000069, 29.384543800000074 ], [ 106.216221034000057, 29.38456399800009 ], [ 106.216238040000064, 29.384604365000083 ], [ 106.216286714000034, 29.384667599000075 ], [ 106.216418776000069, 29.384795197000074 ], [ 106.21646910100003, 29.384858416000043 ], [ 106.21651438300006, 29.384914445000046 ], [ 106.216597764000042, 29.384933081000046 ], [ 106.216649302000064, 29.384929788000079 ], [ 106.216717024000047, 29.384931993000073 ], [ 106.21678165700007, 29.384945519000041 ], [ 106.216859553000063, 29.38498998000005 ], [ 106.216901184000051, 29.385022113000048 ], [ 106.216870929000038, 29.384875168000065 ], [ 106.216824354000039, 29.384555418000055 ], [ 106.216839199000049, 29.384384003000037 ], [ 106.216850458000067, 29.384320542000065 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.21554893900003, 29.381266771000071 ], [ 106.215430145000028, 29.381318607000082 ], [ 106.215422951000065, 29.381321575000069 ], [ 106.215498899000067, 29.38132723800004 ], [ 106.215566913000032, 29.38135952500005 ], [ 106.215635045000056, 29.381401684000075 ], [ 106.215696094000066, 29.38148010500003 ], [ 106.215753190000044, 29.381542108000072 ], [ 106.215806138000062, 29.38157124200006 ], [ 106.215877714000058, 29.381587042000028 ], [ 106.215949094000052, 29.381586391000049 ], [ 106.216009282000087, 29.381592424000075 ], [ 106.216054795000048, 29.381628207000063 ], [ 106.216059139000038, 29.381677528000068 ], [ 106.216055930000039, 29.381723628000088 ], [ 106.216056517000027, 29.381772983000069 ], [ 106.216034680000064, 29.381832416000073 ], [ 106.215998128000081, 29.381918308000081 ], [ 106.215972613000076, 29.381984356000089 ], [ 106.215928469000062, 29.382063736000074 ], [ 106.215857792000065, 29.382123614000086 ], [ 106.215812984000081, 29.382147057000044 ], [ 106.215690135000045, 29.38217760800006 ], [ 106.215720928000053, 29.382218035000061 ], [ 106.215975171000025, 29.382438489000034 ], [ 106.216171454000062, 29.382615871000041 ], [ 106.21619628600007, 29.382635393000047 ], [ 106.216214904000026, 29.38264958600007 ], [ 106.21622340100005, 29.382674643000087 ], [ 106.216223807000063, 29.382708751000045 ], [ 106.216220177000025, 29.382748282000083 ], [ 106.216220668000062, 29.382789571000046 ], [ 106.216267064000078, 29.382898665000088 ], [ 106.21627141700003, 29.382905638000061 ], [ 106.216317217000039, 29.382978998000056 ], [ 106.216371364000054, 29.383050319000052 ], [ 106.216382306000071, 29.383062045000091 ], [ 106.216387975000046, 29.383068120000068 ], [ 106.216410970000027, 29.383105613000051 ], [ 106.216427773000078, 29.383139571000065 ], [ 106.216477543000053, 29.38318759200007 ], [ 106.216514138000036, 29.383204059000036 ], [ 106.216470303000051, 29.383052602000078 ], [ 106.216437084000063, 29.382910251000052 ], [ 106.216403373000063, 29.382726490000046 ], [ 106.21640252900005, 29.382655574000058 ], [ 106.216401074000032, 29.382533238000057 ], [ 106.216367910000031, 29.381953721000048 ], [ 106.21634541800006, 29.381829680000063 ], [ 106.21631252800006, 29.381714936000037 ], [ 106.216248172000064, 29.381605082000078 ], [ 106.216183761000096, 29.381490626000065 ], [ 106.216125042000044, 29.381412932000046 ], [ 106.215982266000026, 29.381336005000037 ], [ 106.215824002000033, 29.381282227000032 ], [ 106.21572380200007, 29.381250929000092 ], [ 106.215548102000071, 29.381269355000082 ], [ 106.21554893900003, 29.381266771000071 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.21627141700003, 29.382905638000061 ], [ 106.216267064000078, 29.382898665000088 ], [ 106.216220668000062, 29.382789571000046 ], [ 106.216220177000025, 29.382748282000083 ], [ 106.216223807000063, 29.382708751000045 ], [ 106.21622340100005, 29.382674643000087 ], [ 106.216214904000026, 29.38264958600007 ], [ 106.21619628600007, 29.382635393000047 ], [ 106.216171454000062, 29.382615871000041 ], [ 106.215975171000025, 29.382438489000034 ], [ 106.215720928000053, 29.382218035000061 ], [ 106.215690135000045, 29.38217760800006 ], [ 106.215679252000029, 29.382163321000053 ], [ 106.215629486000068, 29.382118262000063 ], [ 106.215582768000047, 29.382099525000061 ], [ 106.215522319000073, 29.382076122000054 ], [ 106.215458528000056, 29.38204613300007 ], [ 106.215428272000054, 29.38203697900008 ], [ 106.215399198000057, 29.382000282000039 ], [ 106.215385663000063, 29.382108217000056 ], [ 106.215365267000038, 29.382239293000055 ], [ 106.215362491000064, 29.382304645000083 ], [ 106.21534192200005, 29.382367050000088 ], [ 106.215300927000058, 29.382506525000053 ], [ 106.215258506000055, 29.382593406000073 ], [ 106.215212011000077, 29.382669946000082 ], [ 106.215149840000038, 29.382757008000052 ], [ 106.215102811000065, 29.382788575000063 ], [ 106.214988797000046, 29.382834591000069 ], [ 106.214929425000037, 29.382824753000079 ], [ 106.214865856000088, 29.382794194000041 ], [ 106.21477034600008, 29.382689564000092 ], [ 106.214700314000027, 29.382774195000088 ], [ 106.214620438000054, 29.382927353000071 ], [ 106.21481549300006, 29.382877688000058 ], [ 106.214882683000042, 29.382880536000076 ], [ 106.214981555000065, 29.382890014000058 ], [ 106.215110208000056, 29.382895085000097 ], [ 106.21517374900003, 29.38292653500007 ], [ 106.215171463000047, 29.383013909000063 ], [ 106.21517506400005, 29.383037171000069 ], [ 106.215122104000045, 29.383082482000077 ], [ 106.215071125000065, 29.383114085000038 ], [ 106.215039731000047, 29.383131670000072 ], [ 106.214976943000067, 29.383166841000055 ], [ 106.21493797800008, 29.383212173000054 ], [ 106.214914854000028, 29.383260821000079 ], [ 106.214895761000037, 29.383316352000065 ], [ 106.214847020000036, 29.383395344000068 ], [ 106.214863052000055, 29.383413666000074 ], [ 106.214868707000051, 29.38344593200009 ], [ 106.214869475000057, 29.38351056100003 ], [ 106.214870737000069, 29.383616736000082 ], [ 106.214882101000057, 29.383685885000091 ], [ 106.214951555000027, 29.383763739000074 ], [ 106.214988836000032, 29.383795717000055 ], [ 106.215041874000065, 29.383822934000079 ], [ 106.215095351000059, 29.383887083000047 ], [ 106.215106332000062, 29.383923917000061 ], [ 106.215101774000075, 29.38398397800006 ], [ 106.215114347000053, 29.384028157000039 ], [ 106.215173981000078, 29.384057899000076 ], [ 106.215248072000065, 29.384057223000067 ], [ 106.215322061000066, 29.384047896000084 ], [ 106.215420130000055, 29.383986431000032 ], [ 106.215503123000076, 29.383903471000053 ], [ 106.215561831000059, 29.383855345000082 ], [ 106.215635459000055, 29.383815735000049 ], [ 106.215748501000078, 29.383767113000083 ], [ 106.215812199000027, 29.383723267000054 ], [ 106.215855729000054, 29.383644993000079 ], [ 106.215913664000027, 29.383531976000089 ], [ 106.215952150000078, 29.383445096000063 ], [ 106.215970828000081, 29.383354069000063 ], [ 106.215969594000057, 29.383250245000053 ], [ 106.215968668000073, 29.383172377000047 ], [ 106.215967638000052, 29.383085857000086 ], [ 106.215996400000051, 29.383012044000047 ], [ 106.216035195000075, 29.38295111900004 ], [ 106.216103782000062, 29.382902902000062 ], [ 106.216172778000043, 29.382889294000051 ], [ 106.21627141700003, 29.382905638000061 ] ], [ [ 106.215474300000039, 29.382761754000054 ], [ 106.215556426000035, 29.38279563500004 ], [ 106.215707248000058, 29.382976221000039 ], [ 106.215812434000043, 29.38326777900005 ], [ 106.215834482000048, 29.383445279000064 ], [ 106.215794235000033, 29.383590874000049 ], [ 106.21570901900003, 29.383704396000045 ], [ 106.215618114000065, 29.383759458000036 ], [ 106.215541432000066, 29.383764536000054 ], [ 106.215489312000045, 29.383754205000052 ], [ 106.21540185200007, 29.383690035000093 ], [ 106.215345778000028, 29.383562711000092 ], [ 106.215331829000036, 29.383485994000065 ], [ 106.215270039000075, 29.383350467000067 ], [ 106.215237734000027, 29.383240839000056 ], [ 106.215224044000081, 29.383136944000061 ], [ 106.215227846000062, 29.383045883000079 ], [ 106.215231565000082, 29.382948321000065 ], [ 106.215242957000044, 29.382870190000062 ], [ 106.215286829000036, 29.38281558400007 ], [ 106.21534802900004, 29.382760810000036 ], [ 106.215399793000074, 29.382742971000081 ], [ 106.215474300000039, 29.382761754000054 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.216983729000049, 29.383300553000083 ], [ 106.217037366000056, 29.383160634000028 ], [ 106.217158181000073, 29.383023694000091 ], [ 106.217250684000078, 29.382908461000056 ], [ 106.217371840000055, 29.382800115000062 ], [ 106.217541797000095, 29.382677024000088 ], [ 106.217579651000051, 29.382655078000077 ], [ 106.217611973000032, 29.382571269000042 ], [ 106.217635016000031, 29.382250825000085 ], [ 106.217607788000066, 29.381816093000051 ], [ 106.217604976000075, 29.381593766000037 ], [ 106.217635578000056, 29.381444801000047 ], [ 106.217657008000074, 29.381387712000052 ], [ 106.217759416000035, 29.381311738000079 ], [ 106.218005049000055, 29.38123437400008 ], [ 106.218241856000091, 29.381159680000053 ], [ 106.218372712000075, 29.381114456000038 ], [ 106.218489243000079, 29.381104275000045 ], [ 106.218545842000026, 29.381142508000043 ], [ 106.218576502000076, 29.381231411000048 ], [ 106.218598303000078, 29.381320400000057 ], [ 106.218656822000071, 29.381393518000039 ], [ 106.218725200000051, 29.381429052000041 ], [ 106.218778601000054, 29.381447924000035 ], [ 106.218870229000061, 29.381453498000042 ], [ 106.218975880000073, 29.381467870000051 ], [ 106.219020657000044, 29.381394918000069 ], [ 106.219087936000051, 29.381294241000038 ], [ 106.219106535000051, 29.381184036000036 ], [ 106.219091115000026, 29.381094165000039 ], [ 106.219024412000067, 29.381014795000056 ], [ 106.218926706000047, 29.380968235000068 ], [ 106.218838073000029, 29.380961593000045 ], [ 106.218752171000062, 29.380944924000062 ], [ 106.218742970000051, 29.380895002000049 ], [ 106.218759093000074, 29.380814827000048 ], [ 106.218832368000051, 29.380736598000063 ], [ 106.218833612000026, 29.380675166000053 ], [ 106.218536862000065, 29.380737246000077 ], [ 106.218311884000059, 29.380771003000064 ], [ 106.218086654000047, 29.380785029000041 ], [ 106.217780539000046, 29.380819573000053 ], [ 106.217429149000054, 29.380838769000036 ], [ 106.21713625600006, 29.380849505000072 ], [ 106.216834648000031, 29.380884002000073 ], [ 106.216621085000057, 29.380935567000051 ], [ 106.216392821000056, 29.380986896000081 ], [ 106.216218165000043, 29.381018060000081 ], [ 106.216079585000045, 29.381062626000059 ], [ 106.215909963000058, 29.381136962000078 ], [ 106.215827035000075, 29.381145624000048 ], [ 106.215755229000081, 29.381146320000077 ], [ 106.21569875800003, 29.381117397000079 ], [ 106.215667924000059, 29.380986064000066 ], [ 106.215680836000047, 29.38067301600006 ], [ 106.215696986000069, 29.380536745000093 ], [ 106.215739260000078, 29.380250334000049 ], [ 106.215748568000038, 29.380006441000027 ], [ 106.215737030000071, 29.379928065000062 ], [ 106.215673110000068, 29.379877899000068 ], [ 106.21557268600003, 29.379860404000059 ], [ 106.215451053000038, 29.379833880000028 ], [ 106.215323621000039, 29.379765861000067 ], [ 106.215280491000044, 29.379682559000063 ], [ 106.215227686000048, 29.37973687800007 ], [ 106.21513410700004, 29.379820562000081 ], [ 106.215024658000061, 29.379895187000049 ], [ 106.214904648000072, 29.379965307000077 ], [ 106.214790055000037, 29.38004918300004 ], [ 106.214743265000038, 29.380091025000066 ], [ 106.214743648000081, 29.380123233000052 ], [ 106.214770189000035, 29.380146 ], [ 106.214796730000046, 29.38016876700005 ], [ 106.214959807000071, 29.380185688000044 ], [ 106.215075384000045, 29.380184635000031 ], [ 106.215185707000046, 29.380183629000051 ], [ 106.215349222000043, 29.380237360000084 ], [ 106.215476455000044, 29.38033283600004 ], [ 106.215507414000058, 29.380422341000035 ], [ 106.215558848000057, 29.380594878000064 ], [ 106.21558894900005, 29.380722081000041 ], [ 106.215599608000048, 29.380853445000074 ], [ 106.215610605000052, 29.380958628000091 ], [ 106.21561865700005, 29.381089446000082 ], [ 106.215571215000068, 29.381198007000084 ], [ 106.21554893900003, 29.381266771000071 ], [ 106.215548102000071, 29.381269355000082 ], [ 106.21572380200007, 29.381250929000092 ], [ 106.215824002000033, 29.381282227000032 ], [ 106.215982266000026, 29.381336005000037 ], [ 106.216125042000044, 29.381412932000046 ], [ 106.216183761000096, 29.381490626000065 ], [ 106.216248172000064, 29.381605082000078 ], [ 106.21631252800006, 29.381714936000037 ], [ 106.21634541800006, 29.381829680000063 ], [ 106.216367910000031, 29.381953721000048 ], [ 106.216401074000032, 29.382533238000057 ], [ 106.21640252900005, 29.382655574000058 ], [ 106.216403373000063, 29.382726490000046 ], [ 106.216437084000063, 29.382910251000052 ], [ 106.216470303000051, 29.383052602000078 ], [ 106.216514138000036, 29.383204059000036 ], [ 106.216588730000069, 29.383290812000041 ], [ 106.216641485000025, 29.38330873700005 ], [ 106.216699385000041, 29.38331741200005 ], [ 106.216783443000054, 29.38331664500004 ], [ 106.216820164000069, 29.383311708000051 ], [ 106.216983729000049, 29.383300553000083 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.222809550000079, 29.431015530000082 ], [ 106.222904370000037, 29.430895935000088 ], [ 106.222791364000045, 29.430882631000088 ], [ 106.222686791000058, 29.430881831000079 ], [ 106.222673860000043, 29.430881732000046 ], [ 106.222589385000049, 29.430874227000057 ], [ 106.222551929000076, 29.430862691000073 ], [ 106.222512954000081, 29.430866019000057 ], [ 106.222460500000068, 29.430876895000033 ], [ 106.222409795000033, 29.430892209000028 ], [ 106.222360733000073, 29.430903054000066 ], [ 106.222294479000027, 29.430894753000075 ], [ 106.22216495400005, 29.430843969000072 ], [ 106.222072834000073, 29.430800267000048 ], [ 106.222046929000044, 29.430761898000068 ], [ 106.222038076000061, 29.430730795000041 ], [ 106.222040739000079, 29.430669889000058 ], [ 106.222047903000032, 29.430559939000098 ], [ 106.222047477000046, 29.430524305000066 ], [ 106.222021556000072, 29.430484450000055 ], [ 106.22196653500005, 29.430422588000056 ], [ 106.221911602000048, 29.430368150000042 ], [ 106.221851692000044, 29.430332990000071 ], [ 106.221810097000059, 29.430386808000041 ], [ 106.221777433000057, 29.430449512000067 ], [ 106.221771286000035, 29.430494422000031 ], [ 106.221765188000077, 29.430543231000051 ], [ 106.221728232000032, 29.430619626000063 ], [ 106.221722086000057, 29.430664536000059 ], [ 106.221691204000081, 29.430690171000037 ], [ 106.221642153000062, 29.430686721000086 ], [ 106.221604030000037, 29.430665619000084 ], [ 106.221557370000028, 29.430675798000035 ], [ 106.221531037000034, 29.430709191000055 ], [ 106.221477811000057, 29.430729181000057 ], [ 106.221424515000081, 29.430743321000076 ], [ 106.221384981000028, 29.430790487000078 ], [ 106.22136101600006, 29.430835560000048 ], [ 106.221318862000047, 29.43091167000005 ], [ 106.221407995000064, 29.430955179000069 ], [ 106.221524068000079, 29.431048824000072 ], [ 106.221567478000054, 29.43109775400006 ], [ 106.221595160000049, 29.431150774000063 ], [ 106.221692219000033, 29.431161766000063 ], [ 106.221741449000035, 29.431185417000048 ], [ 106.221793996000031, 29.431230462000094 ], [ 106.221867891000059, 29.431269955000054 ], [ 106.221944716000053, 29.431298709000089 ], [ 106.22202756300004, 29.431319373000054 ], [ 106.222122485000057, 29.431326535000036 ], [ 106.222217536000073, 29.431344410000065 ], [ 106.22231242600003, 29.431348895000035 ], [ 106.222419650000063, 29.431361301000031 ], [ 106.222486565000054, 29.431374109000046 ], [ 106.222538668000027, 29.43131863800005 ], [ 106.222661909000067, 29.431166108000074 ], [ 106.222809550000079, 29.431015530000082 ] ], [ [ 106.222431025000049, 29.431154818000032 ], [ 106.222404815000061, 29.431184965000057 ], [ 106.222369215000072, 29.43122350600003 ], [ 106.222312560000034, 29.431247287000069 ], [ 106.22228786900007, 29.431245852000075 ], [ 106.222259244000043, 29.431232824000059 ], [ 106.222230557000046, 29.431214810000078 ], [ 106.222200054000041, 29.43120345900007 ], [ 106.222173206000036, 29.431180445000049 ], [ 106.222146458000054, 29.431165737000072 ], [ 106.222097036000036, 29.431159544000078 ], [ 106.222049533000089, 29.431154996000078 ], [ 106.222009619000062, 29.431150378000037 ], [ 106.221951382000043, 29.431151149000073 ], [ 106.221870145000025, 29.431123123000081 ], [ 106.221851946000072, 29.431081241000069 ], [ 106.221853838000072, 29.431028108000081 ], [ 106.22190157700004, 29.431003325000059 ], [ 106.221992342000078, 29.430982573000051 ], [ 106.222041294000064, 29.430942400000045 ], [ 106.222086501000035, 29.430913740000058 ], [ 106.222120661000076, 29.430913426000071 ], [ 106.222143575000075, 29.430924847000085 ], [ 106.222162751000042, 29.430941286000063 ], [ 106.222189599000046, 29.430964300000085 ], [ 106.222233545000051, 29.430988819000053 ], [ 106.222294294000051, 29.430989923000091 ], [ 106.222356860000048, 29.430984364000036 ], [ 106.222409839000079, 29.430970586000058 ], [ 106.222462779000082, 29.430953485000089 ], [ 106.222506227000054, 29.430936473000088 ], [ 106.222544223000057, 29.430939446000078 ], [ 106.222571110000047, 29.430965783000076 ], [ 106.222579119000045, 29.431000601000047 ], [ 106.222575721000055, 29.431033862000046 ], [ 106.222555284000066, 29.431070602000094 ], [ 106.22252338100003, 29.431100802000049 ], [ 106.222468703000061, 29.431131211000036 ], [ 106.222431025000049, 29.431154818000032 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.223351740000055, 29.430681926000084 ], [ 106.223348817000044, 29.430671307000072 ], [ 106.223328001000027, 29.430623069000045 ], [ 106.223315167000067, 29.43059332700005 ], [ 106.223284042000046, 29.430543972000059 ], [ 106.223251031000075, 29.430519450000077 ], [ 106.223235418000058, 29.430490953000064 ], [ 106.223281639000049, 29.430343509000064 ], [ 106.223339768000073, 29.430279967000047 ], [ 106.22344557100007, 29.430191159000064 ], [ 106.223497409000061, 29.430148685000059 ], [ 106.223554119000028, 29.430148163000069 ], [ 106.223624477000044, 29.43019524500005 ], [ 106.22368836000004, 29.430248124000059 ], [ 106.223721393000062, 29.430274549000043 ], [ 106.223721806000071, 29.43030891300009 ], [ 106.223733270000039, 29.430354635000072 ], [ 106.223805739000071, 29.430298365000059 ], [ 106.223916624000026, 29.430178091000069 ], [ 106.223944693000092, 29.43013691700007 ], [ 106.22383158100007, 29.429927642000049 ], [ 106.223830203000034, 29.429925091000086 ], [ 106.22381129200005, 29.429893374000073 ], [ 106.223668150000037, 29.429973436000068 ], [ 106.223591619000047, 29.430016731000084 ], [ 106.223515477000035, 29.430062949000035 ], [ 106.223353513000077, 29.430206567000091 ], [ 106.22327411200007, 29.430290375000084 ], [ 106.223233914000048, 29.430344898000037 ], [ 106.223229921000041, 29.430350308000072 ], [ 106.223228559000063, 29.430352810000041 ], [ 106.223196699000027, 29.430411205000034 ], [ 106.223177085000032, 29.430450799000081 ], [ 106.223159390000035, 29.430486518000059 ], [ 106.223133765000057, 29.430562249000051 ], [ 106.223173336000073, 29.430556644000042 ], [ 106.22320835000005, 29.430565865000066 ], [ 106.223232587000041, 29.430586651000052 ], [ 106.223259239000072, 29.430626503000042 ], [ 106.223272713000028, 29.430658836000077 ], [ 106.223271135000061, 29.430708491000079 ], [ 106.223256071000037, 29.430725813000041 ], [ 106.223201613000072, 29.430732043000038 ], [ 106.223175647000062, 29.430749465000069 ], [ 106.223178175000058, 29.430778084000046 ], [ 106.223191697000061, 29.430814240000064 ], [ 106.223156936000066, 29.430826016000083 ], [ 106.223085194000078, 29.430845762000047 ], [ 106.223050627000077, 29.43087281600009 ], [ 106.222984563000068, 29.430889491000073 ], [ 106.222941331000087, 29.43095513600008 ], [ 106.222940215000051, 29.430956831000071 ], [ 106.222928677000027, 29.430968139000079 ], [ 106.222854694000034, 29.431040661000054 ], [ 106.222872118000055, 29.431050361000075 ], [ 106.22293346700009, 29.431122256000045 ], [ 106.222981781000044, 29.431169189000059 ], [ 106.223112792000066, 29.431209787000057 ], [ 106.223208486000033, 29.431225630000082 ], [ 106.223300798000025, 29.431224782000072 ], [ 106.223364461000088, 29.431224197000066 ], [ 106.223437974000035, 29.431248604000075 ], [ 106.223523886000066, 29.431245028000021 ], [ 106.223596831000066, 29.43122206400005 ], [ 106.223675943000046, 29.431182320000051 ], [ 106.223710222000079, 29.431120695000054 ], [ 106.223712805000048, 29.431070508000058 ], [ 106.22368365400007, 29.431028973000085 ], [ 106.223613291000049, 29.431001750000068 ], [ 106.223472564000076, 29.430947307000057 ], [ 106.223398717000066, 29.430895036000035 ], [ 106.223353452000026, 29.430836928000069 ], [ 106.223339717000044, 29.430753449000065 ], [ 106.223351740000055, 29.430681926000084 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.223798496000029, 29.431246664000067 ], [ 106.223793727000057, 29.431253881000078 ], [ 106.223749302000058, 29.431293595000067 ], [ 106.223712146000025, 29.431315227000084 ], [ 106.223684536000079, 29.431353149000078 ], [ 106.223666282000067, 29.431390985000064 ], [ 106.223653717000047, 29.431435319000055 ], [ 106.22364654200004, 29.431472047000057 ], [ 106.223648565000076, 29.431476218000064 ], [ 106.223690109000074, 29.431485381000073 ], [ 106.223803315000055, 29.431467157000043 ], [ 106.223961608000081, 29.431389333000084 ], [ 106.223987231000081, 29.431343264000066 ], [ 106.223980023000081, 29.43128796100007 ], [ 106.223946990000059, 29.431261536000076 ], [ 106.223853549000069, 29.431291036000061 ], [ 106.223803391000047, 29.431291497000075 ], [ 106.223798713000065, 29.43126480200003 ], [ 106.223798496000029, 29.431246664000067 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.227641663000043, 29.432942980000064 ], [ 106.227670480000029, 29.432837657000043 ], [ 106.227710673000047, 29.43273949800005 ], [ 106.227692903000047, 29.432688436000028 ], [ 106.227678370000035, 29.432625267000045 ], [ 106.22765694800006, 29.432562160000085 ], [ 106.227631976000055, 29.432490044000073 ], [ 106.227631432000067, 29.432444833000091 ], [ 106.22763752000003, 29.432378458000066 ], [ 106.22764324700006, 29.432281942000088 ], [ 106.227655642000059, 29.432167279000058 ], [ 106.22764070900007, 29.432070954000036 ], [ 106.227626211000029, 29.432010799000071 ], [ 106.227622115000031, 29.431956576000051 ], [ 106.227594171000078, 29.431923674000075 ], [ 106.22759007500008, 29.431869452000051 ], [ 106.227589459000058, 29.431818212000053 ], [ 106.227602869000066, 29.431787943000074 ], [ 106.227647305000062, 29.431760404000041 ], [ 106.227670827000054, 29.431711955000083 ], [ 106.22766346800006, 29.431672835000089 ], [ 106.227649912000061, 29.431655957000089 ], [ 106.227625013000079, 29.431624959000082 ], [ 106.227559085000053, 29.431583364000058 ], [ 106.227503669000043, 29.431556744000094 ], [ 106.227448578000065, 29.431557252000047 ], [ 106.227390153000044, 29.431566834000083 ], [ 106.227341878000061, 29.431561250000076 ], [ 106.22726928000003, 29.431537803000083 ], [ 106.227214190000055, 29.431538312000043 ], [ 106.227146424000068, 29.43155380700005 ], [ 106.227095083000052, 29.431560711000078 ], [ 106.227050818000066, 29.431545041000049 ], [ 106.227028279000095, 29.431503449000047 ], [ 106.227016294000066, 29.431423174000091 ], [ 106.227048305000039, 29.431336063000057 ], [ 106.227044014000057, 29.431284654000084 ], [ 106.227040110000075, 29.431265398000043 ], [ 106.227010380000081, 29.431236734000034 ], [ 106.226991668000039, 29.431207966000038 ], [ 106.226943499000072, 29.431173041000083 ], [ 106.226898963000053, 29.431134866000022 ], [ 106.226854581000055, 29.431109552000063 ], [ 106.226810470000032, 29.431106743000051 ], [ 106.226748228000091, 29.431123393000057 ], [ 106.226708292000069, 29.431162346000068 ], [ 106.226709066000069, 29.431226648000056 ], [ 106.226735662000067, 29.431300358000044 ], [ 106.226817428000061, 29.431379991000085 ], [ 106.226862157000028, 29.431434239000062 ], [ 106.226862466000057, 29.431459960000044 ], [ 106.226851603000057, 29.431472922000069 ], [ 106.226837067000091, 29.431485918000078 ], [ 106.226844837000044, 29.431521216000078 ], [ 106.226885817000039, 29.431569070000087 ], [ 106.226916581000069, 29.431603328000055 ], [ 106.226923046000081, 29.431610527000085 ], [ 106.226952659000062, 29.43162954700005 ], [ 106.226993253000046, 29.431645250000088 ], [ 106.227052210000068, 29.431660784000087 ], [ 106.227103628000066, 29.431660310000034 ], [ 106.227165986000045, 29.431653305000054 ], [ 106.227202790000035, 29.43165939600004 ], [ 106.227236038000058, 29.431675167000037 ], [ 106.227265923000061, 29.431716692000069 ], [ 106.227281154000082, 29.43176156800007 ], [ 106.227281772000026, 29.431813009000049 ], [ 106.227271296000026, 29.431858121000062 ], [ 106.227242301000061, 29.431890543000058 ], [ 106.227224556000067, 29.431942153000083 ], [ 106.227239905000033, 29.431996674000057 ], [ 106.227332534000041, 29.432063344000088 ], [ 106.227410896000038, 29.432116384000036 ], [ 106.227435490000062, 29.432148371000032 ], [ 106.227470600000061, 29.432194032000037 ], [ 106.227489800000058, 29.432226781000047 ], [ 106.227487821000068, 29.432257668000076 ], [ 106.227472727000077, 29.432370990000031 ], [ 106.227451919000032, 29.432399991000068 ], [ 106.227430963000074, 29.432416648000061 ], [ 106.227431284000033, 29.432443397000039 ], [ 106.227443408000056, 29.43247415400009 ], [ 106.227455503000044, 29.43251060700004 ], [ 106.227472678000026, 29.432562372000071 ], [ 106.227503764000062, 29.432605987000041 ], [ 106.227525736000075, 29.432608528000063 ], [ 106.227560409000034, 29.432624671000038 ], [ 106.227585778000048, 29.432649132000055 ], [ 106.227589307000073, 29.432682025000076 ], [ 106.227555130000042, 29.432707035000071 ], [ 106.227530486000035, 29.432742933000039 ], [ 106.227527551000037, 29.432759422000068 ], [ 106.22751217800004, 29.432784258000087 ], [ 106.227490469000031, 29.432803665000051 ], [ 106.227453092000076, 29.432823216000088 ], [ 106.227418584000077, 29.432820791000033 ], [ 106.227374541000074, 29.432807477000026 ], [ 106.227352439000072, 29.432793961000069 ], [ 106.227339605000054, 29.432769385000086 ], [ 106.227345642000046, 29.432750124000055 ], [ 106.227345048000075, 29.43270073900004 ], [ 106.227325848000078, 29.432667990000084 ], [ 106.22730049900008, 29.432627419000085 ], [ 106.227300280000065, 29.432627069000031 ], [ 106.227278112000093, 29.432608067000047 ], [ 106.22723717000008, 29.432591981000087 ], [ 106.227199528000028, 29.432589584000077 ], [ 106.227177721000032, 29.432600759000085 ], [ 106.227178183000035, 29.432639169000076 ], [ 106.227190983000071, 29.432661002000089 ], [ 106.227206984000077, 29.432688293000069 ], [ 106.22721146300006, 29.432694517000066 ], [ 106.227232486000048, 29.432723726000063 ], [ 106.227264453000032, 29.432775566000089 ], [ 106.227271315000053, 29.432824891000053 ], [ 106.227252558000032, 29.432862838000055 ], [ 106.227272670000048, 29.43287408600008 ], [ 106.227305683000054, 29.432896080000031 ], [ 106.227307867000036, 29.432926320000036 ], [ 106.227300993000028, 29.43295982900008 ], [ 106.22727416400005, 29.432998300000069 ], [ 106.227232412000035, 29.433040369000086 ], [ 106.227281738000045, 29.433043460000086 ], [ 106.227338825000061, 29.433038765000056 ], [ 106.227433836000046, 29.433019826000073 ], [ 106.22756653700003, 29.432967191000046 ], [ 106.227641663000043, 29.432942980000064 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.227435490000062, 29.432148371000032 ], [ 106.227410896000038, 29.432116384000036 ], [ 106.227332534000041, 29.432063344000088 ], [ 106.227239905000033, 29.431996674000057 ], [ 106.227224556000067, 29.431942153000083 ], [ 106.227242301000061, 29.431890543000058 ], [ 106.227271296000026, 29.431858121000062 ], [ 106.227281772000026, 29.431813009000049 ], [ 106.227281154000082, 29.43176156800007 ], [ 106.227265923000061, 29.431716692000069 ], [ 106.227236038000058, 29.431675167000037 ], [ 106.227202790000035, 29.43165939600004 ], [ 106.227165986000045, 29.431653305000054 ], [ 106.227103628000066, 29.431660310000034 ], [ 106.227052210000068, 29.431660784000087 ], [ 106.226993253000046, 29.431645250000088 ], [ 106.226952659000062, 29.43162954700005 ], [ 106.226923046000081, 29.431610527000085 ], [ 106.226916581000069, 29.431603328000055 ], [ 106.226910713000066, 29.431610920000086 ], [ 106.22692767500007, 29.431660893000064 ], [ 106.227047638000045, 29.431774350000069 ], [ 106.227105883000036, 29.431856153000066 ], [ 106.227119307000066, 29.431952685000052 ], [ 106.227063309000073, 29.432057030000067 ], [ 106.226985954000043, 29.43208638300008 ], [ 106.226990905000036, 29.432157935000077 ], [ 106.227071058000035, 29.43217967500004 ], [ 106.227154217000077, 29.432134952000069 ], [ 106.227207298000053, 29.432127299000062 ], [ 106.227264587000036, 29.432130353000041 ], [ 106.227350543000057, 29.432136724000088 ], [ 106.227416099000038, 29.432146854000052 ], [ 106.227435490000062, 29.432148371000032 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.22721146300006, 29.432694517000066 ], [ 106.227206984000077, 29.432688293000069 ], [ 106.227190983000071, 29.432661002000089 ], [ 106.227178183000035, 29.432639169000076 ], [ 106.227177721000032, 29.432600759000085 ], [ 106.227199528000028, 29.432589584000077 ], [ 106.22723717000008, 29.432591981000087 ], [ 106.227278112000093, 29.432608067000047 ], [ 106.227300280000065, 29.432627069000031 ], [ 106.22730049900008, 29.432627419000085 ], [ 106.227387723000049, 29.432561685000046 ], [ 106.227455503000044, 29.43251060700004 ], [ 106.227443408000056, 29.43247415400009 ], [ 106.227431284000033, 29.432443397000039 ], [ 106.227430963000074, 29.432416648000061 ], [ 106.227451919000032, 29.432399991000068 ], [ 106.227472727000077, 29.432370990000031 ], [ 106.227487821000068, 29.432257668000076 ], [ 106.227489800000058, 29.432226781000047 ], [ 106.227470600000061, 29.432194032000037 ], [ 106.227435490000062, 29.432148371000032 ], [ 106.227416099000038, 29.432146854000052 ], [ 106.227350543000057, 29.432136724000088 ], [ 106.227264587000036, 29.432130353000041 ], [ 106.227207298000053, 29.432127299000062 ], [ 106.227154217000077, 29.432134952000069 ], [ 106.227071058000035, 29.43217967500004 ], [ 106.226990905000036, 29.432157935000077 ], [ 106.226985954000043, 29.43208638300008 ], [ 106.227063309000073, 29.432057030000067 ], [ 106.227119307000066, 29.431952685000052 ], [ 106.227105883000036, 29.431856153000066 ], [ 106.227047638000045, 29.431774350000069 ], [ 106.22692767500007, 29.431660893000064 ], [ 106.226910713000066, 29.431610920000086 ], [ 106.226916581000069, 29.431603328000055 ], [ 106.226885817000039, 29.431569070000087 ], [ 106.226844837000044, 29.431521216000078 ], [ 106.226837067000091, 29.431485918000078 ], [ 106.226851603000057, 29.431472922000069 ], [ 106.226862466000057, 29.431459960000044 ], [ 106.226862157000028, 29.431434239000062 ], [ 106.226817428000061, 29.431379991000085 ], [ 106.226735662000067, 29.431300358000044 ], [ 106.226709066000069, 29.431226648000056 ], [ 106.226708292000069, 29.431162346000068 ], [ 106.226748228000091, 29.431123393000057 ], [ 106.226810470000032, 29.431106743000051 ], [ 106.226854581000055, 29.431109552000063 ], [ 106.226898963000053, 29.431134866000022 ], [ 106.226943499000072, 29.431173041000083 ], [ 106.226991668000039, 29.431207966000038 ], [ 106.227010380000081, 29.431236734000034 ], [ 106.227040110000075, 29.431265398000043 ], [ 106.227044014000057, 29.431284654000084 ], [ 106.227048305000039, 29.431336063000057 ], [ 106.227016294000066, 29.431423174000091 ], [ 106.227028279000095, 29.431503449000047 ], [ 106.227050818000066, 29.431545041000049 ], [ 106.227095083000052, 29.431560711000078 ], [ 106.227146424000068, 29.43155380700005 ], [ 106.227214190000055, 29.431538312000043 ], [ 106.22726928000003, 29.431537803000083 ], [ 106.227341878000061, 29.431561250000076 ], [ 106.227390153000044, 29.431566834000083 ], [ 106.227448578000065, 29.431557252000047 ], [ 106.227503669000043, 29.431556744000094 ], [ 106.227559085000053, 29.431583364000058 ], [ 106.227625013000079, 29.431624959000082 ], [ 106.227649912000061, 29.431655957000089 ], [ 106.22768822900008, 29.431650301000047 ], [ 106.227807071000029, 29.431670684000039 ], [ 106.227809511000032, 29.431673932000077 ], [ 106.22780917700004, 29.431646128000072 ], [ 106.227788167000028, 29.431394458000049 ], [ 106.227785896000057, 29.431205582000072 ], [ 106.227724998000042, 29.431001504000044 ], [ 106.227708901000028, 29.430784421000052 ], [ 106.227709922000031, 29.430570329000084 ], [ 106.227725381000027, 29.43046395000005 ], [ 106.227736494000069, 29.430387483000057 ], [ 106.227763632000062, 29.430251856000037 ], [ 106.227827335000029, 29.430179033000041 ], [ 106.227631544000076, 29.430027444000078 ], [ 106.227519820000055, 29.429942008000069 ], [ 106.22750538400004, 29.429930969000051 ], [ 106.227506388000052, 29.429938908000054 ], [ 106.227522325000052, 29.429966090000047 ], [ 106.227563134000036, 29.429984844000039 ], [ 106.227601051000079, 29.43002275400006 ], [ 106.227617151000061, 29.430063598000064 ], [ 106.22760253000007, 29.430145718000052 ], [ 106.227568818000066, 29.430197954000054 ], [ 106.227534909000056, 29.43023379300007 ], [ 106.227494956000044, 29.430286085000038 ], [ 106.227464169000029, 29.430321896000077 ], [ 106.227461901000027, 29.43039297100006 ], [ 106.22746285400008, 29.430472214000076 ], [ 106.227466961000076, 29.430554162000082 ], [ 106.227498964000063, 29.430619455000059 ], [ 106.227549993000025, 29.430709169000078 ], [ 106.227600560000042, 29.430760627000044 ], [ 106.227613671000029, 29.430812430000046 ], [ 106.227614427000049, 29.43087527900007 ], [ 106.227577562000079, 29.430924809000096 ], [ 106.227531330000033, 29.430974427000081 ], [ 106.227475736000031, 29.431024130000075 ], [ 106.227407457000027, 29.431057554000066 ], [ 106.227348313000064, 29.431071763000087 ], [ 106.22728588400004, 29.431072338000043 ], [ 106.227220071000033, 29.431051082000071 ], [ 106.227174336000076, 29.431027630000077 ], [ 106.227186029000052, 29.431039154000072 ], [ 106.227285031000065, 29.431109848000073 ], [ 106.227265277000072, 29.431167311000085 ], [ 106.227171604000034, 29.431200396000069 ], [ 106.227097662000062, 29.431172428000085 ], [ 106.22704406600009, 29.431137128000042 ], [ 106.226977950000048, 29.431080456000085 ], [ 106.226903352000079, 29.430998803000083 ], [ 106.22682863600005, 29.430906405000094 ], [ 106.226860489000046, 29.430834507000043 ], [ 106.226909080000041, 29.430794684000087 ], [ 106.226920319000044, 29.430708657000078 ], [ 106.226898920000053, 29.430630087000051 ], [ 106.226824462000081, 29.430559176000088 ], [ 106.226730584000052, 29.430574357000062 ], [ 106.226719044000049, 29.430635326000072 ], [ 106.226715685000059, 29.430696218000037 ], [ 106.226674876000061, 29.43070375700006 ], [ 106.226613240000063, 29.430679266000077 ], [ 106.226563916000032, 29.430658233000095 ], [ 106.226501161000044, 29.430540676000078 ], [ 106.226541271000031, 29.430475863000083 ], [ 106.226602606000029, 29.430475298000083 ], [ 106.226630766000028, 29.43043565500005 ], [ 106.226632681000069, 29.430354154000042 ], [ 106.226664999000036, 29.430320923000068 ], [ 106.226661216000025, 29.430278 ], [ 106.226585041000078, 29.430201368000045 ], [ 106.226516005000065, 29.430173364000041 ], [ 106.226414366000029, 29.430155679000052 ], [ 106.226475675000074, 29.430122038000029 ], [ 106.226557462000073, 29.430121285000041 ], [ 106.226631189000045, 29.430131347000046 ], [ 106.226680823000038, 29.430177429000075 ], [ 106.22675146000006, 29.430269862000038 ], [ 106.226837887000045, 29.430315604000043 ], [ 106.226923885000076, 29.430325554000039 ], [ 106.226985963000061, 29.430385846000043 ], [ 106.22704010800004, 29.430467687000089 ], [ 106.227106696000078, 29.430563738000039 ], [ 106.227143244000047, 29.430626069000088 ], [ 106.227143150000089, 29.430625467000084 ], [ 106.227120479000064, 29.430557355000076 ], [ 106.22709790600004, 29.43049744000006 ], [ 106.226983332000032, 29.43031539500004 ], [ 106.226948208000067, 29.43025013100003 ], [ 106.226931943000068, 29.430195623000074 ], [ 106.226893993000033, 29.430154980000051 ], [ 106.226865573000055, 29.430127914000078 ], [ 106.226866762000043, 29.430083467000081 ], [ 106.226868712000055, 29.430050622000071 ], [ 106.226889457000027, 29.430021708000087 ], [ 106.226931440000044, 29.430004908000065 ], [ 106.226982847000059, 29.429992126000062 ], [ 106.227015703000063, 29.429995925000064 ], [ 106.227037040000027, 29.430016246000033 ], [ 106.227044391000049, 29.430042848000081 ], [ 106.227044737000028, 29.430071569000059 ], [ 106.227059290000057, 29.430112468000058 ], [ 106.227078062000032, 29.430114347000089 ], [ 106.227113188000033, 29.430111972000073 ], [ 106.227147968000054, 29.430080876000101 ], [ 106.227191975000039, 29.430037386000045 ], [ 106.227193973000055, 29.430008644000054 ], [ 106.227191235000078, 29.429975843000083 ], [ 106.227214076000053, 29.429926393000077 ], [ 106.227253593000057, 29.429899358000057 ], [ 106.227283713000091, 29.429870357000077 ], [ 106.227339831000052, 29.429831928000066 ], [ 106.227318603000072, 29.429830338000045 ], [ 106.227191168000047, 29.429831511000092 ], [ 106.227052638000032, 29.429873358000069 ], [ 106.226980658000059, 29.429909522000063 ], [ 106.226934441000026, 29.429920090000049 ], [ 106.226864565000028, 29.429890306000072 ], [ 106.226751368000066, 29.429871063000071 ], [ 106.226621007000062, 29.429869728000078 ], [ 106.226435801000036, 29.429884112000078 ], [ 106.226329159000045, 29.429928202000038 ], [ 106.226254617000052, 29.429992279000089 ], [ 106.226211265000074, 29.430000285000055 ], [ 106.226176206000048, 29.429975251000087 ], [ 106.226137824000048, 29.429914748000051 ], [ 106.226113344000055, 29.429805939000062 ], [ 106.226091761000077, 29.429697105000059 ], [ 106.226088210000057, 29.429588770000077 ], [ 106.226042920000054, 29.429570060000056 ], [ 106.225988596000036, 29.429587268000027 ], [ 106.225942710000027, 29.42962587500006 ], [ 106.225935199000048, 29.429680843000085 ], [ 106.225939114000028, 29.429708970000036 ], [ 106.225918248000042, 29.429709160000076 ], [ 106.225874277000059, 29.429725316000088 ], [ 106.225850159000061, 29.429759907000065 ], [ 106.225849623000045, 29.429797672000067 ], [ 106.225786756000048, 29.42980631600005 ], [ 106.225776418000066, 29.429854148000054 ], [ 106.225774156000071, 29.429892355000046 ], [ 106.225786261000053, 29.429992481000056 ], [ 106.225751563000074, 29.430054862000073 ], [ 106.225721954000065, 29.430085906000052 ], [ 106.225736721000033, 29.430084961000027 ], [ 106.225789203000033, 29.430108321000027 ], [ 106.225821358000076, 29.430139815000075 ], [ 106.225842569000065, 29.430205187000073 ], [ 106.225882097000067, 29.430319872000041 ], [ 106.225930257000073, 29.430233289000054 ], [ 106.225959476000071, 29.430191899000071 ], [ 106.226008088000071, 29.430168793000064 ], [ 106.226076991000085, 29.430158928000086 ], [ 106.226161931000036, 29.43015676300007 ], [ 106.226210070000036, 29.43017310700009 ], [ 106.226249918000065, 29.430197921000062 ], [ 106.226280218000056, 29.430225970000034 ], [ 106.226310543000068, 29.430256117000059 ], [ 106.226320521000048, 29.430288551000046 ], [ 106.226330537000081, 29.430324131000074 ], [ 106.226344460000064, 29.430397777000056 ], [ 106.226339440000061, 29.430429329000049 ], [ 106.226330898000072, 29.430467217000064 ], [ 106.226315006000064, 29.430492568000091 ], [ 106.226289343000076, 29.430528250000066 ], [ 106.226260912000058, 29.430558443000056 ], [ 106.226250508000078, 29.430566438000088 ], [ 106.226253148000069, 29.430569003000077 ], [ 106.226264012000058, 29.430571798000077 ], [ 106.226280292000084, 29.430572478000048 ], [ 106.226304851000066, 29.430571160000063 ], [ 106.226314248000051, 29.430569233000082 ], [ 106.226324856000076, 29.430564598000053 ], [ 106.226370220000035, 29.430536451000087 ], [ 106.226380823000056, 29.430533909000076 ], [ 106.226389495000035, 29.430536012000069 ], [ 106.226402413000088, 29.430546934000063 ], [ 106.226411594000083, 29.430560633000077 ], [ 106.226413023000077, 29.430571553000053 ], [ 106.226409184000033, 29.430584759000052 ], [ 106.226400412000032, 29.430599994000083 ], [ 106.226383983000062, 29.430621985000069 ], [ 106.226360111000076, 29.430647057000048 ], [ 106.226332169000059, 29.430666383000073 ], [ 106.226312281000048, 29.430674856000049 ], [ 106.226288552000028, 29.430681029000084 ], [ 106.226261043000079, 29.430684890000066 ], [ 106.226229901000067, 29.43068641300005 ], [ 106.226207984000041, 29.430686335000075 ], [ 106.226182919000053, 29.430726328000041 ], [ 106.22618596500007, 29.430752551000062 ], [ 106.226281517000075, 29.430763605000038 ], [ 106.226352339000087, 29.430758181000044 ], [ 106.226410014000066, 29.430793444000074 ], [ 106.226452344000052, 29.43091239700005 ], [ 106.226511405000053, 29.431062209000057 ], [ 106.226520925000045, 29.431174303000031 ], [ 106.226549077000072, 29.431248031000052 ], [ 106.22660460700007, 29.43133105000004 ], [ 106.226618870000038, 29.431383429000046 ], [ 106.226534675000039, 29.431410463000081 ], [ 106.226469248000058, 29.431411066000059 ], [ 106.226398274000076, 29.431404557000064 ], [ 106.22637712900007, 29.431368490000061 ], [ 106.226374966000037, 29.431400913000054 ], [ 106.226367422000067, 29.431460642000051 ], [ 106.22635966200005, 29.431502293000051 ], [ 106.226366943000073, 29.431592617000039 ], [ 106.226357118000067, 29.431634287000072 ], [ 106.22632866500004, 29.43167251400007 ], [ 106.226283497000054, 29.431694624000041 ], [ 106.226242199000069, 29.431695004000055 ], [ 106.226215137000054, 29.431677176000051 ], [ 106.226203884000029, 29.431660349000076 ], [ 106.226200340000062, 29.431664353000087 ], [ 106.226199063000081, 29.431694430000046 ], [ 106.226166728000067, 29.431726237000078 ], [ 106.226124153000058, 29.431722336000067 ], [ 106.226073179000025, 29.431697619000094 ], [ 106.226082553000026, 29.431664002000058 ], [ 106.226098303000072, 29.431613730000031 ], [ 106.226087840000048, 29.431559414000052 ], [ 106.22604648600003, 29.431385082000084 ], [ 106.22604577900006, 29.431326382000059 ], [ 106.22607157200008, 29.431294635000086 ], [ 106.226095709000049, 29.43126147900006 ], [ 106.226083609000057, 29.431207178000083 ], [ 106.226084627000034, 29.431155607000047 ], [ 106.226094126000078, 29.431129748000039 ], [ 106.226086947000056, 29.43107682600003 ], [ 106.22611130100006, 29.431060852000094 ], [ 106.226131142000042, 29.431079288000035 ], [ 106.226159296000048, 29.431107668000038 ], [ 106.226188742000033, 29.431107398000048 ], [ 106.226206164000075, 29.431059978000061 ], [ 106.226219939000032, 29.431052679000054 ], [ 106.226199157000053, 29.431034062000048 ], [ 106.226157006000051, 29.430975258000046 ], [ 106.226126063000038, 29.430941174000058 ], [ 106.226067061000037, 29.430894124000069 ], [ 106.226059435000082, 29.430899346000043 ], [ 106.226048343000073, 29.430903272000087 ], [ 106.226005741000051, 29.430909970000073 ], [ 106.22595982200005, 29.43091573300007 ], [ 106.225922916000059, 29.43091454700004 ], [ 106.225901557000043, 29.430909575000047 ], [ 106.22585723800006, 29.430894152000057 ], [ 106.225797918000069, 29.430879057000084 ], [ 106.225771884000039, 29.430870113000076 ], [ 106.225756412000067, 29.430862028000032 ], [ 106.225722745000041, 29.430840355000051 ], [ 106.22570599900007, 29.430832535000029 ], [ 106.225678659000039, 29.430823785000086 ], [ 106.225656868000044, 29.43081894300008 ], [ 106.22563901500007, 29.430817628000057 ], [ 106.225625142000069, 29.430819910000086 ], [ 106.225611790000073, 29.430827909000069 ], [ 106.225599321000061, 29.430842456000047 ], [ 106.225587733000054, 29.430863418000058 ], [ 106.225575856000034, 29.43089291800004 ], [ 106.225565609000057, 29.430948390000083 ], [ 106.225558457000034, 29.430962952000073 ], [ 106.225535063000052, 29.430997040000079 ], [ 106.225530933000073, 29.431006640000078 ], [ 106.225529339000047, 29.431015549000062 ], [ 106.225531888000035, 29.431037184000047 ], [ 106.225540792000061, 29.431061268000061 ], [ 106.225550823000063, 29.431075429000074 ], [ 106.225579107000044, 29.431101887000072 ], [ 106.225589416000048, 29.431114286000074 ], [ 106.225605284000039, 29.431142455000039 ], [ 106.225614045000043, 29.431167516000073 ], [ 106.225615584000096, 29.431195321000075 ], [ 106.225608420000071, 29.431243945000062 ], [ 106.225599140000057, 29.43128387500008 ], [ 106.225598207000075, 29.431301322000074 ], [ 106.225602126000069, 29.431317160000042 ], [ 106.225616246000072, 29.431350804000079 ], [ 106.225636677000068, 29.431417441000058 ], [ 106.225650836000057, 29.431450074000054 ], [ 106.225663490000045, 29.431470660000052 ], [ 106.225677905000055, 29.431486927000034 ], [ 106.225695079000047, 29.431501986000058 ], [ 106.225714083000071, 29.431515027000046 ], [ 106.225733951000052, 29.431525380000043 ], [ 106.225748306000071, 29.431529740000087 ], [ 106.225784445000045, 29.431535831000076 ], [ 106.225799584000086, 29.431541960000057 ], [ 106.225811159000045, 29.43155068500004 ], [ 106.225821496000052, 29.431561180000074 ], [ 106.225824653000075, 29.431565547000059 ], [ 106.225838019000037, 29.431572177000078 ], [ 106.225894271000072, 29.43161323900005 ], [ 106.225931896000077, 29.43165085700009 ], [ 106.22593015700005, 29.431677992000054 ], [ 106.22590772500007, 29.431701700000072 ], [ 106.225866773000064, 29.431731001000056 ], [ 106.225838299000031, 29.431767420000082 ], [ 106.225828299000057, 29.431794629000084 ], [ 106.225814464000052, 29.431818773000096 ], [ 106.225847405000096, 29.431837841000061 ], [ 106.225907917000029, 29.431889711000057 ], [ 106.225937151000039, 29.431916559000054 ], [ 106.225975920000053, 29.431958412000085 ], [ 106.225986249000087, 29.431947944000058 ], [ 106.226035573000047, 29.431935680000041 ], [ 106.226152269000067, 29.431955273000078 ], [ 106.226285187000045, 29.43202406100005 ], [ 106.22644364000007, 29.431941039000037 ], [ 106.226586305000069, 29.431903008000063 ], [ 106.226564305000068, 29.431866809000045 ], [ 106.226565815000072, 29.431831162000027 ], [ 106.226569324000081, 29.431800586000065 ], [ 106.226586257000065, 29.431758010000053 ], [ 106.226605435000067, 29.431740865000048 ], [ 106.226642097000081, 29.43172695200008 ], [ 106.226684737000028, 29.431726560000072 ], [ 106.226743289000069, 29.431759958000047 ], [ 106.226864168000077, 29.431818233000058 ], [ 106.226883794000059, 29.431838414000072 ], [ 106.226884120000079, 29.431865560000062 ], [ 106.226884426000026, 29.431891010000076 ], [ 106.226877083000034, 29.431925014000051 ], [ 106.226861903000042, 29.431952303000063 ], [ 106.226862270000026, 29.431982844000057 ], [ 106.226864718000073, 29.432025241000073 ], [ 106.226886670000056, 29.432077641000035 ], [ 106.226928962000045, 29.43220960400004 ], [ 106.226934573000051, 29.432294290000076 ], [ 106.226943247000065, 29.432410474000037 ], [ 106.226959026000031, 29.432512259000077 ], [ 106.226977830000067, 29.432563051000045 ], [ 106.226976414000035, 29.432596509000057 ], [ 106.226973178000037, 29.432629985000066 ], [ 106.226986332000081, 29.432664902000056 ], [ 106.227028575000077, 29.432697959000055 ], [ 106.227087210000036, 29.432732457000043 ], [ 106.227122484000077, 29.432761571000075 ], [ 106.227166246000095, 29.432728593000036 ], [ 106.22721146300006, 29.432694517000066 ] ], [ [ 106.225723913000081, 29.430912691000053 ], [ 106.225736244000075, 29.430915076000066 ], [ 106.225747568000031, 29.430919175000042 ], [ 106.225757877000035, 29.430924790000063 ], [ 106.225767194000071, 29.430931749000074 ], [ 106.225775535000025, 29.430939865000088 ], [ 106.22578289900008, 29.430948950000072 ], [ 106.225789303000056, 29.430958824000065 ], [ 106.225794767000082, 29.43096931000008 ], [ 106.225798031000068, 29.430976821000058 ], [ 106.225801069000056, 29.430984371000083 ], [ 106.225804063000055, 29.430991776000045 ], [ 106.225807240000051, 29.430998874000064 ], [ 106.225810813000066, 29.431005489000086 ], [ 106.225814987000035, 29.431011458000057 ], [ 106.225819973000057, 29.431016599000095 ], [ 106.225825979000035, 29.431020747000048 ], [ 106.225831615000061, 29.431023284000048 ], [ 106.225837832000082, 29.431025258000084 ], [ 106.225844446000067, 29.431026866000085 ], [ 106.225851244000069, 29.43102830000004 ], [ 106.225858021000093, 29.431029735000042 ], [ 106.22586459300004, 29.431031371000081 ], [ 106.22587075000007, 29.431033389000053 ], [ 106.225876284000037, 29.431035989000065 ], [ 106.225882418000026, 29.431040506000045 ], [ 106.225887360000058, 29.431046144000049 ], [ 106.225891345000036, 29.431052701000048 ], [ 106.225894605000065, 29.431059969000049 ], [ 106.225897356000075, 29.43106774600005 ], [ 106.225899844000025, 29.431075823000072 ], [ 106.225902293000047, 29.431084002000034 ], [ 106.225904924000076, 29.431092069000048 ], [ 106.225910413000065, 29.431105495000057 ], [ 106.22591688200005, 29.43111814600007 ], [ 106.225924034000059, 29.43113021300007 ], [ 106.225931562000028, 29.43114187000009 ], [ 106.225939150000045, 29.431153310000063 ], [ 106.225946521000026, 29.431164699000075 ], [ 106.225953356000062, 29.431176236000059 ], [ 106.225959362000026, 29.431188097000071 ], [ 106.225963599000067, 29.431198413000061 ], [ 106.225967189000073, 29.431209034000059 ], [ 106.225970277000044, 29.431219886000061 ], [ 106.225973026000077, 29.431230918000043 ], [ 106.225975581000057, 29.431242063000074 ], [ 106.225978097000052, 29.431253271000067 ], [ 106.225980735000064, 29.431264477000067 ], [ 106.225983631000076, 29.431275626000058 ], [ 106.225990595000042, 29.431297725000032 ], [ 106.225998748000052, 29.431319454000061 ], [ 106.226007611000057, 29.431340923000047 ], [ 106.226016658000049, 29.431362272000044 ], [ 106.226025395000079, 29.431383607000043 ], [ 106.226033339000026, 29.431405049000094 ], [ 106.226039968000066, 29.431426711000078 ], [ 106.226044797000043, 29.431448721000045 ], [ 106.226045488000068, 29.431453099000066 ], [ 106.22604609800004, 29.431457494000082 ], [ 106.22604661500003, 29.431461910000053 ], [ 106.226047038000047, 29.431466344000057 ], [ 106.226047381000058, 29.43147079800007 ], [ 106.226047630000039, 29.431475269000089 ], [ 106.226047787000027, 29.431479751000044 ], [ 106.226047863000076, 29.43148426100003 ], [ 106.226015784000026, 29.431492864000063 ], [ 106.226010423000048, 29.431490876000058 ], [ 106.226005253000039, 29.431488668000043 ], [ 106.226000257000067, 29.431486260000046 ], [ 106.225995456000078, 29.431483633000088 ], [ 106.225990826000043, 29.431480800000092 ], [ 106.225986388000081, 29.431477764000082 ], [ 106.225982135000038, 29.431474510000044 ], [ 106.225978065000049, 29.431471048000045 ], [ 106.225974136000048, 29.431467358000074 ], [ 106.225970339000071, 29.431463542000078 ], [ 106.225966593000066, 29.431459670000041 ], [ 106.225962847000062, 29.431455817000078 ], [ 106.225959041000067, 29.431452071000066 ], [ 106.225955103000047, 29.431448508000074 ], [ 106.225950972000078, 29.431445200000041 ], [ 106.225946588000056, 29.431442236000066 ], [ 106.225938345000031, 29.431438028000052 ], [ 106.225929392000069, 29.431434746000033 ], [ 106.225919961000045, 29.431432045000061 ], [ 106.225910298000031, 29.431429617000049 ], [ 106.225900633000037, 29.431427135000046 ], [ 106.225891201000081, 29.431424273000065 ], [ 106.225882245000037, 29.431420709000065 ], [ 106.225873998000054, 29.431416114000058 ], [ 106.225869485000032, 29.431412755000057 ], [ 106.225865339000052, 29.431408968000085 ], [ 106.225861589000033, 29.43140481700004 ], [ 106.225858269000071, 29.43140036400008 ], [ 106.225855399000068, 29.431395672000065 ], [ 106.225853022000081, 29.431390806000071 ], [ 106.225851159000058, 29.431385817000034 ], [ 106.225849832000065, 29.431380776000072 ], [ 106.225848823000035, 29.43136978900008 ], [ 106.225849959000072, 29.431358830000079 ], [ 106.225852662000079, 29.43134787200006 ], [ 106.225856373000056, 29.431336912000059 ], [ 106.225860518000047, 29.431325941000072 ], [ 106.225864538000053, 29.431314944000068 ], [ 106.225867849000053, 29.431303908000075 ], [ 106.225869879000072, 29.431292839000029 ], [ 106.225870075000046, 29.431280046000044 ], [ 106.225868016000049, 29.431267318000042 ], [ 106.225863866000054, 29.431254791000068 ], [ 106.225857807000068, 29.431242606000065 ], [ 106.225850030000061, 29.431230907000042 ], [ 106.225840695000045, 29.43121981500007 ], [ 106.225829999000041, 29.431209477000042 ], [ 106.225818106000077, 29.431200024000074 ], [ 106.225808963000077, 29.431193821000075 ], [ 106.225799598000037, 29.431187980000061 ], [ 106.225790288000042, 29.431182320000065 ], [ 106.225781317000042, 29.431176667000045 ], [ 106.225772993000078, 29.431170861000055 ], [ 106.225765592000073, 29.431164714000086 ], [ 106.225759412000059, 29.43115805900004 ], [ 106.225754739000081, 29.431150723000091 ], [ 106.225751191000029, 29.431140157000073 ], [ 106.225749887000063, 29.431128532000063 ], [ 106.225750120000043, 29.431116179000078 ], [ 106.22575117100007, 29.43110345100007 ], [ 106.225752337000074, 29.43109069400009 ], [ 106.225752899000042, 29.43107824000009 ], [ 106.225752149000073, 29.431066439000059 ], [ 106.225749372000067, 29.431055632000032 ], [ 106.225744219000049, 29.431046262000052 ], [ 106.225736978000043, 29.431037821000071 ], [ 106.225728114000049, 29.431029965000061 ], [ 106.225718160000042, 29.43102235300006 ], [ 106.22570760900004, 29.431014648000087 ], [ 106.225696949000053, 29.431006492000051 ], [ 106.22568668100007, 29.430997547000064 ], [ 106.225677327000028, 29.430987476000031 ], [ 106.225672143000054, 29.430980479000088 ], [ 106.225667673000032, 29.430973069000068 ], [ 106.225664069000061, 29.430965454000049 ], [ 106.225661483000067, 29.430957791000083 ], [ 106.225660073000029, 29.430950262000067 ], [ 106.225660008000034, 29.430943063000086 ], [ 106.225661431000049, 29.430936349000032 ], [ 106.225664502000043, 29.430930322000059 ], [ 106.225668987000063, 29.430925393000045 ], [ 106.225674831000049, 29.430921234000035 ], [ 106.225681756000029, 29.430917841000049 ], [ 106.225689536000061, 29.430915235000047 ], [ 106.225697892000028, 29.430913408000045 ], [ 106.22570657600005, 29.43091237200008 ], [ 106.22571533200005, 29.430912129000035 ], [ 106.225723913000081, 29.430912691000053 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.229320702000052, 29.431770732000075 ], [ 106.229322922000051, 29.431715005000058 ], [ 106.229325748000065, 29.431693374000066 ], [ 106.229343978000031, 29.431670252000057 ], [ 106.229378631000031, 29.431655777000064 ], [ 106.229353308000043, 29.43162919600007 ], [ 106.22932938100007, 29.431597560000057 ], [ 106.229292387000044, 29.431547308000049 ], [ 106.229248992000066, 29.43149898900009 ], [ 106.22924622000005, 29.431446547000071 ], [ 106.229236207000042, 29.431361567000067 ], [ 106.229237413000078, 29.431319583000064 ], [ 106.22923888300005, 29.431297530000052 ], [ 106.22916718700003, 29.431240500000055 ], [ 106.228984143000048, 29.431094900000065 ], [ 106.228724827000065, 29.430888635000084 ], [ 106.228610432000039, 29.430797625000078 ], [ 106.228599837000047, 29.430789202000085 ], [ 106.228558611000039, 29.430848322000088 ], [ 106.228696815000049, 29.431156116000064 ], [ 106.228763622000045, 29.431262815000082 ], [ 106.22888832700005, 29.431461983000069 ], [ 106.228904689000046, 29.431476008000061 ], [ 106.228947600000026, 29.431499756000044 ], [ 106.229010621000043, 29.431527708000075 ], [ 106.229048545000083, 29.431553699000059 ], [ 106.229063931000042, 29.431582091000049 ], [ 106.229061874000095, 29.431619424000072 ], [ 106.229042373000027, 29.431665698000071 ], [ 106.229025403000037, 29.431714144000061 ], [ 106.229023398000052, 29.431755867000042 ], [ 106.22903129000008, 29.431786523000085 ], [ 106.229059001000053, 29.431797242000069 ], [ 106.229086552000069, 29.431794793000048 ], [ 106.229098770000064, 29.431768341000065 ], [ 106.229118537000033, 29.43174401400006 ], [ 106.229150918000087, 29.431726155000028 ], [ 106.229198394000036, 29.431712547000068 ], [ 106.229246082000031, 29.431716497000089 ], [ 106.229281526000079, 29.431744704000032 ], [ 106.229320702000052, 29.431770732000075 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.228175364000037, 29.430452475000042 ], [ 106.227999969000052, 29.430314036000084 ], [ 106.227831438000067, 29.430182210000055 ], [ 106.227827335000029, 29.430179033000041 ], [ 106.227763632000062, 29.430251856000037 ], [ 106.227736494000069, 29.430387483000057 ], [ 106.227725381000027, 29.43046395000005 ], [ 106.22772764900003, 29.430470326000084 ], [ 106.227790141000071, 29.430588127000082 ], [ 106.227868559000058, 29.430761160000088 ], [ 106.227887082000052, 29.430850728000046 ], [ 106.22791883900004, 29.430951637000067 ], [ 106.228004654000074, 29.431013845000052 ], [ 106.22801890900007, 29.431111101000059 ], [ 106.22805922200007, 29.431198554000055 ], [ 106.228053782000075, 29.431290255000075 ], [ 106.228041915000063, 29.431391558000087 ], [ 106.228023389000043, 29.431483387000071 ], [ 106.228015489000043, 29.431552197000094 ], [ 106.228013811000054, 29.431594213000043 ], [ 106.228048616000081, 29.431625619000044 ], [ 106.228112388000056, 29.431629585000049 ], [ 106.228181816000074, 29.431598392000058 ], [ 106.228203022000059, 29.431548556000056 ], [ 106.228221661000077, 29.431466278000073 ], [ 106.228242394000063, 29.431376350000054 ], [ 106.228289228000051, 29.431280451000077 ], [ 106.228325335000079, 29.431199925000048 ], [ 106.228322208000066, 29.431121664000045 ], [ 106.228299372000038, 29.431035953000041 ], [ 106.228259657000095, 29.430998135000038 ], [ 106.228232590000061, 29.430923919000055 ], [ 106.228244526000026, 29.430828335000058 ], [ 106.228287244000057, 29.430753474000088 ], [ 106.228321108000046, 29.430667240000044 ], [ 106.228318050000041, 29.430594715000037 ], [ 106.22824982000003, 29.430543792000041 ], [ 106.228185749000033, 29.430475645000055 ], [ 106.228175364000037, 29.430452475000042 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.230053751000085, 29.431945697000057 ], [ 106.229891749000046, 29.431816836000053 ], [ 106.229795747000026, 29.431740479000037 ], [ 106.229655308000076, 29.431628764000031 ], [ 106.229636433000053, 29.431613750000061 ], [ 106.22963023300008, 29.431616296000076 ], [ 106.229553377000059, 29.431638612000082 ], [ 106.229470173000038, 29.431646131000033 ], [ 106.229386952000027, 29.431652300000053 ], [ 106.229378631000031, 29.431655777000064 ], [ 106.229343978000031, 29.431670252000057 ], [ 106.229325748000065, 29.431693374000066 ], [ 106.229322922000051, 29.431715005000058 ], [ 106.229320702000052, 29.431770732000075 ], [ 106.229320554000026, 29.431774440000083 ], [ 106.229325897000081, 29.431833804000068 ], [ 106.229321805000041, 29.431878402000041 ], [ 106.229308380000091, 29.431916334000043 ], [ 106.229273719000048, 29.431984169000085 ], [ 106.229241203000072, 29.432075227000041 ], [ 106.229229593000071, 29.432134688000069 ], [ 106.229232101000036, 29.432172438000059 ], [ 106.229228555000077, 29.432219235000051 ], [ 106.229212836000045, 29.432278734000079 ], [ 106.229174689000047, 29.432352829000092 ], [ 106.229157216000033, 29.43240087200007 ], [ 106.229107267000074, 29.432538206000054 ], [ 106.229058738000049, 29.43262680100008 ], [ 106.229117918000043, 29.432631527000066 ], [ 106.229200229000071, 29.432638893000039 ], [ 106.229258586000071, 29.432639516000052 ], [ 106.229348852000044, 29.432646809000062 ], [ 106.229407324000078, 29.432656717000043 ], [ 106.22945250500004, 29.432664426000084 ], [ 106.229483199000086, 29.432680395000084 ], [ 106.229500648000055, 29.432697648000044 ], [ 106.229523413000038, 29.432716013000061 ], [ 106.229550171000028, 29.432735500000035 ], [ 106.229579301000058, 29.432731749000087 ], [ 106.229600294000079, 29.43271298000008 ], [ 106.229723231000037, 29.432554633000052 ], [ 106.229747713000052, 29.432522477000081 ], [ 106.229750767000041, 29.432500677000064 ], [ 106.229760259000045, 29.432462852000064 ], [ 106.22975987600006, 29.432430925000062 ], [ 106.229757902000074, 29.432404819000055 ], [ 106.229752596000026, 29.43237729000008 ], [ 106.229752229000042, 29.432346814000088 ], [ 106.229751863000047, 29.432316338000078 ], [ 106.229772727000068, 29.432240725000039 ], [ 106.229774783000039, 29.432204748000053 ], [ 106.229780468000058, 29.432160021000076 ], [ 106.229788719000055, 29.432121808000094 ], [ 106.22980323400003, 29.432086806000086 ], [ 106.229844057000037, 29.432065726000083 ], [ 106.229902434000053, 29.432055381000055 ], [ 106.229955794000034, 29.432041812000083 ], [ 106.229977881000082, 29.432015457000034 ], [ 106.230022174000055, 29.431972553000033 ], [ 106.230053751000085, 29.431945697000057 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.229636433000053, 29.431613750000061 ], [ 106.229441758000064, 29.431458901000038 ], [ 106.22923888300005, 29.431297530000052 ], [ 106.229237413000078, 29.431319583000064 ], [ 106.229236207000042, 29.431361567000067 ], [ 106.22924622000005, 29.431446547000071 ], [ 106.229248992000066, 29.43149898900009 ], [ 106.229292387000044, 29.431547308000049 ], [ 106.22932938100007, 29.431597560000057 ], [ 106.229353308000043, 29.43162919600007 ], [ 106.229378631000031, 29.431655777000064 ], [ 106.229386952000027, 29.431652300000053 ], [ 106.229470173000038, 29.431646131000033 ], [ 106.229553377000059, 29.431638612000082 ], [ 106.22963023300008, 29.431616296000076 ], [ 106.229636433000053, 29.431613750000061 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.251009097000065, 29.443057659000093 ], [ 106.250973145000046, 29.443054687000089 ], [ 106.250875097000062, 29.443020178000037 ], [ 106.250824461000036, 29.442968550000046 ], [ 106.250731047000045, 29.442923576000055 ], [ 106.250626291000074, 29.442924560000044 ], [ 106.250472856000044, 29.442949328000051 ], [ 106.250492596000072, 29.442958346000076 ], [ 106.250566548000052, 29.442969711000046 ], [ 106.250614936000034, 29.442983040000051 ], [ 106.250647400000048, 29.442981875000044 ], [ 106.250669929000026, 29.442973048000049 ], [ 106.250703418000057, 29.442975317000048 ], [ 106.250743589000081, 29.442985886000081 ], [ 106.250773385000059, 29.443002091000039 ], [ 106.250805910000054, 29.443021412000057 ], [ 106.250825746000032, 29.44302986100007 ], [ 106.250834800000064, 29.443036841000037 ], [ 106.250834983000061, 29.443051756000045 ], [ 106.250880796000061, 29.443064012000033 ], [ 106.250880826000071, 29.443091262000046 ], [ 106.25085423400003, 29.443146410000054 ], [ 106.250792175000072, 29.443199502000084 ], [ 106.250787249000041, 29.443242505000054 ], [ 106.250795948000075, 29.443285388000053 ], [ 106.250815617000058, 29.443332932000089 ], [ 106.25084852100008, 29.443346947000062 ], [ 106.250886308000076, 29.443315562000066 ], [ 106.25092121800003, 29.443272277000055 ], [ 106.250947871000051, 29.443221908000059 ], [ 106.250969334000047, 29.443193057000087 ], [ 106.250996102000045, 29.443152240000067 ], [ 106.251011783000081, 29.443097194000085 ], [ 106.251011314000039, 29.443059014000092 ], [ 106.251009097000065, 29.443057659000093 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.251762492000069, 29.44407292500005 ], [ 106.251729577000049, 29.444053857000078 ], [ 106.251677293000057, 29.444030973000054 ], [ 106.251606830000071, 29.444015644000046 ], [ 106.251533572000028, 29.444001569000083 ], [ 106.251464468000052, 29.443982535000075 ], [ 106.251396491000037, 29.443969334000073 ], [ 106.251357415000044, 29.443963243000042 ], [ 106.251315027000032, 29.44394518800004 ], [ 106.251252434000037, 29.443912561000051 ], [ 106.251204732000076, 29.443890865000071 ], [ 106.251143295000077, 29.443866531000079 ], [ 106.251050323000072, 29.443827960000068 ], [ 106.25096002600003, 29.443771143000049 ], [ 106.250897651000059, 29.443734823000057 ], [ 106.250821, 29.443696113000048 ], [ 106.250782431000061, 29.443673769000046 ], [ 106.250725389000081, 29.443655924000044 ], [ 106.250642303000078, 29.443629675000068 ], [ 106.250615775000028, 29.443612760000065 ], [ 106.250547051000069, 29.443656694000083 ], [ 106.250475401000074, 29.443666350000054 ], [ 106.250404046000028, 29.443669422000092 ], [ 106.250346449000062, 29.443674770000076 ], [ 106.250297251000063, 29.443693258000053 ], [ 106.250263919000076, 29.443724738000075 ], [ 106.250265841000044, 29.443727478000085 ], [ 106.250300926000079, 29.443834793000068 ], [ 106.250323192000053, 29.443882751000039 ], [ 106.250356951000072, 29.443916005000055 ], [ 106.250390441000036, 29.443927367000065 ], [ 106.250399028000061, 29.443947722000075 ], [ 106.250402828000063, 29.443985635000047 ], [ 106.250401698000076, 29.444029432000033 ], [ 106.250408076000042, 29.444086729000052 ], [ 106.250433868000073, 29.444099576000038 ], [ 106.250478735000058, 29.444100090000063 ], [ 106.250511538000069, 29.444094160000081 ], [ 106.250513325000043, 29.444062754000072 ], [ 106.25051712700008, 29.444007889000083 ], [ 106.250528866000082, 29.443992112000043 ], [ 106.25056911500009, 29.443990428000063 ], [ 106.250634797000046, 29.443995033000075 ], [ 106.250689830000056, 29.443998164000057 ], [ 106.250719163000042, 29.443996665000043 ], [ 106.250758145000077, 29.443984065000052 ], [ 106.250778883000066, 29.443965519000074 ], [ 106.250796631000071, 29.443931097000082 ], [ 106.250801921000061, 29.443906580000085 ], [ 106.250815837000061, 29.443901556000078 ], [ 106.250866149000046, 29.443901083000071 ], [ 106.250890042000037, 29.44391186900009 ], [ 106.250894504000044, 29.443933848000086 ], [ 106.250886584000057, 29.443971848000047 ], [ 106.25088850800006, 29.444014649000053 ], [ 106.250898664000033, 29.444045138000021 ], [ 106.250903127000072, 29.444067117000088 ], [ 106.25089354000005, 29.444083112000047 ], [ 106.25083944000005, 29.444116652000051 ], [ 106.250775558000043, 29.444150284000035 ], [ 106.250740836000034, 29.444170356000086 ], [ 106.250756100000046, 29.444188858000071 ], [ 106.250788371000056, 29.444197754000065 ], [ 106.250841808000075, 29.444195864000044 ], [ 106.250882006000055, 29.444194291000095 ], [ 106.25090969300004, 29.444193084000055 ], [ 106.250935280000078, 29.444191213000067 ], [ 106.251050436000071, 29.444190330000083 ], [ 106.251183702000048, 29.444197062000061 ], [ 106.251276876000077, 29.444207366000068 ], [ 106.251351864000071, 29.444222629000084 ], [ 106.251423278000075, 29.444260034000067 ], [ 106.251433144000032, 29.444269254000062 ], [ 106.251536029000079, 29.444256048000057 ], [ 106.251622459000046, 29.444219868000054 ], [ 106.251696856000081, 29.444190876000054 ], [ 106.251742970000066, 29.444162148000085 ], [ 106.251748769000073, 29.444140873000038 ], [ 106.251762492000069, 29.44407292500005 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.25119611000008, 29.442899087000061 ], [ 106.251192342000081, 29.442920284000074 ], [ 106.25119124500003, 29.442976567000073 ], [ 106.251193588000035, 29.443021875000056 ], [ 106.251181376000048, 29.443045435000041 ], [ 106.251144715000066, 29.443065580000052 ], [ 106.251063717000093, 29.443062173000047 ], [ 106.251009097000065, 29.443057659000093 ], [ 106.251011314000039, 29.443059014000092 ], [ 106.251011783000081, 29.443097194000085 ], [ 106.250996102000045, 29.443152240000067 ], [ 106.250969334000047, 29.443193057000087 ], [ 106.250947871000051, 29.443221908000059 ], [ 106.25092121800003, 29.443272277000055 ], [ 106.250886308000076, 29.443315562000066 ], [ 106.25084852100008, 29.443346947000062 ], [ 106.250815617000058, 29.443332932000089 ], [ 106.250795948000075, 29.443285388000053 ], [ 106.250787249000041, 29.443242505000054 ], [ 106.250792175000072, 29.443199502000084 ], [ 106.25085423400003, 29.443146410000054 ], [ 106.250880826000071, 29.443091262000046 ], [ 106.250880796000061, 29.443064012000033 ], [ 106.250834983000061, 29.443051756000045 ], [ 106.250827206000054, 29.443072531000038 ], [ 106.250804, 29.443121876000074 ], [ 106.250765817000058, 29.443198158000076 ], [ 106.250725769000042, 29.443261060000058 ], [ 106.250698384000046, 29.443296409000084 ], [ 106.250698425000067, 29.443299754000058 ], [ 106.25069811300007, 29.443312097000046 ], [ 106.250697317000061, 29.443324498000038 ], [ 106.250696017000053, 29.443336951000052 ], [ 106.250694232000058, 29.443349451000078 ], [ 106.250691943000049, 29.44336201200008 ], [ 106.250689171000033, 29.443374612000063 ], [ 106.25068589600005, 29.443387272000052 ], [ 106.250682134000044, 29.443399981000088 ], [ 106.25071315100007, 29.443397048000065 ], [ 106.25078508100006, 29.443426202000065 ], [ 106.250779184000066, 29.443500840000066 ], [ 106.250793586000057, 29.443563361000088 ], [ 106.250838287000093, 29.443595759000061 ], [ 106.250879370000064, 29.443610284000041 ], [ 106.25092397300007, 29.443633734000052 ], [ 106.250971683000046, 29.443633284000036 ], [ 106.251033025000027, 29.443632709000038 ], [ 106.251073889000054, 29.443629338000051 ], [ 106.25110107200004, 29.443623121000087 ], [ 106.251138559000026, 29.443622768000058 ], [ 106.251169236000067, 29.443622481000084 ], [ 106.25118180700008, 29.443535845000046 ], [ 106.251177483000049, 29.443461304000039 ], [ 106.251200972000049, 29.443431243000081 ], [ 106.251238130000047, 29.443404049000041 ], [ 106.25124854600007, 29.443418862000041 ], [ 106.25126257200003, 29.443451554000035 ], [ 106.251290349000044, 29.443493060000041 ], [ 106.251317873000062, 29.443513684000024 ], [ 106.251345432000051, 29.443537293000073 ], [ 106.25136298700005, 29.443578894000044 ], [ 106.251383944000054, 29.443620462000066 ], [ 106.251418826000076, 29.443685768000083 ], [ 106.251446532000045, 29.443721310000058 ], [ 106.251487725000061, 29.443744791000071 ], [ 106.251538846000074, 29.443744311000046 ], [ 106.251566002000061, 29.443735108000059 ], [ 106.251596229000029, 29.44369902100004 ], [ 106.251595695000049, 29.443655493000055 ], [ 106.25159560700007, 29.443648303000089 ], [ 106.251590311000029, 29.443637501000069 ], [ 106.25157813400007, 29.44361267500005 ], [ 106.251564061000067, 29.443577003000087 ], [ 106.251532507000036, 29.443505695000063 ], [ 106.251490692000061, 29.443431505000035 ], [ 106.251445771000078, 29.443381215000038 ], [ 106.251414471000032, 29.443330786000047 ], [ 106.251340821000042, 29.443161431000075 ], [ 106.251302562000035, 29.443099133000093 ], [ 106.251271228000064, 29.443045728000072 ], [ 106.251243350000038, 29.442995276000101 ], [ 106.251219008000078, 29.442956717000058 ], [ 106.251197943000079, 29.442906200000042 ], [ 106.25119611000008, 29.442899087000061 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.251014885000075, 29.445545345000077 ], [ 106.251023436000025, 29.445544080000047 ], [ 106.25103826600008, 29.44553229100007 ], [ 106.25105791700004, 29.44550662100005 ], [ 106.25111090300004, 29.445418019000048 ], [ 106.25112968600007, 29.44538944500005 ], [ 106.251135224000052, 29.445366093000079 ], [ 106.251136565000095, 29.44533986700009 ], [ 106.251141421000057, 29.445331938000038 ], [ 106.251145536000081, 29.445325220000086 ], [ 106.251161412000044, 29.445316159000072 ], [ 106.251204857000062, 29.445287779000068 ], [ 106.251255340000057, 29.445254153000075 ], [ 106.251308468000047, 29.445204510000046 ], [ 106.251351519000082, 29.445161821000049 ], [ 106.251377422000076, 29.445111544000039 ], [ 106.251366915000062, 29.445003237000037 ], [ 106.25139677600005, 29.444918618000088 ], [ 106.251479202000041, 29.444766502000054 ], [ 106.251525376000075, 29.444654454000048 ], [ 106.251556028000039, 29.444510392000041 ], [ 106.251543901000048, 29.444402676000042 ], [ 106.251471379000066, 29.444304984000041 ], [ 106.251433144000032, 29.444269254000062 ], [ 106.251423278000075, 29.444260034000067 ], [ 106.251351864000071, 29.444222629000084 ], [ 106.251276876000077, 29.444207366000068 ], [ 106.251183702000048, 29.444197062000061 ], [ 106.251050436000071, 29.444190330000083 ], [ 106.250935280000078, 29.444191213000067 ], [ 106.25090969300004, 29.444193084000055 ], [ 106.250882006000055, 29.444194291000095 ], [ 106.250841808000075, 29.444195864000044 ], [ 106.250788371000056, 29.444197754000065 ], [ 106.250756100000046, 29.444188858000071 ], [ 106.250740836000034, 29.444170356000086 ], [ 106.250732534000065, 29.444175156000082 ], [ 106.250694310000029, 29.444179774000073 ], [ 106.250651983000068, 29.444180250000048 ], [ 106.250592282000071, 29.444176894000073 ], [ 106.25052960000005, 29.444173566000075 ], [ 106.250517605000027, 29.444168457000053 ], [ 106.250508416000059, 29.444148961000053 ], [ 106.250511538000069, 29.444094160000081 ], [ 106.250478735000058, 29.444100090000063 ], [ 106.250433868000073, 29.444099576000038 ], [ 106.250408076000042, 29.444086729000052 ], [ 106.250401698000076, 29.444029432000033 ], [ 106.250402828000063, 29.443985635000047 ], [ 106.250399028000061, 29.443947722000075 ], [ 106.250390441000036, 29.443927367000065 ], [ 106.250356951000072, 29.443916005000055 ], [ 106.250323192000053, 29.443882751000039 ], [ 106.250300926000079, 29.443834793000068 ], [ 106.250265841000044, 29.443727478000085 ], [ 106.250263919000076, 29.443724738000075 ], [ 106.250224474000049, 29.443668570000053 ], [ 106.250184992000072, 29.443636100000049 ], [ 106.250162974000034, 29.443625359000066 ], [ 106.250120987000059, 29.443643543000061 ], [ 106.250059115000056, 29.443697491000083 ], [ 106.250029834000031, 29.443731975000052 ], [ 106.25, 29.443745418000042 ], [ 106.249916642000073, 29.443777128000079 ], [ 106.249820425000053, 29.443798629000074 ], [ 106.249742778000041, 29.443799357000046 ], [ 106.249683703000073, 29.443779315000089 ], [ 106.249586522000072, 29.443722147000084 ], [ 106.249458106000077, 29.443679309000061 ], [ 106.249300247000065, 29.443629406000071 ], [ 106.249116651000065, 29.443573141000051 ], [ 106.249052239000036, 29.443539150000046 ], [ 106.24900286500008, 29.443503369000045 ], [ 106.248964822000062, 29.443470777000083 ], [ 106.248928682000042, 29.443439813000055 ], [ 106.248890720000077, 29.443413811000088 ], [ 106.248822586000088, 29.443383149000041 ], [ 106.248732091000079, 29.443370817000073 ], [ 106.248658633000048, 29.443366564000087 ], [ 106.248617109000079, 29.443357068000068 ], [ 106.248564092000038, 29.443331206000039 ], [ 106.24851882400003, 29.443323394000064 ], [ 106.248439680000047, 29.443315899000083 ], [ 106.248311284000067, 29.443282507000049 ], [ 106.24823208600003, 29.443239755000029 ], [ 106.248200130000043, 29.443212378000055 ], [ 106.248196869000026, 29.443198286000037 ], [ 106.248196365000069, 29.443157 ], [ 106.248195881000072, 29.443117434000044 ], [ 106.248193388000061, 29.443074447000072 ], [ 106.248200702000091, 29.44302964600007 ], [ 106.248208399000077, 29.442963653000049 ], [ 106.248205252000048, 29.442919493000087 ], [ 106.248218398000063, 29.442869478000027 ], [ 106.248239277000039, 29.442842981000069 ], [ 106.248260145000074, 29.442825651000081 ], [ 106.24827147700006, 29.442814596000066 ], [ 106.248276512000075, 29.442809682000075 ], [ 106.248276222000086, 29.442785961000087 ], [ 106.248260779000077, 29.442754475000065 ], [ 106.248242487000027, 29.442736195000073 ], [ 106.248221699000055, 29.442732931000073 ], [ 106.248210806000031, 29.442731220000034 ], [ 106.248191232000067, 29.442731405000075 ], [ 106.248176211000043, 29.44273417900007 ], [ 106.248140223000064, 29.442746379000088 ], [ 106.248098259000074, 29.442762588000058 ], [ 106.248072681000053, 29.442764146000055 ], [ 106.248051587000077, 29.442763026000076 ], [ 106.248033441000075, 29.442756605000049 ], [ 106.248001333000047, 29.442729584000062 ], [ 106.24795242900008, 29.442666842000047 ], [ 106.247896801000081, 29.442546227000033 ], [ 106.24787740000005, 29.44243581000006 ], [ 106.24785812600004, 29.442335923000091 ], [ 106.247829234000065, 29.442269482000089 ], [ 106.247794498000076, 29.442217141000071 ], [ 106.247767017000058, 29.442126164000051 ], [ 106.247728830000042, 29.442029356000035 ], [ 106.247676778000027, 29.441962575000048 ], [ 106.247610832000078, 29.441923329000073 ], [ 106.247544857000037, 29.44188159500003 ], [ 106.247462016000043, 29.441857456000047 ], [ 106.247382084000037, 29.441838274000077 ], [ 106.247316108000064, 29.441796538000059 ], [ 106.247224213000038, 29.44173013000005 ], [ 106.247115090000079, 29.441651428000057 ], [ 106.247011872000044, 29.44159010900006 ], [ 106.246911897000075, 29.441561147000076 ], [ 106.246795028000065, 29.441547293000042 ], [ 106.246638527000073, 29.441551250000099 ], [ 106.246631181000055, 29.441554693000043 ], [ 106.246573435000073, 29.441581756000055 ], [ 106.24648884700008, 29.441647325000069 ], [ 106.246438530000034, 29.441722539000068 ], [ 106.246438988000079, 29.441759906000062 ], [ 106.24646221200004, 29.441797060000059 ], [ 106.246502573000043, 29.441839037000079 ], [ 106.24654541600006, 29.441851092000036 ], [ 106.246596949000036, 29.441875524000078 ], [ 106.246731655000076, 29.441951497000051 ], [ 106.246783219000065, 29.441978420000048 ], [ 106.246829242000047, 29.442017851000063 ], [ 106.246878142000071, 29.442059748000077 ], [ 106.246898582000028, 29.442101911000062 ], [ 106.246921837000059, 29.442141556000085 ], [ 106.246967891000054, 29.442183478000061 ], [ 106.247033959000078, 29.44223268900004 ], [ 106.247046366000077, 29.442257728000076 ], [ 106.247141609000039, 29.442258796000083 ], [ 106.247218044000078, 29.442294116000092 ], [ 106.247291484000073, 29.442343324000035 ], [ 106.247374594000064, 29.442406301000059 ], [ 106.247435435000057, 29.442461171000055 ], [ 106.247496344000069, 29.44252158300009 ], [ 106.247503559000052, 29.442593586000044 ], [ 106.247507572000075, 29.442662849000047 ], [ 106.247511520000046, 29.44272656600009 ], [ 106.247512264000093, 29.442787543000073 ], [ 106.247512908000033, 29.442840204000049 ], [ 106.247554514000058, 29.442875850000064 ], [ 106.247602114000074, 29.442883720000051 ], [ 106.247618217000095, 29.442905745000076 ], [ 106.247618726000042, 29.442947320000084 ], [ 106.247612936000067, 29.442991725000077 ], [ 106.247588213000029, 29.443041852000068 ], [ 106.247563220000075, 29.443069806000036 ], [ 106.247522292000042, 29.443089594000075 ], [ 106.247490694000078, 29.443095434000043 ], [ 106.247440098000027, 29.443101452000061 ], [ 106.247373669000069, 29.443107618000052 ], [ 106.247320074000072, 29.443127524000097 ], [ 106.247310710000079, 29.443138699000087 ], [ 106.247275675000026, 29.443122396000035 ], [ 106.247240436000027, 29.443089462000053 ], [ 106.247208127000079, 29.443037097000055 ], [ 106.247160121000036, 29.442995969000034 ], [ 106.247120770000038, 29.442943698000075 ], [ 106.247121311000072, 29.442951891000071 ], [ 106.247121872000037, 29.44299772800008 ], [ 106.247124611000061, 29.443035572000042 ], [ 106.247147746000053, 29.443065252000043 ], [ 106.247159568000029, 29.443101018000053 ], [ 106.247126465000065, 29.443149961000071 ], [ 106.24707569800006, 29.443169570000059 ], [ 106.247019330000057, 29.443178071000091 ], [ 106.24693742200003, 29.443183621000063 ], [ 106.246878736000056, 29.443187509000044 ], [ 106.246797265000055, 29.443192906000029 ], [ 106.246755644000075, 29.443215619000057 ], [ 106.246739582000032, 29.443242876000063 ], [ 106.246741813000028, 29.443276340000072 ], [ 106.246762278000062, 29.443311228000088 ], [ 106.246753971000032, 29.443376680000082 ], [ 106.246721728000068, 29.443421628000067 ], [ 106.246676641000079, 29.443458724000042 ], [ 106.246616901000053, 29.443489579000069 ], [ 106.246566114000075, 29.443507595000078 ], [ 106.246542883000075, 29.443544486000064 ], [ 106.246507389000044, 29.443621355000058 ], [ 106.246491560000052, 29.443667744000035 ], [ 106.246493790000045, 29.443701207000064 ], [ 106.246499567000058, 29.443726666000092 ], [ 106.246505323000065, 29.443750529000059 ], [ 106.246505753000065, 29.443785604000087 ], [ 106.24650616100007, 29.443819085000083 ], [ 106.246508193000068, 29.443864013000052 ], [ 106.246526334000066, 29.443843140000066 ], [ 106.246545048000044, 29.443816298000062 ], [ 106.246571439000036, 29.443794384000054 ], [ 106.246591995000074, 29.443762524000071 ], [ 106.246594619000064, 29.443739619000038 ], [ 106.246595436000064, 29.443732491000048 ], [ 106.246606128000053, 29.443672390000078 ], [ 106.246615403000078, 29.443652303000079 ], [ 106.246655203000046, 29.443636931000079 ], [ 106.246729130000077, 29.443609571000081 ], [ 106.246793681000042, 29.44359396600003 ], [ 106.246835790000034, 29.44359517300007 ], [ 106.246837492000054, 29.443595222000063 ], [ 106.246871763000058, 29.443594901000044 ], [ 106.246908080000026, 29.443606228000075 ], [ 106.246936986000051, 29.44363429100008 ], [ 106.247017401000051, 29.443670205000046 ], [ 106.247101767000075, 29.443711257000075 ], [ 106.247160378000046, 29.443736723000086 ], [ 106.247190146000051, 29.443740447000046 ], [ 106.247315891000028, 29.443740269000049 ], [ 106.247371912000062, 29.443740745000063 ], [ 106.247405122000032, 29.443745437000079 ], [ 106.247446393000075, 29.443755056000047 ], [ 106.247508398000036, 29.443777489000073 ], [ 106.24756915100005, 29.443790928000062 ], [ 106.247620745000063, 29.443803453000044 ], [ 106.24765063600006, 29.44381718000005 ], [ 106.247755621000067, 29.443833285000032 ], [ 106.247792279000066, 29.443842538000069 ], [ 106.247814361000053, 29.443855126000074 ], [ 106.247830391000036, 29.443870970000038 ], [ 106.247846499000048, 29.443893210000052 ], [ 106.247857788000033, 29.443919760000089 ], [ 106.247863129000052, 29.44395809600007 ], [ 106.247868262000054, 29.443979373000044 ], [ 106.247879512000054, 29.444002725000079 ], [ 106.24790315000007, 29.444043021000091 ], [ 106.247937939000067, 29.444080093000082 ], [ 106.247971027000062, 29.444132052000036 ], [ 106.247991095000032, 29.444180720000066 ], [ 106.248000750000074, 29.444227215000073 ], [ 106.248024752000049, 29.44427925600008 ], [ 106.248057689000063, 29.444318716000051 ], [ 106.248106548000067, 29.444386431000041 ], [ 106.248186503000056, 29.444449310000032 ], [ 106.248255727000071, 29.444483884000086 ], [ 106.248284612000077, 29.444510505000036 ], [ 106.248297064000042, 29.444526959000079 ], [ 106.248414094000054, 29.444477134000071 ], [ 106.24846758800004, 29.444433455000073 ], [ 106.248516257000063, 29.44437954100005 ], [ 106.248541565000039, 29.444336126000056 ], [ 106.248552605000043, 29.444278453000045 ], [ 106.248549677000028, 29.444231191000089 ], [ 106.248522961000049, 29.444159479000067 ], [ 106.248449343000075, 29.444094375000073 ], [ 106.248368932000062, 29.444049895000042 ], [ 106.248330974000055, 29.444019410000063 ], [ 106.248311908000062, 29.443996972000036 ], [ 106.248337090000064, 29.443943277000074 ], [ 106.248375787000043, 29.44384216800006 ], [ 106.248384402000056, 29.443778350000059 ], [ 106.24838623900007, 29.443742573000069 ], [ 106.248358114000041, 29.443741575000047 ], [ 106.248317266000072, 29.443719526000056 ], [ 106.24828266600008, 29.443684334000068 ], [ 106.248267307000049, 29.443650831000074 ], [ 106.248249080000051, 29.443557538000043 ], [ 106.248229405000075, 29.443520337000049 ], [ 106.248211979000075, 29.443492461000059 ], [ 106.248211568000045, 29.443458818000067 ], [ 106.248234943000057, 29.44344925300004 ], [ 106.248313927000027, 29.443446643000076 ], [ 106.248378035000044, 29.44344978000003 ], [ 106.24840166000007, 29.443460774000073 ], [ 106.248434102000033, 29.443494117000057 ], [ 106.248466956000087, 29.443561104000082 ], [ 106.248478205000026, 29.44360773000006 ], [ 106.248502243000075, 29.443652366000048 ], [ 106.248579047000092, 29.443646039000047 ], [ 106.248621893000063, 29.443656853000043 ], [ 106.248658629000033, 29.443692025000075 ], [ 106.248708107000027, 29.443721469000078 ], [ 106.24877228400004, 29.443730213000041 ], [ 106.248857766000071, 29.443735021000069 ], [ 106.248988024000028, 29.443733798000039 ], [ 106.249069237000072, 29.443738644000071 ], [ 106.249143975000038, 29.443737942000038 ], [ 106.249212534000037, 29.443755992000032 ], [ 106.249272805000032, 29.443794681000043 ], [ 106.249337394000065, 29.443837069000047 ], [ 106.249404459000061, 29.443907472000038 ], [ 106.249551028000042, 29.444081467000053 ], [ 106.249648468000032, 29.444182995000062 ], [ 106.249763750000056, 29.44430119500004 ], [ 106.249849917000063, 29.444398621000062 ], [ 106.24993160300005, 29.444522751000076 ], [ 106.25, 29.444668194000094 ], [ 106.250052266000083, 29.444816704000065 ], [ 106.250112322000064, 29.444843416000086 ], [ 106.250195722000058, 29.444867637000076 ], [ 106.25032599900004, 29.444902782000035 ], [ 106.250399486000049, 29.444965738000057 ], [ 106.250452507000034, 29.445053889000064 ], [ 106.25046138200004, 29.445142455000052 ], [ 106.250443680000046, 29.445181263000052 ], [ 106.250363461000063, 29.445204747000044 ], [ 106.250193362000061, 29.445310905000035 ], [ 106.250131573000033, 29.445354673000054 ], [ 106.250127382000073, 29.445436543000085 ], [ 106.250105099000052, 29.445525401000054 ], [ 106.250074552000058, 29.44557569400007 ], [ 106.250030937000091, 29.445619293000043 ], [ 106.25, 29.445696442000042 ], [ 106.250012206000065, 29.44570612200004 ], [ 106.250035491000062, 29.445709178000072 ], [ 106.250054707000061, 29.445707127000041 ], [ 106.250080005000029, 29.445695067000088 ], [ 106.250125182000033, 29.445681913000044 ], [ 106.250194936000085, 29.445649811000074 ], [ 106.250238359000036, 29.445632928000069 ], [ 106.250295089000076, 29.445585225000055 ], [ 106.250341076000041, 29.445568321000053 ], [ 106.250421369000037, 29.445551922000053 ], [ 106.250449229000026, 29.445544945000048 ], [ 106.250464616000045, 29.445548638000052 ], [ 106.250469698000074, 29.445561061000042 ], [ 106.25047257500006, 29.445572063000043 ], [ 106.250480862000074, 29.445577741000076 ], [ 106.250496989000055, 29.445577163000053 ], [ 106.250520554000047, 29.445564847000075 ], [ 106.25057632000005, 29.445535209000074 ], [ 106.250625573000036, 29.445482889000068 ], [ 106.250643096000033, 29.445470896000071 ], [ 106.250659793000068, 29.445476199000037 ], [ 106.250665179000066, 29.445491614000041 ], [ 106.250661222000076, 29.44550802700007 ], [ 106.250655221000045, 29.445527190000067 ], [ 106.250640278000049, 29.445580099000043 ], [ 106.250634822000052, 29.445643837000031 ], [ 106.250643628000034, 29.445683786000068 ], [ 106.250651316000074, 29.445717376000058 ], [ 106.250673276000043, 29.445728089000053 ], [ 106.250697192000075, 29.445728773000042 ], [ 106.250713765000057, 29.445724068000061 ], [ 106.250729166000042, 29.44570845700008 ], [ 106.250756771000056, 29.445670896000081 ], [ 106.250815399000032, 29.445620305000091 ], [ 106.250867970000058, 29.445584329000049 ], [ 106.250924337000072, 29.445535546000087 ], [ 106.250947305000068, 29.445509117000086 ], [ 106.250958941000079, 29.445508280000066 ], [ 106.250986703000081, 29.445533503000036 ], [ 106.251007659000052, 29.445546413000049 ], [ 106.251014885000075, 29.445545345000077 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.249261923000077, 29.446797309000093 ], [ 106.249253841000041, 29.446687345000043 ], [ 106.249245679000069, 29.44661427200009 ], [ 106.24924493900005, 29.44655385100009 ], [ 106.249229743000072, 29.446499926000055 ], [ 106.249207125000055, 29.446433350000056 ], [ 106.249155169000076, 29.446344785000058 ], [ 106.24914349200003, 29.44628128600004 ], [ 106.249142869000082, 29.446230405000051 ], [ 106.249182483000027, 29.446201410000068 ], [ 106.249215182000057, 29.446201103000078 ], [ 106.249306441000044, 29.446235231000067 ], [ 106.249357424000053, 29.446244294000049 ], [ 106.249401023000075, 29.446243885000044 ], [ 106.249433449000037, 29.44622131800007 ], [ 106.249447398000029, 29.446173481000081 ], [ 106.249448096000037, 29.446172290000042 ], [ 106.249347878000037, 29.446082376000039 ], [ 106.249313051000058, 29.44604567000005 ], [ 106.249275665000027, 29.44601593100009 ], [ 106.249217183000042, 29.445991019000079 ], [ 106.24913484700005, 29.44596170200008 ], [ 106.248917321000079, 29.445905879000062 ], [ 106.248829669000031, 29.445874297000039 ], [ 106.248750176000058, 29.445861155000046 ], [ 106.248681401000056, 29.445859485000092 ], [ 106.248628518000032, 29.445859981000059 ], [ 106.248588885000061, 29.445862668000068 ], [ 106.248533360000067, 29.445863188000089 ], [ 106.248477606000051, 29.445845195000064 ], [ 106.248445594000046, 29.445822349000082 ], [ 106.248408179000094, 29.445790297000094 ], [ 106.248394392000094, 29.445744133000062 ], [ 106.248500223000065, 29.445532515000082 ], [ 106.248570140000027, 29.445411501000073 ], [ 106.248623240000029, 29.445349855000075 ], [ 106.248625354000083, 29.445309970000039 ], [ 106.248550867000077, 29.445284471000047 ], [ 106.248334684000042, 29.445164625000075 ], [ 106.248271783000064, 29.445128767000085 ], [ 106.248255806000031, 29.44509930200007 ], [ 106.248274814000069, 29.445048568000068 ], [ 106.248332362000042, 29.444997107000063 ], [ 106.248406227000032, 29.44498252600005 ], [ 106.248472668000034, 29.445009678000073 ], [ 106.248523444000057, 29.445053179000073 ], [ 106.248590141000093, 29.445101160000029 ], [ 106.248638301000028, 29.445147 ], [ 106.248707387000081, 29.445174127000072 ], [ 106.248794642000064, 29.445173309000037 ], [ 106.24886344500004, 29.445177293000082 ], [ 106.248921786000039, 29.445190633000038 ], [ 106.248969832000057, 29.445227215000038 ], [ 106.249029079000081, 29.445314613000043 ], [ 106.249056030000077, 29.445356023000048 ], [ 106.249076023000043, 29.445400308000043 ], [ 106.249198686000071, 29.445447497000089 ], [ 106.249257518000036, 29.445504192000044 ], [ 106.249367799000026, 29.445608112000059 ], [ 106.249444369000059, 29.445629657000044 ], [ 106.249478798000041, 29.445643611000037 ], [ 106.249559053000041, 29.445619792000052 ], [ 106.24964895200003, 29.445618949000053 ], [ 106.249796389000039, 29.445607970000086 ], [ 106.249727333000067, 29.445566457000034 ], [ 106.24958119300004, 29.445471957000056 ], [ 106.249492939000049, 29.445429348000065 ], [ 106.249467844000037, 29.445406314000078 ], [ 106.249440155000059, 29.445388733000073 ], [ 106.249422311000046, 29.445378817000062 ], [ 106.249258356000041, 29.445305698000077 ], [ 106.249165675000043, 29.445245484000051 ], [ 106.24911647700003, 29.445208132000062 ], [ 106.249087442000075, 29.445189013000057 ], [ 106.249045210000077, 29.445177774000062 ], [ 106.249008659000026, 29.445178117000061 ], [ 106.248987626000044, 29.445179284000062 ], [ 106.248943524000026, 29.445173637000039 ], [ 106.248869609000053, 29.445130700000043 ], [ 106.248837336000065, 29.445095856000073 ], [ 106.248800761000041, 29.445048931000091 ], [ 106.248751961000053, 29.445021514000068 ], [ 106.24859731600003, 29.444944186000043 ], [ 106.24854987100008, 29.444914331000067 ], [ 106.24850512200004, 29.444878392000078 ], [ 106.248475376000044, 29.444823829000082 ], [ 106.248426381000058, 29.444780354000038 ], [ 106.248392978000027, 29.444738248000075 ], [ 106.248375266000039, 29.444705085000066 ], [ 106.248359356000037, 29.444677965000032 ], [ 106.248321807000082, 29.444579844000085 ], [ 106.248314625000035, 29.444558702000052 ], [ 106.248303964000058, 29.444536077000063 ], [ 106.248297064000042, 29.444526959000079 ], [ 106.248284612000077, 29.444510505000036 ], [ 106.248255727000071, 29.444483884000086 ], [ 106.248186503000056, 29.444449310000032 ], [ 106.248106548000067, 29.444386431000041 ], [ 106.248057689000063, 29.444318716000051 ], [ 106.248024752000049, 29.44427925600008 ], [ 106.248000750000074, 29.444227215000073 ], [ 106.247991095000032, 29.444180720000066 ], [ 106.247971027000062, 29.444132052000036 ], [ 106.247937939000067, 29.444080093000082 ], [ 106.24790315000007, 29.444043021000091 ], [ 106.247879512000054, 29.444002725000079 ], [ 106.247868262000054, 29.443979373000044 ], [ 106.247863129000052, 29.44395809600007 ], [ 106.247857788000033, 29.443919760000089 ], [ 106.247846499000048, 29.443893210000052 ], [ 106.247830391000036, 29.443870970000038 ], [ 106.247814361000053, 29.443855126000074 ], [ 106.247792279000066, 29.443842538000069 ], [ 106.247755621000067, 29.443833285000032 ], [ 106.24765063600006, 29.44381718000005 ], [ 106.247620745000063, 29.443803453000044 ], [ 106.24756915100005, 29.443790928000062 ], [ 106.247508398000036, 29.443777489000073 ], [ 106.247446393000075, 29.443755056000047 ], [ 106.247405122000032, 29.443745437000079 ], [ 106.247371912000062, 29.443740745000063 ], [ 106.247315891000028, 29.443740269000049 ], [ 106.247190146000051, 29.443740447000046 ], [ 106.247160378000046, 29.443736723000086 ], [ 106.247101767000075, 29.443711257000075 ], [ 106.247017401000051, 29.443670205000046 ], [ 106.246936986000051, 29.44363429100008 ], [ 106.246908080000026, 29.443606228000075 ], [ 106.246871763000058, 29.443594901000044 ], [ 106.246837492000054, 29.443595222000063 ], [ 106.246835790000034, 29.44359517300007 ], [ 106.246793681000042, 29.44359396600003 ], [ 106.246729130000077, 29.443609571000081 ], [ 106.246655203000046, 29.443636931000079 ], [ 106.246615403000078, 29.443652303000079 ], [ 106.246606128000053, 29.443672390000078 ], [ 106.246595436000064, 29.443732491000048 ], [ 106.246594619000064, 29.443739619000038 ], [ 106.246591995000074, 29.443762524000071 ], [ 106.246571439000036, 29.443794384000054 ], [ 106.246545048000044, 29.443816298000062 ], [ 106.246526334000066, 29.443843140000066 ], [ 106.246508193000068, 29.443864013000052 ], [ 106.246500045000062, 29.443873387000057 ], [ 106.246454778000043, 29.443908811000085 ], [ 106.246394198000075, 29.443937712000036 ], [ 106.246382216000029, 29.443943730000051 ], [ 106.246437575000073, 29.44398033800006 ], [ 106.246500173000072, 29.444021749000058 ], [ 106.246579491000034, 29.444045709000079 ], [ 106.246652924000045, 29.444049962000072 ], [ 106.246723476000057, 29.444049301000067 ], [ 106.246791084000051, 29.444038787000064 ], [ 106.246844280000062, 29.444003703000078 ], [ 106.246905789000039, 29.443956192000087 ], [ 106.246944876000043, 29.443921239000073 ], [ 106.246998374000043, 29.443910857000049 ], [ 106.247077329000035, 29.443905177000083 ], [ 106.247173398000029, 29.443914158000041 ], [ 106.247281846000078, 29.443966008000078 ], [ 106.24734085800003, 29.443991147000077 ], [ 106.24742960600004, 29.444047628000082 ], [ 106.247489030000068, 29.444106359000049 ], [ 106.247544130000051, 29.44418094300006 ], [ 106.247574374000067, 29.444253782000089 ], [ 106.247598288000063, 29.444313372000067 ], [ 106.247609911000055, 29.444330939000054 ], [ 106.247643241000048, 29.44438074500005 ], [ 106.247732100000064, 29.444541868000037 ], [ 106.247777879000068, 29.444605882000079 ], [ 106.247831043000076, 29.444605385000049 ], [ 106.247887999000056, 29.44457979200007 ], [ 106.24793715800007, 29.444586483000087 ], [ 106.247941906000051, 29.444640140000043 ], [ 106.247889401000066, 29.444694331000051 ], [ 106.247849202000054, 29.444751997000083 ], [ 106.24780064600003, 29.444795409000044 ], [ 106.247767708000026, 29.444836699000064 ], [ 106.247770990000049, 29.444840010000064 ], [ 106.247796450000067, 29.44481931100006 ], [ 106.247872358000052, 29.444770771000037 ], [ 106.247921445000031, 29.444763137000056 ], [ 106.247959837000053, 29.444774734000074 ], [ 106.248073160000047, 29.444881286000058 ], [ 106.248136637000073, 29.444933303000091 ], [ 106.248167478000028, 29.444997582000038 ], [ 106.248154697000089, 29.445069445000051 ], [ 106.248065685000029, 29.445163546000057 ], [ 106.248035927000046, 29.445187740000055 ], [ 106.248011598000062, 29.445187968000084 ], [ 106.248025545000075, 29.445214201000059 ], [ 106.24808725500003, 29.445243463000043 ], [ 106.248162525000055, 29.445266626000027 ], [ 106.248258167000074, 29.445283627000041 ], [ 106.248272420000035, 29.445334206000041 ], [ 106.248252450000052, 29.445373183000072 ], [ 106.248201984000048, 29.44542735400006 ], [ 106.248137739000072, 29.445469723000087 ], [ 106.248066939000068, 29.44553303400005 ], [ 106.248122058000035, 29.445580255000042 ], [ 106.248146570000074, 29.44563372500005 ], [ 106.248129892000065, 29.44566372100007 ], [ 106.248071947000028, 29.445664264000076 ], [ 106.248033874000043, 29.445616885000053 ], [ 106.247965462000082, 29.445596644000091 ], [ 106.247944652000072, 29.445566998000057 ], [ 106.247974735000085, 29.445518988000057 ], [ 106.247966829000063, 29.44542956000004 ], [ 106.247935238000025, 29.445355273000079 ], [ 106.247879865000073, 29.445287172000061 ], [ 106.247824467000044, 29.445216087000063 ], [ 106.247786102000077, 29.445144850000069 ], [ 106.247717863000048, 29.445139518000062 ], [ 106.247711672000037, 29.445190298000057 ], [ 106.247733102000041, 29.44527065200009 ], [ 106.247733612000047, 29.445312412000078 ], [ 106.247768567000037, 29.445383680000081 ], [ 106.247773, 29.445467179000044 ], [ 106.247791066000048, 29.445550541000049 ], [ 106.247796666000056, 29.445576683000066 ], [ 106.247879633000025, 29.44569566400008 ], [ 106.247947650000071, 29.445753936000077 ], [ 106.248034724000036, 29.445798002000046 ], [ 106.248118318000081, 29.445819661000094 ], [ 106.248227754000027, 29.445857908000047 ], [ 106.248302215000081, 29.445918925000068 ], [ 106.248338015000058, 29.44596347200007 ], [ 106.248377294000079, 29.446030429000075 ], [ 106.24841660900006, 29.446100191000088 ], [ 106.248446240000078, 29.446164433000032 ], [ 106.248514922000027, 29.446236054000046 ], [ 106.24856701200008, 29.446217758000049 ], [ 106.24862210100008, 29.446207066000042 ], [ 106.248677316000055, 29.44620654900006 ], [ 106.248706502000061, 29.446216450000065 ], [ 106.248732717000053, 29.446221292000079 ], [ 106.24876174700006, 29.44621847500008 ], [ 106.248802119000061, 29.446192658000079 ], [ 106.248833618000049, 29.446154205000077 ], [ 106.248850526000069, 29.446110802000081 ], [ 106.24886458800006, 29.446072512000054 ], [ 106.24886715100007, 29.446044506000085 ], [ 106.248875464000037, 29.446011358000082 ], [ 106.248910274000082, 29.446005943000049 ], [ 106.248954084000047, 29.446023339000071 ], [ 106.249003796000068, 29.446048311000084 ], [ 106.249039043000039, 29.446078507000035 ], [ 106.249059758000044, 29.446108838000054 ], [ 106.249060194000037, 29.446144448000041 ], [ 106.249049411000044, 29.446213233000037 ], [ 106.249021722000066, 29.446325422000097 ], [ 106.24896500400007, 29.446440427000084 ], [ 106.248965471000091, 29.446478580000079 ], [ 106.248971843000049, 29.446524309000043 ], [ 106.248992528000031, 29.446552098000033 ], [ 106.24902180600003, 29.446569630000056 ], [ 106.249056960000075, 29.446592195000054 ], [ 106.249071800000081, 29.446617494000066 ], [ 106.249087172000031, 29.446686033000049 ], [ 106.249085667000031, 29.446800520000053 ], [ 106.249063168000077, 29.446861785000067 ], [ 106.248994294000056, 29.446933657000049 ], [ 106.248913921000053, 29.44701581400005 ], [ 106.248854171000062, 29.447120672000036 ], [ 106.248851701000035, 29.447156309000029 ], [ 106.248875604000048, 29.447209506000036 ], [ 106.248906306000038, 29.447247786000052 ], [ 106.248923550000043, 29.447217759000072 ], [ 106.248938727000052, 29.447192774000083 ], [ 106.248967929000059, 29.447154103000063 ], [ 106.249029618000066, 29.447096112000054 ], [ 106.249071837000031, 29.447063223000047 ], [ 106.249100220000059, 29.447023246000068 ], [ 106.249127184000031, 29.446979670000079 ], [ 106.249159618000078, 29.446933637000082 ], [ 106.249186494000071, 29.446882843000068 ], [ 106.249231241000075, 29.446831880000051 ], [ 106.249261923000077, 29.446797309000093 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.250102661000028, 29.447245359000082 ], [ 106.250044574000071, 29.447176273000085 ], [ 106.25, 29.447110469000044 ], [ 106.249954266000032, 29.447051019000067 ], [ 106.249914447000037, 29.447008085000054 ], [ 106.249889133000067, 29.446961194000039 ], [ 106.249888836000025, 29.446936995000048 ], [ 106.249904593000053, 29.446916467000054 ], [ 106.249927500000069, 29.446885682000072 ], [ 106.249965115000066, 29.446867496000038 ], [ 106.250000001000046, 29.446845979000049 ], [ 106.250000001000046, 29.446684764000054 ], [ 106.249951844000066, 29.44662470600008 ], [ 106.249909763000062, 29.44653323600005 ], [ 106.249893224000061, 29.446437044000042 ], [ 106.249894141000027, 29.446386425000071 ], [ 106.24986242500006, 29.44639121800007 ], [ 106.249851921000072, 29.446545326000031 ], [ 106.249815330000061, 29.446674553000037 ], [ 106.249785972000041, 29.446738134000039 ], [ 106.249770020000028, 29.44672703600008 ], [ 106.249731717000031, 29.446688762000072 ], [ 106.249711923000064, 29.446617201000041 ], [ 106.249690409000038, 29.446567982000087 ], [ 106.249673444000052, 29.446619479000042 ], [ 106.249601727000027, 29.446696467000045 ], [ 106.249561324000069, 29.446719742000091 ], [ 106.249553072000026, 29.446757978000058 ], [ 106.249553602000049, 29.446801218000068 ], [ 106.249562820000051, 29.446841832000075 ], [ 106.249604065000028, 29.44688723400008 ], [ 106.249645248000036, 29.446927549000058 ], [ 106.249730333000059, 29.44699289000004 ], [ 106.249759892000043, 29.44703331400007 ], [ 106.249807075000049, 29.447088835000045 ], [ 106.249881317000074, 29.447217874000046 ], [ 106.249932152000042, 29.447334413000082 ], [ 106.250000001000046, 29.447484231000086 ], [ 106.250057544000072, 29.447479444000059 ], [ 106.250069038000049, 29.447480731000041 ], [ 106.250123165000048, 29.447486794000039 ], [ 106.250054427000066, 29.447356351000053 ], [ 106.250063042000079, 29.447286878000064 ], [ 106.250095728000076, 29.447250323000052 ], [ 106.250102661000028, 29.447245359000082 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.249939032000043, 29.446085363000073 ], [ 106.249983545000077, 29.445993605000069 ], [ 106.24998921200006, 29.445981925000076 ], [ 106.249983076000035, 29.445951037000043 ], [ 106.249918765000075, 29.445932360000079 ], [ 106.249898640000026, 29.445931326000046 ], [ 106.249874907000049, 29.445932588000062 ], [ 106.249847534000025, 29.445927648000069 ], [ 106.249824872000048, 29.445919546000088 ], [ 106.249796448000041, 29.445894802000055 ], [ 106.249796588000038, 29.445906229000052 ], [ 106.24977216800005, 29.445989148000081 ], [ 106.249769900000047, 29.446100484000056 ], [ 106.249762223000076, 29.446160642000045 ], [ 106.249850916000071, 29.44612470200008 ], [ 106.249917987000075, 29.446069006000076 ], [ 106.24991973200008, 29.446067558000031 ], [ 106.249939032000043, 29.446085363000073 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.24805017500006, 29.449162840000053 ], [ 106.247995791000051, 29.449152797000057 ], [ 106.247939333000033, 29.449137495000052 ], [ 106.247826418000045, 29.449106892000085 ], [ 106.247747641000046, 29.449074211000042 ], [ 106.247675108000067, 29.449059060000085 ], [ 106.247628955000039, 29.449064769000067 ], [ 106.24753293200007, 29.449100848000057 ], [ 106.247469018000075, 29.449133107000087 ], [ 106.247518609000053, 29.449134577000052 ], [ 106.247562449000043, 29.449188752000058 ], [ 106.247572916000081, 29.449260036000055 ], [ 106.247525997000025, 29.449306325000062 ], [ 106.247621142000071, 29.449280578000081 ], [ 106.247673908000081, 29.449280084000062 ], [ 106.247760560000074, 29.449304465000054 ], [ 106.247866707000071, 29.449353857000062 ], [ 106.247963158000061, 29.44939494200008 ], [ 106.248045374000071, 29.449448757000084 ], [ 106.248127744000044, 29.449515167000065 ], [ 106.248171274000086, 29.44954415300009 ], [ 106.248223835000033, 29.44952686300007 ], [ 106.248261953000053, 29.449505510000055 ], [ 106.248261593000052, 29.449476122000089 ], [ 106.248256025000046, 29.449413191000083 ], [ 106.24823622100007, 29.449362990000058 ], [ 106.248187534000067, 29.449304661000038 ], [ 106.248114809000086, 29.449242359000039 ], [ 106.248075817000029, 29.449192338000046 ], [ 106.24805017500006, 29.449162840000053 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.245390040000075, 29.449733791000089 ], [ 106.245343732000038, 29.449681435000059 ], [ 106.245319317000053, 29.449624573000037 ], [ 106.245316855000056, 29.449584805000086 ], [ 106.245316454000033, 29.449551939000063 ], [ 106.245316116000026, 29.449524261000072 ], [ 106.245334760000048, 29.449432396000073 ], [ 106.245340310000074, 29.449401204000083 ], [ 106.245349917000055, 29.449378624000079 ], [ 106.245381075000068, 29.449340272000086 ], [ 106.245398672000078, 29.449324537000049 ], [ 106.245422283000039, 29.449315666000068 ], [ 106.245461789000046, 29.449313567000047 ], [ 106.245523226000046, 29.449326832000054 ], [ 106.245552936000081, 29.449331744000059 ], [ 106.245590382000046, 29.449322744000092 ], [ 106.245668931000068, 29.44928048800006 ], [ 106.245686506000027, 29.449263024000064 ], [ 106.245707866000032, 29.449231683000054 ], [ 106.245725252000057, 29.449198650000085 ], [ 106.245756791000076, 29.449191435000049 ], [ 106.245800313000075, 29.44919448800005 ], [ 106.24584795800007, 29.449211342000073 ], [ 106.245885826000062, 29.449236938000077 ], [ 106.245925734000025, 29.449267705000075 ], [ 106.245955697000056, 29.449293375000085 ], [ 106.245981707000055, 29.449319082000041 ], [ 106.24600593100007, 29.449360376000069 ], [ 106.24601627800007, 29.449398340000073 ], [ 106.246022567000068, 29.449427690000046 ], [ 106.24602307400005, 29.44946920600006 ], [ 106.246031982000034, 29.449533488000029 ], [ 106.246048103000078, 29.449517339000067 ], [ 106.246100764000062, 29.449485895000066 ], [ 106.246156588000076, 29.449450200000062 ], [ 106.246273555000073, 29.44941956100007 ], [ 106.246419265000043, 29.449373176000055 ], [ 106.246556764000047, 29.449312799000033 ], [ 106.246643058000075, 29.449271192000086 ], [ 106.246868715000062, 29.449190294000058 ], [ 106.246924640000032, 29.449163039000041 ], [ 106.246975762000034, 29.44913723600007 ], [ 106.247015823000041, 29.449127013000069 ], [ 106.247064005000027, 29.449123748000083 ], [ 106.247142761000077, 29.449123009000058 ], [ 106.247273187000076, 29.449141485000041 ], [ 106.247416945000055, 29.449147669000077 ], [ 106.247469018000075, 29.449133107000087 ], [ 106.24753293200007, 29.449100848000057 ], [ 106.247628955000039, 29.449064769000067 ], [ 106.247675108000067, 29.449059060000085 ], [ 106.247747641000046, 29.449074211000042 ], [ 106.247826418000045, 29.449106892000085 ], [ 106.247939333000033, 29.449137495000052 ], [ 106.247995791000051, 29.449152797000057 ], [ 106.24805017500006, 29.449162840000053 ], [ 106.248120506000078, 29.449162182000066 ], [ 106.248212683000077, 29.44914020900007 ], [ 106.248340769000038, 29.449096794000063 ], [ 106.248484012000063, 29.449028105000082 ], [ 106.248687632000056, 29.448909344000064 ], [ 106.248760591000064, 29.448855128000051 ], [ 106.248782691000031, 29.448845848000076 ], [ 106.248777269000072, 29.448769175000052 ], [ 106.248770194000031, 29.448685787000041 ], [ 106.248760482000094, 29.44863421600007 ], [ 106.24874408200003, 29.44852253800007 ], [ 106.248695354000063, 29.448512397000062 ], [ 106.248684999000034, 29.448471520000052 ], [ 106.248676921000026, 29.448415526000076 ], [ 106.248661321000043, 29.448348820000035 ], [ 106.248638937000067, 29.448331778000064 ], [ 106.248604209000064, 29.44831269500008 ], [ 106.248559732000047, 29.448302330000043 ], [ 106.248534832000075, 29.44828099800009 ], [ 106.248509747000071, 29.448244572000071 ], [ 106.248506808000059, 29.448205782000063 ], [ 106.248515976000078, 29.448149627000074 ], [ 106.248523104000071, 29.448127995000043 ], [ 106.248557461000075, 29.448116890000044 ], [ 106.248601806000067, 29.448116474000074 ], [ 106.248626654000077, 29.44813349300005 ], [ 106.248671078000029, 29.448139546000053 ], [ 106.248714196000037, 29.448118237000077 ], [ 106.248737941000059, 29.44809372900005 ], [ 106.24875964000006, 29.448053051000041 ], [ 106.248764833000052, 29.448023861000078 ], [ 106.248760637000032, 29.447983426000068 ], [ 106.248758312000064, 29.447944592000059 ], [ 106.248746740000058, 29.447905845000033 ], [ 106.248729678000089, 29.447872007000058 ], [ 106.248716375000072, 29.447842990000083 ], [ 106.248716946000059, 29.44777255200006 ], [ 106.248702063000053, 29.447752972000039 ], [ 106.248689628000079, 29.447686948000065 ], [ 106.248697661000051, 29.447630909000047 ], [ 106.248688476000041, 29.447592837000052 ], [ 106.248655918000054, 29.447544809000071 ], [ 106.248614609000072, 29.447494320000086 ], [ 106.248570458000074, 29.447448945000076 ], [ 106.248526401000049, 29.447411201000087 ], [ 106.248465094000039, 29.447388881000055 ], [ 106.24837500600006, 29.447389726000033 ], [ 106.248279167000078, 29.447395712000059 ], [ 106.248191924000025, 29.447391442000075 ], [ 106.248110306000058, 29.447371857000064 ], [ 106.24806340300006, 29.447339227000043 ], [ 106.248051436000026, 29.447311356000043 ], [ 106.248051001000078, 29.447275747000049 ], [ 106.248085376000063, 29.447234724000062 ], [ 106.248137155000052, 29.447190992000053 ], [ 106.248206558000049, 29.447162359000064 ], [ 106.248275775000081, 29.447118465000081 ], [ 106.248339396000063, 29.447092430000048 ], [ 106.248394268000027, 29.447063933000024 ], [ 106.248443080000087, 29.447015143000051 ], [ 106.248497236000048, 29.446928145000065 ], [ 106.248536520000073, 29.446813303000059 ], [ 106.248578086000066, 29.446647564000045 ], [ 106.248584937000047, 29.446494869000041 ], [ 106.248565818000031, 29.446357680000055 ], [ 106.248512357000038, 29.446264061000072 ], [ 106.248514922000027, 29.446236054000046 ], [ 106.248446240000078, 29.446164433000032 ], [ 106.24841660900006, 29.446100191000088 ], [ 106.248377294000079, 29.446030429000075 ], [ 106.248338015000058, 29.44596347200007 ], [ 106.248302215000081, 29.445918925000068 ], [ 106.248227754000027, 29.445857908000047 ], [ 106.248118318000081, 29.445819661000094 ], [ 106.248034724000036, 29.445798002000046 ], [ 106.247947650000071, 29.445753936000077 ], [ 106.247879633000025, 29.44569566400008 ], [ 106.247796666000056, 29.445576683000066 ], [ 106.247788292000052, 29.445564675000071 ], [ 106.247680173000063, 29.445372128000088 ], [ 106.247627596000029, 29.445266023000045 ], [ 106.247585457000071, 29.445227146000036 ], [ 106.247524363000025, 29.445210885000044 ], [ 106.247463270000026, 29.445194627000046 ], [ 106.247376575000033, 29.445181412000064 ], [ 106.247321790000058, 29.445156680000085 ], [ 106.247286195000072, 29.445128962000069 ], [ 106.247263214000043, 29.44508429300004 ], [ 106.247262528000093, 29.44502819500007 ], [ 106.247265082000069, 29.444974872000039 ], [ 106.247318309000036, 29.444942181000044 ], [ 106.247444195000071, 29.444906781000032 ], [ 106.24760034500008, 29.444886889000092 ], [ 106.247656320000033, 29.444861711000044 ], [ 106.247680743000046, 29.444827886000041 ], [ 106.24768698400004, 29.444784350000081 ], [ 106.247685896000064, 29.444695425000077 ], [ 106.247675898000068, 29.444616468000049 ], [ 106.247618622000061, 29.444364040000046 ], [ 106.247598288000063, 29.444313372000067 ], [ 106.247574374000067, 29.444253782000089 ], [ 106.247544130000051, 29.44418094300006 ], [ 106.247489030000068, 29.444106359000049 ], [ 106.24742960600004, 29.444047628000082 ], [ 106.24734085800003, 29.443991147000077 ], [ 106.247281846000078, 29.443966008000078 ], [ 106.247173398000029, 29.443914158000041 ], [ 106.247077329000035, 29.443905177000083 ], [ 106.246998374000043, 29.443910857000049 ], [ 106.246944876000043, 29.443921239000073 ], [ 106.246905789000039, 29.443956192000087 ], [ 106.246844280000062, 29.444003703000078 ], [ 106.246791084000051, 29.444038787000064 ], [ 106.246723476000057, 29.444049301000067 ], [ 106.246652924000045, 29.444049962000072 ], [ 106.246579491000034, 29.444045709000079 ], [ 106.246500173000072, 29.444021749000058 ], [ 106.246437575000073, 29.44398033800006 ], [ 106.246382216000029, 29.443943730000051 ], [ 106.246302882000066, 29.443983568000075 ], [ 106.246233308000072, 29.444016720000036 ], [ 106.246189439000034, 29.444049631000038 ], [ 106.246128509000073, 29.444088952000072 ], [ 106.246098935000077, 29.444122981000085 ], [ 106.246073628000033, 29.444155717000054 ], [ 106.246066733000077, 29.444175782000062 ], [ 106.246049432000063, 29.444191252000056 ], [ 106.246042716000034, 29.444197257000045 ], [ 106.24600730700007, 29.44422133900008 ], [ 106.24596042800006, 29.444241778000048 ], [ 106.245892069000035, 29.444257418000056 ], [ 106.245872446000078, 29.444261472000051 ], [ 106.245822487000055, 29.444271788000041 ], [ 106.245777367000073, 29.444281008000075 ], [ 106.245744064000064, 29.444297449000082 ], [ 106.245675816000073, 29.444333279000091 ], [ 106.245636063000063, 29.444370308000085 ], [ 106.245631263000064, 29.44437361100006 ], [ 106.245592870000053, 29.444400039000065 ], [ 106.245546147000027, 29.44441513900005 ], [ 106.245511159000046, 29.444415466000066 ], [ 106.24549924600008, 29.444415577000083 ], [ 106.245437251000055, 29.444414691000077 ], [ 106.245408775000058, 29.444414958000042 ], [ 106.245367061000081, 29.444428543000079 ], [ 106.245315402000074, 29.44445102300006 ], [ 106.245255387000043, 29.444475046000036 ], [ 106.245190131000072, 29.444481520000078 ], [ 106.245135394000044, 29.444494374000048 ], [ 106.245075180000072, 29.444508515000052 ], [ 106.244991953000067, 29.44451617400005 ], [ 106.244837873000051, 29.444514862000055 ], [ 106.244737172000043, 29.444507547000047 ], [ 106.244685181000079, 29.444498401000086 ], [ 106.244634863000044, 29.44449749600005 ], [ 106.244581469000082, 29.44450212300006 ], [ 106.244548543000079, 29.444509310000065 ], [ 106.244525065000062, 29.444517786000063 ], [ 106.244486137000081, 29.444548424000065 ], [ 106.244414568000082, 29.444609636000056 ], [ 106.244355424000048, 29.444658350000047 ], [ 106.244311762000052, 29.444687653000074 ], [ 106.244280415000048, 29.444700853000082 ], [ 106.244214142000047, 29.444710187000062 ], [ 106.244134652000071, 29.444724489000063 ], [ 106.244071803000054, 29.444742509000033 ], [ 106.244035294000071, 29.444742850000068 ], [ 106.243977718000053, 29.444739514000045 ], [ 106.243899215000056, 29.444744120000049 ], [ 106.243797742000027, 29.444781051000067 ], [ 106.243736668000054, 29.444835661000067 ], [ 106.24366998000005, 29.444936258000034 ], [ 106.243628020000074, 29.445039326000089 ], [ 106.243639421000069, 29.445214850000067 ], [ 106.24366526600005, 29.445309178000063 ], [ 106.243678437000028, 29.445376605000039 ], [ 106.243679062000069, 29.445427937000094 ], [ 106.243639693000034, 29.445490451000062 ], [ 106.243587977000061, 29.445553080000078 ], [ 106.243576562000044, 29.445556455000087 ], [ 106.243635581000035, 29.445655197000061 ], [ 106.24373087500004, 29.44577958800005 ], [ 106.243924871000047, 29.445903056000081 ], [ 106.244239206000032, 29.446180921000067 ], [ 106.24454739600003, 29.446359482000044 ], [ 106.244796577000045, 29.446555873000072 ], [ 106.245081570000082, 29.44685561000006 ], [ 106.245158404000051, 29.446958306000052 ], [ 106.245175140000072, 29.446952147000044 ], [ 106.245235686000058, 29.446951582000057 ], [ 106.24527775100006, 29.446952660000079 ], [ 106.245331624000073, 29.446956572000094 ], [ 106.24537390200004, 29.446975316000071 ], [ 106.24541986900006, 29.447020525000081 ], [ 106.245459019000066, 29.447058436000074 ], [ 106.245541092000053, 29.447144883000085 ], [ 106.245616217000077, 29.447242232000068 ], [ 106.245662172000038, 29.447335931000055 ], [ 106.245705695000041, 29.44741396600006 ], [ 106.245724360000054, 29.447474583000087 ], [ 106.245784595000032, 29.447636785000039 ], [ 106.245789434000073, 29.447666155000022 ], [ 106.245814461000066, 29.447697298000026 ], [ 106.245855217000042, 29.447732215000084 ], [ 106.245882747000053, 29.447784905000052 ], [ 106.245905486000026, 29.447812147000032 ], [ 106.245930367000028, 29.447831524000041 ], [ 106.245950626000081, 29.447839179000084 ], [ 106.245975316000056, 29.447842870000045 ], [ 106.246006632000046, 29.447838654000069 ], [ 106.246067, 29.447828284000074 ], [ 106.246183207000058, 29.447803665000031 ], [ 106.246236901000032, 29.447797278000042 ], [ 106.246295124000028, 29.447794773000048 ], [ 106.246335401000067, 29.447790473000051 ], [ 106.246386881000035, 29.44778606900007 ], [ 106.246438167000065, 29.447765979000046 ], [ 106.246471603000032, 29.447751939000057 ], [ 106.246507231000066, 29.44773395600004 ], [ 106.246531564000065, 29.447708234000057 ], [ 106.246553702000028, 29.447686457000088 ], [ 106.246571408000079, 29.447668641000067 ], [ 106.246595764000062, 29.447644880000034 ], [ 106.246606677000045, 29.447621247000079 ], [ 106.246608534000075, 29.447589853000068 ], [ 106.246632866000027, 29.447564131000036 ], [ 106.24668200900004, 29.447551904000079 ], [ 106.246742448000077, 29.447547416000077 ], [ 106.246863159000043, 29.447524714000053 ], [ 106.246995141000085, 29.447507790000081 ], [ 106.24715148000007, 29.447467105000044 ], [ 106.247278816000062, 29.447436496000069 ], [ 106.247334583000068, 29.447416364000038 ], [ 106.247365922000029, 29.447414109000075 ], [ 106.247381676000032, 29.447419844000081 ], [ 106.247381940000025, 29.447441413000028 ], [ 106.247380083000053, 29.44747280700005 ], [ 106.247335686000042, 29.447506561000068 ], [ 106.247239810000053, 29.44754471900006 ], [ 106.247168625000029, 29.447586567000087 ], [ 106.247086478000028, 29.447648129000072 ], [ 106.246975304000046, 29.447717806000067 ], [ 106.24686756300008, 29.447793173000047 ], [ 106.246823324000047, 29.447839074000058 ], [ 106.24678424800004, 29.447867673000072 ], [ 106.246745286000078, 29.447905683000045 ], [ 106.246713628000066, 29.447954603000078 ], [ 106.24666591700003, 29.448009948000042 ], [ 106.246605588000079, 29.448059137000087 ], [ 106.246553815000027, 29.448075307000067 ], [ 106.246509057000026, 29.448078863000038 ], [ 106.24645173600004, 29.448080968000053 ], [ 106.246415822000074, 29.44807503200008 ], [ 106.246392489000073, 29.448072113000073 ], [ 106.246356710000043, 29.448077152000049 ], [ 106.246265631000043, 29.448103101000072 ], [ 106.246215843000073, 29.448134938000067 ], [ 106.246174839000048, 29.448152575000055 ], [ 106.246144646000062, 29.448174817000055 ], [ 106.24608285000005, 29.448250685000065 ], [ 106.246047492000073, 29.448290228000079 ], [ 106.24596282300007, 29.448400817000046 ], [ 106.245920125000055, 29.448426313000084 ], [ 106.245893284000033, 29.448429702000055 ], [ 106.245868198000039, 29.448429936000085 ], [ 106.245851976000054, 29.448422246000067 ], [ 106.24581291800007, 29.448388046000051 ], [ 106.245736598000065, 29.44842515800007 ], [ 106.245565659000079, 29.448600524000092 ], [ 106.245549683000036, 29.448617045000056 ], [ 106.245539633000078, 29.448627438000074 ], [ 106.24547511600008, 29.448694158000084 ], [ 106.245453043000055, 29.448716985000086 ], [ 106.245404791000055, 29.448766884000062 ], [ 106.245167571000096, 29.448933959000037 ], [ 106.244657134000079, 29.449359835000049 ], [ 106.24428263700004, 29.449701892000068 ], [ 106.244265841000072, 29.44971690900007 ], [ 106.244161802000065, 29.449809934000076 ], [ 106.244060643000068, 29.449900383000053 ], [ 106.244071893000068, 29.449908411000077 ], [ 106.24408325900005, 29.449947778000087 ], [ 106.24409286000008, 29.450097413000041 ], [ 106.244085402000053, 29.450505821000032 ], [ 106.244051827000078, 29.450765957000041 ], [ 106.244022236000035, 29.450890460000039 ], [ 106.244022921000067, 29.45094661200006 ], [ 106.244037091000052, 29.450992426000081 ], [ 106.244068675000051, 29.451031271000083 ], [ 106.24411161200004, 29.451044484000075 ], [ 106.244150432000026, 29.451039016000045 ], [ 106.244190968000055, 29.451014812000039 ], [ 106.244229061000055, 29.450949790000038 ], [ 106.244245335000073, 29.450849234000078 ], [ 106.244264996000041, 29.450707806000079 ], [ 106.244340830000056, 29.450548834000067 ], [ 106.244443175000072, 29.450331756000079 ], [ 106.244505817000061, 29.450206942000076 ], [ 106.24459581900004, 29.450093785000035 ], [ 106.244640999000069, 29.450032054000079 ], [ 106.244656896000038, 29.44998753700008 ], [ 106.244651704000049, 29.449898850000061 ], [ 106.244625187000054, 29.449746809000089 ], [ 106.24456744000004, 29.449617843000052 ], [ 106.244546380000031, 29.449576070000031 ], [ 106.244545853000034, 29.449532907000052 ], [ 106.244567290000077, 29.449493135000054 ], [ 106.244612290000077, 29.449475927000037 ], [ 106.244645285000061, 29.449485210000034 ], [ 106.24467721700006, 29.44951968700008 ], [ 106.244689128000061, 29.449597519000061 ], [ 106.244705471000032, 29.44970169100008 ], [ 106.244727842000032, 29.449738655000086 ], [ 106.244748888000075, 29.449779228000072 ], [ 106.244794841000044, 29.449839954000094 ], [ 106.244820187000073, 29.449896075000083 ], [ 106.244826678000038, 29.449978756000071 ], [ 106.244804750000071, 29.450090477000057 ], [ 106.244786288000057, 29.450149409000055 ], [ 106.244774457000062, 29.450190289000084 ], [ 106.244774851000045, 29.450222662000048 ], [ 106.24478614700007, 29.450250136000076 ], [ 106.244812411000055, 29.450269077000087 ], [ 106.24483989600003, 29.45027601400005 ], [ 106.244868649000068, 29.45027454600006 ], [ 106.244893088000026, 29.450256331000041 ], [ 106.244910443000038, 29.450218996000039 ], [ 106.244919055000025, 29.449914337000052 ], [ 106.244899485000076, 29.449657907000073 ], [ 106.244914691000076, 29.449500679000032 ], [ 106.244920863000061, 29.449445162000078 ], [ 106.244934066000042, 29.449404568000094 ], [ 106.244983269000045, 29.44936663500005 ], [ 106.245083494000028, 29.449299745000076 ], [ 106.245246600000044, 29.449193296000093 ], [ 106.245335169000043, 29.449153496000058 ], [ 106.245373526000037, 29.449119865000053 ], [ 106.245398893000086, 29.449091495000062 ], [ 106.24540883400006, 29.449063270000064 ], [ 106.245407273000069, 29.449040779000079 ], [ 106.245400544000063, 29.449016086000096 ], [ 106.245374173000073, 29.448962318000035 ], [ 106.245364859000063, 29.448936524000089 ], [ 106.245362013000033, 29.448914045000041 ], [ 106.24536299600004, 29.448889279000074 ], [ 106.245375523000064, 29.448862155000082 ], [ 106.245395884000061, 29.448845086000063 ], [ 106.245421512000064, 29.448838094000045 ], [ 106.245454991000031, 29.448842282000047 ], [ 106.245483451000041, 29.448856644000053 ], [ 106.245513321000033, 29.448881121000053 ], [ 106.245532947000072, 29.448909070000063 ], [ 106.245545054000061, 29.448952843000093 ], [ 106.245558651000067, 29.449013481000065 ], [ 106.245553157000074, 29.449090052000095 ], [ 106.24552183000003, 29.449156736000074 ], [ 106.24546086600003, 29.449218072000068 ], [ 106.245366396000065, 29.449272970000042 ], [ 106.245321965000073, 29.449319523000042 ], [ 106.245289077000052, 29.449363717000036 ], [ 106.245242501000064, 29.449445172000079 ], [ 106.245219993000035, 29.449497146000045 ], [ 106.245221912000034, 29.44954889100006 ], [ 106.245224839000059, 29.449578121000066 ], [ 106.245229616000088, 29.449653470000044 ], [ 106.245253333000051, 29.449700510000078 ], [ 106.245275463000041, 29.449722809000043 ], [ 106.245314222000047, 29.449738200000066 ], [ 106.245363086000054, 29.449738869000036 ], [ 106.245390040000075, 29.449733791000089 ] ], [ [ 106.246220695000034, 29.444247545000049 ], [ 106.246319864000043, 29.44427250300004 ], [ 106.246385282000062, 29.444362652000056 ], [ 106.246456426000066, 29.44451327500008 ], [ 106.246492531000058, 29.444629657000064 ], [ 106.246445806000054, 29.444837661000062 ], [ 106.246318947000077, 29.444964309000053 ], [ 106.246138404000078, 29.445143375000043 ], [ 106.24609999200004, 29.445230231000036 ], [ 106.246096227000066, 29.445321067000066 ], [ 106.24611228100008, 29.445431160000055 ], [ 106.246184939000045, 29.445698509000074 ], [ 106.24630151100007, 29.445922187000065 ], [ 106.246298812000077, 29.446095162000056 ], [ 106.246290498000064, 29.446216309000071 ], [ 106.246247760000088, 29.446350769000045 ], [ 106.246179473000041, 29.446420627000062 ], [ 106.246085692000079, 29.446430206000056 ], [ 106.246001291000027, 29.446400778000051 ], [ 106.245450579000078, 29.445929096000039 ], [ 106.244571997000037, 29.445254664000061 ], [ 106.244473235000044, 29.44517287200005 ], [ 106.244238683000063, 29.444997924000059 ], [ 106.244232846000045, 29.444928803000042 ], [ 106.244236781000041, 29.444850936000073 ], [ 106.244305236000059, 29.444794049000038 ], [ 106.244502118000071, 29.444731564000051 ], [ 106.24503930000003, 29.44461381900004 ], [ 106.245438575000037, 29.444474680000049 ], [ 106.245558680000045, 29.444432826000082 ], [ 106.245639546000064, 29.444404646000066 ], [ 106.245799862000069, 29.44432068500004 ], [ 106.245875175000037, 29.444281242000056 ], [ 106.24597685100008, 29.444250466000096 ], [ 106.246081938000032, 29.444218657000082 ], [ 106.246220695000034, 29.444247545000049 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.245158404000051, 29.446958306000052 ], [ 106.24516688600005, 29.446969643000042 ], [ 106.245319796000047, 29.447174019000045 ], [ 106.245367499000054, 29.447311678000059 ], [ 106.24540883800006, 29.447466660000089 ], [ 106.245488707000064, 29.447546474000035 ], [ 106.245602078000047, 29.447677764000048 ], [ 106.245812107000063, 29.447938795000088 ], [ 106.245885218000069, 29.44808960000006 ], [ 106.245894976000059, 29.448218447000041 ], [ 106.245897357000061, 29.448249886000049 ], [ 106.245858052000074, 29.448366099000047 ], [ 106.24581291800007, 29.448388046000051 ], [ 106.245851976000054, 29.448422246000067 ], [ 106.245868198000039, 29.448429936000085 ], [ 106.245893284000033, 29.448429702000055 ], [ 106.245920125000055, 29.448426313000084 ], [ 106.24596282300007, 29.448400817000046 ], [ 106.246047492000073, 29.448290228000079 ], [ 106.24608285000005, 29.448250685000065 ], [ 106.246144646000062, 29.448174817000055 ], [ 106.246174839000048, 29.448152575000055 ], [ 106.246215843000073, 29.448134938000067 ], [ 106.246265631000043, 29.448103101000072 ], [ 106.246356710000043, 29.448077152000049 ], [ 106.246392489000073, 29.448072113000073 ], [ 106.246415822000074, 29.44807503200008 ], [ 106.24645173600004, 29.448080968000053 ], [ 106.246509057000026, 29.448078863000038 ], [ 106.246553815000027, 29.448075307000067 ], [ 106.246605588000079, 29.448059137000087 ], [ 106.24666591700003, 29.448009948000042 ], [ 106.246713628000066, 29.447954603000078 ], [ 106.246745286000078, 29.447905683000045 ], [ 106.24678424800004, 29.447867673000072 ], [ 106.246823324000047, 29.447839074000058 ], [ 106.24686756300008, 29.447793173000047 ], [ 106.246975304000046, 29.447717806000067 ], [ 106.247086478000028, 29.447648129000072 ], [ 106.247168625000029, 29.447586567000087 ], [ 106.247239810000053, 29.44754471900006 ], [ 106.247335686000042, 29.447506561000068 ], [ 106.247380083000053, 29.44747280700005 ], [ 106.247381940000025, 29.447441413000028 ], [ 106.247381676000032, 29.447419844000081 ], [ 106.247365922000029, 29.447414109000075 ], [ 106.247334583000068, 29.447416364000038 ], [ 106.247278816000062, 29.447436496000069 ], [ 106.24715148000007, 29.447467105000044 ], [ 106.246995141000085, 29.447507790000081 ], [ 106.246863159000043, 29.447524714000053 ], [ 106.246742448000077, 29.447547416000077 ], [ 106.24668200900004, 29.447551904000079 ], [ 106.246632866000027, 29.447564131000036 ], [ 106.246608534000075, 29.447589853000068 ], [ 106.246606677000045, 29.447621247000079 ], [ 106.246595764000062, 29.447644880000034 ], [ 106.246571408000079, 29.447668641000067 ], [ 106.246553702000028, 29.447686457000088 ], [ 106.246531564000065, 29.447708234000057 ], [ 106.246507231000066, 29.44773395600004 ], [ 106.246471603000032, 29.447751939000057 ], [ 106.246438167000065, 29.447765979000046 ], [ 106.246386881000035, 29.44778606900007 ], [ 106.246335401000067, 29.447790473000051 ], [ 106.246295124000028, 29.447794773000048 ], [ 106.246236901000032, 29.447797278000042 ], [ 106.246183207000058, 29.447803665000031 ], [ 106.246067, 29.447828284000074 ], [ 106.246006632000046, 29.447838654000069 ], [ 106.245975316000056, 29.447842870000045 ], [ 106.245950626000081, 29.447839179000084 ], [ 106.245930367000028, 29.447831524000041 ], [ 106.245905486000026, 29.447812147000032 ], [ 106.245882747000053, 29.447784905000052 ], [ 106.245855217000042, 29.447732215000084 ], [ 106.245814461000066, 29.447697298000026 ], [ 106.245789434000073, 29.447666155000022 ], [ 106.245784595000032, 29.447636785000039 ], [ 106.245724360000054, 29.447474583000087 ], [ 106.245705695000041, 29.44741396600006 ], [ 106.245662172000038, 29.447335931000055 ], [ 106.245616217000077, 29.447242232000068 ], [ 106.245541092000053, 29.447144883000085 ], [ 106.245459019000066, 29.447058436000074 ], [ 106.24541986900006, 29.447020525000081 ], [ 106.24537390200004, 29.446975316000071 ], [ 106.245331624000073, 29.446956572000094 ], [ 106.24527775100006, 29.446952660000079 ], [ 106.245235686000058, 29.446951582000057 ], [ 106.245175140000072, 29.446952147000044 ], [ 106.245158404000051, 29.446958306000052 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.235447445000034, 29.440948276000078 ], [ 106.235347293000075, 29.440899137000084 ], [ 106.235253560000046, 29.440812637000079 ], [ 106.235181214000079, 29.440725939000057 ], [ 106.235162222000042, 29.440629385000076 ], [ 106.235167990000036, 29.440516998000081 ], [ 106.235156239000048, 29.440429737000045 ], [ 106.235101790000058, 29.44034911500006 ], [ 106.235047229000031, 29.440259130000065 ], [ 106.235027935000062, 29.440137615000083 ], [ 106.235001774000068, 29.440038006000059 ], [ 106.234961584000075, 29.439957250000081 ], [ 106.234935546000045, 29.439926852000042 ], [ 106.234963186000073, 29.439992405000055 ], [ 106.234967500000039, 29.44006694800003 ], [ 106.235030141000038, 29.440339681000069 ], [ 106.235092132000034, 29.440392816000042 ], [ 106.235165008000081, 29.440499539000086 ], [ 106.235135667000065, 29.440610198000059 ], [ 106.235160787000041, 29.440714376000077 ], [ 106.235274082000046, 29.44086640600004 ], [ 106.235298921000037, 29.440891234000048 ], [ 106.235332070000027, 29.440926728000079 ], [ 106.23537323000005, 29.440947825000077 ], [ 106.235443272000055, 29.440990141000043 ], [ 106.235487578000061, 29.441002613000073 ], [ 106.235447445000034, 29.440948276000078 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.237658724000028, 29.443884591000081 ], [ 106.237631281000063, 29.443783560000043 ], [ 106.237360430000081, 29.443069480000077 ], [ 106.237361374000045, 29.443147304000039 ], [ 106.237361782000065, 29.443180956000049 ], [ 106.237324323000053, 29.44331318400009 ], [ 106.237238991000027, 29.443459557000047 ], [ 106.237284429000056, 29.443467762000072 ], [ 106.237324137000044, 29.443520010000046 ], [ 106.237318764000079, 29.443572677000073 ], [ 106.237286407000056, 29.443630857000073 ], [ 106.237227448000056, 29.443726116000054 ], [ 106.237153457000034, 29.443856288000074 ], [ 106.237180291000072, 29.444069869000085 ], [ 106.237140408000073, 29.444232051000085 ], [ 106.237245986000062, 29.444419277000065 ], [ 106.237345981000033, 29.444577415000087 ], [ 106.237519490000068, 29.444757332000052 ], [ 106.23760466300007, 29.444840728000091 ], [ 106.23785403800008, 29.445327751000036 ], [ 106.237916916000074, 29.445381629000057 ], [ 106.237942121000074, 29.445403227000046 ], [ 106.238035991000061, 29.445460233000055 ], [ 106.238162730000056, 29.445501148000066 ], [ 106.238175486000046, 29.445501808000081 ], [ 106.238152472000081, 29.445420740000085 ], [ 106.238021540000034, 29.445045990000036 ], [ 106.237808799000049, 29.444437085000065 ], [ 106.237658724000028, 29.443884591000081 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.233277409000053, 29.446925655000083 ], [ 106.233227905000035, 29.446883023000044 ], [ 106.23316120300008, 29.446807733000075 ], [ 106.233066703000077, 29.446659411000045 ], [ 106.23299300900004, 29.44650042600005 ], [ 106.232949248000068, 29.446343781000053 ], [ 106.232923281000069, 29.446184088000045 ], [ 106.232916214000056, 29.446183896000029 ], [ 106.232849056000077, 29.446169860000058 ], [ 106.232784241000047, 29.446151614000094 ], [ 106.232721969000067, 29.446145908000059 ], [ 106.232630663000066, 29.446113250000046 ], [ 106.232508234000079, 29.446078785000051 ], [ 106.232455328000071, 29.446056241000072 ], [ 106.232411738000053, 29.446012670000073 ], [ 106.232399120000025, 29.445958343000079 ], [ 106.232400829000028, 29.445901789000054 ], [ 106.232407398000078, 29.445851473000058 ], [ 106.232435284000076, 29.445790092000031 ], [ 106.232347251000078, 29.445795190000073 ], [ 106.232171439000069, 29.445812007000089 ], [ 106.232050214000026, 29.445832658000089 ], [ 106.23199143100004, 29.445829685000035 ], [ 106.232001424000032, 29.445887039000073 ], [ 106.232017294000059, 29.445933779000089 ], [ 106.232037625000032, 29.445969761000075 ], [ 106.23206569000007, 29.446012369000073 ], [ 106.232070766000049, 29.446052512000058 ], [ 106.232068207000054, 29.446094064000075 ], [ 106.232054007000045, 29.446143315000079 ], [ 106.232062837000058, 29.446198605000067 ], [ 106.232090119000077, 29.446260869000071 ], [ 106.232123393000052, 29.446312360000029 ], [ 106.232157967000035, 29.446338692000037 ], [ 106.232339859000049, 29.44628715500005 ], [ 106.23240852400005, 29.446290970000064 ], [ 106.232461929000067, 29.446313858000053 ], [ 106.232538224000066, 29.446443556000087 ], [ 106.232446671000048, 29.446561813000077 ], [ 106.232394830000032, 29.44652882400004 ], [ 106.232420181000066, 29.446554320000086 ], [ 106.232455366000067, 29.446595076000051 ], [ 106.232502086000068, 29.446665914000057 ], [ 106.232543345000067, 29.446705979000061 ], [ 106.232595591000063, 29.446755459000087 ], [ 106.232661858000029, 29.446840498000082 ], [ 106.232665438000026, 29.446911842000077 ], [ 106.232663526000067, 29.446978478000069 ], [ 106.232645534000028, 29.447064297000061 ], [ 106.232538539000075, 29.447208042000057 ], [ 106.232409741000026, 29.447347230000048 ], [ 106.232356329000041, 29.447426240000084 ], [ 106.232318496000062, 29.447527236000045 ], [ 106.232308928000066, 29.447552778000045 ], [ 106.232288810000057, 29.447713390000036 ], [ 106.232300896000027, 29.447814693000055 ], [ 106.23231991800003, 29.447890578000056 ], [ 106.232349762000069, 29.447963193000071 ], [ 106.232380603000081, 29.448118199000081 ], [ 106.232392651000055, 29.448216333000047 ], [ 106.232427840000071, 29.44843151300006 ], [ 106.232454217000054, 29.448516838000039 ], [ 106.232480250000037, 29.448573642000053 ], [ 106.232537326000056, 29.448593476000042 ], [ 106.232584132000071, 29.448462860000067 ], [ 106.232626702000061, 29.448367308000055 ], [ 106.23265153300008, 29.44831157100009 ], [ 106.232680597000069, 29.448239245000075 ], [ 106.23270782000003, 29.448171161000047 ], [ 106.232719169000063, 29.448128359000069 ], [ 106.232723633000035, 29.448061388000042 ], [ 106.232725070000072, 29.447962133000079 ], [ 106.232723787000069, 29.447855980000039 ], [ 106.232719121000059, 29.447797170000054 ], [ 106.232720077000067, 29.44776715800009 ], [ 106.232732729000077, 29.447723190000087 ], [ 106.232761397000047, 29.447640704000037 ], [ 106.23277889600007, 29.447588614000036 ], [ 106.232800763000057, 29.447488881000087 ], [ 106.232811636000065, 29.447433967000052 ], [ 106.23283241300004, 29.447380403000057 ], [ 106.23288390700003, 29.447277512000085 ], [ 106.232915295000055, 29.447224032000054 ], [ 106.23292110400007, 29.447192845000078 ], [ 106.232937345000039, 29.447129073000042 ], [ 106.23295213800003, 29.447073437000089 ], [ 106.232964198000047, 29.447047607000066 ], [ 106.232976536000081, 29.447044785000045 ], [ 106.232999781000046, 29.447048631000083 ], [ 106.233021954000037, 29.447091742000048 ], [ 106.233055328000034, 29.447165883000078 ], [ 106.233080545000064, 29.447204904000042 ], [ 106.233099412000058, 29.447230449000063 ], [ 106.233122723000065, 29.447239708000033 ], [ 106.233138137000026, 29.447235505000041 ], [ 106.233156317000066, 29.447204203000066 ], [ 106.233232630000032, 29.446992328000086 ], [ 106.233262903000096, 29.446937903000052 ], [ 106.233277409000053, 29.446925655000083 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.234135847000061, 29.44348169400007 ], [ 106.234134332000053, 29.443517520000057 ], [ 106.234097834000067, 29.443560491000081 ], [ 106.233991474000049, 29.443626280000043 ], [ 106.233900554000073, 29.44367998700006 ], [ 106.23388241300006, 29.443791002000069 ], [ 106.233854182000073, 29.443873119000038 ], [ 106.233828064000079, 29.443968859000051 ], [ 106.233828456000026, 29.444001257000085 ], [ 106.233834692000073, 29.444033600000065 ], [ 106.233860244000041, 29.44405212200007 ], [ 106.23390703900003, 29.444055099000074 ], [ 106.233949835000047, 29.444049586000055 ], [ 106.234019575000048, 29.444016539000074 ], [ 106.234121090000031, 29.443872351000042 ], [ 106.234222296000056, 29.44370258500004 ], [ 106.234308041000077, 29.443543195000071 ], [ 106.234355257000061, 29.443419974000054 ], [ 106.234354494000058, 29.443356884000067 ], [ 106.234344320000062, 29.443321166000096 ], [ 106.234314934000054, 29.44330779600006 ], [ 106.23428175500004, 29.443302988000088 ], [ 106.234252616000049, 29.443310079000071 ], [ 106.234231456000032, 29.443332444000085 ], [ 106.234224035000082, 29.44336320900004 ], [ 106.234212738000053, 29.443395715000076 ], [ 106.234189836000041, 29.443435150000081 ], [ 106.234153215000049, 29.443467890000083 ], [ 106.234135847000061, 29.44348169400007 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.233082435000028, 29.443651838000051 ], [ 106.233013619000076, 29.443785608000034 ], [ 106.232969446000027, 29.443939110000084 ], [ 106.232916654000064, 29.444141036000069 ], [ 106.232886970000038, 29.444350806000049 ], [ 106.232888090000088, 29.444443457000084 ], [ 106.232902919000026, 29.444527924000052 ], [ 106.232968227000072, 29.444599837000055 ], [ 106.233069819000036, 29.44462709700008 ], [ 106.233158272000026, 29.444639604000088 ], [ 106.233151654000039, 29.444441771000065 ], [ 106.233134075000066, 29.444128159000059 ], [ 106.233087270000055, 29.443678043000084 ], [ 106.233082435000028, 29.443651838000051 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.233082435000028, 29.443651838000051 ], [ 106.232979073000081, 29.443091722000069 ], [ 106.232966042000044, 29.442774045000085 ], [ 106.232892979000042, 29.442432787000087 ], [ 106.232764676000045, 29.442083995000075 ], [ 106.232672849000039, 29.441893829000044 ], [ 106.232613835000052, 29.44177161600004 ], [ 106.232454824000058, 29.441543791000072 ], [ 106.232301052000025, 29.44132849600004 ], [ 106.232018022000034, 29.441025446000083 ], [ 106.23179117400008, 29.440808749000045 ], [ 106.231687639000043, 29.440758226000078 ], [ 106.231599, 29.440723652000081 ], [ 106.231330106000044, 29.440677875000063 ], [ 106.231126386000028, 29.440640890000054 ], [ 106.231002261000071, 29.440587993000062 ], [ 106.230860560000053, 29.440540406000082 ], [ 106.230763329000069, 29.440523290000044 ], [ 106.230757830000087, 29.440523256000056 ], [ 106.230755674000079, 29.440569551000067 ], [ 106.230759241000044, 29.440637 ], [ 106.230787760000055, 29.440718679000046 ], [ 106.230815931000052, 29.440771440000042 ], [ 106.230838566000045, 29.440821843000034 ], [ 106.230842075000055, 29.44088447200005 ], [ 106.230834339000069, 29.44092792500004 ], [ 106.230779568000074, 29.44095253200004 ], [ 106.230744185000049, 29.440986600000095 ], [ 106.23072514400009, 29.441026746000034 ], [ 106.230729353000072, 29.441071651000065 ], [ 106.230773512000042, 29.441112693000036 ], [ 106.230833589000042, 29.441116517000072 ], [ 106.230878818000065, 29.44113361400008 ], [ 106.23089927500007, 29.441170645000053 ], [ 106.230912414000045, 29.441223069000042 ], [ 106.230920630000071, 29.441282107000056 ], [ 106.230919741000037, 29.441415669000044 ], [ 106.230918111000051, 29.441487935000055 ], [ 106.230896500000028, 29.441562574000049 ], [ 106.230897055000071, 29.441608547000044 ], [ 106.230869781000081, 29.441628504000054 ], [ 106.230829712000059, 29.441624495000035 ], [ 106.230772030000026, 29.441611892000083 ], [ 106.230721587000062, 29.441577328000047 ], [ 106.230661669000028, 29.441586639000036 ], [ 106.230627103000074, 29.441624178000041 ], [ 106.230605149000041, 29.44167035900006 ], [ 106.230591014000026, 29.441742740000045 ], [ 106.230600392000042, 29.441898101000053 ], [ 106.230634252000073, 29.442009448000071 ], [ 106.230719124000089, 29.442202426000044 ], [ 106.230764972000031, 29.442374418000046 ], [ 106.230817171000069, 29.442554561000069 ], [ 106.230850284000041, 29.442707514000066 ], [ 106.230879576000063, 29.442803029000054 ], [ 106.230911445000061, 29.442862503000075 ], [ 106.23094769800008, 29.442862168000094 ], [ 106.230988284000034, 29.442867393000096 ], [ 106.23104599800007, 29.442878061000044 ], [ 106.231093004000058, 29.442885093000097 ], [ 106.23111239900004, 29.442901715000062 ], [ 106.231121051000073, 29.442929482000071 ], [ 106.231126619000065, 29.442966759000051 ], [ 106.231125309000049, 29.442999621000073 ], [ 106.231112168000038, 29.443041551000071 ], [ 106.231075093000072, 29.443079222000058 ], [ 106.231007676000047, 29.44314703800006 ], [ 106.23095564700003, 29.44321769700008 ], [ 106.230937821000055, 29.443295506000077 ], [ 106.230928704000064, 29.443388165000052 ], [ 106.230909100000076, 29.443460018000057 ], [ 106.230867499000055, 29.443546707000049 ], [ 106.230837824000048, 29.443575650000078 ], [ 106.230796988000066, 29.44358438900008 ], [ 106.230739677000031, 29.443584919000035 ], [ 106.230700624000065, 29.443573680000039 ], [ 106.230673456000034, 29.443655567000064 ], [ 106.230631362000054, 29.443813066000075 ], [ 106.230616362000035, 29.443882518000059 ], [ 106.230616826000073, 29.44392102200004 ], [ 106.230617161000055, 29.44394874400006 ], [ 106.230632129000071, 29.444022540000052 ], [ 106.230696196000054, 29.444179058000085 ], [ 106.230708695000033, 29.444242609000071 ], [ 106.230721144000029, 29.444302052000065 ], [ 106.23071574100004, 29.444437648000068 ], [ 106.230728289000069, 29.44450530500005 ], [ 106.230771188000062, 29.444560360000079 ], [ 106.230882892000068, 29.444678443000047 ], [ 106.230944535000049, 29.444731271000084 ], [ 106.230994348000081, 29.444775992000078 ], [ 106.231051175000061, 29.444818595000072 ], [ 106.231122005000046, 29.444854907000039 ], [ 106.23118095500007, 29.444879007000051 ], [ 106.231246646000045, 29.444878400000043 ], [ 106.231300979000025, 29.444908703000067 ], [ 106.231366905000073, 29.444967440000081 ], [ 106.231417170000043, 29.44498886000008 ], [ 106.23146401300005, 29.444985691000049 ], [ 106.23150753300007, 29.444966139000087 ], [ 106.23154806000008, 29.444957557000066 ], [ 106.231594937000068, 29.444957123000055 ], [ 106.23162329400003, 29.444976011000051 ], [ 106.231655172000046, 29.445027693000029 ], [ 106.231668168000056, 29.445068607000053 ], [ 106.231671887000061, 29.445117814000071 ], [ 106.231672515000071, 29.445169785000076 ], [ 106.231632582000032, 29.445227602000042 ], [ 106.231554917000039, 29.445266619000044 ], [ 106.231467580000071, 29.445281105000049 ], [ 106.231336357000032, 29.445286729000077 ], [ 106.231297341000072, 29.445364811000054 ], [ 106.231262389000051, 29.445411768000042 ], [ 106.231218230000081, 29.445431607000046 ], [ 106.231156079000073, 29.445432181000058 ], [ 106.231071403000044, 29.445405762000057 ], [ 106.230982382000036, 29.445387154000056 ], [ 106.230924670000036, 29.445387688000029 ], [ 106.230831959000056, 29.445431292000077 ], [ 106.230778828000041, 29.445443441000066 ], [ 106.230738545000065, 29.445416611000034 ], [ 106.230724618000067, 29.445366221000089 ], [ 106.230745971000033, 29.445296074000058 ], [ 106.230757882000034, 29.445179381000067 ], [ 106.230739281000069, 29.445109603000056 ], [ 106.230725213000028, 29.445047556000073 ], [ 106.230715724000049, 29.44499712400005 ], [ 106.230663984000046, 29.445005493000053 ], [ 106.230624360000036, 29.445036492000046 ], [ 106.230560140000094, 29.445068750000075 ], [ 106.230565506000062, 29.445072930000034 ], [ 106.230574432000026, 29.445120374000048 ], [ 106.230575402000056, 29.445200795000058 ], [ 106.230614004000074, 29.445284524000044 ], [ 106.230614710000069, 29.44534301200008 ], [ 106.230607019000047, 29.445397921000044 ], [ 106.230593938000027, 29.445424863000085 ], [ 106.230600401000061, 29.445443981000047 ], [ 106.230649678000077, 29.445417328000072 ], [ 106.230665242000057, 29.445417334000069 ], [ 106.230684823000047, 29.445452579000069 ], [ 106.230692512000076, 29.445451834000039 ], [ 106.230948973000082, 29.445449463000045 ], [ 106.231240085000081, 29.44546352500004 ], [ 106.231653463000043, 29.445618975000055 ], [ 106.231825367000056, 29.445799291000078 ], [ 106.231923954000081, 29.44582627200009 ], [ 106.23199143100004, 29.445829685000035 ], [ 106.232034067000029, 29.445294176000068 ], [ 106.232122225000069, 29.444868722000081 ], [ 106.232282546000079, 29.444238447000089 ], [ 106.232433350000065, 29.443785873000085 ], [ 106.23255699200007, 29.443594866000069 ], [ 106.23268218700008, 29.443532461000075 ], [ 106.232829112000047, 29.443531101000072 ], [ 106.233040041000038, 29.443614892000088 ], [ 106.233082435000028, 29.443651838000051 ] ], [ [ 106.231563307000044, 29.443337225000047 ], [ 106.231531821000033, 29.443342777000051 ], [ 106.231506201000059, 29.443336438000067 ], [ 106.231473085000061, 29.443331484000048 ], [ 106.231432330000075, 29.443316078000066 ], [ 106.231391765000083, 29.443316454000069 ], [ 106.231366113000036, 29.443307485000041 ], [ 106.23134477800005, 29.443282693000082 ], [ 106.23134740200004, 29.443251105000051 ], [ 106.231376863000051, 29.443202171000049 ], [ 106.231385528000033, 29.443173157000039 ], [ 106.231385226000043, 29.443148171000072 ], [ 106.231384813000034, 29.443113981000064 ], [ 106.231408582000029, 29.443091403000032 ], [ 106.231456579000053, 29.443084383000041 ], [ 106.23151967900003, 29.443083799000078 ], [ 106.231566332000057, 29.443089944000068 ], [ 106.231608399000038, 29.443089555000089 ], [ 106.231644678000066, 29.443107631000085 ], [ 106.231666458000063, 29.443169243000057 ], [ 106.231663882000078, 29.443204777000062 ], [ 106.231643150000096, 29.443229957000089 ], [ 106.231608865000055, 29.443252632000053 ], [ 106.231591218000062, 29.443284360000071 ], [ 106.231584071000043, 29.443314675000067 ], [ 106.231563307000044, 29.443337225000047 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.23370509900009, 29.443822307000055 ], [ 106.233670155000041, 29.443799790000075 ], [ 106.233642511000028, 29.443769350000082 ], [ 106.233638161000044, 29.443731873000051 ], [ 106.233639717000074, 29.443699458000086 ], [ 106.23366272300008, 29.443668549000055 ], [ 106.233709044000079, 29.44363230800008 ], [ 106.233768509000072, 29.443599233000047 ], [ 106.233770113000048, 29.443446287000089 ], [ 106.233780420000073, 29.443291647000073 ], [ 106.233795847000067, 29.443057021000065 ], [ 106.233836463000046, 29.442891441000082 ], [ 106.233855591000065, 29.442773542000051 ], [ 106.233887074000052, 29.442731242000026 ], [ 106.233966400000043, 29.442676496000043 ], [ 106.234095201000059, 29.442555279000096 ], [ 106.234230396000044, 29.442395995000084 ], [ 106.234342885000046, 29.442248924000069 ], [ 106.234385020000047, 29.4421425120001 ], [ 106.234443126000031, 29.442033952000084 ], [ 106.234511122000072, 29.441987313000087 ], [ 106.234570293000047, 29.44196676100006 ], [ 106.234629924000046, 29.441984211000101 ], [ 106.234694367000031, 29.442021621000034 ], [ 106.234726915000067, 29.442067328000057 ], [ 106.234755426000049, 29.442157081000062 ], [ 106.234777154000028, 29.442252899000039 ], [ 106.234819182000081, 29.442326523000069 ], [ 106.234874412000067, 29.442358017000064 ], [ 106.234956700000055, 29.44235925400006 ], [ 106.235084691000054, 29.442360068000074 ], [ 106.235215015000051, 29.442364860000044 ], [ 106.235336611000037, 29.442403740000085 ], [ 106.235380319000058, 29.442427339000062 ], [ 106.235458207000079, 29.442442619000079 ], [ 106.235545162000051, 29.442451814000037 ], [ 106.235608927000044, 29.442433219000065 ], [ 106.235661194000045, 29.442408729000086 ], [ 106.235676706000049, 29.442368577000078 ], [ 106.235675954000044, 29.442306572000067 ], [ 106.235715536000043, 29.442178180000045 ], [ 106.235753656000043, 29.442117815000071 ], [ 106.235860159000026, 29.442042812000064 ], [ 106.235944321000034, 29.442010024000062 ], [ 106.236044987000071, 29.442019092000063 ], [ 106.236154866000049, 29.442034075000038 ], [ 106.236243912000091, 29.442027247000063 ], [ 106.236428448000026, 29.441979524000082 ], [ 106.236474150000063, 29.441979100000083 ], [ 106.236480715000042, 29.441955034000049 ], [ 106.236496371000044, 29.441926883000058 ], [ 106.236527926000065, 29.441890583000088 ], [ 106.236550511000075, 29.441868369000073 ], [ 106.236582454000029, 29.441864072000048 ], [ 106.236616779000045, 29.441867754000043 ], [ 106.236653656000044, 29.441893416000081 ], [ 106.236688393000065, 29.441931101000076 ], [ 106.23674408400008, 29.442000598000043 ], [ 106.236769802000026, 29.442048368000087 ], [ 106.236770093000075, 29.442072370000059 ], [ 106.236724997000067, 29.44212279900006 ], [ 106.236661257000037, 29.442143395000073 ], [ 106.236626883000042, 29.442135712000034 ], [ 106.236594528000069, 29.442106007000064 ], [ 106.23655881500008, 29.442176352000043 ], [ 106.236536497000046, 29.442220568000046 ], [ 106.236537127000076, 29.442272572000032 ], [ 106.236537564000059, 29.442308575000087 ], [ 106.236556281000048, 29.442344409000032 ], [ 106.236590727000078, 29.442358091000077 ], [ 106.236654662000035, 29.442353497000056 ], [ 106.236711572000061, 29.44233496500004 ], [ 106.236759559000078, 29.442334519000042 ], [ 106.236821257000031, 29.442333946000076 ], [ 106.236882786000081, 29.442319372000053 ], [ 106.23694424100006, 29.442298797000035 ], [ 106.23700980600006, 29.442240176000034 ], [ 106.237009491000038, 29.442214174000057 ], [ 106.237004435000074, 29.442174213000044 ], [ 106.236978601000033, 29.442076001000085 ], [ 106.236965152000039, 29.442064475000056 ], [ 106.236884833000033, 29.441984197000068 ], [ 106.236798497000052, 29.441843782000028 ], [ 106.236747017000027, 29.441742400000066 ], [ 106.236714277000033, 29.441663159000083 ], [ 106.236708189000069, 29.441648424000039 ], [ 106.236665101000028, 29.441618228000038 ], [ 106.236634834000029, 29.441597018000035 ], [ 106.23655799800008, 29.441531175000076 ], [ 106.236494981000078, 29.441514398000042 ], [ 106.236428834000037, 29.441512118000041 ], [ 106.236342888000081, 29.441512916000086 ], [ 106.236283387000071, 29.441513470000071 ], [ 106.236223781000035, 29.441505341000038 ], [ 106.236190444000044, 29.441482500000067 ], [ 106.23615011000004, 29.441427893000082 ], [ 106.236119834000078, 29.441384768000038 ], [ 106.236040184000046, 29.441359463000087 ], [ 106.235974001000045, 29.441354290000049 ], [ 106.235907960000077, 29.441360691000057 ], [ 106.235848528000076, 29.441367030000034 ], [ 106.235792053000068, 29.441344405000056 ], [ 106.235718628000029, 29.441287210000041 ], [ 106.235716339000078, 29.441284778000067 ], [ 106.23570600100004, 29.441330109000038 ], [ 106.23568252900003, 29.441361647000068 ], [ 106.235652904000062, 29.44137758200009 ], [ 106.235614208000072, 29.441383162000083 ], [ 106.235578431000079, 29.441383494000032 ], [ 106.235539671000026, 29.441383852000055 ], [ 106.235512713000048, 29.441373663000036 ], [ 106.235473668000054, 29.441350535000087 ], [ 106.235431485000049, 29.441314386000048 ], [ 106.23538032700003, 29.441275712000049 ], [ 106.235341188000064, 29.441244754000088 ], [ 106.235289966000039, 29.441200860000034 ], [ 106.235294536000026, 29.441274307000072 ], [ 106.235295033000071, 29.441315284000037 ], [ 106.23529052300006, 29.441349836000086 ], [ 106.23526630200007, 29.441384571000075 ], [ 106.235236996000026, 29.441406412000045 ], [ 106.23519531900007, 29.441424054000038 ], [ 106.235163445000069, 29.441437291000049 ], [ 106.235139119000053, 29.441463400000085 ], [ 106.235114846000045, 29.441493822000034 ], [ 106.235080456000048, 29.44150276800007 ], [ 106.235055817000045, 29.441502997000047 ], [ 106.235021140000072, 29.441488220000057 ], [ 106.23498169200009, 29.441486429000065 ], [ 106.234942243000035, 29.441484638000073 ], [ 106.234905076000075, 29.441467728000081 ], [ 106.234870268000066, 29.44144216800003 ], [ 106.234849878000048, 29.441386277000046 ], [ 106.234834364000051, 29.441326028000049 ], [ 106.234833738000077, 29.44127426800009 ], [ 106.234835653000061, 29.441228955000049 ], [ 106.234913506000055, 29.441146270000043 ], [ 106.234947608000027, 29.441113600000044 ], [ 106.234991775000026, 29.441098092000061 ], [ 106.235091358000034, 29.441051322000078 ], [ 106.235000620000051, 29.440945155000062 ], [ 106.23495209400005, 29.44087774400009 ], [ 106.234924599000067, 29.440823189000064 ], [ 106.23490890100004, 29.440758085000091 ], [ 106.234890381000071, 29.440706057000057 ], [ 106.23485428500004, 29.440757377000075 ], [ 106.234834452000044, 29.440790452000044 ], [ 106.234797339000067, 29.440828748000055 ], [ 106.234751341000049, 29.440849415000052 ], [ 106.234713799000076, 29.440852294000077 ], [ 106.234664574000078, 29.44084516000003 ], [ 106.234632568000052, 29.440827746000075 ], [ 106.234580146000042, 29.440795341000069 ], [ 106.234533475000035, 29.440760352000037 ], [ 106.234489663000033, 29.440722806000053 ], [ 106.234463284000071, 29.440692690000056 ], [ 106.234453970000061, 29.440639644000036 ], [ 106.234456187000035, 29.440583961000073 ], [ 106.234481770000059, 29.440548302000085 ], [ 106.234510549000049, 29.44053791500005 ], [ 106.23455965200003, 29.44053492900008 ], [ 106.23462612600008, 29.440534313000054 ], [ 106.234683929000028, 29.440533777000045 ], [ 106.234756184000048, 29.440533107000064 ], [ 106.234849758000053, 29.440552444000048 ], [ 106.234804026000063, 29.440469348000072 ], [ 106.234761591000051, 29.440412321000053 ], [ 106.234713161000059, 29.440352741000076 ], [ 106.234671042000059, 29.44032181100005 ], [ 106.234610072000066, 29.44027683000008 ], [ 106.234570518000055, 29.440245356000041 ], [ 106.234544981000056, 29.440216202000038 ], [ 106.234522154000047, 29.440179674000035 ], [ 106.234515995000038, 29.440133195000037 ], [ 106.234525611000038, 29.44006357600005 ], [ 106.234477819000077, 29.440031418000043 ], [ 106.23442970400005, 29.439972588000046 ], [ 106.234357891000059, 29.43991397800005 ], [ 106.234282799000042, 29.439864290000045 ], [ 106.234201080000048, 29.439826519000064 ], [ 106.234102110000038, 29.439762234000057 ], [ 106.234003464000082, 29.439724618000074 ], [ 106.233918431000063, 29.439692804000064 ], [ 106.233816292000029, 29.439646330000073 ], [ 106.233753759000081, 29.439629500000077 ], [ 106.233757816000036, 29.439720164000047 ], [ 106.233803441000077, 29.439820808000029 ], [ 106.233932205000031, 29.439941414000096 ], [ 106.234021953000081, 29.440018326000089 ], [ 106.234074362000058, 29.44004631100006 ], [ 106.23410580400008, 29.440073257000048 ], [ 106.234124054000063, 29.440111998000067 ], [ 106.234135637000065, 29.440150801000065 ], [ 106.234136201000084, 29.440197488000084 ], [ 106.234145561000048, 29.440236311000032 ], [ 106.234208400000057, 29.440286312000065 ], [ 106.234244876000048, 29.440361848000066 ], [ 106.234268300000053, 29.440460852000054 ], [ 106.234268935000046, 29.44051337500008 ], [ 106.234269382000036, 29.440550335000072 ], [ 106.234263186000078, 29.440589303000085 ], [ 106.234245713000064, 29.440614757000045 ], [ 106.234225994000056, 29.440638285000023 ], [ 106.234197362000032, 29.440659951000054 ], [ 106.234159793000075, 29.440677809000075 ], [ 106.234126551000031, 29.440685899000069 ], [ 106.234086572000081, 29.440688215000083 ], [ 106.234053236000094, 29.440688524000045 ], [ 106.234015361000047, 29.440681093000084 ], [ 106.233986329000061, 29.44066968900006 ], [ 106.233932404000029, 29.440621551000046 ], [ 106.233892001000072, 29.440588852000083 ], [ 106.233858030000079, 29.440536638000079 ], [ 106.233826329000067, 29.440488294000083 ], [ 106.233788007000044, 29.440443903000073 ], [ 106.233756541000048, 29.440415012000074 ], [ 106.233707154000058, 29.440374614000056 ], [ 106.233669139000028, 29.440355511000064 ], [ 106.233620058000042, 29.440340402000054 ], [ 106.233535208000035, 29.440308114000064 ], [ 106.233499462000054, 29.440292881000058 ], [ 106.233445937000056, 29.440277813000076 ], [ 106.233405699000059, 29.440258731000078 ], [ 106.233343331000086, 29.440247635000041 ], [ 106.233294368000031, 29.440242252000075 ], [ 106.233245406000037, 29.440236869000042 ], [ 106.233180980000043, 29.440239411000054 ], [ 106.23314322300007, 29.440241707000041 ], [ 106.233105608000074, 29.440255673000078 ], [ 106.233015657000067, 29.440290480000048 ], [ 106.233087803000046, 29.440325224000048 ], [ 106.233136749000053, 29.440358411000091 ], [ 106.233189698000047, 29.440388019000068 ], [ 106.233242583000049, 29.440412317000035 ], [ 106.233281289000047, 29.440434976000059 ], [ 106.23331392700004, 29.440457690000066 ], [ 106.233332429000043, 29.440482306000039 ], [ 106.233332793000045, 29.440512402000078 ], [ 106.233331092000071, 29.440538976000077 ], [ 106.233301161000043, 29.440572893000073 ], [ 106.233267099000045, 29.440599767000037 ], [ 106.233222818000058, 29.44061788200008 ], [ 106.233180452000056, 29.440627127000081 ], [ 106.233138044000043, 29.440632831000073 ], [ 106.233099616000061, 29.440633187000067 ], [ 106.233061146000068, 29.440630003000077 ], [ 106.23303063700007, 29.440616121000062 ], [ 106.232989844000045, 29.440588170000066 ], [ 106.232951032000074, 29.440556660000087 ], [ 106.232922246000044, 29.440517975000027 ], [ 106.232893439000065, 29.440477519000062 ], [ 106.232858286000067, 29.440414105000055 ], [ 106.232828655000048, 29.440349721000075 ], [ 106.232797703000074, 29.440377393000063 ], [ 106.232769929000028, 29.440409144000046 ], [ 106.232749992000038, 29.440442191000042 ], [ 106.23273473100005, 29.440473826000066 ], [ 106.232720951000033, 29.440498600000069 ], [ 106.232707205000054, 29.440526113000089 ], [ 106.232680945000027, 29.44055374200008 ], [ 106.23264834600009, 29.440574583000043 ], [ 106.232614018000064, 29.440581747000067 ], [ 106.232579607000048, 29.440582065000061 ], [ 106.232546677000073, 29.44057552400005 ], [ 106.232511984000041, 29.440552567000061 ], [ 106.232488158000081, 29.440522664000074 ], [ 106.23245965600006, 29.440494173000047 ], [ 106.232431022000071, 29.44045472900007 ], [ 106.232413320000035, 29.440413814000063 ], [ 106.232403340000076, 29.440364613000042 ], [ 106.232401429000049, 29.440335875000073 ], [ 106.23238548900008, 29.440311376000068 ], [ 106.232380781000074, 29.440306670000034 ], [ 106.232332726000038, 29.440382289000066 ], [ 106.232274787000051, 29.440447943000038 ], [ 106.232255709000071, 29.44048924700007 ], [ 106.23223457000006, 29.440522001000097 ], [ 106.232213265000041, 29.440541048000057 ], [ 106.232186005000074, 29.440553296000068 ], [ 106.232154767000068, 29.44056043900008 ], [ 106.23212932000007, 29.440560675000089 ], [ 106.232099647000055, 29.440535245000028 ], [ 106.232071890000043, 29.440506370000037 ], [ 106.23204994300005, 29.44047230100006 ], [ 106.232049509000035, 29.440436318000081 ], [ 106.232056822000061, 29.440393410000066 ], [ 106.232145563000074, 29.440284630000065 ], [ 106.232227789000035, 29.440203757000063 ], [ 106.232235408000065, 29.440189530000048 ], [ 106.232208751000044, 29.440184300000048 ], [ 106.232172809000076, 29.440187371000039 ], [ 106.232143338000071, 29.440208183000042 ], [ 106.232117029000051, 29.440231704000041 ], [ 106.232092350000073, 29.440260687000084 ], [ 106.232063045000075, 29.440295190000086 ], [ 106.232041477000053, 29.44032277500008 ], [ 106.232018296000035, 29.440346267000056 ], [ 106.231998144000045, 29.440361516000053 ], [ 106.231974682000043, 29.440361733000088 ], [ 106.231935198000031, 29.440330605000042 ], [ 106.231916197000032, 29.440311611000084 ], [ 106.231882565000035, 29.440306522000071 ], [ 106.231854739000028, 29.44031191900007 ], [ 106.231825522000065, 29.44032375400008 ], [ 106.231800662000069, 29.440331694000051 ], [ 106.231771430000038, 29.440342244000075 ], [ 106.231728847000056, 29.440341353000065 ], [ 106.231703848000052, 29.440337729000078 ], [ 106.231684456000039, 29.440312210000048 ], [ 106.231667999000081, 29.440286663000052 ], [ 106.231661694000081, 29.440250742000039 ], [ 106.231661228000064, 29.440212198000044 ], [ 106.231663838000031, 29.440185190000079 ], [ 106.23167961200005, 29.440154205000056 ], [ 106.23170576900003, 29.440132118000069 ], [ 106.231730458000072, 29.440110046000086 ], [ 106.231736051000041, 29.440086865000065 ], [ 106.231735678000064, 29.440056029000061 ], [ 106.231719238000039, 29.44003176700004 ], [ 106.231688336000047, 29.440025628000054 ], [ 106.231656028000032, 29.440024642000083 ], [ 106.231619224000042, 29.440015988000074 ], [ 106.231588229000067, 29.44000214000005 ], [ 106.231546851000076, 29.439979393000037 ], [ 106.231526038000027, 29.43995774200004 ], [ 106.231503742000029, 29.439934819000083 ], [ 106.231482634000031, 29.43988875500008 ], [ 106.231473183000048, 29.439835517000059 ], [ 106.231472815000075, 29.439805003000064 ], [ 106.231476155000053, 29.439777666000055 ], [ 106.231484999000031, 29.439750279000073 ], [ 106.231484689000069, 29.439724583000036 ], [ 106.23147702100006, 29.439697349000088 ], [ 106.231460236000032, 29.43967501700007 ], [ 106.231441772000039, 29.439665551000068 ], [ 106.231406912000068, 29.439665873000081 ], [ 106.231375740000033, 29.439667768000049 ], [ 106.231351888000063, 29.439667988000057 ], [ 106.231331609000051, 29.439660145000062 ], [ 106.231309359000079, 29.439641076000047 ], [ 106.231281547000037, 29.439617240000082 ], [ 106.231253773000049, 29.439596616000077 ], [ 106.231218719000026, 29.439580879000069 ], [ 106.231178257000067, 29.439573222000035 ], [ 106.231141562000062, 29.439573561000088 ], [ 106.231101294000041, 29.439581964000073 ], [ 106.231079470000054, 29.439598228000079 ], [ 106.231053900000063, 29.439608102000079 ], [ 106.231024563000062, 29.43960997900006 ], [ 106.230996583000035, 29.439610238000053 ], [ 106.23097161000004, 29.439593604000031 ], [ 106.23096042700007, 29.439579251000051 ], [ 106.230947781000054, 29.439557684000082 ], [ 106.23094055200005, 29.43952884000003 ], [ 106.230934815000069, 29.439509618000038 ], [ 106.230923603000065, 29.439492857000062 ], [ 106.230898557000046, 29.439470200000077 ], [ 106.230873686000066, 29.439461998000066 ], [ 106.23085166900006, 29.439462201000079 ], [ 106.230813125000054, 29.439461353000063 ], [ 106.230778839000038, 29.43947130700008 ], [ 106.230748725000069, 29.43948483600008 ], [ 106.230715801000031, 29.439493573000043 ], [ 106.230682892000061, 29.439503514000073 ], [ 106.230648533000078, 29.439507446000054 ], [ 106.23062789200003, 29.439507637000066 ], [ 106.230598995000037, 29.439507904000035 ], [ 106.230572849000055, 29.439508145000048 ], [ 106.23054668900005, 29.439507183000035 ], [ 106.23052060200007, 29.439512242000035 ], [ 106.230495934000047, 29.439520903000076 ], [ 106.23047529300004, 29.439521093000057 ], [ 106.230455999000071, 29.43951886200006 ], [ 106.230435155000066, 29.439502190000042 ], [ 106.230429447000063, 29.439485378000082 ], [ 106.230429156000071, 29.439461287000089 ], [ 106.230427432000056, 29.439432392000072 ], [ 106.230425736000029, 29.439405905000058 ], [ 106.230414495000048, 29.439386735000092 ], [ 106.230382526000042, 29.439360528000062 ], [ 106.230364535000035, 29.439352262000057 ], [ 106.230275151000058, 29.439329597000032 ], [ 106.230220018000068, 29.439322577000034 ], [ 106.230168264000042, 29.439320637000037 ], [ 106.230149405000077, 29.439360306000079 ], [ 106.230114398000069, 29.439397304000064 ], [ 106.230079018000026, 29.439403273000043 ], [ 106.230048387000068, 29.439402146000084 ], [ 106.230025693000073, 29.439391071000053 ], [ 106.229991652000081, 29.439374459000081 ], [ 106.229948045000071, 29.439366398000054 ], [ 106.229899621000072, 29.439359793000051 ], [ 106.229852520000065, 29.439329195000095 ], [ 106.229810236000048, 29.439297143000093 ], [ 106.229754823000064, 29.439245464000066 ], [ 106.229717321000066, 29.439209136000038 ], [ 106.229710536000027, 29.439180987000043 ], [ 106.229711774000066, 29.439149944000068 ], [ 106.229684684000077, 29.43910830700008 ], [ 106.229677346000074, 29.439088189000074 ], [ 106.229669840000042, 29.439054098000046 ], [ 106.229674768000052, 29.439021446000076 ], [ 106.229694166000058, 29.439011950000058 ], [ 106.229725962000032, 29.439000787000047 ], [ 106.229743511000038, 29.438985098000046 ], [ 106.22974851400005, 29.438958655000089 ], [ 106.229744611000058, 29.438929189000074 ], [ 106.229723084000057, 29.43890920300003 ], [ 106.229682177000029, 29.438900264000043 ], [ 106.229650176000064, 29.438894349000069 ], [ 106.229607514000065, 29.43888697900006 ], [ 106.229593044000069, 29.438863822000087 ], [ 106.229571554000074, 29.438846940000079 ], [ 106.229557252000063, 29.438837756000058 ], [ 106.229523534000066, 29.438836514000052 ], [ 106.229500588000064, 29.438846043000069 ], [ 106.229461890000039, 29.43886272400005 ], [ 106.229452804000061, 29.438891712000032 ], [ 106.229424902000062, 29.438925004000055 ], [ 106.229403825000077, 29.438937586000058 ], [ 106.229373191000036, 29.438939933000086 ], [ 106.229342532000032, 29.438940216000045 ], [ 106.229299981000054, 29.438932351000062 ], [ 106.229257306000079, 29.438914163000049 ], [ 106.229212397000026, 29.438906319000061 ], [ 106.229157955000062, 29.438890305000079 ], [ 106.229103563000081, 29.43887842000003 ], [ 106.229080302000057, 29.438905474000084 ], [ 106.22907598300003, 29.438938548000074 ], [ 106.229081173000054, 29.438977727000072 ], [ 106.229083997000032, 29.439028540000031 ], [ 106.229151093000041, 29.439030096000071 ], [ 106.229224387000059, 29.439030506000055 ], [ 106.229278004000037, 29.439047409000068 ], [ 106.229340473000036, 29.439077277000077 ], [ 106.229386821000048, 29.439109469000066 ], [ 106.229442231000064, 29.43917202200004 ], [ 106.229501413000051, 29.439279555000041 ], [ 106.229561442000033, 29.439395560000033 ], [ 106.229594965000047, 29.439456140000065 ], [ 106.229628258000048, 29.43949758500008 ], [ 106.229657367000073, 29.439521672000076 ], [ 106.229689259000054, 29.439529207000081 ], [ 106.22978041500005, 29.439534454000057 ], [ 106.22986123000004, 29.439533707000066 ], [ 106.229940973000055, 29.439553847000067 ], [ 106.230014385000061, 29.439598401000055 ], [ 106.230073099000037, 29.439632653000047 ], [ 106.230127990000042, 29.439679698000074 ], [ 106.23021071800008, 29.439727645000055 ], [ 106.230269208000038, 29.439743342000043 ], [ 106.230322271000034, 29.439748651000052 ], [ 106.230343664000031, 29.439764691000043 ], [ 106.230357484000081, 29.439787147000057 ], [ 106.230361013000064, 29.439813780000062 ], [ 106.23036776400005, 29.439841786000049 ], [ 106.23036816900003, 29.439875465000053 ], [ 106.230368507000037, 29.439903531000077 ], [ 106.230365522000056, 29.439921803000061 ], [ 106.230336514000044, 29.439970115000051 ], [ 106.230283173000032, 29.440027285000038 ], [ 106.230245832000037, 29.440047069000062 ], [ 106.230221972000052, 29.440051775000082 ], [ 106.230187740000076, 29.440046110000086 ], [ 106.230161939000027, 29.44003139700003 ], [ 106.230134449000047, 29.440018193000075 ], [ 106.230098491000035, 29.440011049000077 ], [ 106.230064311000035, 29.440009869000054 ], [ 106.230018213000051, 29.440011790000082 ], [ 106.22997892900004, 29.440012153000058 ], [ 106.229943294000066, 29.440031921000074 ], [ 106.229916146000051, 29.440047124000039 ], [ 106.229889359000026, 29.440092228000076 ], [ 106.229859534000084, 29.440168761000056 ], [ 106.229846896000026, 29.440254106000058 ], [ 106.229839221000077, 29.440325949000059 ], [ 106.229807381000072, 29.440377081000062 ], [ 106.229724463000025, 29.440442142000055 ], [ 106.229692191000026, 29.440457392000045 ], [ 106.22963584300004, 29.440459408000031 ], [ 106.229593089000048, 29.440455317000044 ], [ 106.229510271000038, 29.440447517000052 ], [ 106.229451213000061, 29.440456030000064 ], [ 106.229405925000037, 29.44047437200004 ], [ 106.229381402000058, 29.440516424000073 ], [ 106.229379608000045, 29.440556275000063 ], [ 106.229386937000072, 29.440598033000072 ], [ 106.229407821000052, 29.440631699000054 ], [ 106.229451698000048, 29.44068506900004 ], [ 106.229475600000058, 29.44074242500005 ], [ 106.229470210000059, 29.440798188000088 ], [ 106.229455697000049, 29.440851383000048 ], [ 106.229431416000068, 29.440898829000055 ], [ 106.229434223000055, 29.44093063900004 ], [ 106.229458775000069, 29.440955881000043 ], [ 106.229546797000069, 29.441016618000056 ], [ 106.229600339000058, 29.441033104000041 ], [ 106.229611566000074, 29.441035144000061 ], [ 106.229609022000034, 29.441010577000039 ], [ 106.22961525900007, 29.440942578000094 ], [ 106.229655483000045, 29.440767204000057 ], [ 106.229723100000058, 29.44057150400004 ], [ 106.229844308000054, 29.440382515000067 ], [ 106.229926157000094, 29.440343155000054 ], [ 106.229984829000045, 29.440332319000046 ], [ 106.230061481000064, 29.440349626000049 ], [ 106.230164778000088, 29.44038212800006 ], [ 106.230309512000076, 29.440437409000076 ], [ 106.230460218000076, 29.440500355000033 ], [ 106.230595729000072, 29.440522265000087 ], [ 106.230757830000087, 29.440523256000056 ], [ 106.230727328000071, 29.440448193000069 ], [ 106.230697682000027, 29.440429736000066 ], [ 106.23065162000006, 29.44038099200009 ], [ 106.230630054000073, 29.440367143000064 ], [ 106.230517861000081, 29.440379887000059 ], [ 106.230418759000031, 29.44036909600004 ], [ 106.230338408000094, 29.440360473000062 ], [ 106.23026883900009, 29.44035877400006 ], [ 106.230201804000046, 29.440345345000082 ], [ 106.230153125000072, 29.440301308000077 ], [ 106.23014721100003, 29.440254535000054 ], [ 106.230181501000075, 29.440214414000074 ], [ 106.230229503000032, 29.440202263000053 ], [ 106.23029636800004, 29.440201646000045 ], [ 106.230384461000028, 29.440186783000051 ], [ 106.230502031000071, 29.440176331000089 ], [ 106.230569038000056, 29.440187419000036 ], [ 106.230625487000054, 29.440210311000047 ], [ 106.230694123000049, 29.440134752000066 ], [ 106.230722951000075, 29.440085316000079 ], [ 106.230767770000057, 29.44003104900008 ], [ 106.230853272000047, 29.440023235000076 ], [ 106.230936242000041, 29.440027151000038 ], [ 106.231011752000029, 29.440077964000068 ], [ 106.231138448000081, 29.440158741000058 ], [ 106.231265200000053, 29.440244201000045 ], [ 106.231386320000084, 29.440306299000042 ], [ 106.231520701000079, 29.440358909000057 ], [ 106.231633685000091, 29.440411716000089 ], [ 106.231709309000053, 29.440471893000044 ], [ 106.231782287000044, 29.440534436000068 ], [ 106.232036698000059, 29.44076281100007 ], [ 106.232138096000028, 29.440849710000069 ], [ 106.232230691000041, 29.440900092000046 ], [ 106.232386661000078, 29.441004784000082 ], [ 106.232605873000068, 29.441152810000062 ], [ 106.23277958400007, 29.44134151600008 ], [ 106.232826633000059, 29.441428917000049 ], [ 106.232902949000049, 29.441516048000032 ], [ 106.232958360000069, 29.441603372000088 ], [ 106.232992735000039, 29.441679911000048 ], [ 106.232993531000034, 29.441745781000073 ], [ 106.232973203000029, 29.441793548000078 ], [ 106.23292774500004, 29.441837887000066 ], [ 106.232844571000044, 29.441875256000056 ], [ 106.232740317000037, 29.44189818100006 ], [ 106.232672849000039, 29.441893829000044 ], [ 106.232764676000045, 29.442083995000075 ], [ 106.232892979000042, 29.442432787000087 ], [ 106.232966042000044, 29.442774045000085 ], [ 106.232979073000081, 29.443091722000069 ], [ 106.233082435000028, 29.443651838000051 ], [ 106.233087270000055, 29.443678043000084 ], [ 106.233134075000066, 29.444128159000059 ], [ 106.233151654000039, 29.444441771000065 ], [ 106.233158272000026, 29.444639604000088 ], [ 106.233203529000036, 29.444646003000059 ], [ 106.233281719000047, 29.444641250000078 ], [ 106.233354625000061, 29.444580143000053 ], [ 106.233413578000068, 29.444507079000058 ], [ 106.233499755000039, 29.444401533000082 ], [ 106.233627011000067, 29.444267405000069 ], [ 106.233669482000053, 29.444211964000093 ], [ 106.233665276000067, 29.444178710000077 ], [ 106.233619274000034, 29.444149172000042 ], [ 106.23356526200007, 29.444086414000079 ], [ 106.233534312000074, 29.444043419000078 ], [ 106.233514168000056, 29.443950383000061 ], [ 106.233517247000066, 29.443890426000046 ], [ 106.23355839900006, 29.44383344500006 ], [ 106.23370509900009, 29.443822307000055 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.235716339000078, 29.441284778000067 ], [ 106.235634902000072, 29.441198280000048 ], [ 106.235571044000039, 29.44111206000008 ], [ 106.235500505000061, 29.441020115000068 ], [ 106.235487578000061, 29.441002613000073 ], [ 106.235443272000055, 29.440990141000043 ], [ 106.23537323000005, 29.440947825000077 ], [ 106.235332070000027, 29.440926728000079 ], [ 106.235298921000037, 29.440891234000048 ], [ 106.235274082000046, 29.44086640600004 ], [ 106.235160787000041, 29.440714376000077 ], [ 106.235135667000065, 29.440610198000059 ], [ 106.235165008000081, 29.440499539000086 ], [ 106.235092132000034, 29.440392816000042 ], [ 106.235030141000038, 29.440339681000069 ], [ 106.234967500000039, 29.44006694800003 ], [ 106.234963186000073, 29.439992405000055 ], [ 106.234935546000045, 29.439926852000042 ], [ 106.23492180900007, 29.439910813000044 ], [ 106.234861501000069, 29.439867760000091 ], [ 106.234858771000063, 29.439894515000045 ], [ 106.234832333000043, 29.439948108000063 ], [ 106.234802473000059, 29.439998769000056 ], [ 106.234775711000054, 29.440025692000066 ], [ 106.234728601000029, 29.440049839000036 ], [ 106.234667768000065, 29.440059294000029 ], [ 106.234617057000037, 29.440065692000079 ], [ 106.234573045000047, 29.440066100000074 ], [ 106.234525611000038, 29.44006357600005 ], [ 106.234515995000038, 29.440133195000037 ], [ 106.234522154000047, 29.440179674000035 ], [ 106.234544981000056, 29.440216202000038 ], [ 106.234570518000055, 29.440245356000041 ], [ 106.234610072000066, 29.44027683000008 ], [ 106.234671042000059, 29.44032181100005 ], [ 106.234713161000059, 29.440352741000076 ], [ 106.234761591000051, 29.440412321000053 ], [ 106.234804026000063, 29.440469348000072 ], [ 106.234849758000053, 29.440552444000048 ], [ 106.234880267000051, 29.44060958100005 ], [ 106.234890381000071, 29.440706057000057 ], [ 106.23490890100004, 29.440758085000091 ], [ 106.234924599000067, 29.440823189000064 ], [ 106.23495209400005, 29.44087774400009 ], [ 106.235000620000051, 29.440945155000062 ], [ 106.235091358000034, 29.441051322000078 ], [ 106.23519649900004, 29.441115597000081 ], [ 106.235244644000034, 29.441151691000069 ], [ 106.235289966000039, 29.441200860000034 ], [ 106.235341188000064, 29.441244754000088 ], [ 106.23538032700003, 29.441275712000049 ], [ 106.235431485000049, 29.441314386000048 ], [ 106.235473668000054, 29.441350535000087 ], [ 106.235512713000048, 29.441373663000036 ], [ 106.235539671000026, 29.441383852000055 ], [ 106.235578431000079, 29.441383494000032 ], [ 106.235614208000072, 29.441383162000083 ], [ 106.235652904000062, 29.44137758200009 ], [ 106.23568252900003, 29.441361647000068 ], [ 106.23570600100004, 29.441330109000038 ], [ 106.235716339000078, 29.441284778000067 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.234905701000073, 29.439057441000053 ], [ 106.234867281000049, 29.438904161000028 ], [ 106.234866344000068, 29.43882674300005 ], [ 106.234871093000038, 29.438656956000042 ], [ 106.234920425000041, 29.438516535000076 ], [ 106.23498057300003, 29.43842663800007 ], [ 106.235040903000026, 29.438351631000046 ], [ 106.235052041000088, 29.438325819000056 ], [ 106.235074398000052, 29.43827400900005 ], [ 106.235111540000048, 29.438177532000051 ], [ 106.235113607000073, 29.438137271000066 ], [ 106.235115675000031, 29.438097010000039 ], [ 106.235132547000035, 29.438053181000036 ], [ 106.23513218100004, 29.438022943000078 ], [ 106.235121892000052, 29.438005399000083 ], [ 106.235098618000052, 29.437985453000064 ], [ 106.23506816400004, 29.437966836000044 ], [ 106.23503054400004, 29.437950804000078 ], [ 106.234995788000049, 29.437933486000066 ], [ 106.234972590000041, 29.437919841000053 ], [ 106.234949363000055, 29.437903676000069 ], [ 106.234920349000049, 29.437885045000094 ], [ 106.234897075000063, 29.437865100000067 ], [ 106.234863850000067, 29.437855328000069 ], [ 106.23485734500008, 29.437855178000067 ], [ 106.234824972000069, 29.437854429000087 ], [ 106.234784809000075, 29.437866142000079 ], [ 106.234736178000048, 29.437891794000045 ], [ 106.234713423000073, 29.437914684000081 ], [ 106.234699396000053, 29.437945055000057 ], [ 106.23469573400007, 29.437999270000038 ], [ 106.234687398000062, 29.438142990000067 ], [ 106.23467501600004, 29.438309428000082 ], [ 106.234687659000031, 29.438402553000056 ], [ 106.234696825000071, 29.438505791000068 ], [ 106.234690734000026, 29.438597198000082 ], [ 106.23466856500005, 29.438698206000087 ], [ 106.234649403000049, 29.438750359000039 ], [ 106.234622835000039, 29.438785256000074 ], [ 106.234578353000074, 29.438826620000036 ], [ 106.234528472000079, 29.438868033000059 ], [ 106.234437196000044, 29.438983069000074 ], [ 106.234383675000061, 29.439020972000034 ], [ 106.234329890000026, 29.439037221000039 ], [ 106.234291706000079, 29.43904151300006 ], [ 106.234257877000061, 29.439033951000056 ], [ 106.234208304000049, 29.439026536000075 ], [ 106.234149784000067, 29.439023140000071 ], [ 106.23406882200004, 29.43902389000004 ], [ 106.234003603000076, 29.439024495000073 ], [ 106.233949628000062, 29.439024995000068 ], [ 106.233888979000042, 29.439031463000049 ], [ 106.233837372000039, 29.439041787000058 ], [ 106.233783397000082, 29.439042286000074 ], [ 106.233733897000036, 29.439040776000073 ], [ 106.233691119000071, 29.439037234000072 ], [ 106.233677460000081, 29.439023579000036 ], [ 106.233677173000046, 29.438999957000089 ], [ 106.233726245000071, 29.438966032000053 ], [ 106.233757565000076, 29.438951961000036 ], [ 106.233775079000054, 29.438912423000083 ], [ 106.233765560000052, 29.438869198000077 ], [ 106.23372041500005, 29.438855834000037 ], [ 106.233661918000053, 29.438854407000061 ], [ 106.233614548000048, 29.438843034000058 ], [ 106.233527005000042, 29.438809746000061 ], [ 106.233421393000071, 29.438803334000053 ], [ 106.23333827600004, 29.438789353000061 ], [ 106.23330124000006, 29.438776159000032 ], [ 106.233277186000066, 29.438754515000074 ], [ 106.233265103000065, 29.438739007000041 ], [ 106.233262459000059, 29.438717165000067 ], [ 106.233274127000072, 29.438698313000085 ], [ 106.233310774000074, 29.438679231000041 ], [ 106.233324746000051, 29.438654111000059 ], [ 106.233317257000067, 29.438625024000093 ], [ 106.233287293000046, 29.438606558000053 ], [ 106.233246638000026, 29.438589233000069 ], [ 106.233185925000043, 29.438585630000031 ], [ 106.233074079000062, 29.438583542000057 ], [ 106.233022946000062, 29.438585057000061 ], [ 106.232969583000056, 29.438599087000053 ], [ 106.232940212000074, 29.43862955700007 ], [ 106.232915560000038, 29.438656859000048 ], [ 106.232882519000043, 29.438679032000039 ], [ 106.232844658000033, 29.438696043000046 ], [ 106.232813795000041, 29.438701535000064 ], [ 106.232768145000094, 29.438689202000031 ], [ 106.23273511900004, 29.438663475000048 ], [ 106.23271875000006, 29.43866232500006 ], [ 106.23269347300004, 29.438662559000072 ], [ 106.23267265800007, 29.43866275300007 ], [ 106.232606844000031, 29.43863082200005 ], [ 106.232582756000056, 29.438606313000033 ], [ 106.232562941000026, 29.438566147000078 ], [ 106.232553453000037, 29.438519377000038 ], [ 106.232570682000073, 29.438468454000084 ], [ 106.232566938000048, 29.438404710000043 ], [ 106.232558922000067, 29.43835662500004 ], [ 106.232536133000053, 29.438316486000073 ], [ 106.232507395000027, 29.438276402000035 ], [ 106.232490600000077, 29.438240112000074 ], [ 106.232422118000045, 29.438171760000042 ], [ 106.232393807000051, 29.438136228000076 ], [ 106.232385940000029, 29.438100507000055 ], [ 106.23240972800005, 29.438069373000076 ], [ 106.232455798000046, 29.438036408000073 ], [ 106.232501927000058, 29.438008320000051 ], [ 106.232547978000071, 29.437973728000095 ], [ 106.232605099000068, 29.437932523000079 ], [ 106.232626890000063, 29.437890020000058 ], [ 106.232620745000077, 29.437842892000052 ], [ 106.232588639000028, 29.437800888000083 ], [ 106.232534310000062, 29.437765597000073 ], [ 106.232452025000043, 29.437724056000043 ], [ 106.232330381000054, 29.437655627000076 ], [ 106.23228352700005, 29.437623519000059 ], [ 106.232250633000035, 29.437593317000051 ], [ 106.232243197000059, 29.437554744000071 ], [ 106.232259092000049, 29.437524091000061 ], [ 106.232293743000071, 29.437507500000031 ], [ 106.23234969300006, 29.437523253000045 ], [ 106.232387159000041, 29.43754731100006 ], [ 106.232431348000034, 29.437550969000085 ], [ 106.23246822200008, 29.437526223000063 ], [ 106.232514193000043, 29.437485122000059 ], [ 106.232538889000082, 29.43741371200008 ], [ 106.232535902000066, 29.437358829000058 ], [ 106.232502592000074, 29.437294055000056 ], [ 106.232483393000052, 29.437243389000059 ], [ 106.232459498000026, 29.437188699000046 ], [ 106.232424481000066, 29.437153085000091 ], [ 106.232377058000054, 29.437126041000052 ], [ 106.232350714000063, 29.43711101700006 ], [ 106.232345205000058, 29.437088166000084 ], [ 106.232355447000032, 29.437069749000038 ], [ 106.232371125000043, 29.437068077000049 ], [ 106.232404152000086, 29.437058610000069 ], [ 106.232410888000061, 29.43703869900008 ], [ 106.232407013000056, 29.437006673000035 ], [ 106.232394289000069, 29.436964040000081 ], [ 106.232376239000075, 29.436913820000083 ], [ 106.232354463000036, 29.436843788000097 ], [ 106.232366285000069, 29.43681161600006 ], [ 106.232383245000051, 29.436771761000045 ], [ 106.232384528000068, 29.436733579000077 ], [ 106.232370041000081, 29.436689435000055 ], [ 106.232366073000037, 29.436649774000038 ], [ 106.232339525000043, 29.436617957000063 ], [ 106.23232876700007, 29.436593627000022 ], [ 106.232309526000051, 29.436589225000034 ], [ 106.23229383000006, 29.436589370000039 ], [ 106.232266036000055, 29.436598788000083 ], [ 106.232238297000052, 29.436612786000065 ], [ 106.232196587000033, 29.436625387000049 ], [ 106.23216519500005, 29.436625677000059 ], [ 106.23215267300003, 29.436599837000077 ], [ 106.232169552000073, 29.436553113000059 ], [ 106.232164707000038, 29.436513079000058 ], [ 106.232135768000049, 29.436463725000063 ], [ 106.232098084000029, 29.436412543000081 ], [ 106.232058428000073, 29.436378556000083 ], [ 106.232014367000033, 29.436340794000046 ], [ 106.231979163000062, 29.436314400000075 ], [ 106.231935217000057, 29.436286178000039 ], [ 106.231904396000061, 29.436261653000088 ], [ 106.23186912400007, 29.436229534000063 ], [ 106.231826760000047, 29.436151676000069 ], [ 106.231800045000057, 29.436106119000051 ], [ 106.231786274000058, 29.436048990000071 ], [ 106.231766378000032, 29.436026272000042 ], [ 106.231724795000048, 29.436013297000041 ], [ 106.231689453000058, 29.435975453000076 ], [ 106.231660813000076, 29.435950907000063 ], [ 106.231608216000055, 29.43592849100008 ], [ 106.231555803000049, 29.435921342000082 ], [ 106.231534256000046, 29.435942535000038 ], [ 106.231506422000052, 29.435984781000059 ], [ 106.231506998000043, 29.43603248800008 ], [ 106.23148347800003, 29.436070876000084 ], [ 106.231453280000039, 29.436097875000083 ], [ 106.231407776000026, 29.43612119800008 ], [ 106.231370761000051, 29.436125357000041 ], [ 106.231322730000045, 29.436120076000069 ], [ 106.231265865000069, 29.436105333000054 ], [ 106.231361022000044, 29.436192357000031 ], [ 106.231404084000076, 29.436336642000075 ], [ 106.231418356000063, 29.436492045000083 ], [ 106.231415796000078, 29.436622283000077 ], [ 106.231387879000067, 29.436705734000043 ], [ 106.231330559000071, 29.436749669000051 ], [ 106.231268583000031, 29.436750242000066 ], [ 106.231169335000061, 29.436743926000076 ], [ 106.231032858000049, 29.436734336000089 ], [ 106.230925217000049, 29.436717246000054 ], [ 106.230798317000051, 29.436717233000085 ], [ 106.230872341000065, 29.436760417000077 ], [ 106.231026347000068, 29.436786778000052 ], [ 106.231227352000076, 29.436831712000075 ], [ 106.231287519000034, 29.436834081000082 ], [ 106.231309358000033, 29.436844115000039 ], [ 106.231299635000028, 29.436869063000071 ], [ 106.23126811000003, 29.436886902000083 ], [ 106.231196744000044, 29.436925582000075 ], [ 106.231096771000068, 29.436946978000037 ], [ 106.230975243000046, 29.436981734000081 ], [ 106.23083441600005, 29.437036433000056 ], [ 106.230676544000062, 29.437130290000084 ], [ 106.230603529000078, 29.437169562000072 ], [ 106.230536870000037, 29.437181874000089 ], [ 106.230491688000029, 29.43717016100004 ], [ 106.230495403000077, 29.437252066000038 ], [ 106.230528079000067, 29.437326860000042 ], [ 106.23057643900006, 29.437384821000073 ], [ 106.230618345000039, 29.437434498000076 ], [ 106.230651591000026, 29.437556569000044 ], [ 106.230652263000081, 29.437612189000046 ], [ 106.230637886000068, 29.437737482000038 ], [ 106.230654610000045, 29.437806861000073 ], [ 106.230677790000072, 29.437884524000086 ], [ 106.230713475000073, 29.437945383000059 ], [ 106.230739898000081, 29.438028579000047 ], [ 106.230798125000049, 29.438114262000056 ], [ 106.23097927200007, 29.438275017000077 ], [ 106.231133248000049, 29.438395972000091 ], [ 106.231173743000056, 29.438422945000067 ], [ 106.231179375000067, 29.438426696000079 ], [ 106.231220094000051, 29.438430770000082 ], [ 106.231276039000079, 29.438432478000038 ], [ 106.231339687000059, 29.438440789000083 ], [ 106.231406012000036, 29.438460201000058 ], [ 106.231464793000043, 29.438486359000084 ], [ 106.231511027000082, 29.438525982000044 ], [ 106.231547308000074, 29.438583498000071 ], [ 106.231549294000047, 29.438609778000057 ], [ 106.23155033300003, 29.438623521000068 ], [ 106.23155097700004, 29.438676917000073 ], [ 106.231551595000056, 29.438728088000062 ], [ 106.231559705000052, 29.43876806400004 ], [ 106.231590741000048, 29.438812279000036 ], [ 106.231660494000039, 29.438905085000034 ], [ 106.231694749000042, 29.43897198500008 ], [ 106.231740003000027, 29.438960529000042 ], [ 106.231776578000051, 29.43896129500007 ], [ 106.231809531000067, 29.438975339000081 ], [ 106.231851163000044, 29.438977160000032 ], [ 106.231891347000044, 29.438963544000039 ], [ 106.231918723000035, 29.438933491000057 ], [ 106.231942183000058, 29.438866224000037 ], [ 106.231955968000079, 29.438832986000079 ], [ 106.231985628000075, 29.438809258000049 ], [ 106.232046739000054, 29.43877972000007 ], [ 106.23212359300004, 29.43874865700008 ], [ 106.232172180000077, 29.438726134000028 ], [ 106.232225396000047, 29.438695289000062 ], [ 106.232288333000042, 29.438686430000068 ], [ 106.232341949000045, 29.438688692000092 ], [ 106.232422555000028, 29.43870726100004 ], [ 106.232484283000076, 29.438728764000075 ], [ 106.232558769000036, 29.438762565000047 ], [ 106.232672421000075, 29.438856863000062 ], [ 106.232698348000042, 29.438882496000069 ], [ 106.232736202000069, 29.438916643000077 ], [ 106.232797530000028, 29.438936773000073 ], [ 106.232854670000066, 29.438936244000047 ], [ 106.232911725000065, 29.438928816000043 ], [ 106.232984482000063, 29.438916069000076 ], [ 106.233063211000072, 29.438908440000031 ], [ 106.233126114000072, 29.438895784000071 ], [ 106.233189123000045, 29.438891750000032 ], [ 106.233244395000042, 29.438899863000085 ], [ 106.233303610000064, 29.43890793900005 ], [ 106.233351167000095, 29.438929922000064 ], [ 106.233408661000055, 29.43895871300009 ], [ 106.233428718000027, 29.43898784900005 ], [ 106.233431211000038, 29.439030947000056 ], [ 106.233454253000048, 29.439107314000072 ], [ 106.233458705000032, 29.439106882000093 ], [ 106.233477435000054, 29.439033717000083 ], [ 106.23352103600007, 29.439030921000032 ], [ 106.233570451000048, 29.43905910400008 ], [ 106.233628057000033, 29.439087211000068 ], [ 106.233718398000065, 29.439117405000054 ], [ 106.233827737000084, 29.439140261000034 ], [ 106.233969830000035, 29.439165193000065 ], [ 106.234062702000074, 29.439178658000049 ], [ 106.234152638000069, 29.439175434000042 ], [ 106.234182827000041, 29.439191860000054 ], [ 106.234202488000051, 29.439239415000092 ], [ 106.234186568000041, 29.439275365000064 ], [ 106.234189808000053, 29.439318292000053 ], [ 106.234209296000074, 29.439351523000084 ], [ 106.234272382000029, 29.439381969000067 ], [ 106.234326884000041, 29.439379074000044 ], [ 106.234345679000057, 29.43935504000007 ], [ 106.234366991000059, 29.439314267000046 ], [ 106.234355483000073, 29.439264247000036 ], [ 106.234314297000026, 29.439240768000044 ], [ 106.234240336000042, 29.43921280600005 ], [ 106.234231704000081, 29.43917470100007 ], [ 106.234239442000046, 29.439138826000089 ], [ 106.234264014000075, 29.439140989000073 ], [ 106.234321582000064, 29.439166705000058 ], [ 106.23440382900003, 29.439204136000058 ], [ 106.234483279000074, 29.43923442200008 ], [ 106.234637219000035, 29.439338012000064 ], [ 106.234642987000029, 29.439364209000075 ], [ 106.234627153000076, 29.439407321000093 ], [ 106.234619280000061, 29.439417762000055 ], [ 106.234639852000043, 29.439431233000054 ], [ 106.234697979000032, 29.439478114000053 ], [ 106.23470579400005, 29.439510527000031 ], [ 106.234774483000081, 29.439449154000052 ], [ 106.234794647000058, 29.439425098000068 ], [ 106.234831773000053, 29.439394923000069 ], [ 106.234841670000037, 29.439367985000043 ], [ 106.234834272000057, 29.439320318000053 ], [ 106.234827098000039, 29.439290553000031 ], [ 106.234823253000073, 29.439254786000056 ], [ 106.23484994100005, 29.439206800000076 ], [ 106.23486666000008, 29.43917980000009 ], [ 106.234873074000063, 29.439146915000038 ], [ 106.234876016000044, 29.439108107000042 ], [ 106.234879100000057, 29.439081226000045 ], [ 106.234905701000073, 29.439057441000053 ] ], [ [ 106.231974835000074, 29.436774126000039 ], [ 106.232026352000062, 29.436796081000068 ], [ 106.232068396000045, 29.436829340000081 ], [ 106.232081681000068, 29.436868473000064 ], [ 106.232088629000032, 29.436913273000084 ], [ 106.232115064000027, 29.436980322000068 ], [ 106.232160853000039, 29.437058409000088 ], [ 106.232187052000029, 29.437105834000086 ], [ 106.232187594000038, 29.437150693000032 ], [ 106.232168545000036, 29.43716488900008 ], [ 106.232104758000048, 29.43718791100008 ], [ 106.232076372000051, 29.437224626000045 ], [ 106.232057628000064, 29.437264054000078 ], [ 106.232016228000077, 29.437284065000085 ], [ 106.231961846000047, 29.437290176000094 ], [ 106.23187860400003, 29.43729375000003 ], [ 106.231817444000058, 29.437269080000075 ], [ 106.231765725000059, 29.437230303000035 ], [ 106.231745559000061, 29.437151978000088 ], [ 106.231738375000077, 29.437087554000072 ], [ 106.23173779900003, 29.437039892000083 ], [ 106.231714804000035, 29.436992437000072 ], [ 106.231710958000065, 29.436939197000076 ], [ 106.231713586000069, 29.436891506000052 ], [ 106.231745310000065, 29.436865976000043 ], [ 106.231751275000079, 29.436829470000074 ], [ 106.231753836000053, 29.436776171000073 ], [ 106.231791899000029, 29.436744975000071 ], [ 106.231839941000032, 29.436744531000038 ], [ 106.231974835000074, 29.436774126000039 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.233753759000081, 29.439629500000077 ], [ 106.233602143000041, 29.439577184000097 ], [ 106.233547902000055, 29.439571759000046 ], [ 106.233496940000066, 29.439557412000063 ], [ 106.23344936400008, 29.439543034000053 ], [ 106.233418464000067, 29.439507755000079 ], [ 106.233411120000028, 29.439460402000066 ], [ 106.233422834000066, 29.439309141000081 ], [ 106.233428925000055, 29.439252773000071 ], [ 106.233429206000039, 29.439246923000045 ], [ 106.233311966000031, 29.439263624000034 ], [ 106.233237685000063, 29.439287812000089 ], [ 106.233181141000045, 29.439298780000062 ], [ 106.233112605000031, 29.43930463700007 ], [ 106.233067834000053, 29.439302440000059 ], [ 106.233017067000048, 29.439297688000064 ], [ 106.232937169000095, 29.439273737000065 ], [ 106.232863016000067, 29.439252861000053 ], [ 106.232784386000048, 29.439232027000045 ], [ 106.232714570000041, 29.439199350000077 ], [ 106.232669668000028, 29.439189964000033 ], [ 106.232602446000044, 29.439186666000065 ], [ 106.232537535000063, 29.439189227000043 ], [ 106.232495133000043, 29.4392013810001 ], [ 106.232454852000046, 29.43920371400008 ], [ 106.232407830000056, 29.439204149000091 ], [ 106.232360808000067, 29.439204585000088 ], [ 106.232300327000075, 29.439203184000068 ], [ 106.232198722000078, 29.439180602000075 ], [ 106.23218012500007, 29.439170483000051 ], [ 106.232121875000075, 29.43915455900008 ], [ 106.232091497000056, 29.439144906000077 ], [ 106.232063761000063, 29.439145163000035 ], [ 106.232041107000043, 29.439148684000088 ], [ 106.232019794000053, 29.439158814000052 ], [ 106.231997234000062, 29.439170060000038 ], [ 106.231959424000081, 29.439171514000066 ], [ 106.231911516000025, 29.439171957000049 ], [ 106.231858377000037, 29.439156997000058 ], [ 106.231821576000073, 29.439137470000048 ], [ 106.231722384000079, 29.439067751000046 ], [ 106.23169176600004, 29.439038235000062 ], [ 106.231683935000035, 29.439016233000071 ], [ 106.231686137000054, 29.438989724000059 ], [ 106.231694749000042, 29.43897198500008 ], [ 106.231660494000039, 29.438905085000034 ], [ 106.231590741000048, 29.438812279000036 ], [ 106.231559705000052, 29.43876806400004 ], [ 106.231551595000056, 29.438728088000062 ], [ 106.23155097700004, 29.438676917000073 ], [ 106.23155033300003, 29.438623521000068 ], [ 106.231549294000047, 29.438609778000057 ], [ 106.231503513000064, 29.438634539000066 ], [ 106.231484869000042, 29.438663811000083 ], [ 106.231485170000042, 29.438688751000083 ], [ 106.231495220000056, 29.438734386000075 ], [ 106.231512191000036, 29.438763328000061 ], [ 106.231522140000038, 29.438800650000076 ], [ 106.231520392000064, 29.438852629000053 ], [ 106.231504299000051, 29.438896427000088 ], [ 106.231469262000076, 29.43894455800006 ], [ 106.231434124000032, 29.438984375000079 ], [ 106.231401285000061, 29.439017935000031 ], [ 106.231363446000046, 29.439030756000083 ], [ 106.231308762000026, 29.439025026000074 ], [ 106.231260950000035, 29.43899844700006 ], [ 106.231220060000055, 29.438955176000036 ], [ 106.231210162000082, 29.438922011000045 ], [ 106.231214434000037, 29.438882480000078 ], [ 106.231230602000039, 29.43884491600005 ], [ 106.231230226000037, 29.43881374200004 ], [ 106.231206157000031, 29.438786943000085 ], [ 106.231167867000067, 29.438762355000051 ], [ 106.231127379000043, 29.438752337000036 ], [ 106.231072620000077, 29.438740372000034 ], [ 106.231034631000071, 29.438740723000084 ], [ 106.231003815000065, 29.438745165000061 ], [ 106.230958678000036, 29.438743504000058 ], [ 106.230930459000035, 29.438723592000091 ], [ 106.230922269000089, 29.438709624000062 ], [ 106.230921987000045, 29.438686220000076 ], [ 106.230932385000074, 29.438661547000031 ], [ 106.23098617900007, 29.438576787000045 ], [ 106.231040058000076, 29.43849904700005 ], [ 106.231065148000027, 29.438473068000061 ], [ 106.231095655000047, 29.438452891000047 ], [ 106.231119606000064, 29.438443307000053 ], [ 106.231173743000056, 29.438422945000067 ], [ 106.231133248000049, 29.438395972000091 ], [ 106.23097927200007, 29.438275017000077 ], [ 106.230798125000049, 29.438114262000056 ], [ 106.230739898000081, 29.438028579000047 ], [ 106.230713475000073, 29.437945383000059 ], [ 106.230677790000072, 29.437884524000086 ], [ 106.230654610000045, 29.437806861000073 ], [ 106.230637886000068, 29.437737482000038 ], [ 106.230652263000081, 29.437612189000046 ], [ 106.230651591000026, 29.437556569000044 ], [ 106.230618345000039, 29.437434498000076 ], [ 106.23057643900006, 29.437384821000073 ], [ 106.230528079000067, 29.437326860000042 ], [ 106.230495403000077, 29.437252066000038 ], [ 106.230491688000029, 29.43717016100004 ], [ 106.230467172000033, 29.437163805000061 ], [ 106.230421536000051, 29.437146682000051 ], [ 106.230372720000048, 29.43708748400007 ], [ 106.23024238000005, 29.436972420000075 ], [ 106.230177864000041, 29.436935626000036 ], [ 106.230072211000049, 29.436882074000039 ], [ 106.229962773000068, 29.436809861000082 ], [ 106.229846160000079, 29.436733041000075 ], [ 106.229752758000075, 29.436662238000057 ], [ 106.229664694000064, 29.436591386000092 ], [ 106.229615894000062, 29.436529519000093 ], [ 106.229623872000047, 29.436453106000034 ], [ 106.229635410000071, 29.436376661000047 ], [ 106.229615102000025, 29.436316089000051 ], [ 106.229561189000037, 29.436272964000068 ], [ 106.229559717000029, 29.436271971000046 ], [ 106.229501975000062, 29.43623300400008 ], [ 106.229394930000069, 29.43617529300008 ], [ 106.22930619400006, 29.436109097000031 ], [ 106.22929296600006, 29.436152269000051 ], [ 106.229232391000039, 29.436225614000072 ], [ 106.229160781000076, 29.436283237000048 ], [ 106.22928179400003, 29.436376291000052 ], [ 106.229343641000071, 29.436441054000049 ], [ 106.22940223900008, 29.436517726000091 ], [ 106.22941991600004, 29.436576958000035 ], [ 106.229424023000036, 29.436636314000058 ], [ 106.229424739000081, 29.436695702000069 ], [ 106.229411599000059, 29.436731460000082 ], [ 106.229374786000051, 29.436773376000076 ], [ 106.229331295000065, 29.436824263000059 ], [ 106.22929423100004, 29.436845393000048 ], [ 106.229260380000042, 29.436851645000058 ], [ 106.229226207000067, 29.436831172000048 ], [ 106.229185142000063, 29.436801854000073 ], [ 106.229150540000035, 29.436745749000067 ], [ 106.229136292000092, 29.436689456000067 ], [ 106.229111831000068, 29.436630287000064 ], [ 106.229090762000055, 29.436571087000058 ], [ 106.229073157000073, 29.436517794000046 ], [ 106.22903887700005, 29.436488413000056 ], [ 106.229001277000066, 29.436465003000087 ], [ 106.228943394000055, 29.436447718000071 ], [ 106.228916149000042, 29.436439061000048 ], [ 106.228892117000044, 29.43641552500009 ], [ 106.228854474000059, 29.436365179000063 ], [ 106.228778562000059, 29.436365880000047 ], [ 106.228666350000026, 29.436354257000069 ], [ 106.22850829600003, 29.436328402000075 ], [ 106.228545632000078, 29.436355273000071 ], [ 106.228576922000059, 29.436371832000074 ], [ 106.228614134000068, 29.43638833600005 ], [ 106.228647013000057, 29.43641395200007 ], [ 106.22866956200005, 29.436442256000078 ], [ 106.228693856000064, 29.436492574000056 ], [ 106.228709271000071, 29.436531950000074 ], [ 106.228713586000026, 29.436541111000054 ], [ 106.228738101000033, 29.436604417000069 ], [ 106.228775006000035, 29.43671034800008 ], [ 106.228796897000052, 29.436774833000076 ], [ 106.228809481000042, 29.436833628000048 ], [ 106.228812690000041, 29.436880958000071 ], [ 106.228801052000065, 29.436900703000052 ], [ 106.22889986000007, 29.436892775000047 ], [ 106.228979387000038, 29.43688806100004 ], [ 106.229033952000066, 29.436887557000034 ], [ 106.229070616000058, 29.436911103000057 ], [ 106.229089212000076, 29.436944768000039 ], [ 106.22907602600003, 29.436982706000038 ], [ 106.229051521000031, 29.437024730000086 ], [ 106.229017897000077, 29.437064848000031 ], [ 106.228972881000061, 29.43710308000005 ], [ 106.228907284000059, 29.43713155100005 ], [ 106.228940013000056, 29.437177858000044 ], [ 106.228972006000049, 29.43722752900004 ], [ 106.229003969000075, 29.437274702000067 ], [ 106.229044374000068, 29.437311804000043 ], [ 106.229136416000074, 29.437370914000041 ], [ 106.229199319000031, 29.437380326000039 ], [ 106.229262102000064, 29.437379747000083 ], [ 106.229336150000051, 29.437366572000087 ], [ 106.229401726000049, 29.437360969000061 ], [ 106.229464509000081, 29.437360390000034 ], [ 106.229527442000062, 29.43737230000005 ], [ 106.229601851000041, 29.437389101000068 ], [ 106.229670823000049, 29.437428437000055 ], [ 106.229711107000071, 29.43745554700007 ], [ 106.229835325000067, 29.43757931500005 ], [ 106.229881738000074, 29.437641344000038 ], [ 106.229942691000076, 29.437725723000089 ], [ 106.229971771000081, 29.437770424000064 ], [ 106.229980784000077, 29.437807816000095 ], [ 106.229998599000055, 29.437865112000054 ], [ 106.229999171000031, 29.437912575000041 ], [ 106.229999803000055, 29.437965033000069 ], [ 106.229991965000067, 29.43802506500009 ], [ 106.229986799000073, 29.438070082000085 ], [ 106.229918264000048, 29.438137029000067 ], [ 106.229957699000067, 29.438182056000066 ], [ 106.229979205000078, 29.438245405000092 ], [ 106.229984773000069, 29.438277128000038 ], [ 106.229985183000053, 29.438311167000052 ], [ 106.229972494000037, 29.438333980000046 ], [ 106.229944223000075, 29.438354667000052 ], [ 106.229879410000095, 29.438355266000091 ], [ 106.229858616000072, 29.438350919000069 ], [ 106.229806766000081, 29.438351398000059 ], [ 106.229783160000068, 29.438328920000057 ], [ 106.229756825000038, 29.438295120000078 ], [ 106.229748555000072, 29.438254344000086 ], [ 106.229745552000054, 29.438220329000046 ], [ 106.229745196000067, 29.438190828000071 ], [ 106.229744978000042, 29.43817267300005 ], [ 106.229752509000036, 29.438152178000056 ], [ 106.229710885000031, 29.438147580000077 ], [ 106.229653358000064, 29.438110637000076 ], [ 106.22961583700004, 29.43807600700006 ], [ 106.229595349000093, 29.438033725000075 ], [ 106.229543228000068, 29.437971748000038 ], [ 106.229477019000058, 29.437924892000069 ], [ 106.229422165000074, 29.437872934000044 ], [ 106.229344391000055, 29.437813693000066 ], [ 106.229246279000051, 29.437724659000075 ], [ 106.229108546000077, 29.437663473000036 ], [ 106.228965526000081, 29.437637312000049 ], [ 106.228834012000064, 29.437618539000081 ], [ 106.228736953000066, 29.437616936000037 ], [ 106.228624462000028, 29.437625781000065 ], [ 106.228706670000065, 29.437654878000046 ], [ 106.228802375000043, 29.437671909000077 ], [ 106.228877714000078, 29.43769708800005 ], [ 106.229010395000046, 29.437832923000087 ], [ 106.229054232000067, 29.437932057000062 ], [ 106.229078021000078, 29.43801893300008 ], [ 106.229082212000037, 29.438130874000077 ], [ 106.229069049000032, 29.43821809100006 ], [ 106.229024018000075, 29.438255834000078 ], [ 106.228947450000078, 29.438271471000057 ], [ 106.228876746000026, 29.43830198500007 ], [ 106.228806402000032, 29.438362357000074 ], [ 106.228790096000083, 29.438424719000068 ], [ 106.228733785000031, 29.438470030000079 ], [ 106.22865712600003, 29.438478203000042 ], [ 106.228588905000038, 29.438478832000051 ], [ 106.22851203700003, 29.438469588000089 ], [ 106.228493134000075, 29.43849896900009 ], [ 106.228493374000038, 29.438518966000064 ], [ 106.228499802000044, 29.438535271000035 ], [ 106.228522757000064, 29.438544150000041 ], [ 106.228628264000065, 29.438606665000066 ], [ 106.228661662000036, 29.438625712000093 ], [ 106.228683888000035, 29.438635185000066 ], [ 106.228742731000068, 29.438624964000049 ], [ 106.228782956000032, 29.438598785000064 ], [ 106.228834234000033, 29.438572504000035 ], [ 106.228881673000046, 29.438533355000061 ], [ 106.228940128000033, 29.438490878000032 ], [ 106.229009831000042, 29.438464427000042 ], [ 106.229101956000079, 29.438463577000046 ], [ 106.229142607000028, 29.438472880000063 ], [ 106.229176161000055, 29.438504829000067 ], [ 106.229187643000046, 29.438540209000042 ], [ 106.229188187000048, 29.438585367000087 ], [ 106.229188653000051, 29.438624074000074 ], [ 106.229167335000056, 29.438689952000054 ], [ 106.229193526000074, 29.438710356000058 ], [ 106.229212691000043, 29.438734954000044 ], [ 106.229241266000045, 29.438757401000089 ], [ 106.229279199000075, 29.438773568000055 ], [ 106.229321650000031, 29.438773176000041 ], [ 106.229366410000068, 29.438768633000052 ], [ 106.229413453000063, 29.438757876000064 ], [ 106.229451337000057, 29.438769914000087 ], [ 106.229470527000046, 29.438796577000065 ], [ 106.229470925000044, 29.438829607000059 ], [ 106.229461890000039, 29.43886272400005 ], [ 106.229500588000064, 29.438846043000069 ], [ 106.229523534000066, 29.438836514000052 ], [ 106.229557252000063, 29.438837756000058 ], [ 106.229571554000074, 29.438846940000079 ], [ 106.229593044000069, 29.438863822000087 ], [ 106.229607514000065, 29.43888697900006 ], [ 106.229650176000064, 29.438894349000069 ], [ 106.229682177000029, 29.438900264000043 ], [ 106.229723084000057, 29.43890920300003 ], [ 106.229744611000058, 29.438929189000074 ], [ 106.22974851400005, 29.438958655000089 ], [ 106.229743511000038, 29.438985098000046 ], [ 106.229725962000032, 29.439000787000047 ], [ 106.229694166000058, 29.439011950000058 ], [ 106.229674768000052, 29.439021446000076 ], [ 106.229669840000042, 29.439054098000046 ], [ 106.229677346000074, 29.439088189000074 ], [ 106.229684684000077, 29.43910830700008 ], [ 106.229711774000066, 29.439149944000068 ], [ 106.229751614000065, 29.439112901000044 ], [ 106.229778767000028, 29.439092902000084 ], [ 106.229817421000078, 29.439091135000069 ], [ 106.229865930000074, 29.43910479200008 ], [ 106.229917729000078, 29.439124062000076 ], [ 106.229979178000065, 29.439141832000072 ], [ 106.23004254600005, 29.439184974000057 ], [ 106.230100943000039, 29.439216877000039 ], [ 106.230144924000058, 29.439255966000079 ], [ 106.230166227000041, 29.439285391000052 ], [ 106.230168264000042, 29.439320637000037 ], [ 106.230220018000068, 29.439322577000034 ], [ 106.230275151000058, 29.439329597000032 ], [ 106.230364535000035, 29.439352262000057 ], [ 106.230382526000042, 29.439360528000062 ], [ 106.230414495000048, 29.439386735000092 ], [ 106.230425736000029, 29.439405905000058 ], [ 106.230427432000056, 29.439432392000072 ], [ 106.230429156000071, 29.439461287000089 ], [ 106.230429447000063, 29.439485378000082 ], [ 106.230435155000066, 29.439502190000042 ], [ 106.230455999000071, 29.43951886200006 ], [ 106.23047529300004, 29.439521093000057 ], [ 106.230495934000047, 29.439520903000076 ], [ 106.23052060200007, 29.439512242000035 ], [ 106.23054668900005, 29.439507183000035 ], [ 106.230572849000055, 29.439508145000048 ], [ 106.230598995000037, 29.439507904000035 ], [ 106.23062789200003, 29.439507637000066 ], [ 106.230648533000078, 29.439507446000054 ], [ 106.230682892000061, 29.439503514000073 ], [ 106.230715801000031, 29.439493573000043 ], [ 106.230748725000069, 29.43948483600008 ], [ 106.230778839000038, 29.43947130700008 ], [ 106.230813125000054, 29.439461353000063 ], [ 106.23085166900006, 29.439462201000079 ], [ 106.230873686000066, 29.439461998000066 ], [ 106.230898557000046, 29.439470200000077 ], [ 106.230923603000065, 29.439492857000062 ], [ 106.230934815000069, 29.439509618000038 ], [ 106.23094055200005, 29.43952884000003 ], [ 106.230947781000054, 29.439557684000082 ], [ 106.23096042700007, 29.439579251000051 ], [ 106.23097161000004, 29.439593604000031 ], [ 106.230996583000035, 29.439610238000053 ], [ 106.231024563000062, 29.43960997900006 ], [ 106.231053900000063, 29.439608102000079 ], [ 106.231079470000054, 29.439598228000079 ], [ 106.231101294000041, 29.439581964000073 ], [ 106.231141562000062, 29.439573561000088 ], [ 106.231178257000067, 29.439573222000035 ], [ 106.231218719000026, 29.439580879000069 ], [ 106.231253773000049, 29.439596616000077 ], [ 106.231281547000037, 29.439617240000082 ], [ 106.231309359000079, 29.439641076000047 ], [ 106.231331609000051, 29.439660145000062 ], [ 106.231351888000063, 29.439667988000057 ], [ 106.231375740000033, 29.439667768000049 ], [ 106.231406912000068, 29.439665873000081 ], [ 106.231441772000039, 29.439665551000068 ], [ 106.231460236000032, 29.43967501700007 ], [ 106.23147702100006, 29.439697349000088 ], [ 106.231484689000069, 29.439724583000036 ], [ 106.231484999000031, 29.439750279000073 ], [ 106.231476155000053, 29.439777666000055 ], [ 106.231472815000075, 29.439805003000064 ], [ 106.231473183000048, 29.439835517000059 ], [ 106.231482634000031, 29.43988875500008 ], [ 106.231503742000029, 29.439934819000083 ], [ 106.231526038000027, 29.43995774200004 ], [ 106.231546851000076, 29.439979393000037 ], [ 106.231588229000067, 29.44000214000005 ], [ 106.231619224000042, 29.440015988000074 ], [ 106.231656028000032, 29.440024642000083 ], [ 106.231688336000047, 29.440025628000054 ], [ 106.231719238000039, 29.44003176700004 ], [ 106.231735678000064, 29.440056029000061 ], [ 106.231736051000041, 29.440086865000065 ], [ 106.231730458000072, 29.440110046000086 ], [ 106.23170576900003, 29.440132118000069 ], [ 106.23167961200005, 29.440154205000056 ], [ 106.231663838000031, 29.440185190000079 ], [ 106.231661228000064, 29.440212198000044 ], [ 106.231661694000081, 29.440250742000039 ], [ 106.231667999000081, 29.440286663000052 ], [ 106.231684456000039, 29.440312210000048 ], [ 106.231703848000052, 29.440337729000078 ], [ 106.231728847000056, 29.440341353000065 ], [ 106.231771430000038, 29.440342244000075 ], [ 106.231800662000069, 29.440331694000051 ], [ 106.231825522000065, 29.44032375400008 ], [ 106.231854739000028, 29.44031191900007 ], [ 106.231882565000035, 29.440306522000071 ], [ 106.231916197000032, 29.440311611000084 ], [ 106.231935198000031, 29.440330605000042 ], [ 106.231974682000043, 29.440361733000088 ], [ 106.231998144000045, 29.440361516000053 ], [ 106.232018296000035, 29.440346267000056 ], [ 106.232041477000053, 29.44032277500008 ], [ 106.232063045000075, 29.440295190000086 ], [ 106.232092350000073, 29.440260687000084 ], [ 106.232117029000051, 29.440231704000041 ], [ 106.232143338000071, 29.440208183000042 ], [ 106.232172809000076, 29.440187371000039 ], [ 106.232208751000044, 29.440184300000048 ], [ 106.232235408000065, 29.440189530000048 ], [ 106.232259035000027, 29.440203004000072 ], [ 106.232295374000046, 29.440232792000081 ], [ 106.232338003000052, 29.440265260000047 ], [ 106.232366488000025, 29.440292382000045 ], [ 106.232380781000074, 29.440306670000034 ], [ 106.23238548900008, 29.440311376000068 ], [ 106.232401429000049, 29.440335875000073 ], [ 106.232403340000076, 29.440364613000042 ], [ 106.232413320000035, 29.440413814000063 ], [ 106.232431022000071, 29.44045472900007 ], [ 106.23245965600006, 29.440494173000047 ], [ 106.232488158000081, 29.440522664000074 ], [ 106.232511984000041, 29.440552567000061 ], [ 106.232546677000073, 29.44057552400005 ], [ 106.232579607000048, 29.440582065000061 ], [ 106.232614018000064, 29.440581747000067 ], [ 106.23264834600009, 29.440574583000043 ], [ 106.232680945000027, 29.44055374200008 ], [ 106.232707205000054, 29.440526113000089 ], [ 106.232720951000033, 29.440498600000069 ], [ 106.23273473100005, 29.440473826000066 ], [ 106.232749992000038, 29.440442191000042 ], [ 106.232769929000028, 29.440409144000046 ], [ 106.232797703000074, 29.440377393000063 ], [ 106.232828655000048, 29.440349721000075 ], [ 106.232870671000057, 29.440331531000083 ], [ 106.232920509000053, 29.440313269000054 ], [ 106.232976735000079, 29.440305902000027 ], [ 106.233015657000067, 29.440290480000048 ], [ 106.233105608000074, 29.440255673000078 ], [ 106.23314322300007, 29.440241707000041 ], [ 106.233180980000043, 29.440239411000054 ], [ 106.233245406000037, 29.440236869000042 ], [ 106.233294368000031, 29.440242252000075 ], [ 106.233343331000086, 29.440247635000041 ], [ 106.233405699000059, 29.440258731000078 ], [ 106.233445937000056, 29.440277813000076 ], [ 106.233449061000044, 29.440197210000051 ], [ 106.233451286000047, 29.44016517600005 ], [ 106.233464125000083, 29.44014676400008 ], [ 106.233495249000043, 29.440128182000084 ], [ 106.233557524000048, 29.440093305000062 ], [ 106.233680014000072, 29.440069304000076 ], [ 106.233721752000065, 29.440064344000074 ], [ 106.23377388300004, 29.440054714000041 ], [ 106.233831404000071, 29.440058754000059 ], [ 106.233873501000062, 29.440083518000044 ], [ 106.233884337000063, 29.440115430000056 ], [ 106.233884752000051, 29.440149726000069 ], [ 106.233869466000058, 29.440181881000058 ], [ 106.233838536000064, 29.44021646800007 ], [ 106.23380491100005, 29.440244219000082 ], [ 106.233760672000074, 29.440258349000086 ], [ 106.233716515000026, 29.440279338000035 ], [ 106.233677528000044, 29.440295706000086 ], [ 106.233620058000042, 29.440340402000054 ], [ 106.233669139000028, 29.440355511000064 ], [ 106.233707154000058, 29.440374614000056 ], [ 106.233756541000048, 29.440415012000074 ], [ 106.233788007000044, 29.440443903000073 ], [ 106.233826329000067, 29.440488294000083 ], [ 106.233858030000079, 29.440536638000079 ], [ 106.233892001000072, 29.440588852000083 ], [ 106.233932404000029, 29.440621551000046 ], [ 106.233986329000061, 29.44066968900006 ], [ 106.234015361000047, 29.440681093000084 ], [ 106.234053236000094, 29.440688524000045 ], [ 106.234086572000081, 29.440688215000083 ], [ 106.234126551000031, 29.440685899000069 ], [ 106.234159793000075, 29.440677809000075 ], [ 106.234197362000032, 29.440659951000054 ], [ 106.234225994000056, 29.440638285000023 ], [ 106.234245713000064, 29.440614757000045 ], [ 106.234263186000078, 29.440589303000085 ], [ 106.234269382000036, 29.440550335000072 ], [ 106.234268935000046, 29.44051337500008 ], [ 106.234268300000053, 29.440460852000054 ], [ 106.234244876000048, 29.440361848000066 ], [ 106.234208400000057, 29.440286312000065 ], [ 106.234145561000048, 29.440236311000032 ], [ 106.234136201000084, 29.440197488000084 ], [ 106.234135637000065, 29.440150801000065 ], [ 106.234124054000063, 29.440111998000067 ], [ 106.23410580400008, 29.440073257000048 ], [ 106.234074362000058, 29.44004631100006 ], [ 106.234021953000081, 29.440018326000089 ], [ 106.233932205000031, 29.439941414000096 ], [ 106.233803441000077, 29.439820808000029 ], [ 106.233757816000036, 29.439720164000047 ], [ 106.233753759000081, 29.439629500000077 ] ], [ [ 106.232609386000036, 29.439703765000051 ], [ 106.232646403000047, 29.439719540000052 ], [ 106.232665150000059, 29.439747206000042 ], [ 106.232665540000028, 29.439779437000077 ], [ 106.232657614000075, 29.439816141000051 ], [ 106.232644507000032, 29.439839705000054 ], [ 106.232619631000034, 29.439858983000079 ], [ 106.232584554000027, 29.439865169000086 ], [ 106.232552753000064, 29.439865463000043 ], [ 106.23250758000006, 29.439867347000078 ], [ 106.232470864000049, 29.439876478000087 ], [ 106.232432422000045, 29.439881229000033 ], [ 106.232393926000043, 29.43988158600007 ], [ 106.23237546200005, 29.439877361000065 ], [ 106.232350073000077, 29.439854152000059 ], [ 106.23234138600003, 29.439827859000047 ], [ 106.232340926000063, 29.439789768000086 ], [ 106.232340519000047, 29.43975607100009 ], [ 106.232358629000032, 29.439730995000048 ], [ 106.232413755000039, 29.439721694000056 ], [ 106.232478889000049, 29.439709369000067 ], [ 106.232570838000072, 29.439699727000058 ], [ 106.232609386000036, 29.439703765000051 ] ], [ [ 106.233065641000053, 29.439574345000036 ], [ 106.233112978000065, 29.439591097000054 ], [ 106.233148449000069, 29.439601083000067 ], [ 106.233185926000033, 29.439614489000068 ], [ 106.233207672000049, 29.439626321000055 ], [ 106.233229501000054, 29.439645028000079 ], [ 106.233249388000047, 29.439665473000051 ], [ 106.233251580000058, 29.439684363000083 ], [ 106.233251891000066, 29.439710146000042 ], [ 106.233248380000077, 29.439744560000058 ], [ 106.233205885000075, 29.439803402000056 ], [ 106.233182341000031, 29.439805339000088 ], [ 106.233152906000043, 29.439807331000047 ], [ 106.233095958000035, 29.439807858000059 ], [ 106.233025223000041, 29.439805075000034 ], [ 106.232960234000075, 29.439790205000065 ], [ 106.232906965000041, 29.439770069000069 ], [ 106.232867400000032, 29.439746369000087 ], [ 106.232857228000057, 29.439717239000061 ], [ 106.232856771000058, 29.439679423000086 ], [ 106.23286011700003, 29.439631258000073 ], [ 106.232885209000074, 29.439594925000055 ], [ 106.232918343000051, 29.439573990000046 ], [ 106.232957617000068, 29.43957362600009 ], [ 106.233012580000036, 29.439571398000048 ], [ 106.233065641000053, 29.439574345000036 ] ], [ [ 106.232227465000051, 29.439523852000033 ], [ 106.232152018000079, 29.439566105000043 ], [ 106.232136798000056, 29.439616111000063 ], [ 106.232127705000039, 29.439649439000046 ], [ 106.232099659000028, 29.439685713000067 ], [ 106.23205865400007, 29.439697174000059 ], [ 106.232017515000052, 29.439697554000077 ], [ 106.231982671000026, 29.439695106000048 ], [ 106.231947627000068, 29.439676038000076 ], [ 106.231925040000078, 29.439640233000034 ], [ 106.231921441000054, 29.439604252000034 ], [ 106.231920973000058, 29.439565472000076 ], [ 106.23192047100008, 29.439523922000035 ], [ 106.231904347000068, 29.439499138000087 ], [ 106.231869370000027, 29.439485610000077 ], [ 106.231824933000055, 29.439474940000082 ], [ 106.231672834000051, 29.439459725000074 ], [ 106.231625332000078, 29.439457394000037 ], [ 106.231577697000034, 29.439443983000047 ], [ 106.231533092000063, 29.439419463000032 ], [ 106.231491485000049, 29.439381063000042 ], [ 106.23148152300007, 29.439342371000063 ], [ 106.231493580000063, 29.439292394000066 ], [ 106.231515464000054, 29.43927002900006 ], [ 106.231559667000056, 29.43926130900007 ], [ 106.231616595000048, 29.439258012000042 ], [ 106.231743344000051, 29.43927069100004 ], [ 106.23191483100004, 29.439318970000045 ], [ 106.232054305000077, 29.439337072000047 ], [ 106.232168362000039, 29.439347098000049 ], [ 106.23226969500007, 29.439351701000078 ], [ 106.232364765000057, 29.439361903000069 ], [ 106.232447043000036, 29.439361141000063 ], [ 106.232507269000052, 29.439368894000037 ], [ 106.232561200000077, 29.439379477000045 ], [ 106.232618564000063, 29.439412189000059 ], [ 106.232637852000039, 29.439436944000075 ], [ 106.232638321000081, 29.439475724000086 ], [ 106.232607211000072, 29.43952033700009 ], [ 106.232572602000062, 29.439537279000035 ], [ 106.232518905000063, 29.43954608700006 ], [ 106.232465107000053, 29.43954658500007 ], [ 106.232395387000054, 29.439538920000079 ], [ 106.232350950000068, 29.43952825000008 ], [ 106.232293887000026, 29.439520467000072 ], [ 106.232227465000051, 29.439523852000033 ] ], [ [ 106.232887406000032, 29.440005331000073 ], [ 106.232937259000039, 29.440012936000073 ], [ 106.232983562000072, 29.440031865000034 ], [ 106.233005929000058, 29.440052630000082 ], [ 106.233013612000036, 29.440078370000037 ], [ 106.233017765000056, 29.440117049000037 ], [ 106.233007021000049, 29.44014296000006 ], [ 106.232968615000075, 29.440167514000045 ], [ 106.232928171000026, 29.440175954000036 ], [ 106.232883944000037, 29.440176364000074 ], [ 106.232824974000039, 29.440176910000048 ], [ 106.232777004000084, 29.440172514000029 ], [ 106.232741913000041, 29.440166386000044 ], [ 106.232717742000034, 29.440148865000083 ], [ 106.232715626000072, 29.440126299000035 ], [ 106.232709630000045, 29.44008763800008 ], [ 106.232709318000047, 29.440061829000051 ], [ 106.232723749000058, 29.440035884000054 ], [ 106.232749431000059, 29.440025967000054 ], [ 106.232810009000048, 29.44000604800004 ], [ 106.23284129700005, 29.440002532000047 ], [ 106.232887406000032, 29.440005331000073 ] ], [ [ 106.230680498000027, 29.438879065000037 ], [ 106.230696944000044, 29.43890017200005 ], [ 106.230699245000039, 29.438923182000046 ], [ 106.230699480000055, 29.438942667000049 ], [ 106.230699672000071, 29.438958610000036 ], [ 106.230691749000073, 29.438972856000081 ], [ 106.230685977000064, 29.438997711000066 ], [ 106.230649978000031, 29.439033476000077 ], [ 106.230589886000075, 29.439085408000043 ], [ 106.230553759000031, 29.439110544000076 ], [ 106.230533586000035, 29.439116045000048 ], [ 106.230493112000033, 29.439116419000069 ], [ 106.230456579000077, 29.439107899000078 ], [ 106.230440133000059, 29.439086792000062 ], [ 106.230439749000027, 29.439054906000074 ], [ 106.230449354000029, 29.439012299000073 ], [ 106.230473169000049, 29.438973104000073 ], [ 106.23048895200003, 29.438939298000033 ], [ 106.230512852000061, 29.43890718800008 ], [ 106.230544911000038, 29.438880318000081 ], [ 106.230585235000035, 29.438867544000061 ], [ 106.23064392200007, 29.438867002000052 ], [ 106.230680498000027, 29.438879065000037 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.243894090000026, 29.540248019000042 ], [ 106.243907996000075, 29.540209447000052 ], [ 106.243910026000037, 29.540182615000052 ], [ 106.243909723000058, 29.540157867000065 ], [ 106.243900062000094, 29.540139395000047 ], [ 106.243878635000044, 29.540123095000062 ], [ 106.243852364000077, 29.540096528000053 ], [ 106.243830911000032, 29.540078166000061 ], [ 106.243821250000053, 29.540059694000039 ], [ 106.243823356000064, 29.540039049000079 ], [ 106.243848895000042, 29.540005809000032 ], [ 106.243876943000046, 29.539984921000034 ], [ 106.243914601000029, 29.539978381000079 ], [ 106.243947619000039, 29.539978072000057 ], [ 106.244020855000031, 29.539987699000044 ], [ 106.244108494000045, 29.540017817000038 ], [ 106.244186801000069, 29.540056271000083 ], [ 106.244213047000073, 29.540080776000082 ], [ 106.244237009000074, 29.540111490000065 ], [ 106.244246923000048, 29.540150585000049 ], [ 106.244254452000078, 29.540187640000063 ], [ 106.24426644600004, 29.540204028000062 ], [ 106.24429494900005, 29.540220261000051 ], [ 106.244325583000034, 29.540217912000056 ], [ 106.244363065000073, 29.540196936000086 ], [ 106.24444018500003, 29.540138462000083 ], [ 106.244524304000052, 29.540073736000071 ], [ 106.244622750000076, 29.540023313000063 ], [ 106.244670356000029, 29.540004620000051 ], [ 106.244641586000057, 29.539939047000075 ], [ 106.244617596000069, 29.539869577000047 ], [ 106.244618267000078, 29.539714444000079 ], [ 106.244607764000079, 29.539696557000074 ], [ 106.24459184400007, 29.539656238000081 ], [ 106.244565834000085, 29.539631751000062 ], [ 106.244534876000046, 29.539623049000049 ], [ 106.244462952000063, 29.539621786000055 ], [ 106.244460898000057, 29.539622376000075 ], [ 106.244433056000062, 29.539630376000048 ], [ 106.244303978000062, 29.539613975000059 ], [ 106.244170183000051, 29.539541271000083 ], [ 106.243923419000069, 29.539452015000052 ], [ 106.243688865000081, 29.539373209000079 ], [ 106.243483361000088, 29.539364567000064 ], [ 106.243382688000054, 29.53936550900006 ], [ 106.243270020000068, 29.539373607000073 ], [ 106.243234122000047, 29.539402117000066 ], [ 106.243198354000072, 29.539441192000083 ], [ 106.24316301600004, 29.539515480000041 ], [ 106.243156384000045, 29.539631761000059 ], [ 106.243092018000027, 29.539966932000077 ], [ 106.243079461000036, 29.540044704000081 ], [ 106.243113848000064, 29.540081966000063 ], [ 106.24313875200005, 29.540083711000079 ], [ 106.243172413000082, 29.540061637000068 ], [ 106.243183044000034, 29.54000615100005 ], [ 106.243212096000036, 29.539792248000079 ], [ 106.243269403000056, 29.539669071000052 ], [ 106.243291755000044, 29.539647103000046 ], [ 106.243341200000032, 29.539620926000055 ], [ 106.243375127000036, 29.539620608000057 ], [ 106.243411316000049, 29.539620270000061 ], [ 106.243443151000079, 29.539633818000091 ], [ 106.243441542000028, 29.539687241000085 ], [ 106.243426654000075, 29.539764525000066 ], [ 106.243400674000043, 29.539859716000073 ], [ 106.243390139000041, 29.539923113000039 ], [ 106.24338651100004, 29.539996335000076 ], [ 106.243392245000052, 29.54009518500003 ], [ 106.243391048000035, 29.540182232000074 ], [ 106.243363243000033, 29.540256009000075 ], [ 106.243431716000032, 29.540275263000066 ], [ 106.243485530000044, 29.54029448600005 ], [ 106.243550473000028, 29.54030127600004 ], [ 106.243612505000058, 29.540300696000084 ], [ 106.243668868000043, 29.540297702000082 ], [ 106.243699733000042, 29.540285084000054 ], [ 106.243735936000064, 29.540247756000035 ], [ 106.243820223000057, 29.540222308000068 ], [ 106.243885165000052, 29.540229098000054 ], [ 106.243894090000026, 29.540248019000042 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.244111653000061, 29.540915996000081 ], [ 106.244116190000057, 29.540902595000034 ], [ 106.244151939000062, 29.540828283000057 ], [ 106.244176592000031, 29.540768870000083 ], [ 106.244181235000042, 29.540687452000046 ], [ 106.244171598000037, 29.540591371000058 ], [ 106.244145436000053, 29.540527503000071 ], [ 106.244093898000088, 29.540463871000039 ], [ 106.244002763000026, 29.540390747000064 ], [ 106.243962684000053, 29.540341804000025 ], [ 106.243925455000067, 29.540295300000079 ], [ 106.243922575000056, 29.540290396000046 ], [ 106.243902536000064, 29.540265924000039 ], [ 106.243894090000026, 29.540248019000042 ], [ 106.243885165000052, 29.540229098000054 ], [ 106.243820223000057, 29.540222308000068 ], [ 106.243735936000064, 29.540247756000035 ], [ 106.243699733000042, 29.540285084000054 ], [ 106.243668868000043, 29.540297702000082 ], [ 106.243612505000058, 29.540300696000084 ], [ 106.243550473000028, 29.54030127600004 ], [ 106.243485530000044, 29.54029448600005 ], [ 106.243431716000032, 29.540275263000066 ], [ 106.243363243000033, 29.540256009000075 ], [ 106.243360375000066, 29.540263619000083 ], [ 106.243318030000069, 29.540315446000079 ], [ 106.243247176000068, 29.540440727000082 ], [ 106.243231295000044, 29.540436919000054 ], [ 106.243219378000063, 29.540437031000071 ], [ 106.243234055000087, 29.540484249000084 ], [ 106.243299209000043, 29.540508298000081 ], [ 106.24339795700007, 29.540512306000043 ], [ 106.243482637000071, 29.540518912000032 ], [ 106.24358447700007, 29.54054508300004 ], [ 106.24368103900008, 29.540600896000058 ], [ 106.243740916000036, 29.54065458500007 ], [ 106.243764982000073, 29.540777656000039 ], [ 106.243757519000042, 29.54085910100008 ], [ 106.24373541500006, 29.540896296000085 ], [ 106.243721377000043, 29.540901359000092 ], [ 106.243697169000029, 29.54090291000005 ], [ 106.243747752000047, 29.540922883000057 ], [ 106.243773157000078, 29.540926341000038 ], [ 106.243794449000077, 29.540939079000054 ], [ 106.243805423000026, 29.540972244000045 ], [ 106.243799580000029, 29.54101295900006 ], [ 106.243771012000082, 29.541096396000057 ], [ 106.243741832000069, 29.541129937000047 ], [ 106.243714494000074, 29.541141282000059 ], [ 106.243659593000075, 29.541145492000055 ], [ 106.243610918000059, 29.541140403000043 ], [ 106.243551105000051, 29.541105821000084 ], [ 106.243538749000038, 29.541186649000046 ], [ 106.243528950000041, 29.541307570000072 ], [ 106.243526945000042, 29.541374169000058 ], [ 106.243541556000025, 29.541415952000076 ], [ 106.243598100000042, 29.541427753000058 ], [ 106.243662983000036, 29.541429611000073 ], [ 106.243797664000056, 29.541374101000081 ], [ 106.24390096500008, 29.541289293000084 ], [ 106.243973280000034, 29.541207240000059 ], [ 106.244042595000053, 29.541110421000042 ], [ 106.244083531000058, 29.540999072000094 ], [ 106.244111653000061, 29.540915996000081 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.243573468000079, 29.540965174000053 ], [ 106.243580726000062, 29.540929801000068 ], [ 106.243597342000058, 29.540904986000044 ], [ 106.243619869000042, 29.540902310000039 ], [ 106.243639637000058, 29.540904590000082 ], [ 106.243676292000032, 29.540904247000071 ], [ 106.243697169000029, 29.54090291000005 ], [ 106.243721377000043, 29.540901359000092 ], [ 106.24373541500006, 29.540896296000085 ], [ 106.243757519000042, 29.54085910100008 ], [ 106.243764982000073, 29.540777656000039 ], [ 106.243740916000036, 29.54065458500007 ], [ 106.24368103900008, 29.540600896000058 ], [ 106.24358447700007, 29.54054508300004 ], [ 106.243482637000071, 29.540518912000032 ], [ 106.24339795700007, 29.540512306000043 ], [ 106.243299209000043, 29.540508298000081 ], [ 106.243234055000087, 29.540484249000084 ], [ 106.243219378000063, 29.540437031000071 ], [ 106.243156655000064, 29.540437618000055 ], [ 106.243082014000038, 29.540438316000071 ], [ 106.243020630000046, 29.540413175000083 ], [ 106.242995702000044, 29.540409452000066 ], [ 106.242934657000035, 29.540412002000043 ], [ 106.242813099000045, 29.540460612000061 ], [ 106.242705765000039, 29.540562498000039 ], [ 106.242670374000056, 29.540628105000042 ], [ 106.242643909000037, 29.540683739000098 ], [ 106.242630580000025, 29.540703644000068 ], [ 106.242606469000066, 29.540710047000072 ], [ 106.242604790000044, 29.540747200000055 ], [ 106.24260503000005, 29.540766776000048 ], [ 106.242595479000045, 29.540799497000087 ], [ 106.24257592500004, 29.540827960000058 ], [ 106.242548855000052, 29.540852143000052 ], [ 106.242509507000079, 29.540889493000059 ], [ 106.242497602000071, 29.540933113000051 ], [ 106.242495806000093, 29.54098969000006 ], [ 106.242498958000056, 29.541044046000081 ], [ 106.242506873000082, 29.541080954000051 ], [ 106.242524569000068, 29.541126135000063 ], [ 106.242546790000063, 29.541112221000041 ], [ 106.242573922000091, 29.541107833000073 ], [ 106.242617625000037, 29.541105357000056 ], [ 106.242761578000056, 29.541107147000041 ], [ 106.242788593000057, 29.541098875000049 ], [ 106.242842344000053, 29.541042837000081 ], [ 106.24288355200008, 29.541020917000086 ], [ 106.24297156800003, 29.541011027000081 ], [ 106.243063596000084, 29.541011299000051 ], [ 106.243217748000063, 29.541004190000077 ], [ 106.243238442000063, 29.541000596000057 ], [ 106.243296871000041, 29.540977804000086 ], [ 106.243405193000058, 29.540963901000055 ], [ 106.243573468000079, 29.540965174000053 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.244453806000081, 29.541879424000058 ], [ 106.244401530000061, 29.541860410000091 ], [ 106.244366110000044, 29.541835286000044 ], [ 106.244350386000065, 29.541791040000078 ], [ 106.244339503000049, 29.541691593000053 ], [ 106.244337520000045, 29.541666667000076 ], [ 106.244359194000026, 29.541633235000067 ], [ 106.244380991000071, 29.541598485000062 ], [ 106.244397982000066, 29.541574575000087 ], [ 106.244421976000069, 29.541530592000072 ], [ 106.244464522000044, 29.541435768000049 ], [ 106.244562441000028, 29.541243753000046 ], [ 106.244595420000053, 29.541207473000036 ], [ 106.244618309000032, 29.541187024000063 ], [ 106.244692722000082, 29.541175086000063 ], [ 106.244702569000026, 29.541177205000054 ], [ 106.244700435000027, 29.5411750140001 ], [ 106.244666740000071, 29.541152847000028 ], [ 106.244599873000041, 29.541151225000075 ], [ 106.244566453000061, 29.541151539000051 ], [ 106.244514983000045, 29.541147524000056 ], [ 106.244481564000068, 29.541147837000043 ], [ 106.244422409000038, 29.541146143000056 ], [ 106.244401678000031, 29.541132848000068 ], [ 106.244370609000043, 29.541115153000071 ], [ 106.244334564000042, 29.541110994000068 ], [ 106.244314108000026, 29.541120179000075 ], [ 106.244304183000068, 29.541149498000028 ], [ 106.244291880000048, 29.541194578000042 ], [ 106.244289639000044, 29.541221577000041 ], [ 106.244290052000053, 29.541255297000077 ], [ 106.244290355000032, 29.541280024000063 ], [ 106.24429079600003, 29.541315992000079 ], [ 106.244291154000052, 29.541345215000028 ], [ 106.244291374000056, 29.541363199000052 ], [ 106.244291622000048, 29.54138343000005 ], [ 106.244278931000053, 29.541408221000044 ], [ 106.244239377000042, 29.541485491000056 ], [ 106.244202762000043, 29.541520021000046 ], [ 106.244145639000067, 29.541560140000044 ], [ 106.244102719000068, 29.541583933000087 ], [ 106.244065950000049, 29.541605868000087 ], [ 106.244031194000058, 29.541624187000075 ], [ 106.244020593000073, 29.541629687000064 ], [ 106.244039746000055, 29.54163501000005 ], [ 106.244070115000056, 29.541666667000076 ], [ 106.244095650000077, 29.54169549400007 ], [ 106.244123973000058, 29.541721755000083 ], [ 106.244185410000057, 29.541784433000092 ], [ 106.244211860000064, 29.541833729000075 ], [ 106.244212114000064, 29.541854423000068 ], [ 106.244173975000081, 29.541880650000049 ], [ 106.244121076000056, 29.541909602000089 ], [ 106.244047376000026, 29.541930989000043 ], [ 106.243956474000072, 29.541953893000084 ], [ 106.243884270000081, 29.541964771000043 ], [ 106.243807275000052, 29.541965492000092 ], [ 106.243727847000059, 29.541958074000021 ], [ 106.243701957000042, 29.54193995200006 ], [ 106.243687659000045, 29.541915601000085 ], [ 106.243684876000032, 29.54187889900005 ], [ 106.243677752000067, 29.541868763000078 ], [ 106.243614756000056, 29.541869353000038 ], [ 106.243589166000064, 29.541875714000071 ], [ 106.243590115000075, 29.541953242000087 ], [ 106.243597489000081, 29.54198377900007 ], [ 106.243618787000059, 29.542008065000058 ], [ 106.243619838000029, 29.542048819000051 ], [ 106.243629282000029, 29.542095296000074 ], [ 106.243644453000059, 29.542126198000055 ], [ 106.243662608000079, 29.542156608000088 ], [ 106.243686039000067, 29.542164550000052 ], [ 106.243757401000039, 29.54216912000004 ], [ 106.243795889000069, 29.542171347000071 ], [ 106.243822829000067, 29.542196965000073 ], [ 106.243823209000027, 29.542228005000094 ], [ 106.243810901000074, 29.542268145000037 ], [ 106.243802582000058, 29.542314869000052 ], [ 106.243813980000041, 29.54233808600009 ], [ 106.243856753000046, 29.542382388000082 ], [ 106.243899361000047, 29.54241308700006 ], [ 106.243934991000074, 29.542418584000067 ], [ 106.24397263000003, 29.542406570000082 ], [ 106.243999086000031, 29.542388830000046 ], [ 106.244041003000078, 29.542363171000094 ], [ 106.244074125000054, 29.542345368000042 ], [ 106.244103136000035, 29.542354815000067 ], [ 106.244139100000055, 29.542387519000044 ], [ 106.244186890000037, 29.542478421000059 ], [ 106.244232244000045, 29.542551853000077 ], [ 106.244252841000048, 29.542600250000078 ], [ 106.24428228000005, 29.542644677000055 ], [ 106.244322689000057, 29.542677340000068 ], [ 106.244360780000079, 29.542702250000044 ], [ 106.244414262000078, 29.542713411000083 ], [ 106.244440955000073, 29.54271510400007 ], [ 106.244521083000052, 29.542724072000052 ], [ 106.244565556000055, 29.542725599000054 ], [ 106.244594662000054, 29.542742818000075 ], [ 106.244610886000032, 29.54279708700005 ], [ 106.244632983000031, 29.542967917000048 ], [ 106.244650636000074, 29.543138788000078 ], [ 106.244655866000073, 29.543202878000042 ], [ 106.244656509000038, 29.543255349000056 ], [ 106.244643794000069, 29.543306002000072 ], [ 106.244637745000034, 29.543356592000066 ], [ 106.244629403000033, 29.543401373000055 ], [ 106.244601439000064, 29.543477435000064 ], [ 106.244588795000027, 29.543533918000033 ], [ 106.244589414000075, 29.543584446000061 ], [ 106.244603249000079, 29.543625132000031 ], [ 106.244634935000093, 29.543671482000036 ], [ 106.244668629000046, 29.543700320000092 ], [ 106.244691140000043, 29.543723432000039 ], [ 106.244724501000064, 29.543725063000068 ], [ 106.244793326000035, 29.543718588000047 ], [ 106.244864350000057, 29.543710148000066 ], [ 106.244901918000053, 29.543692304000043 ], [ 106.244950646000063, 29.543678242000048 ], [ 106.244975070000081, 29.543676069000075 ], [ 106.245013090000043, 29.543695149000094 ], [ 106.245058206000067, 29.543749147000096 ], [ 106.245098616000064, 29.543781810000038 ], [ 106.245138740000073, 29.54379115200004 ], [ 106.245198723000044, 29.543788646000056 ], [ 106.245227496000055, 29.543778658000065 ], [ 106.24525815800007, 29.543741442000059 ], [ 106.245292932000041, 29.543676978000065 ], [ 106.245325245000075, 29.543593100000066 ], [ 106.245331459000056, 29.543556113000079 ], [ 106.245333277000043, 29.543523055000033 ], [ 106.245332777000044, 29.543482244000071 ], [ 106.245332348000034, 29.543447264000068 ], [ 106.245338682000067, 29.543419994000086 ], [ 106.24534574200004, 29.543290671000083 ], [ 106.245328048000033, 29.543235055000078 ], [ 106.245314243000053, 29.543149651000078 ], [ 106.245296321000069, 29.543075442000092 ], [ 106.245297430000051, 29.543014909000071 ], [ 106.245344051000075, 29.542908302000058 ], [ 106.245393867000075, 29.54280166500007 ], [ 106.245441138000047, 29.542748137000036 ], [ 106.245482055000025, 29.542697462000028 ], [ 106.245512205000068, 29.542645752000059 ], [ 106.24552262800006, 29.542618851000039 ], [ 106.245537373000047, 29.542584327000043 ], [ 106.245543587000043, 29.542547341000038 ], [ 106.24554951600004, 29.542487034000086 ], [ 106.24552667200004, 29.542436714000075 ], [ 106.245463372000074, 29.542349846000022 ], [ 106.245418327000053, 29.542301678000058 ], [ 106.245380164000039, 29.542270938000058 ], [ 106.24534224000007, 29.542259632000086 ], [ 106.245317840000041, 29.542263748000032 ], [ 106.245295830000032, 29.542281446000054 ], [ 106.245296187000065, 29.542310597000036 ], [ 106.245316642000034, 29.542347334000048 ], [ 106.245337168000049, 29.542389900000053 ], [ 106.245350908000034, 29.542422813000091 ], [ 106.245346725000047, 29.542444232000037 ], [ 106.245338169000036, 29.542471522000085 ], [ 106.245320508000077, 29.542481406000032 ], [ 106.245302729000059, 29.542481572000039 ], [ 106.245269177000068, 29.542464395000081 ], [ 106.245179398000062, 29.542393323000059 ], [ 106.245094302000041, 29.542341643000047 ], [ 106.245038455000042, 29.542318843000089 ], [ 106.244973861000062, 29.542307787000077 ], [ 106.244915294000066, 29.542316274000083 ], [ 106.244868605000079, 29.542314671000035 ], [ 106.244835691000048, 29.542294575000085 ], [ 106.244798010000068, 29.542266361000085 ], [ 106.244720140000041, 29.542195675000073 ], [ 106.244635495000068, 29.542143417000091 ], [ 106.244578899000032, 29.54209497600004 ], [ 106.244531610000081, 29.542044408000031 ], [ 106.244503212000041, 29.542012027000052 ], [ 106.244472306000034, 29.541965386000072 ], [ 106.244455785000071, 29.541929751000055 ], [ 106.244453806000081, 29.541879424000058 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.241662224000038, 29.541875909000051 ], [ 106.241616695000062, 29.541846203000027 ], [ 106.241591558000039, 29.541835505000055 ], [ 106.241571341000054, 29.541818200000073 ], [ 106.241531937000047, 29.54178718400005 ], [ 106.241493315000071, 29.541739498000084 ], [ 106.241441698000074, 29.541666667000076 ], [ 106.241440847000035, 29.541589090000059 ], [ 106.241440076000075, 29.541526010000045 ], [ 106.241439651000064, 29.541491207000032 ], [ 106.241444068000092, 29.541445482000089 ], [ 106.241460763000092, 29.541386590000048 ], [ 106.241495163000081, 29.54135146100009 ], [ 106.241534697000077, 29.541329338000086 ], [ 106.241586802000043, 29.541317974000037 ], [ 106.241639066000062, 29.541319661000049 ], [ 106.241701254000077, 29.541319080000054 ], [ 106.241842829000063, 29.541300353000057 ], [ 106.241993849000039, 29.541240205000054 ], [ 106.242067915000064, 29.541193829000054 ], [ 106.242099827000061, 29.54115872400007 ], [ 106.242134014000044, 29.541106195000054 ], [ 106.242158198000027, 29.541049408000056 ], [ 106.242184975000043, 29.541001298000076 ], [ 106.242197014000055, 29.540968554000074 ], [ 106.242219162000026, 29.540948769000067 ], [ 106.242238902000054, 29.540935532000049 ], [ 106.242268593000063, 29.540922201000058 ], [ 106.242313288000048, 29.540915257000059 ], [ 106.242343217000041, 29.540921504000035 ], [ 106.242363596000089, 29.540960471000055 ], [ 106.242370061000045, 29.541082234000047 ], [ 106.242368371000055, 29.541147512000062 ], [ 106.242383801000074, 29.54118870100007 ], [ 106.242406482000035, 29.541212418000043 ], [ 106.242429383000058, 29.541236801000085 ], [ 106.24243124000003, 29.541232163000082 ], [ 106.242459086000054, 29.541189526000025 ], [ 106.242491723000057, 29.541152012000055 ], [ 106.242511600000057, 29.541134255000088 ], [ 106.242524569000068, 29.541126135000063 ], [ 106.242506873000082, 29.541080954000051 ], [ 106.242498958000056, 29.541044046000081 ], [ 106.242495806000093, 29.54098969000006 ], [ 106.242497602000071, 29.540933113000051 ], [ 106.242509507000079, 29.540889493000059 ], [ 106.242548855000052, 29.540852143000052 ], [ 106.24257592500004, 29.540827960000058 ], [ 106.242595479000045, 29.540799497000087 ], [ 106.24260503000005, 29.540766776000048 ], [ 106.242604790000044, 29.540747200000055 ], [ 106.242606469000066, 29.540710047000072 ], [ 106.242599599000073, 29.540711871000035 ], [ 106.242578021000043, 29.540712073000069 ], [ 106.242560430000026, 29.540717384000057 ], [ 106.242534908000039, 29.540715907000049 ], [ 106.242510655000046, 29.54070080900004 ], [ 106.24249453200008, 29.540677223000042 ], [ 106.24246706200006, 29.540635766000037 ], [ 106.24239108900008, 29.540714550000082 ], [ 106.242330342000074, 29.540748225000073 ], [ 106.24216169400006, 29.540770175000027 ], [ 106.241969501000028, 29.540771972000069 ], [ 106.241832361000036, 29.540761212000056 ], [ 106.241551998000034, 29.540712864000049 ], [ 106.241147847000036, 29.540709844000048 ], [ 106.240685540000072, 29.540717560000076 ], [ 106.240630394000064, 29.540721172000072 ], [ 106.24063577700008, 29.540798697000067 ], [ 106.240673450000031, 29.540837649000078 ], [ 106.240696994000075, 29.540861825000036 ], [ 106.240723653000032, 29.540887327000064 ], [ 106.24072411700007, 29.540925271000045 ], [ 106.24071813300003, 29.540942945000044 ], [ 106.240706083000077, 29.540971519000035 ], [ 106.240683399000034, 29.541017811000067 ], [ 106.240609366000058, 29.541174362000046 ], [ 106.240598964000071, 29.541211052000051 ], [ 106.240593245000071, 29.541250409000039 ], [ 106.240592254000035, 29.541343911000077 ], [ 106.240640298000073, 29.541345078000052 ], [ 106.240683807000039, 29.54134467100004 ], [ 106.240729344000044, 29.541340622000057 ], [ 106.240770825000027, 29.541343859000055 ], [ 106.240804152000067, 29.541358043000059 ], [ 106.240843827000049, 29.541383039000042 ], [ 106.240894104000063, 29.541427868000085 ], [ 106.241002992000062, 29.541521070000044 ], [ 106.241218481000033, 29.541666667000069 ], [ 106.241286889000037, 29.541709784000076 ], [ 106.241327360000071, 29.541738298000038 ], [ 106.241356018000033, 29.541765891000061 ], [ 106.24139180700007, 29.541797545000069 ], [ 106.241424081000048, 29.541831296000055 ], [ 106.241450341000075, 29.541855816000062 ], [ 106.241484811000078, 29.541876131000038 ], [ 106.241518001000031, 29.541888204000081 ], [ 106.241555758000061, 29.541887851000062 ], [ 106.241608817000042, 29.541884260000074 ], [ 106.241657118000035, 29.541877617000072 ], [ 106.241660583000055, 29.541876458000047 ], [ 106.241662224000038, 29.541875909000051 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.241615306000028, 29.538383446000068 ], [ 106.241543678000028, 29.538324898000038 ], [ 106.241494413000069, 29.538299302000034 ], [ 106.241402494000056, 29.53826666000009 ], [ 106.241361810000058, 29.538246567000044 ], [ 106.24133183400005, 29.538231957000061 ], [ 106.241293324000026, 29.538215566000076 ], [ 106.241254881000032, 29.53820475800007 ], [ 106.241229230000044, 29.538195692000045 ], [ 106.241190651000068, 29.538173718000053 ], [ 106.241175436000049, 29.538147804000062 ], [ 106.241153587000042, 29.538101478000048 ], [ 106.241152814000031, 29.53803820600006 ], [ 106.241159849000042, 29.537917163000092 ], [ 106.241159621000065, 29.537898553000055 ], [ 106.241188756000042, 29.537844307000057 ], [ 106.241214066000055, 29.537825459000089 ], [ 106.241262899000048, 29.537815697000042 ], [ 106.241301182000029, 29.537813478000086 ], [ 106.241345827000032, 29.537809339000034 ], [ 106.241426286000035, 29.537775086000075 ], [ 106.241491734000078, 29.537731667000056 ], [ 106.241520960000059, 29.537684865000067 ], [ 106.24156455800005, 29.537595120000045 ], [ 106.241567700000076, 29.537503893000057 ], [ 106.24155834700008, 29.537435117000086 ], [ 106.241536315000076, 29.537373904000052 ], [ 106.241508013000043, 29.537322055000065 ], [ 106.241460934000031, 29.537227789000049 ], [ 106.241403475000027, 29.537251360000077 ], [ 106.241354933000025, 29.537269185000063 ], [ 106.241324679000058, 29.537305790000069 ], [ 106.241287588000034, 29.537374044000046 ], [ 106.241284497000038, 29.537416713000081 ], [ 106.241274068000052, 29.537449975000072 ], [ 106.241243737000048, 29.53748026400007 ], [ 106.241164824000066, 29.537525220000077 ], [ 106.240758066000069, 29.53763335300005 ], [ 106.240733127000055, 29.537656860000084 ], [ 106.240714406000052, 29.537692398000043 ], [ 106.240698290000068, 29.537766995000087 ], [ 106.240696889000063, 29.537826566000021 ], [ 106.24070375000008, 29.537865587000056 ], [ 106.240717019000044, 29.537906409000072 ], [ 106.240743011000063, 29.537943390000056 ], [ 106.240771290000055, 29.537993378000067 ], [ 106.24078240800003, 29.538032359000059 ], [ 106.240795116000072, 29.538201608000069 ], [ 106.240836899000044, 29.53848597800004 ], [ 106.240881212000033, 29.538628875000072 ], [ 106.240907954000079, 29.538727268000056 ], [ 106.240906485000039, 29.53878125600005 ], [ 106.240945593000049, 29.538947480000047 ], [ 106.240963269000076, 29.539212479000067 ], [ 106.240936254000076, 29.539601638000079 ], [ 106.240911623000045, 29.539712984000051 ], [ 106.240911289000053, 29.539772020000044 ], [ 106.241023541000075, 29.539760516000054 ], [ 106.241379454000025, 29.539711106000087 ], [ 106.24152811200004, 29.53969887300007 ], [ 106.241777244000048, 29.539660659000038 ], [ 106.241837376000035, 29.539637747000089 ], [ 106.24185334100008, 29.539613216000078 ], [ 106.241857467000045, 29.53957050800005 ], [ 106.241824121000036, 29.539503769000085 ], [ 106.241744012000026, 29.539413085000032 ], [ 106.241632161000041, 29.53919672200005 ], [ 106.241610035000065, 29.539097369000046 ], [ 106.241601650000064, 29.538981632000063 ], [ 106.241612050000072, 29.538881974000056 ], [ 106.241606559000047, 29.538812943000043 ], [ 106.241598646000057, 29.538735806000091 ], [ 106.241558381000061, 29.538673195000051 ], [ 106.24153208000007, 29.538612486000094 ], [ 106.241524440000035, 29.538557697000041 ], [ 106.241541884000071, 29.538464069000042 ], [ 106.241615306000028, 29.538383446000068 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.240911289000053, 29.539772020000044 ], [ 106.240911623000045, 29.539712984000051 ], [ 106.240936254000076, 29.539601638000079 ], [ 106.240963269000076, 29.539212479000067 ], [ 106.240945593000049, 29.538947480000047 ], [ 106.240906485000039, 29.53878125600005 ], [ 106.240874790000078, 29.538800164000069 ], [ 106.240836552000076, 29.538806104000059 ], [ 106.240783212000053, 29.538795435000051 ], [ 106.240742460000035, 29.538769759000044 ], [ 106.240710083000067, 29.538732838000048 ], [ 106.240667134000034, 29.538701599000039 ], [ 106.24061580900009, 29.538681605000075 ], [ 106.240562447000059, 29.538669075000087 ], [ 106.240494324000053, 29.538667850000081 ], [ 106.240393303000076, 29.53864644600009 ], [ 106.240376738000066, 29.538661244000082 ], [ 106.240318252000066, 29.538701643000074 ], [ 106.24021967300007, 29.538751793000078 ], [ 106.240118242000051, 29.538787904000063 ], [ 106.240000871000063, 29.538835885000083 ], [ 106.239950169000053, 29.538855113000071 ], [ 106.239918461000073, 29.538892917000055 ], [ 106.239911048000067, 29.538944561000044 ], [ 106.239944273000049, 29.539030990000075 ], [ 106.239969485000074, 29.539119837000047 ], [ 106.239983374000076, 29.53915956100008 ], [ 106.240021245000037, 29.53918733900008 ], [ 106.240064277000045, 29.539198658000089 ], [ 106.240125843000044, 29.539191051000042 ], [ 106.240187381000055, 29.539181100000057 ], [ 106.240251686000079, 29.539178155000052 ], [ 106.240308063000043, 29.539184662000086 ], [ 106.240367178000042, 29.539195831000086 ], [ 106.24041554300004, 29.539204757000043 ], [ 106.240496474000054, 29.53924619900004 ], [ 106.240609983000084, 29.539540519000063 ], [ 106.240662144000069, 29.539640837000047 ], [ 106.240686698000047, 29.539675772000066 ], [ 106.240738029000056, 29.539708112000088 ], [ 106.240778581000029, 29.539735865000065 ], [ 106.240811063000081, 29.539761349000063 ], [ 106.240860104000035, 29.53978505700006 ], [ 106.240878016000067, 29.539775430000081 ], [ 106.240911289000053, 29.539772020000044 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.246927860000028, 29.539751570000082 ], [ 106.247025453000049, 29.539465659000083 ], [ 106.247180482000033, 29.538819831000072 ], [ 106.247296599000038, 29.538235821000061 ], [ 106.247206132000031, 29.538202335000047 ], [ 106.247158023000054, 29.538094459000035 ], [ 106.246897009000065, 29.538475111000082 ], [ 106.246708624000064, 29.539017966000074 ], [ 106.246520670000052, 29.539596104000047 ], [ 106.246510044000047, 29.539675452000033 ], [ 106.246507805000078, 29.539692172000056 ], [ 106.246683760000053, 29.539930255000058 ], [ 106.246831674000077, 29.540033357000087 ], [ 106.246927860000028, 29.539751570000082 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.247695789000034, 29.537490458000047 ], [ 106.247158023000054, 29.538094459000035 ], [ 106.247206132000031, 29.538202335000047 ], [ 106.247296599000038, 29.538235821000061 ], [ 106.247317772000031, 29.538129328000078 ], [ 106.247377209000035, 29.537966368000067 ], [ 106.247487289000048, 29.537852917000063 ], [ 106.247631014000035, 29.537686730000075 ], [ 106.247695789000034, 29.537490458000047 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.246399521000058, 29.538731518000088 ], [ 106.246306508000032, 29.538763515000085 ], [ 106.246272456000042, 29.538756409000094 ], [ 106.24623383900007, 29.538723357000034 ], [ 106.246220330000028, 29.538660368000084 ], [ 106.246197556000027, 29.538534350000088 ], [ 106.246191899000053, 29.538419310000055 ], [ 106.246212442000058, 29.538363427000029 ], [ 106.246274435000032, 29.538225477000079 ], [ 106.246427727000025, 29.537915886000064 ], [ 106.246460504000027, 29.53781904900006 ], [ 106.246459593000054, 29.537744804000052 ], [ 106.246445128000062, 29.537603858000072 ], [ 106.246417926000049, 29.537463031000073 ], [ 106.246378536000066, 29.537366871000064 ], [ 106.246318194000025, 29.537293183000088 ], [ 106.246253470000056, 29.537208398000082 ], [ 106.246201754000026, 29.537145768000062 ], [ 106.24619244400003, 29.537079027000061 ], [ 106.246225631000073, 29.537015600000068 ], [ 106.246267627000066, 29.536978079000054 ], [ 106.246322359000033, 29.536940439000038 ], [ 106.246393979000061, 29.536895215000065 ], [ 106.246418903000063, 29.536850429000086 ], [ 106.246469025000067, 29.53678313100006 ], [ 106.246510975000035, 29.53674189800007 ], [ 106.246573894000051, 29.536753507000071 ], [ 106.24656841000008, 29.53668060200005 ], [ 106.246563570000035, 29.536632354000059 ], [ 106.246567134000031, 29.536576597000067 ], [ 106.246566861000076, 29.536554310000039 ], [ 106.246545212000058, 29.536521079000071 ], [ 106.246519134000053, 29.536473029000042 ], [ 106.246522926000068, 29.536435845000089 ], [ 106.246539643000062, 29.536413398000036 ], [ 106.246564719000048, 29.536379729000089 ], [ 106.246598427000038, 29.536357123000077 ], [ 106.246636109000065, 29.536312191000036 ], [ 106.246643921000043, 29.536256394000077 ], [ 106.246656071000075, 29.536207986000083 ], [ 106.246677036000065, 29.536185500000038 ], [ 106.246744634000038, 29.536155146000056 ], [ 106.246820818000074, 29.536132142000042 ], [ 106.246880285000032, 29.536131584000088 ], [ 106.246931347000043, 29.536138534000091 ], [ 106.246965329000034, 29.53613821600004 ], [ 106.247012235000071, 29.536152635000064 ], [ 106.247092803000044, 29.536140734000067 ], [ 106.247122354000069, 29.53612559700008 ], [ 106.24715158600003, 29.536084459000051 ], [ 106.247193971000058, 29.536076631000071 ], [ 106.247287419000031, 29.536075754000073 ], [ 106.247368170000072, 29.536078711000076 ], [ 106.24742768200008, 29.536081867000068 ], [ 106.247542414000065, 29.536084505000076 ], [ 106.247597451000061, 29.536069129000058 ], [ 106.247631204000072, 29.536050237000044 ], [ 106.24766066400008, 29.53602767100006 ], [ 106.247685921000027, 29.536008860000045 ], [ 106.247711407000054, 29.536008620000075 ], [ 106.247719811000081, 29.536001112000069 ], [ 106.247727987000076, 29.535975030000088 ], [ 106.247700677000068, 29.535826690000071 ], [ 106.247674644000028, 29.535782356000084 ], [ 106.247632422000038, 29.535627548000029 ], [ 106.247630467000079, 29.535633234000041 ], [ 106.247552662000032, 29.53569013300006 ], [ 106.247513645000041, 29.535709222000033 ], [ 106.247393293000073, 29.535788363000052 ], [ 106.247368356000038, 29.535791717000063 ], [ 106.24730409600005, 29.535789200000071 ], [ 106.24722541000007, 29.535774336000088 ], [ 106.247150407000049, 29.535768799000039 ], [ 106.247135944000036, 29.535753333000063 ], [ 106.247113962000071, 29.535706732000055 ], [ 106.247120639000059, 29.53566922400006 ], [ 106.247141433000081, 29.535619102000052 ], [ 106.247160524000037, 29.535606905000066 ], [ 106.247158622000029, 29.535565893000072 ], [ 106.247182449000036, 29.535472056000057 ], [ 106.247183010000072, 29.53541490900005 ], [ 106.247114038000063, 29.535428674000059 ], [ 106.24702518600003, 29.535438661000065 ], [ 106.246932622000031, 29.535430376000082 ], [ 106.246895469000052, 29.535422583000077 ], [ 106.246884599000055, 29.535416615000084 ], [ 106.246867601000076, 29.535415934000067 ], [ 106.246837406000054, 29.535513488000049 ], [ 106.246822230000078, 29.535551945000069 ], [ 106.24679124000005, 29.535576867000085 ], [ 106.246735419000061, 29.53561844200004 ], [ 106.246660721000069, 29.535651983000033 ], [ 106.246626501000037, 29.535668725000058 ], [ 106.246564086000035, 29.53568299400008 ], [ 106.24651418600007, 29.535697146000071 ], [ 106.246464220000064, 29.535705825000029 ], [ 106.246407995000027, 29.535714563000059 ], [ 106.245955303000073, 29.535803647000083 ], [ 106.245746915000041, 29.535804818000091 ], [ 106.245853499000077, 29.535843586000059 ], [ 106.245956676000048, 29.535921791000085 ], [ 106.246138125000073, 29.536190807000072 ], [ 106.24617994700003, 29.536267033000055 ], [ 106.246239322000065, 29.536345649000047 ], [ 106.246237122000025, 29.536404410000042 ], [ 106.246234734000041, 29.536447849000059 ], [ 106.246196991000033, 29.536466081000068 ], [ 106.246138806000033, 29.536484504000043 ], [ 106.246074719000035, 29.53649787500007 ], [ 106.24602542000008, 29.536526430000038 ], [ 106.245988021000073, 29.536572752000026 ], [ 106.245974860000047, 29.536690357000055 ], [ 106.245947216000047, 29.537055829000057 ], [ 106.245958732000091, 29.537280468000063 ], [ 106.245988623000073, 29.537336375000052 ], [ 106.246059585000069, 29.537407220000031 ], [ 106.24614254100004, 29.537503491000049 ], [ 106.246160751000048, 29.537559507000079 ], [ 106.246235886000093, 29.537732471000083 ], [ 106.246251364000045, 29.53780383600008 ], [ 106.246246244000076, 29.537862624000077 ], [ 106.246212391000029, 29.537959992000086 ], [ 106.246070388000078, 29.538288228000045 ], [ 106.246028620000061, 29.538454625000046 ], [ 106.24606933900003, 29.538678990000051 ], [ 106.246085068000085, 29.538770784000068 ], [ 106.246087939000063, 29.538791372000045 ], [ 106.24618042700007, 29.538868652000069 ], [ 106.246235979000062, 29.538897833000078 ], [ 106.246287058000064, 29.538908492000068 ], [ 106.246342246000054, 29.53890797400005 ], [ 106.246400995000045, 29.538851733000051 ], [ 106.246399994000058, 29.538770063000069 ], [ 106.246399521000058, 29.538731518000088 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.334896534000052, 29.810985466000101 ], [ 106.334836705000043, 29.811053909000059 ], [ 106.334698357000036, 29.811220184000028 ], [ 106.334688609000068, 29.811235469000053 ], [ 106.33467317700007, 29.811290946000039 ], [ 106.334670991000053, 29.811313747000046 ], [ 106.33468023100005, 29.811353789000062 ], [ 106.334690641000066, 29.811388396000034 ], [ 106.33469836200004, 29.811407841000054 ], [ 106.334710972000039, 29.811420732000041 ], [ 106.334736018000058, 29.811433495000077 ], [ 106.334786313000052, 29.811421607000057 ], [ 106.334756821000042, 29.811490079000059 ], [ 106.334667582000066, 29.811801549000048 ], [ 106.334621304000052, 29.811905934000038 ], [ 106.334657422000092, 29.811913016000052 ], [ 106.334681571000033, 29.811923243000088 ], [ 106.334724127000072, 29.811943302000081 ], [ 106.334723287000031, 29.81194086600004 ], [ 106.334721012000045, 29.811912874000072 ], [ 106.334724393000059, 29.811883947000062 ], [ 106.334729524000068, 29.811870050000035 ], [ 106.334738904000062, 29.81185517200003 ], [ 106.334784887000069, 29.811802789000065 ], [ 106.33482551000003, 29.811753174000039 ], [ 106.334842078000065, 29.811730620000059 ], [ 106.334862786000031, 29.811693285000047 ], [ 106.334872193000081, 29.81167959600009 ], [ 106.33489595900005, 29.811657761000056 ], [ 106.334902574000068, 29.811649459000073 ], [ 106.334905326000069, 29.811637887000074 ], [ 106.334901599000034, 29.811624376000054 ], [ 106.334893057000045, 29.81161040000007 ], [ 106.334862186000066, 29.811569528000064 ], [ 106.33485586400009, 29.811556873000079 ], [ 106.334853305000081, 29.81154554200009 ], [ 106.334852750000039, 29.811510135000049 ], [ 106.334855150000067, 29.811499171000037 ], [ 106.334859436000045, 29.811491785000044 ], [ 106.334865677000039, 29.811488177000054 ], [ 106.334875398000065, 29.811487187000068 ], [ 106.334928912000066, 29.811495747000045 ], [ 106.334940127000039, 29.811495877000084 ], [ 106.334948394000037, 29.811493872000085 ], [ 106.334958160000042, 29.811487704000058 ], [ 106.334968063000076, 29.811477879000048 ], [ 106.334977654000056, 29.811464857000086 ], [ 106.334986161000089, 29.811449663000079 ], [ 106.334992845000045, 29.811433503000035 ], [ 106.334996774000047, 29.811418508000088 ], [ 106.33499751100004, 29.811406351000084 ], [ 106.334995022000044, 29.811397941000045 ], [ 106.334988908000071, 29.811393322000072 ], [ 106.334977833000039, 29.811391036000082 ], [ 106.334901739000031, 29.811393599000034 ], [ 106.334884369000065, 29.811391675000039 ], [ 106.334871722000059, 29.811387255000067 ], [ 106.334854565000057, 29.811374934000071 ], [ 106.334838194000042, 29.811357258000037 ], [ 106.334822841000062, 29.811334431000034 ], [ 106.334809088000043, 29.811307339000049 ], [ 106.334794731000045, 29.811256773000078 ], [ 106.334785416000045, 29.811243798000078 ], [ 106.334756688000041, 29.811215433000083 ], [ 106.33475169500008, 29.811207752000072 ], [ 106.334749520000059, 29.811200548000038 ], [ 106.334750772000064, 29.811187421000064 ], [ 106.334757282000055, 29.811172113000051 ], [ 106.334761532000073, 29.811165783000032 ], [ 106.334769006000045, 29.811154657000088 ], [ 106.334786272000045, 29.811134549000087 ], [ 106.334795609000039, 29.811126525000081 ], [ 106.33480828200004, 29.81111906500006 ], [ 106.33486732700004, 29.811093708000048 ], [ 106.334877486000039, 29.811087030000067 ], [ 106.334884745000068, 29.811079849000073 ], [ 106.334891895000069, 29.811068382000091 ], [ 106.334896929000081, 29.811054849000065 ], [ 106.33489985600005, 29.811039279000052 ], [ 106.334900666000067, 29.811021663000073 ], [ 106.334896534000052, 29.810985466000101 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.335516548000044, 29.810817738000072 ], [ 106.335504908000075, 29.810811336000086 ], [ 106.335463083000036, 29.810791822000052 ], [ 106.335427348000053, 29.810761372000059 ], [ 106.335431287000063, 29.810745021000063 ], [ 106.335437574000039, 29.810736586000075 ], [ 106.335414112000095, 29.810728341000072 ], [ 106.335348854000074, 29.810760021000075 ], [ 106.335335617000055, 29.810793564000047 ], [ 106.33531445300008, 29.810848675000052 ], [ 106.335260167000058, 29.810882633000059 ], [ 106.33520795700008, 29.81086645400007 ], [ 106.335205626000061, 29.810859454000081 ], [ 106.335193704000062, 29.81082363600007 ], [ 106.335179356000026, 29.810773667000039 ], [ 106.335156808000079, 29.810723779000057 ], [ 106.335121797000056, 29.810689692000043 ], [ 106.335109665000061, 29.810721393000051 ], [ 106.33500121000003, 29.810890622000048 ], [ 106.334986257000025, 29.810901864000069 ], [ 106.334992459000034, 29.810918748000059 ], [ 106.335006746000033, 29.810963946000069 ], [ 106.335037663000037, 29.811025682000036 ], [ 106.335038235000084, 29.811068639000034 ], [ 106.335030320000058, 29.811090196000066 ], [ 106.335006456000031, 29.811147714000072 ], [ 106.33501491100003, 29.811166724000085 ], [ 106.335053406000043, 29.811180650000043 ], [ 106.335108166000055, 29.811182486000067 ], [ 106.335135754000078, 29.811198909000037 ], [ 106.335174566000035, 29.811236700000048 ], [ 106.335273197000049, 29.811245257000049 ], [ 106.335297442000069, 29.811216372000043 ], [ 106.335315516000037, 29.81113504800004 ], [ 106.335331368000027, 29.811091924000038 ], [ 106.335333856000034, 29.811072813000067 ], [ 106.335295095000049, 29.811039784000059 ], [ 106.335297424000032, 29.811008743000066 ], [ 106.335337837000054, 29.810960600000048 ], [ 106.335405761000061, 29.810924114000048 ], [ 106.335451801000033, 29.810887859000047 ], [ 106.33551686800007, 29.810841855000039 ], [ 106.335516548000044, 29.810817738000072 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.334986257000025, 29.810901864000069 ], [ 106.334981106000043, 29.810887843000046 ], [ 106.334966664000035, 29.810830711000051 ], [ 106.334941818000061, 29.810814248000046 ], [ 106.334939213000041, 29.810814127000079 ], [ 106.334882980000032, 29.810811524000083 ], [ 106.334871252000028, 29.810827147000051 ], [ 106.334864092000032, 29.810846386000037 ], [ 106.334862660000056, 29.810869383000078 ], [ 106.334866976000072, 29.810892323000079 ], [ 106.334882765000032, 29.810930713000062 ], [ 106.33489596000004, 29.810980442000073 ], [ 106.334896534000052, 29.810985466000101 ], [ 106.334906542000056, 29.810974016000046 ], [ 106.334931013000087, 29.810943398000063 ], [ 106.334986257000025, 29.810901864000069 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.335121797000056, 29.810689692000043 ], [ 106.335140920000086, 29.810639723000062 ], [ 106.335176399000034, 29.810495639000063 ], [ 106.335204649000048, 29.810380914000056 ], [ 106.335204271000066, 29.810352461000036 ], [ 106.335204101000045, 29.810339699000053 ], [ 106.335183165000046, 29.810261810000046 ], [ 106.335116040000059, 29.810171372000067 ], [ 106.335079627000027, 29.810145707000061 ], [ 106.335030864000032, 29.810126675000053 ], [ 106.334983707000049, 29.810134743000052 ], [ 106.334953148000068, 29.810164821000058 ], [ 106.334931500000039, 29.81019975200007 ], [ 106.334860278000065, 29.810331603000073 ], [ 106.334771856000032, 29.810500267000069 ], [ 106.334615663000079, 29.810727468000032 ], [ 106.334583063000025, 29.810776877000077 ], [ 106.334586526000066, 29.81078046700009 ], [ 106.334598079000045, 29.810788965000089 ], [ 106.334603695000055, 29.810792065000047 ], [ 106.334616249000078, 29.81079573500006 ], [ 106.334629498000027, 29.810795737000031 ], [ 106.334642067000061, 29.81079208400007 ], [ 106.33464768500005, 29.810788995000046 ], [ 106.334656863000077, 29.810780667000071 ], [ 106.334671714000081, 29.810764164000094 ], [ 106.334685304000061, 29.810744770000042 ], [ 106.334691861000067, 29.810731453000066 ], [ 106.334696380000025, 29.810715784000074 ], [ 106.334703506000039, 29.810649487000031 ], [ 106.334711045000063, 29.810622199000083 ], [ 106.334732059000032, 29.810580729000034 ], [ 106.334754563000047, 29.810550167000077 ], [ 106.334785857000043, 29.810521809000072 ], [ 106.334822290000034, 29.810498764000048 ], [ 106.334858670000074, 29.810484317000093 ], [ 106.334911876000049, 29.810471043000071 ], [ 106.334931175000065, 29.810467176000088 ], [ 106.334948261000079, 29.810466453000068 ], [ 106.334965249000064, 29.810468177000072 ], [ 106.334981686000049, 29.810472296000057 ], [ 106.33499713100008, 29.810478715000045 ], [ 106.33501215800004, 29.810487980000062 ], [ 106.335025084000051, 29.810499405000083 ], [ 106.335034801000063, 29.810511564000073 ], [ 106.335045052000055, 29.810529329000069 ], [ 106.335056329000054, 29.810553130000073 ], [ 106.335058938000032, 29.810558639000078 ], [ 106.335067472000048, 29.810583385000086 ], [ 106.335071258000028, 29.810605300000073 ], [ 106.335070262000045, 29.810624541000038 ], [ 106.335065189000034, 29.810641245000049 ], [ 106.33505606500006, 29.810659133000058 ], [ 106.335117994000029, 29.810685990000081 ], [ 106.335121797000056, 29.810689692000043 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.334957773000042, 29.809906793000039 ], [ 106.334971941000049, 29.809884576000059 ], [ 106.33502842200005, 29.809814267000029 ], [ 106.335064574000057, 29.809778398000056 ], [ 106.33506094300003, 29.809775498000079 ], [ 106.335045988000047, 29.809744836000046 ], [ 106.335033158000044, 29.809717782000057 ], [ 106.335036930000058, 29.809688744000088 ], [ 106.335042633000057, 29.809685177000059 ], [ 106.334956668000075, 29.809663383000043 ], [ 106.334938729000058, 29.809661829000049 ], [ 106.334910746000062, 29.809653431000076 ], [ 106.334906513000092, 29.809634376000073 ], [ 106.334907972000053, 29.809594430000057 ], [ 106.334911551000062, 29.809577119000036 ], [ 106.334885898000039, 29.809581457000029 ], [ 106.334748489000049, 29.809579270000089 ], [ 106.334662381000044, 29.809580138000065 ], [ 106.334602855000071, 29.809575376000055 ], [ 106.334538849000069, 29.809542045000057 ], [ 106.334462494000036, 29.80950526600008 ], [ 106.334375580000028, 29.809445345000082 ], [ 106.334312532000069, 29.809329752000053 ], [ 106.334296518000031, 29.80920474200008 ], [ 106.334296316000064, 29.80920401700007 ], [ 106.334283600000049, 29.809158380000042 ], [ 106.33426049600007, 29.809126127000066 ], [ 106.334254352000087, 29.809117548000071 ], [ 106.334194660000037, 29.809100269000055 ], [ 106.334139281000034, 29.809099040000024 ], [ 106.334100566000075, 29.809117313000058 ], [ 106.334066212000039, 29.809155211000068 ], [ 106.334020696000039, 29.809279054000058 ], [ 106.33403370800005, 29.809332567000073 ], [ 106.334054946000037, 29.809387785000062 ], [ 106.334076159000062, 29.809441217000085 ], [ 106.334183092000046, 29.809618953000037 ], [ 106.334230673000036, 29.809650660000045 ], [ 106.334344050000027, 29.80969600800006 ], [ 106.334551594000075, 29.809729675000082 ], [ 106.334611167000048, 29.809738013000057 ], [ 106.334660751000058, 29.809766124000078 ], [ 106.334671334000063, 29.809791050000062 ], [ 106.334675933000028, 29.80982855600007 ], [ 106.334713477000037, 29.809876458000073 ], [ 106.334730069000045, 29.809890596000052 ], [ 106.334765349000065, 29.809922426000071 ], [ 106.334830550000049, 29.809938174000067 ], [ 106.334843517000081, 29.809941306000038 ], [ 106.334886572000073, 29.809940871000041 ], [ 106.334915203000037, 29.809935217000085 ], [ 106.334955873000069, 29.809909772000072 ], [ 106.334957773000042, 29.809906793000039 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.334583063000025, 29.810776877000077 ], [ 106.334615663000079, 29.810727468000032 ], [ 106.334771856000032, 29.810500267000069 ], [ 106.334860278000065, 29.810331603000073 ], [ 106.334931500000039, 29.81019975200007 ], [ 106.334953148000068, 29.810164821000058 ], [ 106.334983707000049, 29.810134743000052 ], [ 106.335030864000032, 29.810126675000053 ], [ 106.335079627000027, 29.810145707000061 ], [ 106.335116040000059, 29.810171372000067 ], [ 106.335183165000046, 29.810261810000046 ], [ 106.335204101000045, 29.810339699000053 ], [ 106.335204271000066, 29.810352461000036 ], [ 106.335232049000069, 29.810352180000052 ], [ 106.335272952000025, 29.810341024000081 ], [ 106.335272523000071, 29.810308810000048 ], [ 106.335234537000076, 29.810230439000058 ], [ 106.335221650000051, 29.810187608000035 ], [ 106.335147055000064, 29.810134667000057 ], [ 106.335084588000043, 29.81006727800008 ], [ 106.335059203000085, 29.810010257000052 ], [ 106.335079370000074, 29.809919817000036 ], [ 106.334957773000042, 29.809906793000039 ], [ 106.334955873000069, 29.809909772000072 ], [ 106.334915203000037, 29.809935217000085 ], [ 106.334886572000073, 29.809940871000041 ], [ 106.334843517000081, 29.809941306000038 ], [ 106.334830550000049, 29.809938174000067 ], [ 106.334819738000078, 29.809945414000083 ], [ 106.334804929000029, 29.809963461000049 ], [ 106.334811431000048, 29.809982707000078 ], [ 106.33480849700004, 29.809983629000044 ], [ 106.334769793000078, 29.810005496000084 ], [ 106.334745160000068, 29.810005745000073 ], [ 106.334695913000076, 29.810006242000043 ], [ 106.334601704000079, 29.810021508000087 ], [ 106.334544425000047, 29.810036412000038 ], [ 106.334503475000076, 29.810043986000036 ], [ 106.33442530800005, 29.810030452000046 ], [ 106.334400544000061, 29.810019968000063 ], [ 106.334380759000055, 29.810012245000049 ], [ 106.334378938000043, 29.810013961000035 ], [ 106.334272052000074, 29.810038414000076 ], [ 106.334159364000072, 29.81009169500004 ], [ 106.333993938000049, 29.810210234000067 ], [ 106.333938852000074, 29.810253942000081 ], [ 106.333908812000061, 29.810320771000075 ], [ 106.333911590000071, 29.810374683000077 ], [ 106.333912377000047, 29.810434009000062 ], [ 106.333932505000064, 29.810552473000087 ], [ 106.333973320000041, 29.810676123000057 ], [ 106.333990727000071, 29.810730195000069 ], [ 106.334002203000068, 29.810731221000083 ], [ 106.334214087000078, 29.810819588000065 ], [ 106.334273916000029, 29.810870569000091 ], [ 106.334317399000042, 29.81086921800005 ], [ 106.334350148000055, 29.810861725000059 ], [ 106.33442043000008, 29.810890637000053 ], [ 106.334481757000049, 29.810872122000031 ], [ 106.334494885000026, 29.810830218000035 ], [ 106.334483705000025, 29.810761724000091 ], [ 106.334451740000091, 29.810672552000089 ], [ 106.334447446000084, 29.810606965000094 ], [ 106.334442873000057, 29.810520501000042 ], [ 106.334450493000077, 29.81048515600008 ], [ 106.334456273000058, 29.810466436000066 ], [ 106.334465285000078, 29.810448719000078 ], [ 106.334477315000072, 29.810432416000083 ], [ 106.334492068000031, 29.810417916000066 ], [ 106.334564928000077, 29.810356612000078 ], [ 106.334570009000061, 29.810352916000049 ], [ 106.334575647000065, 29.810349901000052 ], [ 106.334581730000082, 29.810347628000038 ], [ 106.334588132000079, 29.810346158000076 ], [ 106.33459470300005, 29.810345505000036 ], [ 106.334635104000029, 29.810344095000065 ], [ 106.334640590000049, 29.810344302000086 ], [ 106.334645960000046, 29.810345294000047 ], [ 106.334651061000045, 29.810347046000057 ], [ 106.334655769000051, 29.810349525000049 ], [ 106.334659938000073, 29.810352639000083 ], [ 106.33466345100004, 29.810356310000088 ], [ 106.334666226000081, 29.810360441000061 ], [ 106.334668180000051, 29.810364913000058 ], [ 106.334669254000062, 29.810369610000063 ], [ 106.334669421000058, 29.810374389000064 ], [ 106.334668678000071, 29.810379132000037 ], [ 106.334667043000096, 29.810383705000042 ], [ 106.334664565000026, 29.810387968000036 ], [ 106.334632359000068, 29.810431021000053 ], [ 106.334602850000067, 29.810475409000048 ], [ 106.33458730600006, 29.810501201000083 ], [ 106.334575900000061, 29.810528592000082 ], [ 106.334566685000027, 29.810569961000056 ], [ 106.334561645000065, 29.810604776000051 ], [ 106.334559111000033, 29.810638347000054 ], [ 106.334559094000042, 29.810670538000068 ], [ 106.334561582000049, 29.810701271000077 ], [ 106.334565920000045, 29.810746779000056 ], [ 106.334569958000031, 29.81075954600005 ], [ 106.334576175000052, 29.810769739000076 ], [ 106.334583063000025, 29.810776877000077 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.333750722000062, 29.808035954000051 ], [ 106.333714815000064, 29.808032841000056 ], [ 106.333671009000057, 29.808035021000077 ], [ 106.33361168100005, 29.808068635000037 ], [ 106.33357802200004, 29.808084614000055 ], [ 106.333542461000036, 29.808107561000043 ], [ 106.333518808000065, 29.808126914000066 ], [ 106.333483132000026, 29.80814117500006 ], [ 106.333435481000038, 29.808153819000033 ], [ 106.333393667000053, 29.808155979000041 ], [ 106.333363831000042, 29.808159755000073 ], [ 106.333306287000028, 29.808177712000081 ], [ 106.333284534000029, 29.808190095000036 ], [ 106.333241143000066, 29.808223548000061 ], [ 106.33322733600005, 29.808234113000083 ], [ 106.333215820000078, 29.808267245000074 ], [ 106.333216443000026, 29.808314154000069 ], [ 106.333228880000036, 29.808350519000044 ], [ 106.333295384000067, 29.808407190000086 ], [ 106.333367680000038, 29.808449902000064 ], [ 106.333405740000046, 29.808465156000072 ], [ 106.333453599000052, 29.808468149000078 ], [ 106.333525157000054, 29.808455264000084 ], [ 106.333619977000069, 29.808393489000071 ], [ 106.333750402000078, 29.808312241000078 ], [ 106.333883143000037, 29.808255297000073 ], [ 106.333928642000046, 29.808230511000097 ], [ 106.333960194000042, 29.808205865000048 ], [ 106.333977847000028, 29.808184835000077 ], [ 106.33399133100005, 29.808149947000061 ], [ 106.333978986000034, 29.808120531000046 ], [ 106.33395276400006, 29.808096469000077 ], [ 106.333908590000078, 29.808070851000075 ], [ 106.33386869900005, 29.808067778000066 ], [ 106.333800711000038, 29.808049350000086 ], [ 106.333750722000062, 29.808035954000051 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.333055220000062, 29.807961873000067 ], [ 106.332970509000077, 29.807941688000081 ], [ 106.332892524000044, 29.807909441000042 ], [ 106.33285257700004, 29.807889395000071 ], [ 106.33282347100004, 29.807870813000076 ], [ 106.332799693000027, 29.807845885000066 ], [ 106.332799297000065, 29.807816002000042 ], [ 106.332793407000054, 29.80777988300008 ], [ 106.332785422000043, 29.807721763000075 ], [ 106.332781481000055, 29.807696635000074 ], [ 106.332775738000066, 29.807671526000036 ], [ 106.332768273000056, 29.807652725000086 ], [ 106.332753616000048, 29.807635569000066 ], [ 106.332708467000046, 29.807631306000072 ], [ 106.33266721800004, 29.807649025000039 ], [ 106.332603128000073, 29.807712590000044 ], [ 106.332571021000035, 29.807739655000034 ], [ 106.332540656000049, 29.807761983000034 ], [ 106.332531116000041, 29.807767886000079 ], [ 106.332569712000065, 29.807874460000047 ], [ 106.332579299000031, 29.807897045000061 ], [ 106.332594761000053, 29.807942254000064 ], [ 106.33258227400006, 29.807981262000059 ], [ 106.33257134400003, 29.80799757300009 ], [ 106.332543546000068, 29.808002714000054 ], [ 106.332521277000069, 29.80800455900004 ], [ 106.332476762000056, 29.808009868000056 ], [ 106.332465832000025, 29.80802617900008 ], [ 106.332456781000076, 29.808044092000049 ], [ 106.332457190000071, 29.808074870000045 ], [ 106.332472456000062, 29.808105499000078 ], [ 106.332502692000048, 29.808144077000065 ], [ 106.332549688000043, 29.808185725000044 ], [ 106.332663897000032, 29.808252620000072 ], [ 106.332693583000037, 29.808290208000074 ], [ 106.333021154000051, 29.808400280000068 ], [ 106.333072974000061, 29.808280896000042 ], [ 106.333103133000066, 29.808173664000044 ], [ 106.333114912000042, 29.808081198000078 ], [ 106.333084267000061, 29.808011841000049 ], [ 106.333055220000062, 29.807961873000067 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.333604888000082, 29.807861150000065 ], [ 106.33359620400006, 29.807865163000084 ], [ 106.333536865000042, 29.807878290000072 ], [ 106.333463068000071, 29.807884403000056 ], [ 106.333411770000055, 29.807884921000035 ], [ 106.333329504000062, 29.807871433000059 ], [ 106.333294574000035, 29.807868206000084 ], [ 106.333216364000066, 29.807851098000068 ], [ 106.333129970000073, 29.80783586300004 ], [ 106.333072184000059, 29.807811390000047 ], [ 106.333016379000071, 29.807781528000081 ], [ 106.332902219000061, 29.807684245000072 ], [ 106.33281044000006, 29.80757241900006 ], [ 106.33278958800004, 29.807547573000079 ], [ 106.332788924000056, 29.807497468000058 ], [ 106.332796776000066, 29.807470543000075 ], [ 106.33281689100005, 29.807439915000092 ], [ 106.332841324000086, 29.807425351000067 ], [ 106.332894341000042, 29.807399761000063 ], [ 106.332935213000042, 29.80738682000009 ], [ 106.332998727000074, 29.807379021000092 ], [ 106.333066440000053, 29.807378338000039 ], [ 106.33308080300003, 29.807378193000091 ], [ 106.333125850000044, 29.807370580000047 ], [ 106.333152406000067, 29.807361363000034 ], [ 106.333182686000043, 29.807323474000047 ], [ 106.333207095000034, 29.807307120000072 ], [ 106.333262164000075, 29.807281508000074 ], [ 106.333293085000037, 29.80729193500008 ], [ 106.333322025000029, 29.807307750000064 ], [ 106.33334263900008, 29.807314701000045 ], [ 106.333400282000071, 29.80732843700007 ], [ 106.333429009000042, 29.807328147000081 ], [ 106.333484363000025, 29.807324009000066 ], [ 106.333517217000065, 29.807325467000055 ], [ 106.333568562000039, 29.807328529000074 ], [ 106.333624082000043, 29.80733691700005 ], [ 106.333673755000063, 29.807368630000031 ], [ 106.333744208000041, 29.807419821000053 ], [ 106.333780235000063, 29.807477414000058 ], [ 106.333816661000071, 29.807449062000032 ], [ 106.333843425000055, 29.807427163000057 ], [ 106.333867596000061, 29.807379730000033 ], [ 106.333869199000048, 29.807330557000057 ], [ 106.333859294000035, 29.807263805000044 ], [ 106.33383056100007, 29.807239321000047 ], [ 106.333788832000039, 29.807220866000083 ], [ 106.333710867000036, 29.807190193000054 ], [ 106.333636593000065, 29.807165775000037 ], [ 106.333556825000073, 29.807135121000041 ], [ 106.333484125000041, 29.807093384000044 ], [ 106.33347483600005, 29.807073028000044 ], [ 106.33347985000006, 29.807043091000082 ], [ 106.333490463000032, 29.807027254000047 ], [ 106.33351004900004, 29.807008181000072 ], [ 106.333520557000043, 29.806984480000043 ], [ 106.333504013000038, 29.806961053000059 ], [ 106.33347671100006, 29.806942452000037 ], [ 106.333438569000066, 29.806922388000093 ], [ 106.333389647000061, 29.806905578000055 ], [ 106.333331832000056, 29.806898297000085 ], [ 106.333288550000077, 29.806898734000065 ], [ 106.333261812000046, 29.806922598000089 ], [ 106.33324228700009, 29.806946390000068 ], [ 106.333199465000064, 29.806981428000086 ], [ 106.333081274000051, 29.807045540000054 ], [ 106.333032914000057, 29.807071195000049 ], [ 106.33296656400006, 29.807100178000034 ], [ 106.332889350000073, 29.807126125000075 ], [ 106.332790683000042, 29.807166445000057 ], [ 106.332747797000081, 29.807196765000068 ], [ 106.332730075000029, 29.807220538000085 ], [ 106.332708997000054, 29.807263221000081 ], [ 106.332682718000058, 29.807321687000066 ], [ 106.332588137000073, 29.807398144000032 ], [ 106.332467954000037, 29.807448118000082 ], [ 106.33240485400006, 29.807450328000073 ], [ 106.33233835700004, 29.807468301000092 ], [ 106.33231698700007, 29.807488966000054 ], [ 106.332292240000072, 29.807526967000054 ], [ 106.332274601000051, 29.807557031000041 ], [ 106.332264218000034, 29.807590169000044 ], [ 106.332250291000037, 29.807628061000056 ], [ 106.332237302000067, 29.807736728000069 ], [ 106.332239960000038, 29.807801194000028 ], [ 106.332238657000062, 29.807838958000044 ], [ 106.332217433000039, 29.807870632000068 ], [ 106.332216089000042, 29.807905251000065 ], [ 106.332232486000066, 29.807917670000052 ], [ 106.332261508000045, 29.80792996100007 ], [ 106.332313891000069, 29.807935725000043 ], [ 106.332351681000034, 29.807929052000084 ], [ 106.332366025000056, 29.807922616000035 ], [ 106.33238022300003, 29.807905170000076 ], [ 106.332494141000055, 29.807790766000043 ], [ 106.332531116000041, 29.807767886000079 ], [ 106.332540656000049, 29.807761983000034 ], [ 106.332571021000035, 29.807739655000034 ], [ 106.332603128000073, 29.807712590000044 ], [ 106.33266721800004, 29.807649025000039 ], [ 106.332708467000046, 29.807631306000072 ], [ 106.332753616000048, 29.807635569000066 ], [ 106.332768273000056, 29.807652725000086 ], [ 106.332775738000066, 29.807671526000036 ], [ 106.332781481000055, 29.807696635000074 ], [ 106.332785422000043, 29.807721763000075 ], [ 106.332793407000054, 29.80777988300008 ], [ 106.332799297000065, 29.807816002000042 ], [ 106.332799693000027, 29.807845885000066 ], [ 106.33282347100004, 29.807870813000076 ], [ 106.33285257700004, 29.807889395000071 ], [ 106.332892524000044, 29.807909441000042 ], [ 106.332970509000077, 29.807941688000081 ], [ 106.333055220000062, 29.807961873000067 ], [ 106.333109833000037, 29.807974887000057 ], [ 106.333187485000053, 29.807981969000082 ], [ 106.333324589000028, 29.807983731000043 ], [ 106.333414760000039, 29.807982822000039 ], [ 106.333454437000057, 29.807982421000069 ], [ 106.33353177500004, 29.80796591200005 ], [ 106.333574703000068, 29.807938738000068 ], [ 106.333592320000037, 29.807907099000094 ], [ 106.333604888000082, 29.807861150000065 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.335437574000039, 29.810736586000075 ], [ 106.33544353800005, 29.81072858500006 ], [ 106.335502885000039, 29.810659114000082 ], [ 106.335554329000047, 29.810620533000076 ], [ 106.335635130000071, 29.810601591000072 ], [ 106.335703680000051, 29.810599086000074 ], [ 106.335751474000062, 29.810598604000063 ], [ 106.335790811000038, 29.810587331000079 ], [ 106.335833895000079, 29.810545210000036 ], [ 106.33587265400007, 29.810490446000074 ], [ 106.335930235000049, 29.810444554000068 ], [ 106.336041555000065, 29.810376369000036 ], [ 106.336107449000053, 29.810330392000072 ], [ 106.336210215000051, 29.810244170000082 ], [ 106.336222105000047, 29.810200553000072 ], [ 106.336223606000033, 29.810157039000039 ], [ 106.336198019000051, 29.810108362000051 ], [ 106.33617470300004, 29.810074162000024 ], [ 106.336170501000026, 29.810071946000047 ], [ 106.336157368000045, 29.810074952000036 ], [ 106.336111058000029, 29.810085540000038 ], [ 106.336000532000071, 29.810108144000083 ], [ 106.335922592000031, 29.81011250400007 ], [ 106.335783138000082, 29.810121077000069 ], [ 106.33574199800006, 29.81011432900004 ], [ 106.335724871000082, 29.810060808000063 ], [ 106.335650658000077, 29.810036500000077 ], [ 106.335568814000055, 29.810055233000075 ], [ 106.33554857200005, 29.810076913000046 ], [ 106.335499990000073, 29.810127518000062 ], [ 106.335471726000037, 29.810163605000071 ], [ 106.335455932000059, 29.810210299000055 ], [ 106.335453302000076, 29.810321298000066 ], [ 106.335409006000077, 29.810386184000034 ], [ 106.335360282000067, 29.810426059000068 ], [ 106.335307262000072, 29.81045165200004 ], [ 106.335270607000041, 29.810473499000071 ], [ 106.335237866000071, 29.810480991000077 ], [ 106.335176399000034, 29.810495639000063 ], [ 106.335140920000086, 29.810639723000062 ], [ 106.335121797000056, 29.810689692000043 ], [ 106.335156808000079, 29.810723779000057 ], [ 106.335179356000026, 29.810773667000039 ], [ 106.335193704000062, 29.81082363600007 ], [ 106.335205626000061, 29.810859454000081 ], [ 106.33520795700008, 29.81086645400007 ], [ 106.335260167000058, 29.810882633000059 ], [ 106.33531445300008, 29.810848675000052 ], [ 106.335335617000055, 29.810793564000047 ], [ 106.335348854000074, 29.810760021000075 ], [ 106.335414112000095, 29.810728341000072 ], [ 106.335437574000039, 29.810736586000075 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.333505784000067, 29.832691749000045 ], [ 106.333385410000062, 29.832435130000071 ], [ 106.333229713000037, 29.832171312000067 ], [ 106.333227800000031, 29.832168070000083 ], [ 106.333219532000044, 29.832154059000054 ], [ 106.332977643000049, 29.831818214000069 ], [ 106.332801526000026, 29.831638225000063 ], [ 106.332771619000027, 29.831612077000049 ], [ 106.332578887000068, 29.831443559000036 ], [ 106.33246127600006, 29.831308421000077 ], [ 106.332378338000069, 29.831167884000077 ], [ 106.332245268000065, 29.830899971000065 ], [ 106.332237906000046, 29.830892592000051 ], [ 106.332154454000047, 29.830808971000067 ], [ 106.332042498000078, 29.830713589000087 ], [ 106.331930298000032, 29.830599828000057 ], [ 106.331867344000045, 29.83053415300008 ], [ 106.331716501000074, 29.830376790000059 ], [ 106.331672937000064, 29.830271527000033 ], [ 106.331456704000061, 29.829864684000089 ], [ 106.331386912000028, 29.829768877000049 ], [ 106.331311910000068, 29.829677718000077 ], [ 106.331231334000051, 29.829563635000056 ], [ 106.331161907000094, 29.829495399000052 ], [ 106.331039291000081, 29.82939093200007 ], [ 106.330926668000075, 29.829245003000032 ], [ 106.330832970000074, 29.829091610000035 ], [ 106.330796514000042, 29.829129287000061 ], [ 106.330780881000067, 29.829166348000054 ], [ 106.330747601000041, 29.829240491000057 ], [ 106.330720226000039, 29.82930403000006 ], [ 106.330708601000026, 29.829339294000082 ], [ 106.330672873000026, 29.829532959000055 ], [ 106.330668736000064, 29.829677102000055 ], [ 106.330658860000042, 29.829781490000066 ], [ 106.330683676000035, 29.829794783000072 ], [ 106.330721778000054, 29.829823632000053 ], [ 106.330749403000027, 29.829852588000037 ], [ 106.330762531000062, 29.829894479000082 ], [ 106.330769374000056, 29.829936433000057 ], [ 106.330776241000081, 29.829980214000045 ], [ 106.330780770000047, 29.830005748000087 ], [ 106.330781183000056, 29.830036804000088 ], [ 106.330781497000032, 29.830060554000056 ], [ 106.330777572000045, 29.830080691000028 ], [ 106.330740826000067, 29.830154146000037 ], [ 106.330697286000031, 29.830189299000033 ], [ 106.330586819000075, 29.830234262000086 ], [ 106.330393679000053, 29.830365932000063 ], [ 106.330306986000039, 29.830465468000057 ], [ 106.330290829000049, 29.830511308000041 ], [ 106.33028721900007, 29.830555195000045 ], [ 106.330287559000055, 29.830580771000079 ], [ 106.33028814000005, 29.83062461600008 ], [ 106.330290597000044, 29.830651997000071 ], [ 106.330348742000069, 29.830770173000076 ], [ 106.330415100000039, 29.830875477000063 ], [ 106.330445232000045, 29.830935467000071 ], [ 106.330462648000037, 29.830984622000074 ], [ 106.330500664000056, 29.831165124000051 ], [ 106.330570594000051, 29.831381844000088 ], [ 106.33057763000005, 29.831438413000065 ], [ 106.33060142800008, 29.831494813000059 ], [ 106.330616579000036, 29.831531202000068 ], [ 106.330648445000065, 29.83156376900007 ], [ 106.330690737000054, 29.831592577000041 ], [ 106.330741581000041, 29.831634088000044 ], [ 106.330825657000048, 29.831653339000063 ], [ 106.330905279000049, 29.831652536000028 ], [ 106.33096185200003, 29.831651966000042 ], [ 106.33101199400005, 29.831640498000066 ], [ 106.331072370000072, 29.831610656000066 ], [ 106.331109745000049, 29.831584699000068 ], [ 106.33112626500008, 29.83156626300007 ], [ 106.331167419000053, 29.83150920800006 ], [ 106.331206071000054, 29.831413087000044 ], [ 106.331220720000033, 29.831375535000067 ], [ 106.331250361000059, 29.831305264000036 ], [ 106.331280268000057, 29.831254982000068 ], [ 106.331310439000049, 29.831224690000056 ], [ 106.331352207000066, 29.831204276000054 ], [ 106.331397970000069, 29.831197151000087 ], [ 106.331440002000079, 29.831196728000059 ], [ 106.331474393000065, 29.831196381000044 ], [ 106.331524375000072, 29.831219201000071 ], [ 106.331551389000026, 29.831238920000089 ], [ 106.331552051000074, 29.831288895000061 ], [ 106.331552493000061, 29.831322210000053 ], [ 106.331556756000055, 29.831355489000082 ], [ 106.331557375000045, 29.831402130000065 ], [ 106.331569545000036, 29.831455320000082 ], [ 106.331581803000063, 29.831515173000057 ], [ 106.331608993000032, 29.831548220000052 ], [ 106.331635873000039, 29.831557944000053 ], [ 106.331696834000084, 29.831544001000051 ], [ 106.331742423000037, 29.83152354900006 ], [ 106.331807027000082, 29.831496241000082 ], [ 106.331867767000062, 29.831465641000079 ], [ 106.331928463000054, 29.831431709000068 ], [ 106.331989203000035, 29.831401108000065 ], [ 106.33208064300004, 29.831380193000079 ], [ 106.332118766000065, 29.831373145000043 ], [ 106.33224477300007, 29.831365209000069 ], [ 106.332355939000081, 29.831390745000078 ], [ 106.332390638000064, 29.831413720000068 ], [ 106.332441152000058, 29.831476519000038 ], [ 106.332445946000064, 29.831549774000049 ], [ 106.33244643300003, 29.831586422000044 ], [ 106.332458251000048, 29.83161295900004 ], [ 106.332550532000027, 29.831655344000069 ], [ 106.332611978000045, 29.831678048000068 ], [ 106.332658141000081, 29.831700907000076 ], [ 106.332688932000053, 29.831717256000044 ], [ 106.332739003000029, 29.831746739000039 ], [ 106.332789563000063, 29.831812870000078 ], [ 106.332805687000075, 29.831876016000081 ], [ 106.332806306000066, 29.831922658000053 ], [ 106.332784175000029, 29.831982858000057 ], [ 106.332769510000048, 29.832029654000046 ], [ 106.332762444000025, 29.832073042000044 ], [ 106.332763283000077, 29.832136342000059 ], [ 106.332763946000057, 29.832186315000062 ], [ 106.33276847500008, 29.832239582000053 ], [ 106.332803528000056, 29.832289209000063 ], [ 106.332857688000047, 29.832338643000071 ], [ 106.332896523000045, 29.832356704000073 ], [ 106.332897305000074, 29.832348099000054 ], [ 106.332918708000079, 29.832332467000072 ], [ 106.332946072000027, 29.83232191500008 ], [ 106.333101474000046, 29.832295985000087 ], [ 106.333186358000034, 29.832312003000087 ], [ 106.33326474200004, 29.832385036000069 ], [ 106.333338483000034, 29.832472879000083 ], [ 106.333366043000069, 29.832544315000067 ], [ 106.333369078000047, 29.832590687000049 ], [ 106.333352594000075, 29.832624603000053 ], [ 106.333277316000078, 29.832671806000057 ], [ 106.333332184000028, 29.832702222000069 ], [ 106.33355421300007, 29.832794996000075 ], [ 106.333505784000067, 29.832691749000045 ] ], [ [ 106.330768851000073, 29.831061806000033 ], [ 106.330887095000037, 29.831109502000061 ], [ 106.330913169000041, 29.831177283000041 ], [ 106.330927296000027, 29.831293476000027 ], [ 106.330899053000053, 29.831346027000052 ], [ 106.330855287000077, 29.831368832000056 ], [ 106.330772250000052, 29.831371864000054 ], [ 106.330691906000027, 29.831355343000041 ], [ 106.330654292000077, 29.831332229000047 ], [ 106.330639259000066, 29.831292622000028 ], [ 106.330628862000026, 29.831133696000052 ], [ 106.330624213000078, 29.831095792000042 ], [ 106.330636312000081, 29.831070370000081 ], [ 106.330660990000069, 29.831055665000068 ], [ 106.33068578700005, 29.831049992000079 ], [ 106.330768851000073, 29.831061806000033 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.333290065000028, 29.831354569000037 ], [ 106.333280020000075, 29.831365781000041 ], [ 106.333258942000043, 29.831379899000069 ], [ 106.333243119000031, 29.831389328000057 ], [ 106.333219292000081, 29.831396522000038 ], [ 106.333145266000031, 29.831399575000038 ], [ 106.33308445800003, 29.831451331000039 ], [ 106.333055223000031, 29.831501598000045 ], [ 106.333048440000027, 29.831553811000049 ], [ 106.33305904100007, 29.831601504000048 ], [ 106.333081984000046, 29.831640381000057 ], [ 106.333122514000081, 29.831689944000054 ], [ 106.333179179000069, 29.831746290000073 ], [ 106.333282727000039, 29.831810086000083 ], [ 106.333375284000056, 29.831846205000101 ], [ 106.333421522000037, 29.831861176000078 ], [ 106.333478341000045, 29.831872954000062 ], [ 106.333527997000033, 29.83187862800008 ], [ 106.333548575000066, 29.831878034000056 ], [ 106.333593389000043, 29.831869870000048 ], [ 106.333653186000049, 29.831869265000083 ], [ 106.333692880000058, 29.831855828000069 ], [ 106.333722547000036, 29.831838147000045 ], [ 106.333757113000061, 29.83181389800006 ], [ 106.333773832000077, 29.831759412000057 ], [ 106.333742779000048, 29.831672818000083 ], [ 106.333651898000028, 29.831584655000086 ], [ 106.333493282000063, 29.831462413000057 ], [ 106.333365375000028, 29.83140069600006 ], [ 106.333290065000028, 29.831354569000037 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.333786045000082, 29.832120966000041 ], [ 106.333786504000045, 29.832121331000064 ], [ 106.333799849000059, 29.832136945000052 ], [ 106.33381332700003, 29.832162579000059 ], [ 106.333813690000056, 29.832189787000065 ], [ 106.333750112000075, 29.832328750000045 ], [ 106.33372737500008, 29.832406001000034 ], [ 106.333726740000031, 29.832406402000071 ], [ 106.333729447000053, 29.832447001000038 ], [ 106.333726329000058, 29.832525407000055 ], [ 106.333815632000039, 29.832614048000043 ], [ 106.333871868000074, 29.832644976000033 ], [ 106.333954221000056, 29.832664187000034 ], [ 106.334019929000078, 29.832666386000085 ], [ 106.334062577000054, 29.832663092000072 ], [ 106.334111600000043, 29.832645418000077 ], [ 106.334144093000077, 29.832619320000056 ], [ 106.334154986000044, 29.832607637000084 ], [ 106.334183941000049, 29.832574171000086 ], [ 106.334221160000027, 29.832511974000059 ], [ 106.334232382000039, 29.832445517000053 ], [ 106.334229691000075, 29.832373168000061 ], [ 106.334190268000043, 29.832269527000047 ], [ 106.334114413000066, 29.832157206000087 ], [ 106.334075889000076, 29.832121407000045 ], [ 106.334001016000059, 29.832082960000033 ], [ 106.33394039500007, 29.832076033000067 ], [ 106.333892039000034, 29.832081045000052 ], [ 106.33379739600008, 29.832116681000063 ], [ 106.333786045000082, 29.832120966000041 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.333316825000054, 29.816178639000043 ], [ 106.333316650000029, 29.816165500000068 ], [ 106.333310988000051, 29.816151233000088 ], [ 106.333295830000054, 29.816143034000053 ], [ 106.333208404000061, 29.816154658000073 ], [ 106.33318240400007, 29.81615492100007 ], [ 106.333161774000075, 29.816146768000063 ], [ 106.333139752000079, 29.816137447000067 ], [ 106.333105313000033, 29.816119899000061 ], [ 106.333080482000071, 29.816104635000038 ], [ 106.333057096000061, 29.816095327000085 ], [ 106.333023974000071, 29.816074176000082 ], [ 106.333004678000066, 29.816063638000053 ], [ 106.332999735000044, 29.816041886000047 ], [ 106.332994074000055, 29.816027628000089 ], [ 106.332988349000061, 29.816008591000081 ], [ 106.33298665600006, 29.815984741000076 ], [ 106.332986262000077, 29.815954916000063 ], [ 106.332980504000034, 29.815933498000053 ], [ 106.332980299000042, 29.815917985000052 ], [ 106.332980014000043, 29.815896511000062 ], [ 106.332979666000028, 29.815870259000064 ], [ 106.332984694000061, 29.815836797000092 ], [ 106.332958293000047, 29.815806034000051 ], [ 106.332949922000083, 29.815794186000065 ], [ 106.332952505000051, 29.815782237000072 ], [ 106.332961954000041, 29.815772589000058 ], [ 106.333010610000031, 29.815776571000072 ], [ 106.332994482000075, 29.815758542000076 ], [ 106.332946971000069, 29.815768518000084 ], [ 106.332912530000058, 29.815768865000049 ], [ 106.332863549000081, 29.815766198000055 ], [ 106.332808960000094, 29.815750939000054 ], [ 106.332756164000045, 29.815734083000045 ], [ 106.332727098000078, 29.815729633000046 ], [ 106.332705262000047, 29.815723530000074 ], [ 106.332650904000047, 29.815725660000059 ], [ 106.332609215000048, 29.815726080000044 ], [ 106.332554982000033, 29.81573769300007 ], [ 106.332520940000052, 29.815768073000076 ], [ 106.332510567000043, 29.815806119000051 ], [ 106.332506052000042, 29.815875723000094 ], [ 106.332513784000071, 29.81591200600008 ], [ 106.332528726000078, 29.815945053000068 ], [ 106.332547313000077, 29.815979644000041 ], [ 106.332571381000037, 29.816017344000045 ], [ 106.332641205000073, 29.816087779000036 ], [ 106.332714507000048, 29.81614711300006 ], [ 106.332756639000081, 29.816179887000089 ], [ 106.332795039000075, 29.816204794000036 ], [ 106.332855108000047, 29.816223158000074 ], [ 106.332907822000038, 29.816233693000068 ], [ 106.332969451000054, 29.816233070000063 ], [ 106.333051041000033, 29.816233828000065 ], [ 106.333253616000036, 29.816198586000038 ], [ 106.333316825000054, 29.816178639000043 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.336716515000035, 29.819517344000079 ], [ 106.336648325000056, 29.819516287000045 ], [ 106.336588175000031, 29.819516894000046 ], [ 106.336542057000031, 29.819520342000082 ], [ 106.336534088000064, 29.819520939000096 ], [ 106.336486156000035, 29.81953541300004 ], [ 106.336458436000044, 29.819561920000069 ], [ 106.33644083300004, 29.819595321000069 ], [ 106.336431158000039, 29.819621647000073 ], [ 106.33642358000003, 29.819654946000078 ], [ 106.336487035000061, 29.819752222000091 ], [ 106.336501279000061, 29.819767815000041 ], [ 106.336517692000029, 29.819795626000086 ], [ 106.336524032000057, 29.819820041000071 ], [ 106.336508433000063, 29.819853421000069 ], [ 106.336490622000042, 29.819871087000081 ], [ 106.336499060000051, 29.819902475000045 ], [ 106.336559930000078, 29.819956064000049 ], [ 106.336616720000052, 29.820004449000063 ], [ 106.336659173000044, 29.820030248000077 ], [ 106.336701510000069, 29.82004730500006 ], [ 106.33676394400004, 29.820067656000045 ], [ 106.336814161000078, 29.820074142000063 ], [ 106.336876175000043, 29.820063024000024 ], [ 106.336959150000041, 29.819969510000082 ], [ 106.33701927900006, 29.819816778000074 ], [ 106.337001633000057, 29.819696308000065 ], [ 106.336968599000045, 29.819624952000083 ], [ 106.336885467000059, 29.819555851000075 ], [ 106.336870430000033, 29.819547516000053 ], [ 106.336839004000069, 29.819530093000083 ], [ 106.336788740000031, 29.819520110000045 ], [ 106.336716515000035, 29.819517344000079 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.336885376000055, 29.829558868000056 ], [ 106.336874662000071, 29.829554089000055 ], [ 106.336678065000058, 29.829453430000061 ], [ 106.336669252000036, 29.829438498000052 ], [ 106.336668652000071, 29.829393439000061 ], [ 106.336673895000047, 29.829355831000044 ], [ 106.336684912000067, 29.829320669000083 ], [ 106.336699001000056, 29.829300498000052 ], [ 106.33674190000005, 29.829287545000049 ], [ 106.336790907000079, 29.829302071000079 ], [ 106.337001925000038, 29.829407591000059 ], [ 106.337016647000041, 29.829434982000066 ], [ 106.336988254000062, 29.829513794000036 ], [ 106.337016216000052, 29.829503806000051 ], [ 106.337118595000049, 29.829489266000053 ], [ 106.337125564000075, 29.829488275000084 ], [ 106.337224640000045, 29.82947826100008 ], [ 106.337269143000071, 29.829485822000045 ], [ 106.337264444000027, 29.829464686000048 ], [ 106.337269650000053, 29.829364934000079 ], [ 106.337307483000075, 29.829262003000057 ], [ 106.337355724000076, 29.82920454300006 ], [ 106.337413850000075, 29.829166298000072 ], [ 106.337236125000061, 29.82910918300006 ], [ 106.337042128000078, 29.828990562000051 ], [ 106.336828840000067, 29.828777766000091 ], [ 106.336548721000042, 29.828513216000093 ], [ 106.336300250000079, 29.828244675000068 ], [ 106.336192302000029, 29.828158849000086 ], [ 106.336089989000072, 29.827961216000062 ], [ 106.336001089000035, 29.827701364000063 ], [ 106.335667984000054, 29.827282565000075 ], [ 106.335314681000057, 29.826950887000063 ], [ 106.335136068000054, 29.826747166000079 ], [ 106.33510842000004, 29.826815123000063 ], [ 106.335093272000051, 29.82684232400004 ], [ 106.335076050000055, 29.826859403000075 ], [ 106.335050961000036, 29.826868109000081 ], [ 106.335031508000043, 29.82686323400009 ], [ 106.334994384000026, 29.826841633000072 ], [ 106.334964969000055, 29.826816573000087 ], [ 106.334912044000077, 29.826773155000065 ], [ 106.334831369000042, 29.826684768000074 ], [ 106.334812354000064, 29.826690081000038 ], [ 106.334743955000079, 29.82668884800006 ], [ 106.334701792000033, 29.826670040000064 ], [ 106.334626392000075, 29.826640027000053 ], [ 106.33460420800003, 29.826630635000075 ], [ 106.33454667400008, 29.826611947000053 ], [ 106.334582269000066, 29.826663338000053 ], [ 106.334777264000081, 29.826831772000048 ], [ 106.334975525000075, 29.827044525000076 ], [ 106.335168217000046, 29.827240994000082 ], [ 106.33544476000003, 29.827501976000065 ], [ 106.33566733300006, 29.827730822000035 ], [ 106.335904347000053, 29.828038888000037 ], [ 106.336147865000044, 29.828433258000079 ], [ 106.336222190000058, 29.828586571000081 ], [ 106.336238748000028, 29.828623752000045 ], [ 106.336241829000073, 29.828654067000063 ], [ 106.336242232000075, 29.828684409000054 ], [ 106.336234450000063, 29.828703162000064 ], [ 106.336218575000032, 29.828717329000085 ], [ 106.336205315000029, 29.82872680000008 ], [ 106.336183932000054, 29.82872935100005 ], [ 106.336151871000027, 29.828734344000058 ], [ 106.336103688000037, 29.828734831000077 ], [ 106.336039350000078, 29.828728479000063 ], [ 106.335977441000068, 29.828703428000036 ], [ 106.335912730000075, 29.828669067000071 ], [ 106.33553807100003, 29.82847910800006 ], [ 106.335416681000027, 29.828410306000077 ], [ 106.335394987000029, 29.828389517000055 ], [ 106.335381075000043, 29.828349974000052 ], [ 106.335380517000033, 29.828307962000054 ], [ 106.335364052000045, 29.828277783000086 ], [ 106.335342141000069, 29.828240655000055 ], [ 106.335304230000077, 29.828208358000037 ], [ 106.335212752000075, 29.828174268000055 ], [ 106.335142720000078, 29.82814229600006 ], [ 106.335070073000054, 29.828115018000055 ], [ 106.335043180000071, 29.828105953000083 ], [ 106.335022150000043, 29.828097417000045 ], [ 106.335005497000054, 29.828237499000071 ], [ 106.334960525000042, 29.828330623000049 ], [ 106.334860323000044, 29.828440423000067 ], [ 106.334796740000058, 29.82849991400008 ], [ 106.334804403000078, 29.828507145000046 ], [ 106.335078818000056, 29.828652256000055 ], [ 106.335495302000027, 29.829026243000044 ], [ 106.335940250000078, 29.829412336000075 ], [ 106.335947290000036, 29.829418008000058 ], [ 106.335954259000076, 29.829417018000076 ], [ 106.336053335000031, 29.829407005000064 ], [ 106.336226189000058, 29.829436373000078 ], [ 106.336233571000037, 29.829437627000061 ], [ 106.336520614000051, 29.829573486000072 ], [ 106.336790361000055, 29.829697864000078 ], [ 106.336792142000036, 29.829676145000061 ], [ 106.336829674000057, 29.829615803000085 ], [ 106.336847829000078, 29.82958661400005 ], [ 106.336885376000055, 29.829558868000056 ] ], [ [ 106.336527150000052, 29.828901658000063 ], [ 106.336614380000071, 29.828983394000094 ], [ 106.336658745000079, 29.829080587000078 ], [ 106.336659178000048, 29.829113129000074 ], [ 106.336659611000073, 29.829145672000035 ], [ 106.336634172000061, 29.82917597300008 ], [ 106.336580056000074, 29.829209067000079 ], [ 106.336557221000078, 29.82921931300006 ], [ 106.336488749000083, 29.82925255300006 ], [ 106.336433967000062, 29.829235582000088 ], [ 106.336393206000025, 29.82919343300005 ], [ 106.336264849000031, 29.82904201100007 ], [ 106.336249861000056, 29.828994593000058 ], [ 106.336269458000061, 29.828956841000032 ], [ 106.336286484000027, 29.828941647000082 ], [ 106.336295580000069, 29.828915266000081 ], [ 106.33631551700006, 29.828888523000042 ], [ 106.336352324000075, 29.828858661000076 ], [ 106.336463608000031, 29.828833943000063 ], [ 106.336527150000052, 29.828901658000063 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.334931791000031, 29.830259309000041 ], [ 106.334920293000039, 29.830255433000044 ], [ 106.334847471000046, 29.830213211000057 ], [ 106.334784349000074, 29.830159436000088 ], [ 106.334775663000073, 29.830123726000064 ], [ 106.334790023000039, 29.830092079000046 ], [ 106.334827135000069, 29.830062164000079 ], [ 106.334685105000062, 29.829998283000062 ], [ 106.33456030800005, 29.829933933000067 ], [ 106.334566520000067, 29.829964259000061 ], [ 106.334567328000048, 29.830025153000065 ], [ 106.334575942000072, 29.830089351000076 ], [ 106.33459227200008, 29.830150088000043 ], [ 106.334608376000062, 29.830193909000055 ], [ 106.334632151000051, 29.830230887000081 ], [ 106.334710745000052, 29.83030493900009 ], [ 106.33472426700007, 29.830304801000064 ], [ 106.334772353000062, 29.830309549000049 ], [ 106.334817437000027, 29.83031432700005 ], [ 106.334847446000026, 29.830314024000074 ], [ 106.334874282000044, 29.830300668000067 ], [ 106.334900977000075, 29.83027684700005 ], [ 106.334931791000031, 29.830259309000041 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.333259732000045, 29.828015508000075 ], [ 106.333417905000033, 29.827953106000056 ], [ 106.333454779000093, 29.82792020100004 ], [ 106.333474657000068, 29.82788451100004 ], [ 106.333477459000051, 29.827840121000065 ], [ 106.333466656000041, 29.827792911000074 ], [ 106.333442328000046, 29.827748795000044 ], [ 106.333390867000062, 29.827704952000097 ], [ 106.333261091000054, 29.827638241000045 ], [ 106.333220315000062, 29.827632737000048 ], [ 106.333155643000055, 29.827615645000037 ], [ 106.333101262000071, 29.827607322000063 ], [ 106.333080718000076, 29.827592742000039 ], [ 106.333025709000026, 29.827537105000101 ], [ 106.33301829800007, 29.827489861000061 ], [ 106.333000556000059, 29.827430891000066 ], [ 106.332986559000076, 29.827398500000072 ], [ 106.332938530000035, 29.827357580000072 ], [ 106.332876817000056, 29.827307926000064 ], [ 106.332818928000052, 29.827290765000043 ], [ 106.332774683000025, 29.827279382000075 ], [ 106.332706698000038, 29.827268238000048 ], [ 106.332656101000055, 29.827289451000073 ], [ 106.332625971000027, 29.827319329000098 ], [ 106.332609249000029, 29.827337243000045 ], [ 106.332599311000081, 29.827355088000047 ], [ 106.332592999000042, 29.827390641000072 ], [ 106.332593705000079, 29.827443868000039 ], [ 106.332594176000043, 29.827479353000051 ], [ 106.332635658000072, 29.827538084000082 ], [ 106.332749536000051, 29.827684808000075 ], [ 106.332855730000063, 29.827763587000046 ], [ 106.332880647000081, 29.827852060000058 ], [ 106.332899141000041, 29.827996357000075 ], [ 106.332908417000056, 29.827997326000052 ], [ 106.332966432000035, 29.828006835000053 ], [ 106.333052577000046, 29.828042307000089 ], [ 106.333073762000026, 29.828068340000069 ], [ 106.333095001000075, 29.828098410000049 ], [ 106.333098887000062, 29.828116390000048 ], [ 106.333134754000071, 29.828086092000035 ], [ 106.333225576000075, 29.828028983000081 ], [ 106.333259732000045, 29.828015508000075 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.334944835000044, 29.825702990000078 ], [ 106.334971058000065, 29.825540900000064 ], [ 106.335026006000078, 29.825397831000085 ], [ 106.33508880100004, 29.825310448000039 ], [ 106.335105906000081, 29.825260706000051 ], [ 106.335115410000071, 29.825173862000049 ], [ 106.335071336000055, 29.825065871000056 ], [ 106.334953235000057, 29.825002005000041 ], [ 106.334799690000068, 29.824944692000084 ], [ 106.334710091000034, 29.824886733000088 ], [ 106.334627476000037, 29.824819409000042 ], [ 106.334479430000044, 29.824641213000071 ], [ 106.334394468000028, 29.824397318000084 ], [ 106.334280400000068, 29.823834610000063 ], [ 106.334252184000036, 29.823711745000082 ], [ 106.334244893000061, 29.823705535000038 ], [ 106.334227877000046, 29.82368076300008 ], [ 106.334227518000034, 29.823653744000072 ], [ 106.334207952000042, 29.823616526000091 ], [ 106.334188746000052, 29.823606326000053 ], [ 106.334158230000071, 29.823641973000058 ], [ 106.334146449000059, 29.823652484000039 ], [ 106.334091903000072, 29.823673821000057 ], [ 106.334044233000043, 29.823674302000086 ], [ 106.333963164000068, 29.823673043000039 ], [ 106.33387258700003, 29.82367395700004 ], [ 106.333593544000067, 29.82366430300004 ], [ 106.333350063000069, 29.823639739000036 ], [ 106.333147100000076, 29.82361476400008 ], [ 106.332810936000044, 29.823611920000079 ], [ 106.33270830400005, 29.823602561000087 ], [ 106.332614876000051, 29.823568168000062 ], [ 106.332578874000035, 29.823549823000057 ], [ 106.332531011000071, 29.823535756000066 ], [ 106.33245703700004, 29.823530265000048 ], [ 106.332414160000042, 29.823532777000082 ], [ 106.332364271000074, 29.823545752000094 ], [ 106.332347724000044, 29.823556312000054 ], [ 106.332336458000043, 29.82357875000007 ], [ 106.332470776000036, 29.823644161000061 ], [ 106.333189701000038, 29.823897658000078 ], [ 106.333324026000071, 29.823963108000047 ], [ 106.333373574000063, 29.823964570000051 ], [ 106.33343667500003, 29.823975866000069 ], [ 106.333502671000076, 29.823999066000059 ], [ 106.333511173000034, 29.824018843000083 ], [ 106.333607058000041, 29.824010265000084 ], [ 106.333702876000075, 29.823996615000055 ], [ 106.333752189000052, 29.823985971000067 ], [ 106.33379859300004, 29.823975356000066 ], [ 106.333850915000028, 29.823972291000075 ], [ 106.333920994000053, 29.823991876000036 ], [ 106.334003077000034, 29.824039242000072 ], [ 106.334038553000028, 29.824082007000076 ], [ 106.334142412000062, 29.824235689000094 ], [ 106.334262736000028, 29.824533791000075 ], [ 106.334303008000063, 29.824718555000061 ], [ 106.334326851000071, 29.824761436000067 ], [ 106.334347616000059, 29.82479166500007 ], [ 106.334351131000062, 29.824837288000079 ], [ 106.334313656000063, 29.824863032000046 ], [ 106.334302189000027, 29.824875831000046 ], [ 106.334278954000069, 29.824878602000069 ], [ 106.334241106000036, 29.824876448000047 ], [ 106.334206067000025, 29.824866656000047 ], [ 106.334170994000033, 29.824854327000075 ], [ 106.334150634000025, 29.824854533000067 ], [ 106.334110080000073, 29.824867626000067 ], [ 106.334072671000058, 29.824898442000055 ], [ 106.334052680000084, 29.824926547000079 ], [ 106.334037695000063, 29.824947038000069 ], [ 106.334091897000064, 29.825485651000065 ], [ 106.334172392000028, 29.825669011000059 ], [ 106.334173293000049, 29.825656974000083 ], [ 106.334172788000046, 29.825618931000076 ], [ 106.334180558000085, 29.825587938000066 ], [ 106.334193940000034, 29.825568777000058 ], [ 106.334220956000081, 29.825549481000046 ], [ 106.334239917000048, 29.825539777000078 ], [ 106.334272548000072, 29.825532313000053 ], [ 106.334332728000049, 29.825545974000079 ], [ 106.334365767000065, 29.825569421000068 ], [ 106.334393290000037, 29.825588166000042 ], [ 106.334437143000059, 29.825604370000057 ], [ 106.334475129000054, 29.825589718000071 ], [ 106.334518034000041, 29.825534589000085 ], [ 106.334586049000052, 29.825522012000079 ], [ 106.334627142000045, 29.825535866000049 ], [ 106.334654664000027, 29.825554612000083 ], [ 106.334693315000038, 29.825589892000043 ], [ 106.334729334000031, 29.825632333000044 ], [ 106.334759962000078, 29.825679584000063 ], [ 106.334781999000029, 29.825696009000058 ], [ 106.334844877000094, 29.825707262000037 ], [ 106.334893962000081, 29.825706766000053 ], [ 106.334944835000044, 29.825702990000078 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.334172392000028, 29.825669011000059 ], [ 106.334091897000064, 29.825485651000065 ], [ 106.334037695000063, 29.824947038000069 ], [ 106.334034477000046, 29.824915062000056 ], [ 106.333936157000053, 29.824481469000087 ], [ 106.333808666000039, 29.824263912000049 ], [ 106.333614225000076, 29.824098249000091 ], [ 106.333479939000043, 29.824039073000048 ], [ 106.333520183000076, 29.824081223000068 ], [ 106.333500198000081, 29.824121997000081 ], [ 106.333484127000077, 29.82414841100006 ], [ 106.333479014000034, 29.824151333000092 ], [ 106.333522507000055, 29.824215992000067 ], [ 106.333577016000049, 29.824237266000068 ], [ 106.333632973000078, 29.824276978000064 ], [ 106.333679800000027, 29.824324838000056 ], [ 106.333740644000045, 29.824384638000087 ], [ 106.333759813000029, 29.824436805000062 ], [ 106.333797724000078, 29.824508920000088 ], [ 106.333841645000064, 29.824685695000081 ], [ 106.333876167000028, 29.824850482000041 ], [ 106.333891146000042, 29.824934912000057 ], [ 106.333896620000075, 29.824999300000062 ], [ 106.333925402000034, 29.825079563000081 ], [ 106.333926096000027, 29.825131916000085 ], [ 106.333927897000081, 29.825168782000052 ], [ 106.333905301000073, 29.825219742000058 ], [ 106.333891028000039, 29.82524018000003 ], [ 106.333882369000037, 29.825245339000048 ], [ 106.333847363000075, 29.825238083000048 ], [ 106.333822825000027, 29.825227372000089 ], [ 106.333816771000045, 29.825508379000041 ], [ 106.333885533000057, 29.825757381000077 ], [ 106.333991241000035, 29.825913264000064 ], [ 106.33402161600003, 29.825941494000066 ], [ 106.33406007800005, 29.825962508000092 ], [ 106.334106657000063, 29.825978684000066 ], [ 106.334139412000084, 29.825980731000072 ], [ 106.334160943000043, 29.825959112000074 ], [ 106.33413992900006, 29.825814263000044 ], [ 106.334139485000037, 29.825780973000061 ], [ 106.334139138000083, 29.825754819000064 ], [ 106.334163270000033, 29.825723661000033 ], [ 106.334170978000031, 29.825687913000081 ], [ 106.334172392000028, 29.825669011000059 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.334863419000044, 29.82446797100005 ], [ 106.334896570000083, 29.824488839000079 ], [ 106.335042660000056, 29.824539329000054 ], [ 106.335053593000055, 29.824541482000079 ], [ 106.335051981000063, 29.824539655000084 ], [ 106.33504933200004, 29.824505315000067 ], [ 106.335044423000056, 29.824465271000058 ], [ 106.334995646000039, 29.824419944000049 ], [ 106.334966978000082, 29.824404963000063 ], [ 106.334954534000076, 29.824402589000044 ], [ 106.334938448000059, 29.824399514000053 ], [ 106.334905659000071, 29.824403669000048 ], [ 106.334879490000048, 29.824411565000052 ], [ 106.334866658000067, 29.82443461400004 ], [ 106.334867065000026, 29.824465151000076 ], [ 106.334863419000044, 29.82446797100005 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.333061493000059, 29.829901185000033 ], [ 106.333057376000056, 29.829876230000082 ], [ 106.333041028000025, 29.829804785000071 ], [ 106.333012443000044, 29.829778219000048 ], [ 106.332963239000037, 29.829745149000061 ], [ 106.332916780000062, 29.829725477000064 ], [ 106.332907371000033, 29.829723295000068 ], [ 106.332713395000056, 29.829678297000036 ], [ 106.332615641000089, 29.82966138200004 ], [ 106.332533462000072, 29.829657735000069 ], [ 106.332446212000036, 29.829658615000085 ], [ 106.332379757000069, 29.829679426000038 ], [ 106.332356957000059, 29.829702034000036 ], [ 106.33232410100004, 29.829740407000077 ], [ 106.332311775000051, 29.829778575000034 ], [ 106.332322425000029, 29.829807560000063 ], [ 106.332343312000035, 29.829834203000075 ], [ 106.332366676000049, 29.82985410700007 ], [ 106.33241576100005, 29.829878228000037 ], [ 106.332550772000047, 29.829933084000064 ], [ 106.332556600000032, 29.829931569000045 ], [ 106.332660556000064, 29.829953697000068 ], [ 106.332727459000068, 29.829987785000075 ], [ 106.332759597000077, 29.830006 ], [ 106.332799738000077, 29.830026453000077 ], [ 106.332818742000029, 29.830056389000049 ], [ 106.332835518000081, 29.830118793000057 ], [ 106.332844108000074, 29.830165058000023 ], [ 106.332868702000042, 29.830215795000075 ], [ 106.332879080000055, 29.830241927000099 ], [ 106.332911864000039, 29.83018929300005 ], [ 106.332946062000076, 29.830125943000038 ], [ 106.332952275000025, 29.83009914500008 ], [ 106.332951718000061, 29.830057154000084 ], [ 106.332951338000044, 29.830028520000042 ], [ 106.332948791000035, 29.830001812000031 ], [ 106.332954877000077, 29.829965481000052 ], [ 106.332989380000086, 29.829925039000049 ], [ 106.333028485000057, 29.829901724000081 ], [ 106.333059133000063, 29.829901415000059 ], [ 106.333061493000059, 29.829901185000033 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.331629614000065, 29.828842901000076 ], [ 106.331626442000072, 29.828842095000081 ], [ 106.331467727000074, 29.828829635000098 ], [ 106.331309602000033, 29.828861690000057 ], [ 106.331197029000066, 29.828883912000041 ], [ 106.331122291000042, 29.828922155000047 ], [ 106.331103887000054, 29.828952800000085 ], [ 106.331085327000039, 29.82897173200007 ], [ 106.33106398700005, 29.828983663000091 ], [ 106.330924183000036, 29.829029590000061 ], [ 106.330834291000031, 29.829090246000071 ], [ 106.330832970000074, 29.829091610000035 ], [ 106.330926668000075, 29.829245003000032 ], [ 106.331039291000081, 29.82939093200007 ], [ 106.331161907000094, 29.829495399000052 ], [ 106.331231334000051, 29.829563635000056 ], [ 106.331311910000068, 29.829677718000077 ], [ 106.331386912000028, 29.829768877000049 ], [ 106.331456704000061, 29.829864684000089 ], [ 106.331672937000064, 29.830271527000033 ], [ 106.331716501000074, 29.830376790000059 ], [ 106.331867344000045, 29.83053415300008 ], [ 106.331992304000039, 29.830577793000092 ], [ 106.332082964000065, 29.830579604000039 ], [ 106.332136078000076, 29.830553372000043 ], [ 106.332140748000029, 29.830459120000054 ], [ 106.332089086000053, 29.830334289000071 ], [ 106.332040621000033, 29.830214877000056 ], [ 106.331979525000065, 29.830089686000065 ], [ 106.331850821000046, 29.829871594000064 ], [ 106.331757626000069, 29.82969580200006 ], [ 106.331743282000048, 29.829652431000056 ], [ 106.331679202000032, 29.829533857000058 ], [ 106.331635285000075, 29.829462767000056 ], [ 106.331606, 29.82931659200004 ], [ 106.331548152000053, 29.829078735000049 ], [ 106.331577776000074, 29.828955810000078 ], [ 106.331629614000065, 29.828842901000076 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.331826363000062, 29.828505748000058 ], [ 106.33182933300003, 29.828503098000056 ], [ 106.331832834000068, 29.828491927000073 ], [ 106.331817903000058, 29.828466625000079 ], [ 106.331793829000063, 29.828439824000036 ], [ 106.331773425000051, 29.828414577000043 ], [ 106.331754802000034, 29.828386130000073 ], [ 106.331747273000076, 29.828368707000042 ], [ 106.331729864000067, 29.828294115000052 ], [ 106.331674250000049, 29.828227861000073 ], [ 106.331568961000073, 29.828130293000068 ], [ 106.33148040600004, 29.828056417000088 ], [ 106.331353500000034, 29.827979747000086 ], [ 106.331288998000048, 29.827931082000077 ], [ 106.331255613000053, 29.827890057000047 ], [ 106.331236928000067, 29.827856839000056 ], [ 106.331216461000054, 29.827826820000034 ], [ 106.331199790000042, 29.827807898000056 ], [ 106.33118680900003, 29.827792121000066 ], [ 106.331164644000069, 29.827771663000071 ], [ 106.331126004000055, 29.827722063000067 ], [ 106.331073681000078, 29.827757110000057 ], [ 106.33091031500004, 29.827876160000073 ], [ 106.330816191000054, 29.827885913000031 ], [ 106.330759440000065, 29.827921706000044 ], [ 106.330729808000058, 29.827971901000069 ], [ 106.330713680000031, 29.82802489400007 ], [ 106.330738096000061, 29.828089220000027 ], [ 106.330768894000073, 29.828127066000029 ], [ 106.330819924000025, 29.828167643000082 ], [ 106.330881013000067, 29.828205183000087 ], [ 106.330935255000043, 29.82823398700009 ], [ 106.331070859000079, 29.828305998000069 ], [ 106.331209982000075, 29.828389713000039 ], [ 106.331325120000031, 29.828441384000087 ], [ 106.331450392000079, 29.828495887000081 ], [ 106.331568545000039, 29.828521112000089 ], [ 106.331656132000035, 29.828526099000044 ], [ 106.331770827000071, 29.828546514000038 ], [ 106.331780501000026, 29.828535407000054 ], [ 106.331798553000056, 29.82852090800009 ], [ 106.331813063000027, 29.828514398000038 ], [ 106.331822122000062, 29.828509534000091 ], [ 106.331826363000062, 29.828505748000058 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.330535064000074, 29.828204018000061 ], [ 106.330524119000074, 29.82819283300006 ], [ 106.330475242000034, 29.828154816000055 ], [ 106.330434898000092, 29.82812588000008 ], [ 106.330415535000043, 29.828093065000072 ], [ 106.330423534000033, 29.828061811000051 ], [ 106.330438012000059, 29.828043326000053 ], [ 106.330460900000048, 29.828024757000033 ], [ 106.33047313000003, 29.827995294000061 ], [ 106.330464377000055, 29.827969709000044 ], [ 106.330445135000048, 29.827946062000084 ], [ 106.330366454000057, 29.827880838000059 ], [ 106.33033882400008, 29.827859110000077 ], [ 106.330290044000037, 29.827828427000039 ], [ 106.330249822000042, 29.82780866000007 ], [ 106.330192849000071, 29.827794563000054 ], [ 106.330123332000028, 29.827786094000086 ], [ 106.330053839000072, 29.827779458000059 ], [ 106.33000738000004, 29.827765256000074 ], [ 106.32993982000005, 29.827745764000046 ], [ 106.329916664000052, 29.827744163000094 ], [ 106.329858050000041, 29.827764925000047 ], [ 106.32984557900005, 29.827776054000079 ], [ 106.32981097000004, 29.827862592000088 ], [ 106.329750167000043, 29.827957599000062 ], [ 106.329777145000037, 29.828015724000064 ], [ 106.32987468500005, 29.828216956000059 ], [ 106.329970886000069, 29.828317094000056 ], [ 106.33013511300004, 29.828379780000038 ], [ 106.330283469000051, 29.828438032000065 ], [ 106.33032976800007, 29.828455821000027 ], [ 106.330384133000052, 29.828421636000087 ], [ 106.330396654000026, 29.828414175000045 ], [ 106.330438422000043, 29.828391748000051 ], [ 106.330475933000059, 29.828365697000041 ], [ 106.330519535000064, 29.828323080000086 ], [ 106.330547907000039, 29.828242106000054 ], [ 106.330545440000037, 29.828214624000054 ], [ 106.330535064000074, 29.828204018000061 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.327999252000041, 29.818219216000045 ], [ 106.327966184000047, 29.818160481000067 ], [ 106.327988964000042, 29.818097397000095 ], [ 106.32805791800007, 29.817991533000054 ], [ 106.328161468000076, 29.81784149800006 ], [ 106.328199679000079, 29.817728591000048 ], [ 106.327715392000073, 29.817886714000046 ], [ 106.327788376000058, 29.818047897000046 ], [ 106.327874008000038, 29.818280992000044 ], [ 106.327999252000041, 29.818219216000045 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.32961502700006, 29.817578518000065 ], [ 106.329812399000048, 29.817470279000073 ], [ 106.329948295000065, 29.817395753000088 ], [ 106.33025172300006, 29.817113446000068 ], [ 106.330380075000051, 29.816935485000048 ], [ 106.330369844000074, 29.816656335000058 ], [ 106.330333927000027, 29.81641163900008 ], [ 106.330353001000049, 29.816371554000057 ], [ 106.330384919000039, 29.816314242000093 ], [ 106.330449662000035, 29.816267999000051 ], [ 106.330514553000057, 29.816233150000066 ], [ 106.33057268500005, 29.816181274000076 ], [ 106.330604828000048, 29.816141057000042 ], [ 106.330643658000042, 29.816112172000082 ], [ 106.33083810800008, 29.815990533000051 ], [ 106.33096703700005, 29.815929015000048 ], [ 106.33102666700006, 29.815814166000045 ], [ 106.331033158000025, 29.815796716000087 ], [ 106.330937393000056, 29.815827967000072 ], [ 106.330816918000053, 29.815868376000086 ], [ 106.330634711000073, 29.815929489000034 ], [ 106.330620743000054, 29.815935935000088 ], [ 106.330237560000057, 29.81611276000007 ], [ 106.330102760000059, 29.816210065000064 ], [ 106.330048723000061, 29.816283834000053 ], [ 106.330001611000057, 29.816443379000077 ], [ 106.330002580000041, 29.816516593000074 ], [ 106.330033986000046, 29.816589662000066 ], [ 106.330104157000051, 29.816752916000045 ], [ 106.330152751000071, 29.816924123000035 ], [ 106.330151962000059, 29.817083203000031 ], [ 106.330126975000042, 29.817164253000044 ], [ 106.330004322000036, 29.817304360000037 ], [ 106.329791786000044, 29.817435273000061 ], [ 106.329601987000046, 29.817533972000021 ], [ 106.329405651000059, 29.817576348000038 ], [ 106.329085878000058, 29.817626697000026 ], [ 106.328653316000043, 29.817724793000089 ], [ 106.32865092100009, 29.817725337000056 ], [ 106.328389228000049, 29.817788567000044 ], [ 106.328262598000038, 29.817847072000063 ], [ 106.32811077000008, 29.818043861000039 ], [ 106.327999252000041, 29.818219216000045 ], [ 106.32814140000005, 29.818149102000056 ], [ 106.328192999000066, 29.818097292000054 ], [ 106.328198856000029, 29.818045942000083 ], [ 106.328204561000064, 29.817983196000057 ], [ 106.328255633000026, 29.817891498000051 ], [ 106.328333445000055, 29.817845124000087 ], [ 106.328529032000063, 29.817808963000058 ], [ 106.328927266000051, 29.817776463000087 ], [ 106.329546017000041, 29.817616364000045 ], [ 106.32961502700006, 29.817578518000065 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.33124299800005, 29.822077068000052 ], [ 106.331249987000035, 29.822003549000044 ], [ 106.331238342000063, 29.821541486000061 ], [ 106.331134476000059, 29.821043945000046 ], [ 106.331059649000068, 29.820759670000086 ], [ 106.33099354400008, 29.820645087000063 ], [ 106.330933014000038, 29.820587450000055 ], [ 106.330778574000078, 29.820461982000044 ], [ 106.33029566700003, 29.820215897000075 ], [ 106.329956542000048, 29.820095386000045 ], [ 106.329706350000038, 29.819983273000041 ], [ 106.329559429000042, 29.819888709000058 ], [ 106.329265667000072, 29.819705777000081 ], [ 106.328928416000053, 29.819458221000037 ], [ 106.328647885000066, 29.819200798000058 ], [ 106.32844930400006, 29.818961140000045 ], [ 106.328301238000051, 29.818779839000054 ], [ 106.328199191000067, 29.818585682000041 ], [ 106.328172070000051, 29.818415557000041 ], [ 106.328120740000031, 29.818295245000058 ], [ 106.327999252000041, 29.818219216000045 ], [ 106.327874008000038, 29.818280992000044 ], [ 106.327899155000068, 29.818349441000066 ], [ 106.328194787000029, 29.818900568000068 ], [ 106.328482497000039, 29.819256209000063 ], [ 106.328768977000038, 29.819518735000084 ], [ 106.329173043000026, 29.819789391000086 ], [ 106.329767245000028, 29.820304915000058 ], [ 106.330081661000065, 29.820660283000056 ], [ 106.33039212500006, 29.821150713000065 ], [ 106.330397991000041, 29.82115997600004 ], [ 106.330694077000032, 29.821743685000055 ], [ 106.330848571000061, 29.822119288000064 ], [ 106.330863549000071, 29.822167166000039 ], [ 106.330892599000038, 29.822103658000056 ], [ 106.330918334000046, 29.822083242000073 ], [ 106.330955826000036, 29.822077825000068 ], [ 106.330984984000054, 29.822097689000088 ], [ 106.331017064000036, 29.822120042000048 ], [ 106.331066414000077, 29.822137180000087 ], [ 106.331129973000031, 29.822136540000084 ], [ 106.33118752200005, 29.822118323000041 ], [ 106.331227636000051, 29.822092723000075 ], [ 106.33124299800005, 29.822077068000052 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.331863407000071, 29.820240129000069 ], [ 106.331869462000043, 29.820235656000079 ], [ 106.331888863000074, 29.820223274000053 ], [ 106.331916454000066, 29.820196186000093 ], [ 106.331924628000081, 29.820180262000065 ], [ 106.331928416000039, 29.820149758000071 ], [ 106.331941339000025, 29.820070418000061 ], [ 106.331940241000041, 29.819987563000044 ], [ 106.331930120000038, 29.819962074000042 ], [ 106.331914410000081, 29.819936642000069 ], [ 106.331890349000048, 29.819913731000039 ], [ 106.331838244000039, 29.819883791000056 ], [ 106.331830719000038, 29.819881507000048 ], [ 106.331787731000077, 29.819868458000094 ], [ 106.331751401000076, 29.819868824000082 ], [ 106.331717930000096, 29.819874036000037 ], [ 106.331685872000037, 29.819880452000056 ], [ 106.331655246000025, 29.819889291000031 ], [ 106.331621806000044, 29.819896940000035 ], [ 106.331584144000033, 29.819902194000072 ], [ 106.331571729000075, 29.819914506000085 ], [ 106.331567844000062, 29.81993769900004 ], [ 106.331575348000058, 29.819976618000048 ], [ 106.331563514000038, 29.820032794000046 ], [ 106.331549751000068, 29.820048775000085 ], [ 106.331513582000071, 29.820061325000047 ], [ 106.331472947000066, 29.820053205000079 ], [ 106.331437626000081, 29.820024314000072 ], [ 106.331414849000055, 29.819992859000088 ], [ 106.331377518000068, 29.819917682000042 ], [ 106.331356041000049, 29.819878902000081 ], [ 106.331310988000041, 29.819853766000044 ], [ 106.331295618000084, 29.819853921000057 ], [ 106.331250953000051, 29.819858026000073 ], [ 106.331219169000065, 29.819885156000048 ], [ 106.331199913000034, 29.819908504000061 ], [ 106.331186505000062, 29.819951291000049 ], [ 106.331162129000063, 29.820010029000059 ], [ 106.331151338000041, 29.820039385000079 ], [ 106.331143373000032, 29.820071149000061 ], [ 106.331156467000028, 29.820110013000082 ], [ 106.331175019000057, 29.820139073000057 ], [ 106.33121191400005, 29.820181352000077 ], [ 106.33123048300007, 29.820211631000063 ], [ 106.33123220300007, 29.820235987000057 ], [ 106.33123247900005, 29.82025669900008 ], [ 106.331211938000081, 29.820288590000079 ], [ 106.33119679400005, 29.820305803000053 ], [ 106.331178822000027, 29.820320608000088 ], [ 106.331163581000055, 29.820330510000076 ], [ 106.331148339000038, 29.820340413000057 ], [ 106.331135957000072, 29.820355161000066 ], [ 106.33113049800005, 29.820364966000056 ], [ 106.331123214000058, 29.820383735000071 ], [ 106.33116990700006, 29.82042067500004 ], [ 106.331229459000042, 29.820473532000044 ], [ 106.331260242000042, 29.820575858000044 ], [ 106.331255593000037, 29.820595150000074 ], [ 106.331241307000028, 29.820627368000082 ], [ 106.331236010000069, 29.820637687000044 ], [ 106.331300289000069, 29.820698373000088 ], [ 106.331332197000066, 29.820715924000069 ], [ 106.331384601000082, 29.820733269000076 ], [ 106.331444306000051, 29.82073916700006 ], [ 106.331503970000043, 29.820741815000069 ], [ 106.33155804300003, 29.820744520000062 ], [ 106.331602757000041, 29.820744070000032 ], [ 106.331636378000042, 29.820750230000048 ], [ 106.331671907000043, 29.820759620000043 ], [ 106.331705766000027, 29.820783651000049 ], [ 106.331833760000052, 29.82102120900003 ], [ 106.331887479000045, 29.821137655000086 ], [ 106.331890246000057, 29.821205869000046 ], [ 106.331890806000047, 29.821248108000081 ], [ 106.331887598000037, 29.82128713600008 ], [ 106.331888092000042, 29.821324502000039 ], [ 106.331888286000037, 29.821339124000072 ], [ 106.331907326000078, 29.821369803000042 ], [ 106.332039617000078, 29.821474489000089 ], [ 106.332135347000076, 29.82152714200004 ], [ 106.332171887000072, 29.821542616000048 ], [ 106.332212458000072, 29.82154586300004 ], [ 106.332248821000064, 29.821547933000087 ], [ 106.332279530000051, 29.821545186000037 ], [ 106.332292042000077, 29.821540186000043 ], [ 106.332305757000029, 29.821520549000066 ], [ 106.332299812000031, 29.821493801000084 ], [ 106.332285547000026, 29.82147200900005 ], [ 106.332274224000059, 29.821461156000051 ], [ 106.332264265000049, 29.82144785100008 ], [ 106.332261308000056, 29.821435695000041 ], [ 106.332282122000038, 29.821424517000082 ], [ 106.33232823600008, 29.821424052000062 ], [ 106.332363120000039, 29.821420045000085 ], [ 106.332411897000043, 29.821409804000034 ], [ 106.332505260000062, 29.82138936400008 ], [ 106.332580022000059, 29.821336210000084 ], [ 106.332678182000066, 29.821256010000067 ], [ 106.33269183200008, 29.821231500000071 ], [ 106.332694319000041, 29.821208322000082 ], [ 106.332693980000045, 29.821182734000047 ], [ 106.332690813000056, 29.821154737000082 ], [ 106.332669465000038, 29.821125707000071 ], [ 106.332639878000066, 29.821107725000044 ], [ 106.332587903000046, 29.821087533000082 ], [ 106.332447879000028, 29.821067010000043 ], [ 106.332392147000064, 29.821079759000046 ], [ 106.332340558000055, 29.821088809000052 ], [ 106.332287524000037, 29.82109422000007 ], [ 106.332247002000031, 29.821094627000036 ], [ 106.332213433000049, 29.821092530000051 ], [ 106.332182531000058, 29.821080654000067 ], [ 106.332168347000049, 29.821064955000047 ], [ 106.332074378000073, 29.820934292000064 ], [ 106.331971121000038, 29.820735482000082 ], [ 106.331882095000026, 29.820556024000041 ], [ 106.331836872000054, 29.820412683000075 ], [ 106.331816244000038, 29.820332463000053 ], [ 106.331815824000046, 29.82030078300005 ], [ 106.331829328000026, 29.820265308000042 ], [ 106.331863407000071, 29.820240129000069 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.330847074000076, 29.819170506000027 ], [ 106.330811672000038, 29.819156448000058 ], [ 106.330793025000048, 29.819129522000072 ], [ 106.330792581000026, 29.819096033000051 ], [ 106.330804327000067, 29.819016167000079 ], [ 106.330834909000032, 29.81897758100007 ], [ 106.330931584000041, 29.818957468000068 ], [ 106.331119234000042, 29.818894267000079 ], [ 106.331131809000055, 29.81885845700009 ], [ 106.331129698000041, 29.818828576000044 ], [ 106.331134267000039, 29.818785166000058 ], [ 106.331151275000082, 29.818774528000048 ], [ 106.33118879500006, 29.818759197000084 ], [ 106.331224641000063, 29.818746875000045 ], [ 106.331274006000058, 29.81871946200004 ], [ 106.331313101000035, 29.818693649000071 ], [ 106.33135718300008, 29.818655823000089 ], [ 106.331385676000082, 29.818606193000047 ], [ 106.331379482000045, 29.81852700700005 ], [ 106.33135893900004, 29.818400118000067 ], [ 106.33127442600005, 29.818221881000056 ], [ 106.331263681000053, 29.818199219000064 ], [ 106.331122450000066, 29.818022706000075 ], [ 106.330902571000081, 29.817863434000056 ], [ 106.330693487000076, 29.817774793000069 ], [ 106.330681043000027, 29.817798275000087 ], [ 106.330597626000042, 29.817868799000056 ], [ 106.33056668100005, 29.817878789000069 ], [ 106.330495658000075, 29.817879506000054 ], [ 106.330478435000032, 29.817876953000059 ], [ 106.330531913000087, 29.817935274000039 ], [ 106.330637587000069, 29.818036799000076 ], [ 106.330689942000049, 29.818134992000054 ], [ 106.330685028000062, 29.818266666000049 ], [ 106.33062439400004, 29.818381480000088 ], [ 106.330585340000042, 29.818444644000063 ], [ 106.330602674000033, 29.818510498000084 ], [ 106.330604005000055, 29.818610983000042 ], [ 106.330590654000048, 29.818713754000036 ], [ 106.330566787000066, 29.818763175000068 ], [ 106.330504200000064, 29.818851474000045 ], [ 106.330429327000047, 29.818937760000033 ], [ 106.330252269000027, 29.819084945000046 ], [ 106.330137724000053, 29.819148247000037 ], [ 106.330101588000048, 29.819186961000078 ], [ 106.330083020000075, 29.819266264000071 ], [ 106.33010616200005, 29.819347285000049 ], [ 106.330163601000038, 29.819425823000067 ], [ 106.330173552000076, 29.819440879000076 ], [ 106.330329644000074, 29.819498376000077 ], [ 106.33038410100005, 29.819513598000054 ], [ 106.330464631000041, 29.819525053000064 ], [ 106.330524908000029, 29.819524446000059 ], [ 106.330549017000081, 29.819524203000071 ], [ 106.330595090000031, 29.819513224000033 ], [ 106.330627122000067, 29.819504141000031 ], [ 106.330672985000035, 29.819477396000082 ], [ 106.330704621000052, 29.819438528000035 ], [ 106.330726281000068, 29.819405017000069 ], [ 106.33075999600004, 29.819371384000082 ], [ 106.330787684000029, 29.819337814000036 ], [ 106.330805489000056, 29.819316606000079 ], [ 106.330831213000067, 29.819286559000091 ], [ 106.330843106000046, 29.819274173000057 ], [ 106.330848763000063, 29.819246080000084 ], [ 106.330848553000081, 29.819230311000069 ], [ 106.33085012100004, 29.819197004000046 ], [ 106.330847074000076, 29.819170506000027 ] ], [ [ 106.331072954000035, 29.81844566400008 ], [ 106.331101168000032, 29.818504392000079 ], [ 106.331116200000054, 29.818534545000038 ], [ 106.331139160000077, 29.818610870000036 ], [ 106.331156105000048, 29.818647384000087 ], [ 106.331156485000065, 29.818676088000075 ], [ 106.331140492000031, 29.818711338000067 ], [ 106.331122500000049, 29.818733848000068 ], [ 106.331076990000042, 29.818750256000037 ], [ 106.330979579000029, 29.818714554000053 ], [ 106.330957061000049, 29.818671717000083 ], [ 106.330952749000062, 29.818622318000056 ], [ 106.330952094000054, 29.818572881000076 ], [ 106.330951546000051, 29.81853141900006 ], [ 106.330951207000055, 29.818505904000062 ], [ 106.330958142000043, 29.818477124000079 ], [ 106.330988851000029, 29.818448107000059 ], [ 106.331017816000042, 29.818425485000045 ], [ 106.33103419000004, 29.818418940000079 ], [ 106.331072954000035, 29.81844566400008 ] ], [ [ 106.331253323000055, 29.818357989000049 ], [ 106.331292766000047, 29.818360456000043 ], [ 106.331307846000072, 29.818383215000033 ], [ 106.331314736000081, 29.818407487000059 ], [ 106.331303081000044, 29.818519295000041 ], [ 106.331278928000074, 29.818555336000088 ], [ 106.331241335000072, 29.818568603000067 ], [ 106.331210101000067, 29.818566054000087 ], [ 106.331173847000059, 29.818556395000083 ], [ 106.331153803000063, 29.818530822000056 ], [ 106.331153272000051, 29.818490734000086 ], [ 106.331166968000062, 29.818408976000054 ], [ 106.331182912000031, 29.818373018000052 ], [ 106.331208935000078, 29.81835414000005 ], [ 106.331253323000055, 29.818357989000049 ] ], [ [ 106.330855058000054, 29.817889308000076 ], [ 106.330925209000043, 29.817924082000051 ], [ 106.330954305000034, 29.817951234000081 ], [ 106.330979282000044, 29.817977234000068 ], [ 106.33098110800006, 29.818011820000031 ], [ 106.33096370100003, 29.818040634000059 ], [ 106.330928269000026, 29.81805173000004 ], [ 106.330807296000046, 29.818009992000043 ], [ 106.330750613000077, 29.817966412000093 ], [ 106.330742183000041, 29.817949791000039 ], [ 106.33074584600007, 29.817916343000036 ], [ 106.330764716000033, 29.817894673000062 ], [ 106.330790475000072, 29.817876515000076 ], [ 106.330855058000054, 29.817889308000076 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.328199679000079, 29.817728591000048 ], [ 106.328193165000073, 29.81757825000005 ], [ 106.328136155000038, 29.817447358000045 ], [ 106.327877465000029, 29.817265909000067 ], [ 106.327618421000068, 29.817116804000083 ], [ 106.327495471000077, 29.81695383900006 ], [ 106.32748771100006, 29.816904346000058 ], [ 106.327480115000071, 29.816867245000086 ], [ 106.327483253000025, 29.816844753000058 ], [ 106.327486606000036, 29.81682070700009 ], [ 106.32752172000005, 29.816789373000063 ], [ 106.327588724000066, 29.816751522000057 ], [ 106.327668352000046, 29.816724872000062 ], [ 106.32779256300006, 29.816681772000035 ], [ 106.327832991000037, 29.816654165000042 ], [ 106.32786619500007, 29.816624536000056 ], [ 106.327870357000052, 29.816576365000056 ], [ 106.327859958000033, 29.816515785000036 ], [ 106.327813486000039, 29.816449292000065 ], [ 106.327728682000043, 29.816387368000054 ], [ 106.32761036900007, 29.81633205900005 ], [ 106.327449173000048, 29.816300198000086 ], [ 106.327287617000096, 29.816280531000075 ], [ 106.327076731000048, 29.816249753000072 ], [ 106.32702103400004, 29.816224449000064 ], [ 106.326987152000072, 29.816204100000043 ], [ 106.326975155000071, 29.816193875000078 ], [ 106.326957020000066, 29.816168194000053 ], [ 106.326944794000042, 29.816140730000082 ], [ 106.326932681000073, 29.816121886000072 ], [ 106.326921727000069, 29.81604096000007 ], [ 106.326914725000051, 29.815959991000042 ], [ 106.326908294000077, 29.81592212400006 ], [ 106.326925723000045, 29.815894362000055 ], [ 106.32724068300007, 29.815686159000048 ], [ 106.327289844000063, 29.815642291000081 ], [ 106.327328264000073, 29.815592334000087 ], [ 106.327365948000079, 29.815486620000051 ], [ 106.327364025000065, 29.815341026000059 ], [ 106.327250630000037, 29.815094314000071 ], [ 106.327035282000054, 29.814929177000071 ], [ 106.326968149000038, 29.814896690000065 ], [ 106.326652692000039, 29.814744034000054 ], [ 106.326438410000037, 29.814659436000056 ], [ 106.326104286000032, 29.81437776100006 ], [ 106.32603107500006, 29.81421429400006 ], [ 106.326027671000077, 29.813956426000061 ], [ 106.326027108000062, 29.813913814000045 ], [ 106.325996196000062, 29.813725137000063 ], [ 106.325992334000034, 29.813716570000057 ], [ 106.32592666100004, 29.813570928000047 ], [ 106.325697518000027, 29.813436909000067 ], [ 106.325466132000031, 29.813402053000065 ], [ 106.325216535000038, 29.813333299000078 ], [ 106.324916023000071, 29.813175209000061 ], [ 106.324598404000028, 29.813066860000049 ], [ 106.324505393000038, 29.813018222000043 ], [ 106.324447863000046, 29.81296613000006 ], [ 106.324422467000034, 29.812926109000028 ], [ 106.324411075000057, 29.812870457000088 ], [ 106.324410423000074, 29.81282089300004 ], [ 106.32440968800006, 29.81276513400007 ], [ 106.324413035000077, 29.812480070000046 ], [ 106.324357018000057, 29.812273056000048 ], [ 106.324327498000059, 29.812189703000051 ], [ 106.324207865000062, 29.812008110000079 ], [ 106.323938227000042, 29.811766059000036 ], [ 106.323837827000034, 29.811695808000085 ], [ 106.323776788000046, 29.811646850000042 ], [ 106.323736938000081, 29.811588383000057 ], [ 106.323689657000045, 29.811505207000035 ], [ 106.323642214000074, 29.811409640000075 ], [ 106.323598609000044, 29.811335722000081 ], [ 106.323547899000062, 29.811261873000038 ], [ 106.323504662000062, 29.811215834000052 ], [ 106.32325527900008, 29.810893026000091 ], [ 106.323140060000071, 29.810776450000045 ], [ 106.323075592000066, 29.810736820000042 ], [ 106.323036150000064, 29.810709332000044 ], [ 106.323010959000044, 29.810684799000054 ], [ 106.322992750000026, 29.810650901000098 ], [ 106.322978052000053, 29.810613871000044 ], [ 106.322970010000063, 29.810542694000041 ], [ 106.323003656000026, 29.810399842000031 ], [ 106.323079395000036, 29.810216293000057 ], [ 106.32308295100006, 29.809946719000038 ], [ 106.323079761000031, 29.809704305000082 ], [ 106.323079566000047, 29.80968960600006 ], [ 106.323109415000033, 29.809528205000056 ], [ 106.323172742000054, 29.809481097000059 ], [ 106.32321491700003, 29.809446596000047 ], [ 106.323239578000027, 29.809430859000088 ], [ 106.323278326000036, 29.809405684000076 ], [ 106.32330294500008, 29.809386848000081 ], [ 106.323316705000082, 29.809352632000074 ], [ 106.323319522000077, 29.809296837000101 ], [ 106.323297068000045, 29.809210313000051 ], [ 106.323264325000025, 29.809151775000089 ], [ 106.323240532000057, 29.80910991900004 ], [ 106.323152757000059, 29.809186706000048 ], [ 106.323111936000032, 29.809196042000057 ], [ 106.323076095000047, 29.809194913000056 ], [ 106.32305733100003, 29.809195101000068 ], [ 106.323030040000049, 29.809195374000073 ], [ 106.322988963000057, 29.809185371000069 ], [ 106.322949358000074, 29.809157500000087 ], [ 106.322918322000078, 29.809132518000077 ], [ 106.322892225000032, 29.809094097000074 ], [ 106.322881697000071, 29.809071885000041 ], [ 106.322881404000043, 29.80904957100006 ], [ 106.322887932000071, 29.809027189000066 ], [ 106.322897874000034, 29.80900477300009 ], [ 106.322916460000044, 29.808991197000054 ], [ 106.322929970000075, 29.808980647000059 ], [ 106.322946734000027, 29.808958162000071 ], [ 106.322956537000039, 29.808925334000044 ], [ 106.322944030000031, 29.808882312000041 ], [ 106.322919640000066, 29.808843874000054 ], [ 106.322893445000034, 29.80879801500004 ], [ 106.322860293000076, 29.808741811000058 ], [ 106.322839255000076, 29.808698875000065 ], [ 106.322838902000058, 29.808672099000045 ], [ 106.322838712000078, 29.808657657000087 ], [ 106.322817726000039, 29.808683438000056 ], [ 106.32280640700003, 29.808710710000074 ], [ 106.322783903000072, 29.808775437000058 ], [ 106.322773075000043, 29.808840048000025 ], [ 106.322758086000078, 29.808884331000062 ], [ 106.322735492000064, 29.808942270000053 ], [ 106.322722075000058, 29.808974598000077 ], [ 106.322712854000045, 29.808996814000075 ], [ 106.322683011000038, 29.809095564000078 ], [ 106.322698440000067, 29.809380577000066 ], [ 106.322715300000027, 29.809774212000033 ], [ 106.322740397000075, 29.80990636000007 ], [ 106.322730239000066, 29.810021887000072 ], [ 106.322665990000075, 29.81016850900005 ], [ 106.322473870000067, 29.810655896000075 ], [ 106.322395974000074, 29.810850183000071 ], [ 106.322386548000054, 29.810922701000038 ], [ 106.322418760000062, 29.811003855000081 ], [ 106.322442844000079, 29.811059616000076 ], [ 106.322502210000039, 29.811052942000053 ], [ 106.322644333000028, 29.811048765000063 ], [ 106.322710674000064, 29.811048100000043 ], [ 106.32277077100008, 29.811053009000087 ], [ 106.322831010000073, 29.811068938000062 ], [ 106.32285973200004, 29.811090693000043 ], [ 106.322875709000073, 29.811104310000076 ], [ 106.322911149000049, 29.811156306000047 ], [ 106.322946696000031, 29.811216568000084 ], [ 106.322978977000048, 29.811268596000051 ], [ 106.323030393000067, 29.811334209000055 ], [ 106.323049711000067, 29.811361569000034 ], [ 106.323107445000062, 29.811427118000033 ], [ 106.323241397000061, 29.811522213000053 ], [ 106.323355778000064, 29.811570664000048 ], [ 106.323543327000039, 29.811656955000039 ], [ 106.323734290000061, 29.811762500000047 ], [ 106.323817408000082, 29.811836062000051 ], [ 106.323852956000053, 29.811896322000049 ], [ 106.323917881000057, 29.812027927000088 ], [ 106.32399791000006, 29.812346743000035 ], [ 106.324005899000042, 29.81247340800007 ], [ 106.324007423000069, 29.812589116000083 ], [ 106.324008585000058, 29.812677275000048 ], [ 106.324025506000055, 29.812762521000074 ], [ 106.324116612000068, 29.812962746000046 ], [ 106.324174494000033, 29.813039315000083 ], [ 106.324238513000068, 29.813102046000044 ], [ 106.324334086000079, 29.813161705000081 ], [ 106.324400829000069, 29.81319134500006 ], [ 106.324603450000041, 29.813222379000077 ], [ 106.324781090000045, 29.813275703000045 ], [ 106.325204130000031, 29.813489133000072 ], [ 106.325274322000041, 29.813540779000046 ], [ 106.325287249000041, 29.813562692000062 ], [ 106.325313504000064, 29.813636822000035 ], [ 106.325313976000075, 29.813672636000035 ], [ 106.325343281000073, 29.813738470000082 ], [ 106.325365722000086, 29.813763043000055 ], [ 106.325400837000075, 29.813790244000078 ], [ 106.325464529000044, 29.81382818000009 ], [ 106.325569691000055, 29.813896008000089 ], [ 106.32579697400007, 29.814119664000089 ], [ 106.325889937000056, 29.81422067800008 ], [ 106.32592868200004, 29.81428366200004 ], [ 106.325983334000057, 29.814354752000042 ], [ 106.326079893000042, 29.814488793000059 ], [ 106.326316764000069, 29.814720618000077 ], [ 106.326454719000026, 29.814879041000044 ], [ 106.32651071800008, 29.815052065000078 ], [ 106.326496667000072, 29.815184461000058 ], [ 106.326432191000038, 29.81530070000008 ], [ 106.326438698000061, 29.815313083000042 ], [ 106.32645559000008, 29.815379267000086 ], [ 106.326445469000078, 29.815522548000043 ], [ 106.326523352000052, 29.815961785000074 ], [ 106.326614348000078, 29.816180881000033 ], [ 106.326659224000025, 29.816243290000045 ], [ 106.326768167000068, 29.816305056000086 ], [ 106.326965339000026, 29.816376412000064 ], [ 106.327194594000048, 29.816450939000049 ], [ 106.327291248000051, 29.816491875000047 ], [ 106.327347953000071, 29.816540195000073 ], [ 106.327357022000058, 29.816620426000036 ], [ 106.327362300000061, 29.816735203000061 ], [ 106.327362640000047, 29.81674259600004 ], [ 106.327340553000056, 29.816889490000044 ], [ 106.327391749000071, 29.817073564000058 ], [ 106.327402218000032, 29.817111208000089 ], [ 106.327518643000076, 29.817435978000049 ], [ 106.327628868000033, 29.81769562400007 ], [ 106.327715392000073, 29.817886714000046 ], [ 106.328199679000079, 29.817728591000048 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.322442844000079, 29.811059616000076 ], [ 106.322461587000078, 29.811103009000075 ], [ 106.322541222000041, 29.811238006000053 ], [ 106.322752865000041, 29.811543688000086 ], [ 106.322932536000053, 29.811786318000085 ], [ 106.32323163500007, 29.812032279000043 ], [ 106.323315389000072, 29.81208575900008 ], [ 106.323357860000044, 29.81215775700008 ], [ 106.323358456000051, 29.81220301500008 ], [ 106.323343125000065, 29.812221276000063 ], [ 106.323324391000028, 29.812221462000082 ], [ 106.323383657000079, 29.812312475000052 ], [ 106.323608569000044, 29.812666429000039 ], [ 106.323712580000063, 29.812962224000053 ], [ 106.323948496000071, 29.813239238000047 ], [ 106.324377897000033, 29.813612094000064 ], [ 106.324741441000072, 29.813849412000085 ], [ 106.324813561000042, 29.813852181000073 ], [ 106.324865706000026, 29.81385864300006 ], [ 106.324880839000059, 29.813865053000089 ], [ 106.324885619000042, 29.813757169000038 ], [ 106.324927325000033, 29.813693974000046 ], [ 106.324985727000083, 29.813656293000065 ], [ 106.325018406000027, 29.813653112000054 ], [ 106.325100200000065, 29.813652291000032 ], [ 106.325139912000054, 29.813686135000072 ], [ 106.325241, 29.813907694000079 ], [ 106.32528861100009, 29.81404418500005 ], [ 106.325289551000026, 29.814115512000058 ], [ 106.32528323400004, 29.814132697000048 ], [ 106.325237843000082, 29.814164540000036 ], [ 106.325208623000037, 29.814181954000052 ], [ 106.325136601000054, 29.814209400000042 ], [ 106.325171216000058, 29.814250201000046 ], [ 106.325252036000052, 29.814305264000048 ], [ 106.325384677000045, 29.814342347000046 ], [ 106.325517965000074, 29.814428317000072 ], [ 106.32563835600007, 29.814520100000035 ], [ 106.325902271000075, 29.814721299000034 ], [ 106.326193702000069, 29.814955844000053 ], [ 106.326286950000053, 29.815042215000069 ], [ 106.326372972000058, 29.815188023000083 ], [ 106.326432191000038, 29.81530070000008 ], [ 106.326496667000072, 29.815184461000058 ], [ 106.32651071800008, 29.815052065000078 ], [ 106.326454719000026, 29.814879041000044 ], [ 106.326316764000069, 29.814720618000077 ], [ 106.326079893000042, 29.814488793000059 ], [ 106.325983334000057, 29.814354752000042 ], [ 106.32592868200004, 29.81428366200004 ], [ 106.325889937000056, 29.81422067800008 ], [ 106.32579697400007, 29.814119664000089 ], [ 106.325569691000055, 29.813896008000089 ], [ 106.325464529000044, 29.81382818000009 ], [ 106.325400837000075, 29.813790244000078 ], [ 106.325365722000086, 29.813763043000055 ], [ 106.325343281000073, 29.813738470000082 ], [ 106.325313976000075, 29.813672636000035 ], [ 106.325313504000064, 29.813636822000035 ], [ 106.325287249000041, 29.813562692000062 ], [ 106.325274322000041, 29.813540779000046 ], [ 106.325204130000031, 29.813489133000072 ], [ 106.324781090000045, 29.813275703000045 ], [ 106.324603450000041, 29.813222379000077 ], [ 106.324400829000069, 29.81319134500006 ], [ 106.324334086000079, 29.813161705000081 ], [ 106.324238513000068, 29.813102046000044 ], [ 106.324174494000033, 29.813039315000083 ], [ 106.324116612000068, 29.812962746000046 ], [ 106.324025506000055, 29.812762521000074 ], [ 106.324008585000058, 29.812677275000048 ], [ 106.324007423000069, 29.812589116000083 ], [ 106.324005899000042, 29.81247340800007 ], [ 106.32399791000006, 29.812346743000035 ], [ 106.323917881000057, 29.812027927000088 ], [ 106.323852956000053, 29.811896322000049 ], [ 106.323817408000082, 29.811836062000051 ], [ 106.323734290000061, 29.811762500000047 ], [ 106.323543327000039, 29.811656955000039 ], [ 106.323355778000064, 29.811570664000048 ], [ 106.323241397000061, 29.811522213000053 ], [ 106.323107445000062, 29.811427118000033 ], [ 106.323049711000067, 29.811361569000034 ], [ 106.323030393000067, 29.811334209000055 ], [ 106.322978977000048, 29.811268596000051 ], [ 106.322946696000031, 29.811216568000084 ], [ 106.322911149000049, 29.811156306000047 ], [ 106.322875709000073, 29.811104310000076 ], [ 106.32285973200004, 29.811090693000043 ], [ 106.322831010000073, 29.811068938000062 ], [ 106.32277077100008, 29.811053009000087 ], [ 106.322710674000064, 29.811048100000043 ], [ 106.322644333000028, 29.811048765000063 ], [ 106.322502210000039, 29.811052942000053 ], [ 106.322442844000079, 29.811059616000076 ] ], [ [ 106.323869693000063, 29.812256571000031 ], [ 106.323717575000046, 29.812256203000064 ], [ 106.323705235000034, 29.812070875000078 ], [ 106.32386587600007, 29.812060316000046 ], [ 106.323869693000063, 29.812256571000031 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.321557870000049, 29.813705816000034 ], [ 106.32158779100007, 29.813732593000051 ], [ 106.321617107000066, 29.813780252000075 ], [ 106.321634580000094, 29.813836368000068 ], [ 106.321632985000065, 29.813896845000045 ], [ 106.321621581000059, 29.813938657000051 ], [ 106.32160751300006, 29.813959646000058 ], [ 106.321570006000059, 29.814016312000021 ], [ 106.321542088000058, 29.81407496800005 ], [ 106.321535629000053, 29.814129239000067 ], [ 106.321535958000027, 29.814154254000073 ], [ 106.32154126000006, 29.814193813000077 ], [ 106.321587543000078, 29.814279514000088 ], [ 106.32160033200006, 29.814275654000085 ], [ 106.321813861000066, 29.814198051000059 ], [ 106.321862493000026, 29.814194419000049 ], [ 106.321941932000072, 29.814339843000081 ], [ 106.322020398000078, 29.814548167000058 ], [ 106.322026410000035, 29.814575416000078 ], [ 106.322126242000081, 29.814502164000093 ], [ 106.322154075000071, 29.814479237000054 ], [ 106.322160220000058, 29.814452754000058 ], [ 106.322159673000044, 29.814411238000051 ], [ 106.322159400000032, 29.814390480000046 ], [ 106.322161366000046, 29.814375362000071 ], [ 106.322193825000056, 29.814375037000048 ], [ 106.322226482000076, 29.81438980900009 ], [ 106.322274587000038, 29.814427075000076 ], [ 106.322311747000072, 29.814455011000067 ], [ 106.322322889000077, 29.814479435000067 ], [ 106.322344636000039, 29.814555611000063 ], [ 106.322354253000071, 29.814560276000062 ], [ 106.322410963000038, 29.814593680000087 ], [ 106.322441880000042, 29.814640553000064 ], [ 106.322455285000046, 29.814672503000043 ], [ 106.322458121000068, 29.81472343300004 ], [ 106.322456478000049, 29.814763082000063 ], [ 106.322454744000026, 29.814769852000033 ], [ 106.32269210100003, 29.814849742000039 ], [ 106.322858170000075, 29.814976861000048 ], [ 106.322990617000073, 29.815089738000044 ], [ 106.323041854000053, 29.815171839000069 ], [ 106.323042526000052, 29.815222858000077 ], [ 106.323040315000071, 29.815266618000067 ], [ 106.323021101000052, 29.815288679000044 ], [ 106.323004833000027, 29.815322859000045 ], [ 106.323005280000075, 29.815356873000042 ], [ 106.323028209000029, 29.815405241000065 ], [ 106.323066894000078, 29.815453121000068 ], [ 106.323090525000055, 29.815482371000087 ], [ 106.323099331000037, 29.815516300000077 ], [ 106.323113869000053, 29.815562323000041 ], [ 106.323117103000072, 29.815596307000071 ], [ 106.323117487000047, 29.815625461000085 ], [ 106.323103845000048, 29.815647465000044 ], [ 106.323065129000042, 29.815669723000042 ], [ 106.323040279000054, 29.815686980000059 ], [ 106.323029295000026, 29.815699240000068 ], [ 106.32301843700003, 29.815721217000089 ], [ 106.323002020000047, 29.81574406700009 ], [ 106.323041451000051, 29.815743672000057 ], [ 106.323252432000061, 29.815830437000049 ], [ 106.323284556000033, 29.815847815000037 ], [ 106.32335241800007, 29.815679555000091 ], [ 106.323393698000075, 29.815622948000055 ], [ 106.32343484900008, 29.81555656900008 ], [ 106.323476258000028, 29.815509734000038 ], [ 106.323526104000052, 29.815465258000071 ], [ 106.323564936000025, 29.815435550000071 ], [ 106.32358689800003, 29.815401125000047 ], [ 106.323583419000045, 29.815349853000043 ], [ 106.323548516000074, 29.815252475000079 ], [ 106.323491942000032, 29.815211507000058 ], [ 106.323426772000062, 29.815155966000084 ], [ 106.323344567000049, 29.815083494000071 ], [ 106.323196837000069, 29.814928608000059 ], [ 106.32316505700004, 29.814855631000054 ], [ 106.323045214000061, 29.814690692000056 ], [ 106.322871502000055, 29.814477431000057 ], [ 106.322803627000042, 29.814429247000074 ], [ 106.322735816000034, 29.814385949000041 ], [ 106.322698627000079, 29.814327684000091 ], [ 106.322603998000034, 29.814162494000072 ], [ 106.322467605000043, 29.81401726700005 ], [ 106.322425327000076, 29.813998144000042 ], [ 106.322366306000049, 29.813984076000047 ], [ 106.322282299000051, 29.813987360000056 ], [ 106.32223467700004, 29.813987837000081 ], [ 106.322206824000034, 29.814000331000045 ], [ 106.32216229200003, 29.814022766000054 ], [ 106.322142619000033, 29.814018076000075 ], [ 106.322142330000077, 29.813996090000039 ], [ 106.322155758000065, 29.813951978000034 ], [ 106.322185801000046, 29.813893041000089 ], [ 106.322218548000095, 29.813826746000085 ], [ 106.32223980100008, 29.81373857900007 ], [ 106.322212532000037, 29.813582487000083 ], [ 106.322118032000049, 29.813427068000067 ], [ 106.322020168000051, 29.813342568000049 ], [ 106.321962497000072, 29.813320211000072 ], [ 106.321895291000033, 29.813300034000065 ], [ 106.321821188000058, 29.813300776000062 ], [ 106.321763844000031, 29.81330343500008 ], [ 106.321661275000054, 29.813321140000085 ], [ 106.321587554000075, 29.813351065000063 ], [ 106.321542520000037, 29.813380704000057 ], [ 106.32151919100005, 29.813424719000071 ], [ 106.321498253000073, 29.813468711000041 ], [ 106.321489213000064, 29.813508414000069 ], [ 106.321487644000058, 29.813570975000058 ], [ 106.321502617000078, 29.813618777000045 ], [ 106.321536723000065, 29.813684152000064 ], [ 106.321539406000056, 29.813689295000081 ], [ 106.321557870000049, 29.813705816000034 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.323066894000078, 29.815453121000068 ], [ 106.323028209000029, 29.815405241000065 ], [ 106.323005280000075, 29.815356873000042 ], [ 106.323004833000027, 29.815322859000045 ], [ 106.323021101000052, 29.815288679000044 ], [ 106.323040315000071, 29.815266618000067 ], [ 106.323042526000052, 29.815222858000077 ], [ 106.323041854000053, 29.815171839000069 ], [ 106.322990617000073, 29.815089738000044 ], [ 106.322858170000075, 29.814976861000048 ], [ 106.32269210100003, 29.814849742000039 ], [ 106.322454744000026, 29.814769852000033 ], [ 106.322448244000043, 29.814795249000042 ], [ 106.322431255000026, 29.814819954000093 ], [ 106.322398994000025, 29.814835375000079 ], [ 106.322360067000034, 29.814837651000062 ], [ 106.322309924000081, 29.814809844000067 ], [ 106.322289511000079, 29.814765382000076 ], [ 106.322254372000032, 29.814835366000072 ], [ 106.322266837000029, 29.814893882000032 ], [ 106.322308400000068, 29.814941907000044 ], [ 106.322372304000055, 29.815007692000048 ], [ 106.322384009000075, 29.814995945000085 ], [ 106.322401242000069, 29.814974774000056 ], [ 106.322425143000046, 29.814961167000032 ], [ 106.322449080000069, 29.814949471000091 ], [ 106.32248639200003, 29.814956739000081 ], [ 106.322517312000073, 29.81497742800007 ], [ 106.32254617600006, 29.815007689000087 ], [ 106.322563937000041, 29.815026607000043 ], [ 106.322594892000041, 29.815049207000072 ], [ 106.322617027000035, 29.815068072000091 ], [ 106.322634850000043, 29.815090805000064 ], [ 106.322650442000054, 29.815111655000063 ], [ 106.322654979000049, 29.815123067000062 ], [ 106.322653038000055, 29.815142171000041 ], [ 106.322640079000053, 29.815155669000038 ], [ 106.322618435000038, 29.815174980000045 ], [ 106.322601277000047, 29.815201879000092 ], [ 106.322597431000077, 29.815242011000063 ], [ 106.322597882000025, 29.815276373000067 ], [ 106.322602710000069, 29.81531069000005 ], [ 106.322662897000043, 29.815392189000075 ], [ 106.322713896000039, 29.815441314000054 ], [ 106.322841446000041, 29.815483948000072 ], [ 106.322913889000063, 29.815498500000047 ], [ 106.322910952000029, 29.815506494000097 ], [ 106.322966628000074, 29.815513244000044 ], [ 106.322997247000046, 29.815511024000045 ], [ 106.323023290000037, 29.815493581000052 ], [ 106.32304707600008, 29.815470432000041 ], [ 106.32306438300003, 29.815454988000049 ], [ 106.323066894000078, 29.815453121000068 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.327715392000073, 29.817886714000046 ], [ 106.327628868000033, 29.81769562400007 ], [ 106.327518643000076, 29.817435978000049 ], [ 106.327402218000032, 29.817111208000089 ], [ 106.327391749000071, 29.817073564000058 ], [ 106.32724539600008, 29.817045243000063 ], [ 106.327143862000071, 29.817021046000029 ], [ 106.327110916000038, 29.816989856000077 ], [ 106.327092220000054, 29.816942760000078 ], [ 106.327091346000032, 29.816876573000059 ], [ 106.327094294000062, 29.816826109000093 ], [ 106.327111742000056, 29.816778651000053 ], [ 106.327125740000042, 29.816743836000057 ], [ 106.327190174000066, 29.81669590600006 ], [ 106.327291582000043, 29.816710649000079 ], [ 106.327362300000061, 29.816735203000061 ], [ 106.327357022000058, 29.816620426000036 ], [ 106.327347953000071, 29.816540195000073 ], [ 106.327291248000051, 29.816491875000047 ], [ 106.327194594000048, 29.816450939000049 ], [ 106.326965339000026, 29.816376412000064 ], [ 106.326768167000068, 29.816305056000086 ], [ 106.326659224000025, 29.816243290000045 ], [ 106.326614348000078, 29.816180881000033 ], [ 106.326523352000052, 29.815961785000074 ], [ 106.326445469000078, 29.815522548000043 ], [ 106.32645559000008, 29.815379267000086 ], [ 106.326438698000061, 29.815313083000042 ], [ 106.326432191000038, 29.81530070000008 ], [ 106.326372972000058, 29.815188023000083 ], [ 106.326286950000053, 29.815042215000069 ], [ 106.326193702000069, 29.814955844000053 ], [ 106.325902271000075, 29.814721299000034 ], [ 106.32563835600007, 29.814520100000035 ], [ 106.325517965000074, 29.814428317000072 ], [ 106.325384677000045, 29.814342347000046 ], [ 106.325252036000052, 29.814305264000048 ], [ 106.325171216000058, 29.814250201000046 ], [ 106.325136601000054, 29.814209400000042 ], [ 106.325118334000081, 29.814187870000062 ], [ 106.325085472000069, 29.814125340000096 ], [ 106.325068536000074, 29.814055665000062 ], [ 106.325039447000051, 29.813975637000055 ], [ 106.325018966000073, 29.813940919000053 ], [ 106.32494624800006, 29.813892758000062 ], [ 106.324880839000059, 29.813865053000089 ], [ 106.324865706000026, 29.81385864300006 ], [ 106.324813561000042, 29.813852181000073 ], [ 106.324741441000072, 29.813849412000085 ], [ 106.324377897000033, 29.813612094000064 ], [ 106.323948496000071, 29.813239238000047 ], [ 106.323712580000063, 29.812962224000053 ], [ 106.323608569000044, 29.812666429000039 ], [ 106.323383657000079, 29.812312475000052 ], [ 106.323324391000028, 29.812221462000082 ], [ 106.323249708000048, 29.812222210000073 ], [ 106.32319220200003, 29.812191101000064 ], [ 106.323113579000051, 29.812133044000063 ], [ 106.322893222000062, 29.811954192000094 ], [ 106.322504885000058, 29.811632172000092 ], [ 106.321996351000053, 29.81124798500008 ], [ 106.321849846000077, 29.811158921000072 ], [ 106.321770748000063, 29.811064656000038 ], [ 106.321753571000045, 29.810942613000051 ], [ 106.321750297000051, 29.810693690000043 ], [ 106.321892801000047, 29.810197563000084 ], [ 106.321843253000054, 29.810252861000038 ], [ 106.321641493000072, 29.81045662800005 ], [ 106.321606830000064, 29.810527936000089 ], [ 106.321616057000043, 29.810533432000053 ], [ 106.321665940000059, 29.810582479000054 ], [ 106.321689444000086, 29.810641699000083 ], [ 106.321686135000064, 29.81067806500004 ], [ 106.321663847000082, 29.810711320000049 ], [ 106.321653008000055, 29.810751064000044 ], [ 106.321649567000065, 29.810777523000066 ], [ 106.321642732000043, 29.81083374300005 ], [ 106.321643427000026, 29.810886586000045 ], [ 106.321652217000064, 29.810978984000087 ], [ 106.321684338000068, 29.811117390000053 ], [ 106.321765735000042, 29.811258607000081 ], [ 106.321796858000042, 29.811321054000079 ], [ 106.321843041000079, 29.811376744000089 ], [ 106.321946423000043, 29.811461589000089 ], [ 106.322176171000081, 29.811650868000072 ], [ 106.322314463000055, 29.811798122000088 ], [ 106.322565233000034, 29.812145736000041 ], [ 106.32265189900005, 29.812399204000087 ], [ 106.322710880000045, 29.812563766000036 ], [ 106.322830715000066, 29.81274753800006 ], [ 106.323061902000063, 29.81304580100004 ], [ 106.323373796000055, 29.81343243800006 ], [ 106.323881320000055, 29.814005389000044 ], [ 106.324108682000031, 29.814300385000085 ], [ 106.324585917000036, 29.814873636000073 ], [ 106.324828345000071, 29.815161874000069 ], [ 106.325156926000034, 29.815663946000079 ], [ 106.325316430000044, 29.81598274300007 ], [ 106.325472055000034, 29.816303333000057 ], [ 106.325580065000054, 29.816442526000063 ], [ 106.325850929000069, 29.816875810000052 ], [ 106.32602580300005, 29.817210967000044 ], [ 106.326198676000047, 29.817394202000052 ], [ 106.326522351000051, 29.817810441000059 ], [ 106.326791695000068, 29.818128132000083 ], [ 106.326883403000068, 29.818246392000045 ], [ 106.32709361600007, 29.818116969000069 ], [ 106.327676985000039, 29.817899255000047 ], [ 106.327715392000073, 29.817886714000046 ] ], [ [ 106.326319020000028, 29.815412089000059 ], [ 106.326341548000073, 29.815434027000023 ], [ 106.326354620000075, 29.815461600000052 ], [ 106.326380654000047, 29.815508437000059 ], [ 106.326382666000029, 29.81566079200006 ], [ 106.326383837000037, 29.815749436000093 ], [ 106.32637799500003, 29.815788281000035 ], [ 106.326343454000039, 29.815819103000084 ], [ 106.326318078000043, 29.81582212800004 ], [ 106.326244942000073, 29.815817321000047 ], [ 106.326174764000029, 29.815795862000066 ], [ 106.326139383000054, 29.81576297100009 ], [ 106.326129341000069, 29.815724286000098 ], [ 106.326139525000031, 29.815533021000075 ], [ 106.326170195000032, 29.815449600000079 ], [ 106.32620477100005, 29.815421547000085 ], [ 106.326242672000035, 29.815404544000046 ], [ 106.326274437000066, 29.815404225000062 ], [ 106.326319020000028, 29.815412089000059 ] ], [ [ 106.326261241000054, 29.815051652000072 ], [ 106.32626195000006, 29.815105337000034 ], [ 106.326262356000043, 29.815136014000075 ], [ 106.326253966000081, 29.815166779000037 ], [ 106.326228391000043, 29.815228398000041 ], [ 106.326211510000064, 29.815282259000071 ], [ 106.326185734000035, 29.815328540000046 ], [ 106.326159957000087, 29.815374820000056 ], [ 106.326107290000039, 29.815383019000084 ], [ 106.326063317000035, 29.815383460000085 ], [ 106.326010447000044, 29.815376321000091 ], [ 106.325992352000071, 29.815338151000049 ], [ 106.325991947000034, 29.815307474000058 ], [ 106.325991341000076, 29.815261458000069 ], [ 106.325990835000027, 29.815223112000073 ], [ 106.32599902100003, 29.81517700800002 ], [ 106.32601580100004, 29.81511547800006 ], [ 106.326076554000053, 29.815053506000083 ], [ 106.326111428000047, 29.815030145000037 ], [ 106.326146607000055, 29.815029792000075 ], [ 106.326190580000059, 29.815029351000071 ], [ 106.326225759000067, 29.815028998000056 ], [ 106.326261241000054, 29.815051652000072 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.325234347000048, 29.818184148000054 ], [ 106.32518166400007, 29.818170483000078 ], [ 106.325144527000077, 29.818170856000052 ], [ 106.325056068000038, 29.818191536000082 ], [ 106.324972187000071, 29.81824635900006 ], [ 106.324917405000065, 29.818317085000039 ], [ 106.324909720000051, 29.818333233000082 ], [ 106.324905358000095, 29.818342397000045 ], [ 106.324893453000072, 29.818378505000059 ], [ 106.324891865000041, 29.818414509000032 ], [ 106.324885983000058, 29.818437960000043 ], [ 106.324882450000075, 29.818482980000052 ], [ 106.324868482000056, 29.818519108000089 ], [ 106.324862696000025, 29.818549756000046 ], [ 106.324850625000067, 29.818573269000073 ], [ 106.324834309000039, 29.818587828000087 ], [ 106.324811637000053, 29.818589854000042 ], [ 106.324788965000039, 29.818591881000089 ], [ 106.324784862000058, 29.818593722000045 ], [ 106.32477665600004, 29.818597403000076 ], [ 106.324768498000026, 29.818604682000061 ], [ 106.324752562000072, 29.818648028000034 ], [ 106.324660397000059, 29.818813760000072 ], [ 106.324677364000081, 29.818820280000068 ], [ 106.324740055000063, 29.818886394000053 ], [ 106.324755698000047, 29.818918673000038 ], [ 106.32481533300006, 29.818857615000066 ], [ 106.324838457000055, 29.818830769000041 ], [ 106.324878122000044, 29.818811945000043 ], [ 106.324969594000038, 29.81880488600007 ], [ 106.325014089000049, 29.818796250000045 ], [ 106.325063279000062, 29.818787568000062 ], [ 106.325107530000025, 29.818760509000072 ], [ 106.325133056000027, 29.818737732000045 ], [ 106.325160389000075, 29.818673991000086 ], [ 106.325160495000034, 29.818504063000034 ], [ 106.325154315000077, 29.818391523000059 ], [ 106.325169695000056, 29.818311524000084 ], [ 106.325182807000033, 29.81823768900006 ], [ 106.325201182000058, 29.818206795000044 ], [ 106.325234347000048, 29.818184148000054 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.323822289000077, 29.819210938000086 ], [ 106.323784850000038, 29.819138476000042 ], [ 106.32373468600008, 29.81900191200009 ], [ 106.32368486300004, 29.819009918000067 ], [ 106.323632219000046, 29.819036115000074 ], [ 106.323591349000026, 29.819062195000058 ], [ 106.323526966000031, 29.819091077000053 ], [ 106.323479872000064, 29.819091549000067 ], [ 106.323429766000075, 29.819086917000035 ], [ 106.323361933000058, 29.819077328000041 ], [ 106.323303064000072, 29.819077919000058 ], [ 106.323253129000079, 29.819086119000072 ], [ 106.323215168000047, 29.819109602000083 ], [ 106.323200856000028, 29.819140549000061 ], [ 106.323186647000057, 29.819179197000047 ], [ 106.323189895000041, 29.819202267000037 ], [ 106.323207927000055, 29.81923032300006 ], [ 106.323249641000075, 29.819268410000063 ], [ 106.323300085000028, 29.819298709000069 ], [ 106.323547941000072, 29.819342432000038 ], [ 106.323661014000038, 29.819366672000058 ], [ 106.323787941000049, 29.819256749000086 ], [ 106.323822289000077, 29.819210938000086 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.301030065000091, 29.785800350000038 ], [ 106.30117126500005, 29.785712336000078 ], [ 106.301244756000074, 29.785668546000064 ], [ 106.301241379000032, 29.785667216000046 ], [ 106.301228319000074, 29.78560666300006 ], [ 106.301205784000047, 29.785446258000036 ], [ 106.301155024000082, 29.785318257000085 ], [ 106.301145169000051, 29.785305854000061 ], [ 106.30105934900007, 29.785197836000066 ], [ 106.300902626000038, 29.785103003000074 ], [ 106.300761992000048, 29.784986594000088 ], [ 106.30065799700003, 29.784855546000081 ], [ 106.300616528000035, 29.784813120000081 ], [ 106.300603238000065, 29.784734723000042 ], [ 106.300600134000035, 29.784643138000035 ], [ 106.300587158000042, 29.784645070000064 ], [ 106.300511615000076, 29.784655594000071 ], [ 106.300450086000069, 29.784665978000078 ], [ 106.30038292100005, 29.78467397300005 ], [ 106.300326871000038, 29.784674525000071 ], [ 106.300192350000032, 29.784675848000074 ], [ 106.300100215000043, 29.784703649000047 ], [ 106.300031772000068, 29.784721663000091 ], [ 106.299994067000057, 29.784731587000064 ], [ 106.299918968000043, 29.78477633500006 ], [ 106.299871925000048, 29.784823251000034 ], [ 106.299831467000047, 29.784945896000067 ], [ 106.299810659000059, 29.785070794000035 ], [ 106.299789375000046, 29.78515902100008 ], [ 106.299790385000051, 29.785237250000073 ], [ 106.299772411000049, 29.785364564000073 ], [ 106.299772569000027, 29.785376788000065 ], [ 106.29984649000005, 29.785407920000072 ], [ 106.29990526000006, 29.785456036000081 ], [ 106.299952428000054, 29.785506294000069 ], [ 106.299961556000028, 29.785597189000047 ], [ 106.299942817000044, 29.785683996000046 ], [ 106.299973425000076, 29.785747220000076 ], [ 106.300040031000037, 29.785778327000063 ], [ 106.300131847000046, 29.785819009000072 ], [ 106.300200723000046, 29.785849621000068 ], [ 106.300256816000058, 29.785900271000052 ], [ 106.30026876200003, 29.785925439000039 ], [ 106.300305692000052, 29.786003250000086 ], [ 106.300357670000039, 29.786023525000083 ], [ 106.300407503000045, 29.78603747100005 ], [ 106.300506723000069, 29.786030722000078 ], [ 106.300619069000049, 29.786015179000064 ], [ 106.300717727000062, 29.78596512200005 ], [ 106.300895298000057, 29.785873863000063 ], [ 106.301030065000091, 29.785800350000038 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.299461157000053, 29.783081073000059 ], [ 106.299413494000078, 29.783036361000079 ], [ 106.299376396000071, 29.783013792000084 ], [ 106.299328960000025, 29.783005085000074 ], [ 106.299281583000038, 29.783000963000067 ], [ 106.29922392800006, 29.783015290000044 ], [ 106.299145599000042, 29.783057341000067 ], [ 106.299093142000061, 29.783067030000044 ], [ 106.299045825000064, 29.783067495000068 ], [ 106.29900884500006, 29.783054098000033 ], [ 106.298892528000067, 29.783004786000038 ], [ 106.298770599000079, 29.782928008000049 ], [ 106.29857559800007, 29.78289323000007 ], [ 106.298522964000028, 29.782889160000071 ], [ 106.298333401000036, 29.782970144000046 ], [ 106.298254583000073, 29.782974358000043 ], [ 106.298210986000086, 29.782957585000077 ], [ 106.298178999000072, 29.782923498000056 ], [ 106.298174566000057, 29.782885701000058 ], [ 106.298173767000037, 29.782823787000041 ], [ 106.298366573000067, 29.78248476400006 ], [ 106.298365508000074, 29.782402212000076 ], [ 106.298360499000069, 29.782319700000077 ], [ 106.298331876000077, 29.782240858000076 ], [ 106.298131038000065, 29.781957301000087 ], [ 106.297931533000053, 29.781776935000032 ], [ 106.297792371000071, 29.781688858000049 ], [ 106.297673324000073, 29.781631545000032 ], [ 106.297594374000028, 29.781625440000084 ], [ 106.297519455000042, 29.781626175000039 ], [ 106.297479847000048, 29.781612803000083 ], [ 106.297459600000082, 29.781571721000031 ], [ 106.297558792000075, 29.781312741000072 ], [ 106.297593039000049, 29.781216081000082 ], [ 106.297592418000079, 29.781167925000084 ], [ 106.297575491000032, 29.781078649000051 ], [ 106.297570572000041, 29.781003015000071 ], [ 106.297514172000035, 29.780910686000091 ], [ 106.297364908000077, 29.780650703000049 ], [ 106.297173071000046, 29.780453059000081 ], [ 106.297033336000027, 29.780320266000047 ], [ 106.296898208000073, 29.780239030000075 ], [ 106.296735924000075, 29.780192459000091 ], [ 106.296611421000094, 29.780170461000061 ], [ 106.29624868500008, 29.780328821000069 ], [ 106.296094251000056, 29.78040984200004 ], [ 106.296112506000043, 29.780472060000072 ], [ 106.296139311000047, 29.780639503000092 ], [ 106.296159912000064, 29.780708103000048 ], [ 106.296185442000095, 29.780776654000075 ], [ 106.296350475000054, 29.780959942000038 ], [ 106.296534725000072, 29.781104340000063 ], [ 106.296659275000081, 29.781206321000067 ], [ 106.296704410000075, 29.781266080000076 ], [ 106.296745005000048, 29.781355985000058 ], [ 106.29674622400006, 29.781450576000051 ], [ 106.296713606000026, 29.781597100000059 ], [ 106.296714382000062, 29.781657294000073 ], [ 106.296739580000065, 29.781700048000062 ], [ 106.296813956000051, 29.781733720000091 ], [ 106.296917517000054, 29.781737004000036 ], [ 106.296966972000078, 29.781749419000047 ], [ 106.296991949000073, 29.781774975000079 ], [ 106.29699239200005, 29.781809372000062 ], [ 106.296968302000039, 29.781852609000055 ], [ 106.296894425000062, 29.781857634000048 ], [ 106.296796125000071, 29.781880099000027 ], [ 106.296757359000026, 29.781932081000036 ], [ 106.296738531000074, 29.782001067000067 ], [ 106.296705192000047, 29.782091697000052 ], [ 106.296814736000044, 29.782176625000083 ], [ 106.297018262000051, 29.782286432000035 ], [ 106.297167402000071, 29.782383871000039 ], [ 106.297311837000052, 29.782498558000039 ], [ 106.297462309000025, 29.782699187000041 ], [ 106.297582488000046, 29.782844212000029 ], [ 106.29769314300006, 29.78301513100007 ], [ 106.297798424000064, 29.783151701000069 ], [ 106.29792801800005, 29.783262233000073 ], [ 106.298018015000025, 29.783360252000076 ], [ 106.29809782100007, 29.783432570000063 ], [ 106.298113329000046, 29.78348832000006 ], [ 106.29810884300008, 29.78352276600009 ], [ 106.298171951000029, 29.783609698000078 ], [ 106.298180999000067, 29.783624292000066 ], [ 106.298288399000057, 29.783548960000076 ], [ 106.298497202000078, 29.783466536000045 ], [ 106.298624059000076, 29.783380453000067 ], [ 106.298745912000072, 29.783303349000043 ], [ 106.298868342000048, 29.783270890000047 ], [ 106.299168923000082, 29.783160774000073 ], [ 106.299449493000054, 29.783086574000041 ], [ 106.299461157000053, 29.783081073000059 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.298522964000028, 29.782889160000071 ], [ 106.298678763000055, 29.782827583000095 ], [ 106.298861060000036, 29.782806371000049 ], [ 106.299096985000062, 29.782800168000048 ], [ 106.299252868000067, 29.782802521000061 ], [ 106.299502902000029, 29.782854445000055 ], [ 106.299708666000072, 29.782926226000086 ], [ 106.299788198000044, 29.782968520000047 ], [ 106.299821553000072, 29.782962358000074 ], [ 106.300056290000043, 29.782906469000071 ], [ 106.300208793000081, 29.782824597000058 ], [ 106.300391484000045, 29.782702242000088 ], [ 106.300629837000031, 29.782530222000041 ], [ 106.300802119000025, 29.78239457400008 ], [ 106.300948059000063, 29.782201137000072 ], [ 106.301110602000051, 29.782005304000045 ], [ 106.301166967000029, 29.781910982000056 ], [ 106.301227386000051, 29.781833364000082 ], [ 106.301284660000078, 29.781809358000089 ], [ 106.301326825000046, 29.781803125000064 ], [ 106.301316923000059, 29.781795736000046 ], [ 106.301234697000041, 29.781740411000044 ], [ 106.301135412000079, 29.781692739000039 ], [ 106.301002004000054, 29.78166037100004 ], [ 106.300821995000035, 29.781673369000078 ], [ 106.30064922300005, 29.781697820000083 ], [ 106.300714963000075, 29.78176057000007 ], [ 106.300738754000065, 29.781852356000051 ], [ 106.300747733000037, 29.781964008000042 ], [ 106.300737920000074, 29.782079131000049 ], [ 106.30068620000003, 29.782158516000031 ], [ 106.300604728000053, 29.782267771000079 ], [ 106.300533877000078, 29.78232433800008 ], [ 106.300425398000073, 29.782384561000068 ], [ 106.300339012000052, 29.78240513000009 ], [ 106.300276549000046, 29.782405551000068 ], [ 106.300258818000032, 29.782577053000068 ], [ 106.300221517000068, 29.782678460000056 ], [ 106.300158435000085, 29.782776381000073 ], [ 106.300077563000059, 29.782825825000089 ], [ 106.300021944000036, 29.782837599000054 ], [ 106.299949023000067, 29.782838316000046 ], [ 106.299905839000076, 29.782816287000063 ], [ 106.299831999000048, 29.78274591000007 ], [ 106.299680321000039, 29.782627649000062 ], [ 106.299524547000033, 29.782524396000042 ], [ 106.299343472000032, 29.782455074000044 ], [ 106.299188568000034, 29.782419172000061 ], [ 106.299094249000063, 29.782423841000082 ], [ 106.299015667000049, 29.782449334000042 ], [ 106.298822630000075, 29.782571063000031 ], [ 106.298708876000035, 29.782627104000078 ], [ 106.298634477000078, 29.782627834000046 ], [ 106.298593899000025, 29.782588289000049 ], [ 106.298524256000064, 29.782514079000059 ], [ 106.298523032000048, 29.78241922300009 ], [ 106.298573572000066, 29.782343830000055 ], [ 106.298697675000028, 29.782202808000072 ], [ 106.298740894000048, 29.782177056000084 ], [ 106.298885119000033, 29.782091120000075 ], [ 106.298981702000049, 29.78203524800006 ], [ 106.299089666000043, 29.781974271000077 ], [ 106.299030564000077, 29.781918254000065 ], [ 106.299008747000073, 29.781869191000059 ], [ 106.299032942000053, 29.781828916000055 ], [ 106.299134004000052, 29.781726288000069 ], [ 106.299182868000059, 29.781682690000082 ], [ 106.299239152000041, 29.781666738000077 ], [ 106.299268935000043, 29.781672929000074 ], [ 106.299285266000027, 29.781607859000079 ], [ 106.299375545000032, 29.781507112000035 ], [ 106.299675384000068, 29.781234542000039 ], [ 106.299970736000034, 29.78103054800005 ], [ 106.299976058000027, 29.781026872000034 ], [ 106.300117650000061, 29.780910641000055 ], [ 106.300173911000059, 29.780835194000076 ], [ 106.300195448000068, 29.780730128000073 ], [ 106.300183034000042, 29.780655354000082 ], [ 106.300107926000067, 29.780601170000072 ], [ 106.300021887000071, 29.780587037000089 ], [ 106.299930322000094, 29.780587936000071 ], [ 106.299684233000065, 29.780590356000062 ], [ 106.299558263000051, 29.780586602000085 ], [ 106.29945499300004, 29.78056764500008 ], [ 106.299362521000035, 29.780498651000077 ], [ 106.299188254000057, 29.780300642000039 ], [ 106.298972766000077, 29.780013166000057 ], [ 106.298862227000043, 29.779874448000037 ], [ 106.298759085000029, 29.779865474000072 ], [ 106.298690602000093, 29.779881126000085 ], [ 106.298611190000031, 29.779936830000057 ], [ 106.298437130000082, 29.780198175000066 ], [ 106.298410383000032, 29.780343235000093 ], [ 106.298452635000046, 29.780512583000075 ], [ 106.298626901000034, 29.780710592000048 ], [ 106.298799944000052, 29.780813746000032 ], [ 106.298970479000047, 29.78081934100004 ], [ 106.299009468000065, 29.780831277000061 ], [ 106.299031007000053, 29.780858784000088 ], [ 106.299049851000078, 29.780950995000072 ], [ 106.298998967000045, 29.781111646000053 ], [ 106.29896410200007, 29.781145867000074 ], [ 106.298922098000062, 29.781173998000046 ], [ 106.298858635000045, 29.781180781000039 ], [ 106.298845032000031, 29.781220953000059 ], [ 106.298835078000081, 29.781270328000065 ], [ 106.298835754000038, 29.781322679000084 ], [ 106.298787206000043, 29.781390912000067 ], [ 106.298703119000038, 29.781441017000073 ], [ 106.298646955000038, 29.781466207000054 ], [ 106.298569371000042, 29.781473129000062 ], [ 106.298498769000048, 29.78147382100008 ], [ 106.298442008000052, 29.781452820000084 ], [ 106.298367438000071, 29.781419674000048 ], [ 106.298310876000073, 29.781414071000079 ], [ 106.298254553000049, 29.781426942000053 ], [ 106.298198231000072, 29.781439815000059 ], [ 106.298134728000036, 29.781443518000064 ], [ 106.29808177600006, 29.781444038000082 ], [ 106.298053138000057, 29.781413521000033 ], [ 106.298027353000066, 29.78133061900007 ], [ 106.298023108000052, 29.781275223000083 ], [ 106.298022393000053, 29.781219792000066 ], [ 106.298057098000072, 29.781173254000063 ], [ 106.298137417000092, 29.78110470900009 ], [ 106.298278021000044, 29.781050471000071 ], [ 106.298264044000064, 29.780978785000066 ], [ 106.298177748000057, 29.780944681000054 ], [ 106.298177104000047, 29.780894758000038 ], [ 106.298174493000033, 29.780885372000061 ], [ 106.298059618000082, 29.780975157000061 ], [ 106.298030018000077, 29.780989885000057 ], [ 106.297996925000064, 29.780990209000031 ], [ 106.29795721000005, 29.780990599000067 ], [ 106.297923817000026, 29.780967828000083 ], [ 106.297880347000046, 29.780933607000069 ], [ 106.297859857000049, 29.780884723000042 ], [ 106.297859150000079, 29.780829870000048 ], [ 106.297894920000033, 29.780780434000068 ], [ 106.297996881000074, 29.78073034800007 ], [ 106.29806248400007, 29.780688529000081 ], [ 106.298000907000073, 29.780546977000078 ], [ 106.297992130000068, 29.780533923000075 ], [ 106.297885956000073, 29.780598619000045 ], [ 106.297849476000067, 29.780593202000034 ], [ 106.297805857000071, 29.780547432000049 ], [ 106.297651463000079, 29.780381481000074 ], [ 106.29762089500008, 29.780321147000063 ], [ 106.297640157000046, 29.780274760000054 ], [ 106.297702254000058, 29.780213516000064 ], [ 106.297757255000079, 29.780184548000083 ], [ 106.297744137000052, 29.780165035000042 ], [ 106.29766169800007, 29.779986096000069 ], [ 106.297598101000062, 29.779936790000079 ], [ 106.297488786000031, 29.779892925000073 ], [ 106.297363010000026, 29.779904147000085 ], [ 106.296940478000067, 29.779983186000042 ], [ 106.296837851000078, 29.780014151000049 ], [ 106.296611421000094, 29.780170461000061 ], [ 106.296735924000075, 29.780192459000091 ], [ 106.296898208000073, 29.780239030000075 ], [ 106.297033336000027, 29.780320266000047 ], [ 106.297173071000046, 29.780453059000081 ], [ 106.297364908000077, 29.780650703000049 ], [ 106.297514172000035, 29.780910686000091 ], [ 106.297570572000041, 29.781003015000071 ], [ 106.297575491000032, 29.781078649000051 ], [ 106.297592418000079, 29.781167925000084 ], [ 106.297593039000049, 29.781216081000082 ], [ 106.297558792000075, 29.781312741000072 ], [ 106.297459600000082, 29.781571721000031 ], [ 106.297479847000048, 29.781612803000083 ], [ 106.297519455000042, 29.781626175000039 ], [ 106.297594374000028, 29.781625440000084 ], [ 106.297673324000073, 29.781631545000032 ], [ 106.297792371000071, 29.781688858000049 ], [ 106.297931533000053, 29.781776935000032 ], [ 106.298131038000065, 29.781957301000087 ], [ 106.298331876000077, 29.782240858000076 ], [ 106.298360499000069, 29.782319700000077 ], [ 106.298365508000074, 29.782402212000076 ], [ 106.298366573000067, 29.78248476400006 ], [ 106.298173767000037, 29.782823787000041 ], [ 106.298174566000057, 29.782885701000058 ], [ 106.298178999000072, 29.782923498000056 ], [ 106.298210986000086, 29.782957585000077 ], [ 106.298254583000073, 29.782974358000043 ], [ 106.298333401000036, 29.782970144000046 ], [ 106.298522964000028, 29.782889160000071 ] ], [ [ 106.299243888000035, 29.781427685000043 ], [ 106.299257630000056, 29.781538527000073 ], [ 106.299113205000026, 29.781582902000078 ], [ 106.299041291000052, 29.781416551000063 ], [ 106.299208692000036, 29.781350468000085 ], [ 106.299243888000035, 29.781427685000043 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.300277885000071, 29.781727486000072 ], [ 106.300295043000062, 29.781626668000058 ], [ 106.300293812000064, 29.781531372000078 ], [ 106.300238739000065, 29.781351157000078 ], [ 106.300196282000073, 29.781272699000052 ], [ 106.300162168000043, 29.781256603000092 ], [ 106.300075783000068, 29.781277172000042 ], [ 106.300005229000078, 29.781356740000025 ], [ 106.299930567000047, 29.781410058000063 ], [ 106.299840670000037, 29.781450379000038 ], [ 106.299754836000034, 29.78151366600008 ], [ 106.299621177000063, 29.781666158000061 ], [ 106.299521039000069, 29.781788742000064 ], [ 106.299469320000071, 29.78186812600006 ], [ 106.299425389000078, 29.781967152000053 ], [ 106.299388993000036, 29.782066104000073 ], [ 106.299337740000055, 29.782181634000029 ], [ 106.299330927000028, 29.782237571000053 ], [ 106.299331649000067, 29.782293434000053 ], [ 106.299381341000071, 29.782348816000084 ], [ 106.299574351000047, 29.78241593600006 ], [ 106.299645225000077, 29.782424317000057 ], [ 106.299643692000075, 29.782398730000068 ], [ 106.299637190000055, 29.782379698000049 ], [ 106.299620349000065, 29.782367137000058 ], [ 106.299604600000066, 29.78235819900004 ], [ 106.299581444000069, 29.782341153000061 ], [ 106.299565623000035, 29.782326761000039 ], [ 106.299559038000055, 29.782300459000048 ], [ 106.299558769000043, 29.782279545000044 ], [ 106.299578190000034, 29.782250263000037 ], [ 106.299596699000062, 29.782230986000062 ], [ 106.299629794000055, 29.782210654000039 ], [ 106.299651529000087, 29.782198623000053 ], [ 106.299693028000036, 29.782183667000087 ], [ 106.299723002000064, 29.78216427600006 ], [ 106.299734350000051, 29.782155073000062 ], [ 106.299752847000036, 29.782134892000041 ], [ 106.299779815000079, 29.782043706000074 ], [ 106.299872364000066, 29.781946416000043 ], [ 106.299890932000039, 29.781931684000085 ], [ 106.299910672000067, 29.781926942000037 ], [ 106.29992435500003, 29.781936813000069 ], [ 106.299941293000074, 29.781957555000069 ], [ 106.299958133000075, 29.781970126000093 ], [ 106.299982037000063, 29.781964433000045 ], [ 106.30000467800005, 29.781942391000083 ], [ 106.300011636000079, 29.781915947000076 ], [ 106.299975183000072, 29.781837209000066 ], [ 106.299977871000067, 29.781803539000069 ], [ 106.299991227000078, 29.781788858000077 ], [ 106.300004664000028, 29.781779634000078 ], [ 106.30002130500003, 29.781776745000062 ], [ 106.300034848000067, 29.78177661300009 ], [ 106.300088059000075, 29.781780636000057 ], [ 106.300151229000051, 29.781777462000036 ], [ 106.300277885000071, 29.781727486000072 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.304191513000035, 29.782605889000092 ], [ 106.304182969000067, 29.782570699000082 ], [ 106.304135012000074, 29.782161849000087 ], [ 106.304124977000072, 29.781986041000035 ], [ 106.304096607000076, 29.781891601000051 ], [ 106.30403022400003, 29.781781468000077 ], [ 106.303989836000028, 29.781750786000082 ], [ 106.303930651000044, 29.781728536000056 ], [ 106.303860586000056, 29.781708295000044 ], [ 106.303766728000028, 29.781703512000039 ], [ 106.303651131000038, 29.781704652000084 ], [ 106.303544704000046, 29.781739953000049 ], [ 106.303384168000036, 29.781808135000073 ], [ 106.303299796000033, 29.78186224600006 ], [ 106.303179013000033, 29.781968094000042 ], [ 106.303087322000067, 29.782130739000078 ], [ 106.303056330000061, 29.782264244000082 ], [ 106.303064425000059, 29.782384044000082 ], [ 106.30308139300007, 29.782515172000046 ], [ 106.303095168000027, 29.782652547000048 ], [ 106.303082959000051, 29.782762037000051 ], [ 106.303094783000063, 29.782833250000063 ], [ 106.303150797000058, 29.782949199000079 ], [ 106.303176371000063, 29.783029786000043 ], [ 106.303220807000059, 29.783093543000067 ], [ 106.303192397000032, 29.782983343000076 ], [ 106.303175067000041, 29.782855039000086 ], [ 106.303186715000038, 29.782786587000089 ], [ 106.303226915000039, 29.782745188000032 ], [ 106.303279578000058, 29.782698199000034 ], [ 106.30333829500006, 29.782634749000064 ], [ 106.303393807000077, 29.782565864000048 ], [ 106.303511877000062, 29.782488162000046 ], [ 106.303683353000054, 29.782420867000042 ], [ 106.303764568000091, 29.782400931000044 ], [ 106.30385236900004, 29.782405532000038 ], [ 106.303915245000056, 29.782421313000043 ], [ 106.303984530000037, 29.782447965000074 ], [ 106.304091838000033, 29.782507044000056 ], [ 106.304191513000035, 29.782605889000092 ] ], [ [ 106.303825812000071, 29.781807155000077 ], [ 106.303873235000026, 29.781839490000046 ], [ 106.303898832000073, 29.781880240000078 ], [ 106.303934076000075, 29.78194003000004 ], [ 106.303940909000062, 29.781983698000094 ], [ 106.303941228000042, 29.782008297000054 ], [ 106.303891451000027, 29.782036123000069 ], [ 106.303695017000067, 29.782111865000044 ], [ 106.303336612000066, 29.782263008000079 ], [ 106.303286623000076, 29.782274435000083 ], [ 106.303242581000063, 29.78226120200009 ], [ 106.303175722000049, 29.782179855000031 ], [ 106.303171987000042, 29.782133422000065 ], [ 106.303190326000049, 29.782097706000052 ], [ 106.303320610000071, 29.781995282000075 ], [ 106.303616421000072, 29.781850223000049 ], [ 106.303759980000066, 29.781805071000068 ], [ 106.303825812000071, 29.781807155000077 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.304844493000076, 29.78067451000004 ], [ 106.304666745000077, 29.780705936000057 ], [ 106.304414013000041, 29.780856544000073 ], [ 106.304342919000078, 29.780938708000058 ], [ 106.304343975000052, 29.781020162000065 ], [ 106.304370495000057, 29.781101362000069 ], [ 106.304431307000073, 29.781208145000047 ], [ 106.304526071000055, 29.781314592000051 ], [ 106.30462846100005, 29.781354314000041 ], [ 106.304679019000048, 29.781362402000067 ], [ 106.304722882000078, 29.781335745000035 ], [ 106.304751139000075, 29.781293589000086 ], [ 106.304750486000046, 29.781243343000085 ], [ 106.304744872000072, 29.78118058200004 ], [ 106.304736151000043, 29.78106341200003 ], [ 106.304745934000053, 29.78098479700008 ], [ 106.304762630000027, 29.780884125000057 ], [ 106.304804648000072, 29.780792628000082 ], [ 106.304835746000037, 29.780691815000065 ], [ 106.304844493000076, 29.78067451000004 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.305480003000071, 29.783287649000052 ], [ 106.305688436000025, 29.783064275000065 ], [ 106.305727237000042, 29.782990183000049 ], [ 106.305740909000065, 29.782894661000061 ], [ 106.305739052000035, 29.782751598000058 ], [ 106.305727706000027, 29.782643312000051 ], [ 106.305676320000032, 29.78251374600006 ], [ 106.305645881000032, 29.782466353000075 ], [ 106.305610531000085, 29.782423345000034 ], [ 106.305565579000074, 29.78240644400006 ], [ 106.305456187000061, 29.782403189000043 ], [ 106.305267335000053, 29.782405053000044 ], [ 106.305173359000037, 29.782440668000053 ], [ 106.305074525000066, 29.782485002000051 ], [ 106.305004207000081, 29.782512443000073 ], [ 106.304993907000039, 29.782526478000086 ], [ 106.304918505000046, 29.782607812000034 ], [ 106.304964320000067, 29.782607360000053 ], [ 106.30497230900005, 29.782728253000069 ], [ 106.304971549000072, 29.782743941000028 ], [ 106.304938006000043, 29.782736977000067 ], [ 106.304863403000084, 29.782733378000049 ], [ 106.30480913100007, 29.782732850000059 ], [ 106.30480758200008, 29.782726277000048 ], [ 106.304788559000031, 29.782746492000058 ], [ 106.304864198000075, 29.782747227000076 ], [ 106.304938801000048, 29.78275082600004 ], [ 106.304998608000076, 29.782763242000044 ], [ 106.305059483000036, 29.782858030000057 ], [ 106.305070378000039, 29.782931632000047 ], [ 106.305071559000055, 29.783022672000069 ], [ 106.305072515000063, 29.783096372000038 ], [ 106.305038345000071, 29.783144403000051 ], [ 106.30487190000008, 29.783174882000075 ], [ 106.304904803000056, 29.783209698000054 ], [ 106.304982967000072, 29.78325628600005 ], [ 106.305072939000084, 29.783316290000069 ], [ 106.305123434000052, 29.783322556000098 ], [ 106.305239671000038, 29.783314643000036 ], [ 106.305448794000029, 29.783292281000062 ], [ 106.305480003000071, 29.783287649000052 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.306060115000037, 29.783187535000092 ], [ 106.306003377000081, 29.783169086000054 ], [ 106.305910573000062, 29.783142 ], [ 106.30595523900007, 29.783021707000039 ], [ 106.30615642700009, 29.783089166000082 ], [ 106.306155521000051, 29.78311829800008 ], [ 106.306131102000052, 29.783180735000091 ], [ 106.306486203000077, 29.783146720000051 ], [ 106.306563797000081, 29.783149336000058 ], [ 106.306602792000035, 29.783165865000058 ], [ 106.306609708000053, 29.783176440000091 ], [ 106.306623436000052, 29.783107067000056 ], [ 106.306677260000072, 29.783041500000071 ], [ 106.306760845000042, 29.782971300000042 ], [ 106.306957835000048, 29.782830607000051 ], [ 106.307115123000074, 29.782694640000031 ], [ 106.307164822000061, 29.782694150000058 ], [ 106.307214575000046, 29.782697994000042 ], [ 106.307159732000059, 29.782612516000089 ], [ 106.307079608000038, 29.782540171000051 ], [ 106.307013983000047, 29.782508315000079 ], [ 106.306930099000056, 29.782505079000092 ], [ 106.306855582000026, 29.782505816000075 ], [ 106.30679043300006, 29.782510523000038 ], [ 106.306734597000059, 29.782515139000061 ], [ 106.306687813000053, 29.782499348000041 ], [ 106.306631344000039, 29.78245521100007 ], [ 106.306569744000058, 29.782374556000033 ], [ 106.306498829000077, 29.782293992000064 ], [ 106.306456334000089, 29.782249717000074 ], [ 106.306404417000067, 29.782197408000062 ], [ 106.306311007000048, 29.782178015000053 ], [ 106.306259830000045, 29.782182584000047 ], [ 106.306209074000051, 29.78221965400007 ], [ 106.30614476900007, 29.782289365000054 ], [ 106.306075700000065, 29.782350995000062 ], [ 106.306015419000062, 29.782371906000023 ], [ 106.305973503000075, 29.78237231900005 ], [ 106.305908302000034, 29.782372963000054 ], [ 106.305791552000073, 29.782349738000036 ], [ 106.305664697000054, 29.782265664000075 ], [ 106.305505031000052, 29.782165660000093 ], [ 106.305355154000054, 29.782102129000069 ], [ 106.305266192000033, 29.782066438000076 ], [ 106.305214856000077, 29.782058819000046 ], [ 106.305159315000026, 29.782035372000053 ], [ 106.305155058000025, 29.782148262000074 ], [ 106.305156024000041, 29.782222750000066 ], [ 106.305142652000029, 29.78228910200005 ], [ 106.305091811000068, 29.782393072000044 ], [ 106.305004207000081, 29.782512443000073 ], [ 106.305074525000066, 29.782485002000051 ], [ 106.305173359000037, 29.782440668000053 ], [ 106.305267335000053, 29.782405053000044 ], [ 106.305456187000061, 29.782403189000043 ], [ 106.305565579000074, 29.78240644400006 ], [ 106.305610531000085, 29.782423345000034 ], [ 106.305645881000032, 29.782466353000075 ], [ 106.305676320000032, 29.78251374600006 ], [ 106.305727706000027, 29.782643312000051 ], [ 106.305739052000035, 29.782751598000058 ], [ 106.305740909000065, 29.782894661000061 ], [ 106.305727237000042, 29.782990183000049 ], [ 106.305688436000025, 29.783064275000065 ], [ 106.305480003000071, 29.783287649000052 ], [ 106.305766176000077, 29.783245170000036 ], [ 106.306013677000067, 29.783191983000048 ], [ 106.306060115000037, 29.783187535000092 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.307558051000058, 29.788602815000051 ], [ 106.307536650000031, 29.78855261100006 ], [ 106.307477726000073, 29.788464037000047 ], [ 106.307422320000057, 29.788418068000052 ], [ 106.307380461000037, 29.788388762000075 ], [ 106.307341784000073, 29.788376225000036 ], [ 106.307306236000045, 29.788376576000076 ], [ 106.307275249000043, 29.788385927000039 ], [ 106.307241402000045, 29.788403059000078 ], [ 106.307183838000071, 29.788419135000076 ], [ 106.30710455600007, 29.788428436000064 ], [ 106.307111378000059, 29.788450233000052 ], [ 106.307114957000067, 29.788499013000031 ], [ 106.307115525000029, 29.788542684000042 ], [ 106.307101267000064, 29.788578794000042 ], [ 106.307043696000065, 29.788646653000065 ], [ 106.307002607000072, 29.788698486000044 ], [ 106.306963890000077, 29.78874386900009 ], [ 106.306895782000026, 29.788795970000081 ], [ 106.306812993000051, 29.788852502000058 ], [ 106.306703266000056, 29.788915730000042 ], [ 106.306595801000071, 29.788963933000048 ], [ 106.306412692000038, 29.78905145700007 ], [ 106.306263665000074, 29.789115071000094 ], [ 106.306085439000071, 29.789200402000059 ], [ 106.306020009000065, 29.789269619000038 ], [ 106.305981987000052, 29.789368563000039 ], [ 106.30597545300003, 29.789432913000049 ], [ 106.305981117000059, 29.789490714000067 ], [ 106.306006760000074, 29.789550827000081 ], [ 106.306040879000079, 29.789638836000048 ], [ 106.306103449000034, 29.789902344000041 ], [ 106.306159966000052, 29.790062498000051 ], [ 106.306258685000046, 29.79024780300006 ], [ 106.306347797000058, 29.790338237000075 ], [ 106.306440859000077, 29.790410368000039 ], [ 106.306567371000028, 29.790478517000054 ], [ 106.306581134000055, 29.790487900000073 ], [ 106.306569330000059, 29.790346708000072 ], [ 106.306537726000059, 29.790258465000079 ], [ 106.306464454000036, 29.790088722000064 ], [ 106.306386452000027, 29.789945590000066 ], [ 106.306336654000063, 29.789824320000037 ], [ 106.306315632000064, 29.789769180000057 ], [ 106.30631237700004, 29.789713865000063 ], [ 106.306318695000073, 29.789614178000079 ], [ 106.306348344000071, 29.789551897000077 ], [ 106.306461450000029, 29.789466652000044 ], [ 106.306647317000056, 29.789316485000082 ], [ 106.306700092000028, 29.789276114000071 ], [ 106.306903637000062, 29.789119130000085 ], [ 106.307006448000038, 29.789022917000068 ], [ 106.307180171000027, 29.788914933000065 ], [ 106.30732099100004, 29.788813917000084 ], [ 106.30742189700004, 29.788766427000041 ], [ 106.307500019000045, 29.788723591000068 ], [ 106.307534885000052, 29.788672327000086 ], [ 106.307558051000058, 29.788602815000051 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.30962749400004, 29.793650188000072 ], [ 106.309625761000063, 29.793645120000065 ], [ 106.309643078000079, 29.793629668000044 ], [ 106.30966468600009, 29.793608456000072 ], [ 106.309682052000028, 29.793596829000084 ], [ 106.309687698000062, 29.793593616000067 ], [ 106.309671191000064, 29.793524388000041 ], [ 106.309661224000081, 29.793454717000085 ], [ 106.309660951000069, 29.79341787300006 ], [ 106.309669275000033, 29.793341517000044 ], [ 106.30967049800006, 29.793309213000047 ], [ 106.30964896100005, 29.793207148000079 ], [ 106.309650196000064, 29.793166996000078 ], [ 106.309679256000038, 29.793064583000046 ], [ 106.309692626000071, 29.793040584000035 ], [ 106.309699072000058, 29.793010691000063 ], [ 106.30968834700009, 29.792974996000058 ], [ 106.309612775000062, 29.792885409000064 ], [ 106.309586109000065, 29.792865839000054 ], [ 106.309553331000075, 29.792848710000037 ], [ 106.309514318000026, 29.792833933000058 ], [ 106.309468288000062, 29.792821202000084 ], [ 106.309392898000056, 29.792810024000062 ], [ 106.309326553000062, 29.792795311000077 ], [ 106.309306205000041, 29.792787612000037 ], [ 106.309289878000072, 29.79277823100005 ], [ 106.309268007000085, 29.792761724000055 ], [ 106.309258708000087, 29.79274870100005 ], [ 106.309256315000027, 29.792734852000081 ], [ 106.309258358000079, 29.792721861000075 ], [ 106.309263997000073, 29.792711756000074 ], [ 106.309271805000037, 29.79270382300006 ], [ 106.309278413000072, 29.792700645000078 ], [ 106.309287286000028, 29.792699114000065 ], [ 106.309319640000069, 29.792700372000066 ], [ 106.309356437000076, 29.79270450000007 ], [ 106.309408796000071, 29.792717384000067 ], [ 106.309648876000054, 29.792768703000046 ], [ 106.309658407000029, 29.792771549000069 ], [ 106.30966860500007, 29.792777219000062 ], [ 106.309697178000079, 29.792801039000036 ], [ 106.309712866000041, 29.792816091000073 ], [ 106.309728026000073, 29.792834261000053 ], [ 106.309759820000068, 29.792883952000064 ], [ 106.309777146000044, 29.792919085000051 ], [ 106.309791215000075, 29.79295843500006 ], [ 106.309802095000066, 29.793002102000056 ], [ 106.309809870000052, 29.793050508000078 ], [ 106.30981108900005, 29.793075797000085 ], [ 106.309808943000064, 29.793134141000049 ], [ 106.309811308000064, 29.793160872000037 ], [ 106.309825687000057, 29.793214434000035 ], [ 106.309825710000041, 29.79321456200006 ], [ 106.309891359000062, 29.793157905000037 ], [ 106.309933993000072, 29.793138781000046 ], [ 106.309978364000074, 29.793143329000095 ], [ 106.310082972000032, 29.793163487000076 ], [ 106.310153268000093, 29.793170445000051 ], [ 106.310153242000069, 29.793170201000059 ], [ 106.310159475000034, 29.79316832600006 ], [ 106.310204762000069, 29.793163042000064 ], [ 106.310221721000062, 29.793159790000054 ], [ 106.310255986000072, 29.793148219000049 ], [ 106.310282964000066, 29.793135315000082 ], [ 106.310305468000081, 29.793121905000078 ], [ 106.31031684800007, 29.793111122000081 ], [ 106.310322242000041, 29.793101290000045 ], [ 106.310326510000039, 29.793088295000079 ], [ 106.31025354500008, 29.792977504000078 ], [ 106.310234809000065, 29.792972973000079 ], [ 106.310211327000047, 29.792971617000035 ], [ 106.31018374000007, 29.792973506000067 ], [ 106.310154374000035, 29.792978487000088 ], [ 106.31014046100006, 29.792982884000082 ], [ 106.310126129000039, 29.79299015000003 ], [ 106.310063593000052, 29.793036835000066 ], [ 106.310047556000029, 29.793045798000033 ], [ 106.310032198000059, 29.793051289000054 ], [ 106.309997643000031, 29.793059670000051 ], [ 106.30997434700005, 29.793063103000055 ], [ 106.30995497300006, 29.793062681000038 ], [ 106.309939940000049, 29.793058176000049 ], [ 106.309930461000079, 29.793052127000074 ], [ 106.309920981000062, 29.793043670000092 ], [ 106.309905280000066, 29.793022719000085 ], [ 106.309896120000076, 29.792998347000029 ], [ 106.309892356000034, 29.792972939000038 ], [ 106.309895277000081, 29.792955835000043 ], [ 106.309899058000042, 29.792950764000064 ], [ 106.309904308000057, 29.792948152000065 ], [ 106.309918035000067, 29.792947717000061 ], [ 106.309935119000045, 29.79295082200008 ], [ 106.30996267300003, 29.792965467000048 ], [ 106.309975460000032, 29.792968309000056 ], [ 106.309990166000034, 29.792969164000048 ], [ 106.310006595000061, 29.792968001000084 ], [ 106.310024227000042, 29.792964858000058 ], [ 106.310051470000076, 29.792955640000045 ], [ 106.310133044000054, 29.792916045000087 ], [ 106.310195234000048, 29.792898463000089 ], [ 106.310214801000029, 29.792891377000039 ], [ 106.310243486000047, 29.792875362000078 ], [ 106.310290911000038, 29.79284174900004 ], [ 106.310248570000056, 29.792807601000053 ], [ 106.310141113000043, 29.792765755000062 ], [ 106.31001888600008, 29.792651103000086 ], [ 106.309901248000074, 29.79252019300008 ], [ 106.309805400000073, 29.792427246000049 ], [ 106.309784148000062, 29.792417275000041 ], [ 106.309760170000061, 29.792406025000034 ], [ 106.309696175000056, 29.792397373000089 ], [ 106.30946790400003, 29.792400666000038 ], [ 106.309458494000069, 29.792404887000092 ], [ 106.309369243000049, 29.792455300000086 ], [ 106.309209963000058, 29.792578634000055 ], [ 106.309148186000073, 29.79264941100007 ], [ 106.309096169000043, 29.792742792000062 ], [ 106.309027373000063, 29.792819829000052 ], [ 106.308967788000089, 29.792877170000057 ], [ 106.308931318000077, 29.792967511000082 ], [ 106.308908848000044, 29.793082724000048 ], [ 106.308922936000045, 29.793092732000041 ], [ 106.308964224000079, 29.793111409000062 ], [ 106.309038528000031, 29.793144083000065 ], [ 106.309118364000028, 29.793181484000055 ], [ 106.309176185000069, 29.793209550000086 ], [ 106.309226057000046, 29.793256780000029 ], [ 106.30925374800006, 29.793282763000029 ], [ 106.309275949000039, 29.793306410000067 ], [ 106.309300971000027, 29.793337183000066 ], [ 106.309331383000028, 29.793360748000058 ], [ 106.309364647000052, 29.793393828000031 ], [ 106.309387117000028, 29.793438951000038 ], [ 106.309390479000058, 29.793486651000084 ], [ 106.309396664000076, 29.79354147700008 ], [ 106.309397348000061, 29.793593975000082 ], [ 106.309395716000054, 29.793606517000061 ], [ 106.309424737000029, 29.793643035000059 ], [ 106.309458837000079, 29.793663132000066 ], [ 106.309491489000038, 29.793671889000063 ], [ 106.309534434000057, 29.793671464000056 ], [ 106.30962749400004, 29.793650188000072 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.309293048000029, 29.796087211000042 ], [ 106.309271010000032, 29.796067430000058 ], [ 106.309263522000037, 29.796049924000044 ], [ 106.309257897000066, 29.796003923000054 ], [ 106.309261187000061, 29.795952368000084 ], [ 106.309258085000067, 29.795939636000071 ], [ 106.309247998000046, 29.795921127000046 ], [ 106.309235522000051, 29.795904220000072 ], [ 106.309214645000054, 29.795881363000028 ], [ 106.309206453000058, 29.795873209000032 ], [ 106.309184408000078, 29.795851274000089 ], [ 106.30915815700007, 29.795830373000058 ], [ 106.309138812000086, 29.795818839000045 ], [ 106.309115529000067, 29.795808083000054 ], [ 106.309039315000064, 29.79578142600008 ], [ 106.309028397000077, 29.795777986000079 ], [ 106.30902264000008, 29.795788905000052 ], [ 106.308973497000068, 29.795913502000076 ], [ 106.309068304000064, 29.796041586000062 ], [ 106.309096862000047, 29.796076357000061 ], [ 106.309132607000038, 29.796108159000092 ], [ 106.309174144000053, 29.796113106000067 ], [ 106.309226399000067, 29.796115268000051 ], [ 106.309263103000035, 29.796102847000036 ], [ 106.309293048000029, 29.796087211000042 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.309518236000045, 29.796044924000061 ], [ 106.309569866000061, 29.795970111000091 ], [ 106.309617410000058, 29.795868513000077 ], [ 106.309627145000036, 29.79580657200006 ], [ 106.309620882000047, 29.795778315000057 ], [ 106.309620110000026, 29.795774825000077 ], [ 106.309595442000045, 29.795685920000036 ], [ 106.309562762000041, 29.795609575000071 ], [ 106.309541963000072, 29.795582145000086 ], [ 106.309534801000041, 29.795578185000068 ], [ 106.309521373000052, 29.795570760000093 ], [ 106.309433261000038, 29.795554694000085 ], [ 106.309367727000051, 29.795545535000095 ], [ 106.309321656000066, 29.795539752000082 ], [ 106.309179475000064, 29.795452903000069 ], [ 106.309064478000039, 29.795413033000045 ], [ 106.309032726000055, 29.795407998000094 ], [ 106.309016374000066, 29.795408160000083 ], [ 106.308968633000063, 29.795430919000072 ], [ 106.308942479000052, 29.795463273000053 ], [ 106.308925407000061, 29.79548662100007 ], [ 106.308906901000071, 29.795544688000064 ], [ 106.308909227000072, 29.795544326000087 ], [ 106.308983136000052, 29.79557682900008 ], [ 106.309064036000052, 29.795623508000062 ], [ 106.309084847000065, 29.795654162000073 ], [ 106.309083766000072, 29.795675538000069 ], [ 106.309070451000025, 29.79569822100007 ], [ 106.309028397000077, 29.795777986000079 ], [ 106.309039315000064, 29.79578142600008 ], [ 106.309115529000067, 29.795808083000054 ], [ 106.309138812000086, 29.795818839000045 ], [ 106.30915815700007, 29.795830373000058 ], [ 106.309184408000078, 29.795851274000089 ], [ 106.309206453000058, 29.795873209000032 ], [ 106.309214645000054, 29.795881363000028 ], [ 106.309235522000051, 29.795904220000072 ], [ 106.309247998000046, 29.795921127000046 ], [ 106.309258085000067, 29.795939636000071 ], [ 106.309261187000061, 29.795952368000084 ], [ 106.309257897000066, 29.796003923000054 ], [ 106.309263522000037, 29.796049924000044 ], [ 106.309271010000032, 29.796067430000058 ], [ 106.309293048000029, 29.796087211000042 ], [ 106.309336336000058, 29.796064608000048 ], [ 106.309386671000027, 29.796037314000046 ], [ 106.309429518000059, 29.796024832000061 ], [ 106.309467951000045, 29.796027131000077 ], [ 106.309515771000079, 29.796042734000086 ], [ 106.309518236000045, 29.796044924000061 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.310748269000058, 29.79638258000006 ], [ 106.310716202000037, 29.796349815000035 ], [ 106.310703314000079, 29.796336646000046 ], [ 106.310649608000062, 29.796289921000032 ], [ 106.310575252000035, 29.796238676000087 ], [ 106.310497720000058, 29.796193132000042 ], [ 106.31046073400006, 29.796182157000089 ], [ 106.310426609000046, 29.796188312000087 ], [ 106.310392166000042, 29.796202496000021 ], [ 106.310360806000062, 29.79623175100005 ], [ 106.310316699000069, 29.796315290000049 ], [ 106.31031981700005, 29.796330854000072 ], [ 106.310316169000032, 29.796404577000089 ], [ 106.310303010000041, 29.796455618000032 ], [ 106.310294360000057, 29.796483007000067 ], [ 106.310408535000079, 29.79644893100005 ], [ 106.310609883000041, 29.796388165000049 ], [ 106.310748269000058, 29.79638258000006 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.310294360000057, 29.796483007000067 ], [ 106.310303010000041, 29.796455618000032 ], [ 106.310316169000032, 29.796404577000089 ], [ 106.31031981700005, 29.796330854000072 ], [ 106.310316699000069, 29.796315290000049 ], [ 106.310295173000043, 29.796207840000083 ], [ 106.310260266000057, 29.796122440000087 ], [ 106.310206895000078, 29.796034545000058 ], [ 106.310158672000071, 29.795988131000062 ], [ 106.310101531000043, 29.795964582000071 ], [ 106.310050778000061, 29.795959726000046 ], [ 106.310013935000029, 29.79596143100007 ], [ 106.309999791000052, 29.795963456000031 ], [ 106.309923474000072, 29.795974385000076 ], [ 106.309870278000062, 29.796017785000053 ], [ 106.309774426000047, 29.796088403000056 ], [ 106.309731718000094, 29.79611160200005 ], [ 106.309685921000039, 29.796118918000047 ], [ 106.30971269500003, 29.796192225000077 ], [ 106.309728262000078, 29.79625225300002 ], [ 106.309724155000026, 29.796315341000085 ], [ 106.309712489000049, 29.796428655000057 ], [ 106.309688688000051, 29.796493373000096 ], [ 106.309646875000055, 29.796562565000041 ], [ 106.309573305000072, 29.796675166000057 ], [ 106.309623450000061, 29.796661399000069 ], [ 106.309770245000038, 29.796620608000072 ], [ 106.309968149000042, 29.796579310000084 ], [ 106.31019758900004, 29.796511890000094 ], [ 106.310294360000057, 29.796483007000067 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.311457707000045, 29.796411079000052 ], [ 106.311444942000051, 29.796397459000037 ], [ 106.31140611800005, 29.796354047000083 ], [ 106.311350246000075, 29.79628682200007 ], [ 106.311316041000069, 29.796230853000054 ], [ 106.311310988000059, 29.796210048000038 ], [ 106.311308404000044, 29.796011950000032 ], [ 106.311300760000051, 29.795992147000049 ], [ 106.311294180000061, 29.795975559000052 ], [ 106.311245166000049, 29.795926087000055 ], [ 106.311192465000033, 29.795886643000063 ], [ 106.311159231000047, 29.795875871000074 ], [ 106.310878364000089, 29.795850505000093 ], [ 106.310691075000094, 29.795849700000076 ], [ 106.310666848000039, 29.795865031000062 ], [ 106.310635728000079, 29.795898186000045 ], [ 106.310632883000039, 29.79591419400008 ], [ 106.310634398000047, 29.79603047400008 ], [ 106.310648970000059, 29.796055187000029 ], [ 106.310688232000075, 29.796100071000073 ], [ 106.310724442000037, 29.796144987000044 ], [ 106.310755805000042, 29.796208594000063 ], [ 106.310761460000052, 29.796252038000034 ], [ 106.31076087100007, 29.796284891000084 ], [ 106.310747873000025, 29.796302774000075 ], [ 106.310716202000037, 29.796349815000035 ], [ 106.310748269000058, 29.79638258000006 ], [ 106.310816727000031, 29.796379817000052 ], [ 106.310987725000075, 29.796390715000076 ], [ 106.311156538000048, 29.796418425000063 ], [ 106.311344461000033, 29.796435450000047 ], [ 106.311411832000033, 29.796434782000059 ], [ 106.311457707000045, 29.796411079000052 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.313351132000037, 29.795639924000056 ], [ 106.313350938000042, 29.795625006000087 ], [ 106.313324633000036, 29.795591428000076 ], [ 106.313241903000062, 29.795528331000071 ], [ 106.313169530000039, 29.795515790000071 ], [ 106.313159812000038, 29.795514107000088 ], [ 106.313095108000027, 29.795510990000082 ], [ 106.313043238000034, 29.795500225000069 ], [ 106.313009620000059, 29.79549763000005 ], [ 106.312956935000045, 29.795493562000043 ], [ 106.312922403000073, 29.795490146000077 ], [ 106.312883561000035, 29.795486771000078 ], [ 106.312827528000071, 29.795487329000082 ], [ 106.31278050800006, 29.795517875000083 ], [ 106.312759153000059, 29.795533126000066 ], [ 106.31271634400008, 29.79555611100005 ], [ 106.312674468000083, 29.795584253000069 ], [ 106.312646910000069, 29.795606115000055 ], [ 106.312597943000071, 29.795647077000069 ], [ 106.312500001000046, 29.795698045000048 ], [ 106.31243904300004, 29.795712338000047 ], [ 106.312364684000045, 29.795719913000088 ], [ 106.312274385000094, 29.795707137000072 ], [ 106.312183323000056, 29.795692712000058 ], [ 106.312254632000077, 29.795808231000073 ], [ 106.312409511000055, 29.795989600000041 ], [ 106.3125, 29.796091268000055 ], [ 106.312593349000053, 29.796085171000072 ], [ 106.312745503000031, 29.796138613000039 ], [ 106.312849245000052, 29.796160143000073 ], [ 106.312896806000026, 29.796170950000082 ], [ 106.312978947000033, 29.796188934000035 ], [ 106.31304379900007, 29.796203329000033 ], [ 106.313108796000051, 29.796229003000061 ], [ 106.313182267000059, 29.796243312000055 ], [ 106.313229681000053, 29.796242841000034 ], [ 106.313276749000067, 29.796216055000055 ], [ 106.313306235000027, 29.796163123000042 ], [ 106.31330530200006, 29.796091693000047 ], [ 106.31330441800003, 29.796024022000037 ], [ 106.313303633000032, 29.79596387100008 ], [ 106.313294226000039, 29.795903806000066 ], [ 106.313285016000066, 29.795858778000081 ], [ 106.313284476000035, 29.795817424000067 ], [ 106.313305636000052, 29.795787134000083 ], [ 106.313331104000042, 29.795756801000042 ], [ 106.313347756000041, 29.795711516000033 ], [ 106.313351428000033, 29.795662601000068 ], [ 106.313351132000037, 29.795639924000056 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.315546475000076, 29.79815526200008 ], [ 106.315545526000051, 29.798163724000048 ], [ 106.315513853000027, 29.798197919000074 ], [ 106.315473821000069, 29.798236622000051 ], [ 106.315423346000046, 29.798251857000079 ], [ 106.315352527000073, 29.798261401000051 ], [ 106.315300605000061, 29.798258833000094 ], [ 106.315277429000048, 29.798248837000074 ], [ 106.315266437000048, 29.798287653000049 ], [ 106.315246072000051, 29.798305825000053 ], [ 106.31521106100007, 29.798329276000061 ], [ 106.315187820000062, 29.798352611000045 ], [ 106.31517715800004, 29.798437428000049 ], [ 106.315178399000047, 29.798532395000052 ], [ 106.315221244000043, 29.79865775200005 ], [ 106.315274853000062, 29.798705992000066 ], [ 106.315319465000073, 29.79874148600004 ], [ 106.315349162000075, 29.79876172600007 ], [ 106.315425877000052, 29.798776365000034 ], [ 106.315484734000066, 29.798775779000046 ], [ 106.315549240000053, 29.798757169000059 ], [ 106.315593013000068, 29.798728496000074 ], [ 106.315645347000057, 29.798679201000091 ], [ 106.31567711200006, 29.798632679000036 ], [ 106.315704995000033, 29.798514319000049 ], [ 106.315707334000081, 29.798468089000032 ], [ 106.315642948000075, 29.79827107100003 ], [ 106.315612883000043, 29.798222597000066 ], [ 106.315546475000076, 29.79815526200008 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.315742855000053, 29.803949127000067 ], [ 106.315721250000081, 29.803974208000056 ], [ 106.315671222000049, 29.803980169000056 ], [ 106.315619035000054, 29.803980688000081 ], [ 106.315580348000026, 29.803967637000081 ], [ 106.315528561000065, 29.804086741000049 ], [ 106.315438156000027, 29.804158198000032 ], [ 106.315388935000044, 29.804186001000073 ], [ 106.31534793000003, 29.804243308000082 ], [ 106.31535365600007, 29.804281944000078 ], [ 106.315377824000052, 29.804334051000072 ], [ 106.315412461000051, 29.804388331000041 ], [ 106.315475801000048, 29.804442326000064 ], [ 106.315510826000036, 29.804526189000065 ], [ 106.315560553000068, 29.804736541000064 ], [ 106.315565869000068, 29.804736488000064 ], [ 106.31560231800006, 29.804762642000082 ], [ 106.315631383000039, 29.804805444000067 ], [ 106.315662674000066, 29.804873084000057 ], [ 106.315789868000081, 29.805153566000058 ], [ 106.315801726000075, 29.805219682000072 ], [ 106.315853394000044, 29.805252099000079 ], [ 106.315909827000041, 29.805264340000065 ], [ 106.315985411000042, 29.805244383000062 ], [ 106.316127046000076, 29.805223769000058 ], [ 106.316160876000026, 29.805191425000082 ], [ 106.316179607000038, 29.805127226000085 ], [ 106.316143767000028, 29.805005958000038 ], [ 106.316005897000025, 29.804753413000071 ], [ 106.315896192000025, 29.804596607000061 ], [ 106.315794665000055, 29.804503732000065 ], [ 106.315776982000045, 29.80446123300004 ], [ 106.315754351000066, 29.804414516000065 ], [ 106.315753904000076, 29.804380380000062 ], [ 106.315738669000041, 29.804337856000075 ], [ 106.315733300000034, 29.804301636000055 ], [ 106.315747447000035, 29.804260953000043 ], [ 106.315801210000075, 29.804256150000079 ], [ 106.315872376000073, 29.804272512000075 ], [ 106.315953271000069, 29.804284509000073 ], [ 106.316043895000064, 29.804292142000051 ], [ 106.316082980000033, 29.804287485000089 ], [ 106.316129180000075, 29.804265687000058 ], [ 106.316168043000062, 29.804243963000083 ], [ 106.316184607000025, 29.804201122000052 ], [ 106.316183407000054, 29.804109382000043 ], [ 106.316121299000031, 29.804037453000035 ], [ 106.31604260000006, 29.804006230000088 ], [ 106.315973824000025, 29.803985577000045 ], [ 106.315873219000025, 29.803963108000055 ], [ 106.315742855000053, 29.803949127000067 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.317028729000072, 29.807447471000039 ], [ 106.317067172000066, 29.807346365000061 ], [ 106.317123181000056, 29.807205667000066 ], [ 106.31709651400007, 29.807087041000045 ], [ 106.31710015200008, 29.807074569000054 ], [ 106.317073561000029, 29.80705460900008 ], [ 106.31702206500006, 29.807021723000044 ], [ 106.31698354100007, 29.807004294000077 ], [ 106.316932221000059, 29.806984765000038 ], [ 106.31689915000004, 29.806994002000046 ], [ 106.316861266000046, 29.807025551000038 ], [ 106.316838524000048, 29.807043592000067 ], [ 106.31682851000005, 29.80705043100005 ], [ 106.316795505000073, 29.807072967000067 ], [ 106.31675732900004, 29.807082254000086 ], [ 106.316701429000034, 29.807102851000082 ], [ 106.316666155000064, 29.807138829000056 ], [ 106.316661284000077, 29.807156690000063 ], [ 106.31666754400004, 29.807202204000081 ], [ 106.31671943300006, 29.807257462000056 ], [ 106.316854016000036, 29.807456712000093 ], [ 106.316920214000049, 29.80743244100006 ], [ 106.316963613000041, 29.807432007000045 ], [ 106.31702763800007, 29.807446957000082 ], [ 106.317028729000072, 29.807447471000039 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.317913917000055, 29.806285805000073 ], [ 106.317955618000042, 29.806244673000037 ], [ 106.317986506000068, 29.806240213000084 ], [ 106.318058266000037, 29.80626648600008 ], [ 106.318096866000076, 29.806305546000083 ], [ 106.318116780000025, 29.806345323000077 ], [ 106.318171765000045, 29.806344244000051 ], [ 106.318198460000076, 29.806337751000051 ], [ 106.318228582000074, 29.806320322000083 ], [ 106.318258521000075, 29.806288882000047 ], [ 106.31827424100004, 29.806262255000028 ], [ 106.318281157000072, 29.806245059000048 ], [ 106.318294886000047, 29.806202882000036 ], [ 106.318286398000055, 29.806100201000039 ], [ 106.318210013000055, 29.805993526000062 ], [ 106.318123245000052, 29.805911868000063 ], [ 106.318038976000025, 29.805884682000055 ], [ 106.317930165000064, 29.805891995000067 ], [ 106.317837686000075, 29.805919388000063 ], [ 106.31779176100008, 29.805957216000085 ], [ 106.317786732000059, 29.805982178000072 ], [ 106.317778133000047, 29.806007176000037 ], [ 106.317758701000059, 29.806022941000037 ], [ 106.317728435000049, 29.806029470000052 ], [ 106.317694681000035, 29.806042263000048 ], [ 106.317659223000078, 29.806061303000032 ], [ 106.31764522900005, 29.806083240000081 ], [ 106.317652941000063, 29.806126761000094 ], [ 106.317653266000036, 29.806151670000069 ], [ 106.317664366000031, 29.806181143000064 ], [ 106.317677208000092, 29.806207485000073 ], [ 106.317691734000064, 29.806226025000061 ], [ 106.317709748000027, 29.806238302000054 ], [ 106.317752775000031, 29.806251886000044 ], [ 106.317913917000055, 29.806285805000073 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.319656803000058, 29.803973144000054 ], [ 106.319671389000064, 29.803952113000033 ], [ 106.319698962000075, 29.803888343000047 ], [ 106.319714496000074, 29.803854117000078 ], [ 106.319715703000043, 29.803810742000056 ], [ 106.319715478000035, 29.803793709000047 ], [ 106.319706275000044, 29.80376902200004 ], [ 106.319691849000037, 29.80375213200006 ], [ 106.31967929800004, 29.803742964000033 ], [ 106.31964907400004, 29.803740168000051 ], [ 106.31959574800004, 29.803736055000059 ], [ 106.319560198000033, 29.803733313000059 ], [ 106.319531750000067, 29.803730499000036 ], [ 106.319481955000072, 29.80372480200009 ], [ 106.319428405000053, 29.803703655000049 ], [ 106.319414652000034, 29.803694872000047 ], [ 106.319333080000035, 29.803712737000065 ], [ 106.319282264000037, 29.803730666000043 ], [ 106.31924035000003, 29.803750444000055 ], [ 106.319218359000047, 29.803766150000058 ], [ 106.319170016000044, 29.803803413000086 ], [ 106.319154912000045, 29.803836475000086 ], [ 106.31915077900004, 29.803859744000071 ], [ 106.319155547000037, 29.803884864000057 ], [ 106.319173659000057, 29.803911784000036 ], [ 106.319198579000044, 29.803950252000046 ], [ 106.319208040000049, 29.803994682000045 ], [ 106.319204135000064, 29.804035373000097 ], [ 106.319191252000053, 29.804068411000063 ], [ 106.319169439000063, 29.804097667000065 ], [ 106.319125533000047, 29.804134886000046 ], [ 106.319026424000072, 29.804193950000069 ], [ 106.318925476000061, 29.804282069000067 ], [ 106.318888992000041, 29.804377290000033 ], [ 106.318887508000046, 29.80443344400004 ], [ 106.318892608000056, 29.804483725000075 ], [ 106.318908804000046, 29.804533895000073 ], [ 106.318949515000043, 29.804591564000081 ], [ 106.318992012000081, 29.804616306000071 ], [ 106.319045481000046, 29.804631259000075 ], [ 106.319100838000054, 29.804621027000053 ], [ 106.319178084000043, 29.804587347000055 ], [ 106.319272349000073, 29.80449735700007 ], [ 106.319327046000069, 29.804436800000072 ], [ 106.319370647000028, 29.804376355000031 ], [ 106.319474458000059, 29.804168184000048 ], [ 106.319550585000059, 29.804049337000038 ], [ 106.319656803000058, 29.803973144000054 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.320840599000064, 29.805541388000044 ], [ 106.320868145000077, 29.805504442000093 ], [ 106.320885417000056, 29.805467092000075 ], [ 106.32088852000004, 29.805432981000077 ], [ 106.320891706000054, 29.805405066000048 ], [ 106.320841123000037, 29.805340510000061 ], [ 106.320568162000029, 29.80511397500004 ], [ 106.320301765000067, 29.804913707000075 ], [ 106.320186482000054, 29.804859092000076 ], [ 106.320161682000048, 29.80479660400005 ], [ 106.320197787000041, 29.804705620000046 ], [ 106.320437714000036, 29.804310533000031 ], [ 106.320522663000077, 29.804084294000063 ], [ 106.320534914000078, 29.804002845000067 ], [ 106.320504762000056, 29.803916671000074 ], [ 106.32050451200007, 29.803917956000074 ], [ 106.320494041000075, 29.803953862000078 ], [ 106.320483508000052, 29.803984996000057 ], [ 106.320475767000062, 29.804020874000066 ], [ 106.320465422000041, 29.804066320000054 ], [ 106.320457713000053, 29.804104579000061 ], [ 106.320452463000052, 29.804121336000037 ], [ 106.32033694200004, 29.804299277000041 ], [ 106.320318220000047, 29.804373925000043 ], [ 106.320266600000025, 29.804473550000072 ], [ 106.320243776000041, 29.804483788000077 ], [ 106.320227646000035, 29.80450543500006 ], [ 106.320216978000076, 29.804527019000083 ], [ 106.320211851000067, 29.804553319000032 ], [ 106.320204080000053, 29.804586806000074 ], [ 106.320203431000039, 29.804595463000055 ], [ 106.320154888000047, 29.80468914800008 ], [ 106.320098690000066, 29.80478564800006 ], [ 106.320066516000054, 29.804836089000048 ], [ 106.320037360000072, 29.804866449000095 ], [ 106.319989640000074, 29.804858335000066 ], [ 106.31997033100005, 29.804855629000091 ], [ 106.319992783000032, 29.804897721000096 ], [ 106.319988807000072, 29.804955578000087 ], [ 106.319975498000076, 29.80502385200009 ], [ 106.319946051000045, 29.805125326000049 ], [ 106.319935598000029, 29.805230740000063 ], [ 106.319943187000035, 29.805267832000073 ], [ 106.31998400100008, 29.805310787000053 ], [ 106.32004386300008, 29.805361811000072 ], [ 106.320093876000044, 29.80538402600007 ], [ 106.32012701900004, 29.805383696000035 ], [ 106.320176733000039, 29.805383198000072 ], [ 106.320200299000078, 29.805374703000044 ], [ 106.32024030000008, 29.805355719000094 ], [ 106.320270614000037, 29.805320313000038 ], [ 106.320291784000077, 29.805309776000062 ], [ 106.320315647000044, 29.805323994000041 ], [ 106.320337171000062, 29.805340297000036 ], [ 106.320382584000072, 29.805372882000082 ], [ 106.320456678000028, 29.805425830000047 ], [ 106.320580397000072, 29.805551697000048 ], [ 106.320694561000039, 29.805590937000094 ], [ 106.320757594000042, 29.805582965000038 ], [ 106.320840599000064, 29.805541388000044 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.319507550000026, 29.802465037000047 ], [ 106.319500795000067, 29.802488189000087 ], [ 106.319503368000028, 29.802528517000034 ], [ 106.319518575000075, 29.802519006000061 ], [ 106.319629319000057, 29.802556363000072 ], [ 106.319807182000034, 29.802667229000068 ], [ 106.320016650000071, 29.802786020000035 ], [ 106.320121386000039, 29.802845417000075 ], [ 106.320121998000047, 29.802892117000059 ], [ 106.320113018000029, 29.80292792200003 ], [ 106.320016358000032, 29.803039216000048 ], [ 106.320200270000043, 29.803186565000082 ], [ 106.32050883200003, 29.803414110000066 ], [ 106.320512347000033, 29.803406221000046 ], [ 106.320498630000031, 29.803386868000079 ], [ 106.320436610000058, 29.803237340000059 ], [ 106.320453172000043, 29.803230574000054 ], [ 106.320552233000058, 29.803190102000087 ], [ 106.320566728000074, 29.803211794000049 ], [ 106.320667913000079, 29.803363205000039 ], [ 106.320707920000075, 29.803352803000056 ], [ 106.320730823000076, 29.803350073000047 ], [ 106.32075375800008, 29.803349844000085 ], [ 106.320823189000066, 29.803396664000047 ], [ 106.320869849000076, 29.803456213000061 ], [ 106.320882270000027, 29.80352861100004 ], [ 106.320882796000035, 29.803568617000053 ], [ 106.320865858000047, 29.803588792000085 ], [ 106.320826924000073, 29.803618057000048 ], [ 106.320882981000068, 29.803673352000082 ], [ 106.320939458000055, 29.803701119000046 ], [ 106.321007543000064, 29.803713317000067 ], [ 106.321063514000059, 29.803702455000057 ], [ 106.321101427000031, 29.803666017000069 ], [ 106.321136286000069, 29.803621882000073 ], [ 106.321176746000049, 29.803554510000083 ], [ 106.321210522000058, 29.803427965000086 ], [ 106.32121585200008, 29.803384126000086 ], [ 106.321205979000069, 29.803306955000039 ], [ 106.321193422000078, 29.80325041600009 ], [ 106.321187077000047, 29.80321699600006 ], [ 106.321174554000052, 29.803163032000029 ], [ 106.321173607000048, 29.803090923000063 ], [ 106.321178158000066, 29.802987851000072 ], [ 106.321180603000073, 29.802949191000042 ], [ 106.321173682000051, 29.802871990000082 ], [ 106.321155017000081, 29.802800059000045 ], [ 106.321074208000027, 29.802718446000089 ], [ 106.320979343000033, 29.802691063000061 ], [ 106.320908271000064, 29.802676318000071 ], [ 106.320840322000038, 29.802674422000052 ], [ 106.320793179000077, 29.802682621000088 ], [ 106.32075207500003, 29.802701061000054 ], [ 106.320710734000045, 29.802701473000067 ], [ 106.320666409000069, 29.802699341000036 ], [ 106.32064254900007, 29.802681551000031 ], [ 106.320630467000058, 29.802661065000052 ], [ 106.320624020000025, 29.802619920000037 ], [ 106.320623478000073, 29.802578714000049 ], [ 106.320651890000079, 29.802493434000041 ], [ 106.320669371000065, 29.802475230000081 ], [ 106.320665774000076, 29.802426327000038 ], [ 106.320650570000055, 29.802392995000048 ], [ 106.320629493000069, 29.802362298000041 ], [ 106.320596776000059, 29.802344595000076 ], [ 106.320581876000062, 29.80233444200007 ], [ 106.320517050000035, 29.802345392000063 ], [ 106.320437763000029, 29.802379668000071 ], [ 106.32038796900008, 29.802411073000087 ], [ 106.320323921000067, 29.802481256000078 ], [ 106.320307533000062, 29.802526494000055 ], [ 106.320298928000057, 29.802545898000059 ], [ 106.32028589500004, 29.802565345000058 ], [ 106.320259445000033, 29.802575268000052 ], [ 106.32021958200005, 29.80257566600006 ], [ 106.320132957000055, 29.802557213000053 ], [ 106.319859263000069, 29.802461429000054 ], [ 106.319701440000074, 29.80241857400005 ], [ 106.319619473000046, 29.802417462000044 ], [ 106.319557590000045, 29.802427737000073 ], [ 106.319522333000066, 29.802441612000049 ], [ 106.319509273000051, 29.80245912800007 ], [ 106.319507550000026, 29.802465037000047 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.320630539000035, 29.804055119000054 ], [ 106.32056513100008, 29.804256437000053 ], [ 106.320557731000065, 29.804321290000072 ], [ 106.32070501100003, 29.804290501000086 ], [ 106.32079316100004, 29.80429531000004 ], [ 106.320911190000075, 29.804339655000032 ], [ 106.320954045000065, 29.804373370000057 ], [ 106.321024116000046, 29.804492170000056 ], [ 106.321041324000078, 29.804560284000047 ], [ 106.321038473000044, 29.804591611000031 ], [ 106.320999778000044, 29.804626141000085 ], [ 106.32095778300004, 29.804657859000088 ], [ 106.320909227000072, 29.804686796000055 ], [ 106.320860709000044, 29.804718579000053 ], [ 106.320811712000079, 29.804744982000045 ], [ 106.320948762000057, 29.804880610000051 ], [ 106.321041845000082, 29.804938723000078 ], [ 106.321184088000066, 29.804990977000042 ], [ 106.321230221000079, 29.805005280000046 ], [ 106.321297050000055, 29.804976540000034 ], [ 106.321410891000028, 29.804962142000079 ], [ 106.321464302000038, 29.804977079000075 ], [ 106.321494998000048, 29.804998871000066 ], [ 106.321553648000076, 29.805027014000068 ], [ 106.321632542000032, 29.805052745000054 ], [ 106.321688516000066, 29.805069865000071 ], [ 106.321756896000068, 29.80506697100008 ], [ 106.321797319000041, 29.805057727000069 ], [ 106.321830256000055, 29.805057397000041 ], [ 106.321863136000047, 29.805052648000071 ], [ 106.321931546000044, 29.805051964000082 ], [ 106.321999955000081, 29.8050512810001 ], [ 106.322126697000044, 29.805054432000073 ], [ 106.322162227000035, 29.805058496000065 ], [ 106.322195281000063, 29.805067005000076 ], [ 106.322221521000074, 29.80507065800008 ], [ 106.322284136000064, 29.805079376000037 ], [ 106.322390725000048, 29.805091569000069 ], [ 106.322628833000067, 29.805084767000039 ], [ 106.32274523600006, 29.80507255200007 ], [ 106.322836129000052, 29.805047332000075 ], [ 106.322881153000026, 29.805002682000065 ], [ 106.322906054000043, 29.804969282000052 ], [ 106.322918141000059, 29.804924961000037 ], [ 106.32292414300008, 29.80480335400005 ], [ 106.322898050000049, 29.804746155000093 ], [ 106.322859521000055, 29.804706761000098 ], [ 106.322818807000047, 29.80469390900004 ], [ 106.322755553000036, 29.804701172000083 ], [ 106.322687522000081, 29.804730582000051 ], [ 106.322611773000062, 29.804751230000075 ], [ 106.322553674000062, 29.80476507200007 ], [ 106.322480225000049, 29.804768017000072 ], [ 106.322439483000039, 29.80475295500008 ], [ 106.322416565000026, 29.804744345000067 ], [ 106.322350339000096, 29.804718487000059 ], [ 106.322314664000032, 29.804703374000045 ], [ 106.322278873000073, 29.804679422000046 ], [ 106.322247889000039, 29.804635532000081 ], [ 106.322247219000076, 29.804584710000082 ], [ 106.322269238000047, 29.804524821000076 ], [ 106.322353376000081, 29.804371490000047 ], [ 106.322435534000078, 29.804260169000081 ], [ 106.322457756000063, 29.804215747000043 ], [ 106.322457174000078, 29.804171554000053 ], [ 106.322439002000067, 29.804138585000089 ], [ 106.322400358000039, 29.804090353000049 ], [ 106.322193562000052, 29.803973083000066 ], [ 106.322078880000049, 29.80392340100008 ], [ 106.32198991100006, 29.803902191000077 ], [ 106.32191896900008, 29.803902900000082 ], [ 106.321880992000047, 29.803905490000091 ], [ 106.321830523000074, 29.803921465000091 ], [ 106.321818116000031, 29.803941480000045 ], [ 106.321808330000067, 29.803968096000062 ], [ 106.321808707000059, 29.803996822000048 ], [ 106.321794029000046, 29.804036748000041 ], [ 106.321753548000075, 29.804041574000056 ], [ 106.321707884000034, 29.804037611000069 ], [ 106.321690090000061, 29.804033369000081 ], [ 106.321662017000051, 29.804018180000071 ], [ 106.321595590000086, 29.803976854000034 ], [ 106.321547103000057, 29.803950819000082 ], [ 106.321470773000044, 29.80392727300006 ], [ 106.32141241100004, 29.803921227000043 ], [ 106.321382036000045, 29.803923741000059 ], [ 106.321290942000076, 29.803933491000066 ], [ 106.321248159000049, 29.803956019000051 ], [ 106.32121548300006, 29.803976236000032 ], [ 106.321187787000042, 29.803989772000087 ], [ 106.32114494700005, 29.804007880000082 ], [ 106.321114719000036, 29.804021442000082 ], [ 106.321076858000026, 29.804032870000079 ], [ 106.321005974000059, 29.804037999000055 ], [ 106.320742415000041, 29.804036213000071 ], [ 106.320630539000035, 29.804055119000054 ] ], [ [ 106.321616304000031, 29.804372439000069 ], [ 106.321675576000075, 29.804552862000023 ], [ 106.321483528000044, 29.804619219000074 ], [ 106.321418108000046, 29.804434171000086 ], [ 106.321407985000064, 29.804408666000089 ], [ 106.321379084000057, 29.804195560000046 ], [ 106.321371962000057, 29.804150107000051 ], [ 106.321388085000081, 29.804135719000044 ], [ 106.321423892000041, 29.804129670000066 ], [ 106.321459775000051, 29.804129312000043 ], [ 106.321505442000046, 29.804128855000052 ], [ 106.321521790000077, 29.804131537000053 ], [ 106.321544847000041, 29.804148379000079 ], [ 106.321561531000043, 29.80417666400006 ], [ 106.321615333000068, 29.804298472000085 ], [ 106.321616304000031, 29.804372439000069 ] ], [ [ 106.321874034000075, 29.80463209800007 ], [ 106.321886720000066, 29.804690081000043 ], [ 106.321873581000034, 29.804734469000028 ], [ 106.321786946000032, 29.804817636000056 ], [ 106.321740914000031, 29.804798519000087 ], [ 106.321723399000078, 29.804777227000049 ], [ 106.321702703000028, 29.804750971000097 ], [ 106.321768210000073, 29.804633497000054 ], [ 106.32181474500004, 29.80461837200005 ], [ 106.321874034000075, 29.80463209800007 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.323028062000049, 29.808567483000044 ], [ 106.323021894000078, 29.808546967000044 ], [ 106.323010584000031, 29.808497510000056 ], [ 106.323009768000077, 29.808435555000052 ], [ 106.322994785000049, 29.808376840000044 ], [ 106.32298694800005, 29.808321152000076 ], [ 106.322957837000047, 29.808268775000041 ], [ 106.322777666000036, 29.808075395000056 ], [ 106.322698421000041, 29.807992538000057 ], [ 106.322655102000056, 29.807940303000066 ], [ 106.322633138000072, 29.80789095300009 ], [ 106.322632445000067, 29.807838291000053 ], [ 106.322596807000025, 29.807559814000061 ], [ 106.322594524000067, 29.80738634100004 ], [ 106.322488382000074, 29.80687930800007 ], [ 106.32250381900009, 29.806702557000047 ], [ 106.322502718000067, 29.806618918000083 ], [ 106.322498310000071, 29.806553901000086 ], [ 106.322471938000035, 29.806439533000063 ], [ 106.322398534000058, 29.806260576000049 ], [ 106.322294182000064, 29.80615938100005 ], [ 106.322254581000038, 29.806119501000072 ], [ 106.322208038000042, 29.806092084000053 ], [ 106.322129772000039, 29.806083572000038 ], [ 106.322023090000073, 29.806075345000071 ], [ 106.321980507000035, 29.806078869000093 ], [ 106.321849409000038, 29.806104966000063 ], [ 106.321782166000048, 29.806124227000055 ], [ 106.32170059300006, 29.806134338000057 ], [ 106.321633104000057, 29.806135013000073 ], [ 106.321537201000069, 29.806135971000057 ], [ 106.321513421000077, 29.806132446000049 ], [ 106.321510949000071, 29.806154658000086 ], [ 106.321512416000076, 29.80626622900008 ], [ 106.321505022000068, 29.806352595000071 ], [ 106.32147541300003, 29.806436206000058 ], [ 106.321450434000042, 29.806482577000054 ], [ 106.321439335000051, 29.806546663000063 ], [ 106.321439804000079, 29.806582365000047 ], [ 106.321455585000081, 29.806614939000042 ], [ 106.321491876000039, 29.806650283000078 ], [ 106.321587886000032, 29.806686518000049 ], [ 106.321750225000073, 29.806707209000077 ], [ 106.321809887000029, 29.806703638000048 ], [ 106.32186260800006, 29.806691208000068 ], [ 106.321915290000049, 29.806675804000061 ], [ 106.321966228000065, 29.806657441000091 ], [ 106.322018949000039, 29.80664501100005 ], [ 106.322063006000064, 29.80662225400005 ], [ 106.322093747000054, 29.806624922000076 ], [ 106.322116215000051, 29.806647012000038 ], [ 106.322126685000057, 29.806664762000075 ], [ 106.322126978000028, 29.806687076000067 ], [ 106.322125683000081, 29.806718332000052 ], [ 106.322122585000045, 29.806742168000088 ], [ 106.322117684000034, 29.806758583000075 ], [ 106.322112781000044, 29.806774997000048 ], [ 106.322087977000081, 29.80683475700004 ], [ 106.322020765000048, 29.806912795000073 ], [ 106.321898969000074, 29.806991378000077 ], [ 106.321802055000035, 29.807016151000077 ], [ 106.321645851000028, 29.807072763000054 ], [ 106.321590050000054, 29.80711051500009 ], [ 106.321561404000079, 29.807137582000045 ], [ 106.321546425000065, 29.807166 ], [ 106.32154003200003, 29.807198795000087 ], [ 106.321536992000063, 29.807227092000062 ], [ 106.321535736000044, 29.80726132500007 ], [ 106.321539577000067, 29.807294019000039 ], [ 106.321550458000047, 29.807343006000053 ], [ 106.321581729000059, 29.807385840000052 ], [ 106.321599001000038, 29.807402032000081 ], [ 106.32165046700004, 29.80742383400008 ], [ 106.321734225000057, 29.807436387000045 ], [ 106.321810984000081, 29.807435619000049 ], [ 106.321863744000055, 29.807426163000052 ], [ 106.321918113000038, 29.807409255000035 ], [ 106.32198220800008, 29.807353566000074 ], [ 106.322032774000036, 29.807306938000064 ], [ 106.322123279000039, 29.807184034000041 ], [ 106.322165043000041, 29.807116665000081 ], [ 106.322200335000048, 29.807076142000088 ], [ 106.322213863000073, 29.807067080000074 ], [ 106.32223258700003, 29.807063917000043 ], [ 106.32225466400007, 29.807056258000046 ], [ 106.322271448000038, 29.807035261000067 ], [ 106.32229170200003, 29.807018692000042 ], [ 106.322327424000036, 29.807010896000065 ], [ 106.322363578000079, 29.807035827000053 ], [ 106.322387888000037, 29.807068314000052 ], [ 106.322408827000061, 29.807103811000044 ], [ 106.322422982000035, 29.807142353000071 ], [ 106.322431488000078, 29.807270217000053 ], [ 106.322425742000064, 29.807352104000085 ], [ 106.322406839000053, 29.807471315000047 ], [ 106.322362976000079, 29.807638387000061 ], [ 106.322360700000047, 29.807724701000033 ], [ 106.322374245000049, 29.807846564000045 ], [ 106.322381519000047, 29.807880710000067 ], [ 106.322385223000026, 29.807902990000056 ], [ 106.322406142000034, 29.807937 ], [ 106.322442550000062, 29.807981270000077 ], [ 106.322568480000029, 29.80808712900005 ], [ 106.32270337100006, 29.808225632000077 ], [ 106.322785010000075, 29.808336398000055 ], [ 106.32282910400005, 29.808446053000061 ], [ 106.322834082000043, 29.808565027000043 ], [ 106.322838236000052, 29.808621521000081 ], [ 106.322838712000078, 29.808657657000087 ], [ 106.322848373000056, 29.808645787000046 ], [ 106.322887027000036, 29.808625031000076 ], [ 106.323006973000076, 29.808569513000062 ], [ 106.323028062000049, 29.808567483000044 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.324060311000039, 29.809180938000051 ], [ 106.32404404600004, 29.809179885000049 ], [ 106.323699871000031, 29.809358464000077 ], [ 106.323506335000047, 29.80909963300007 ], [ 106.32342544800008, 29.808991457000044 ], [ 106.323376342000074, 29.808973009000056 ], [ 106.323370683000064, 29.80895570500007 ], [ 106.323307122000074, 29.808801668000044 ], [ 106.323228837000045, 29.808628840000043 ], [ 106.323182838000037, 29.808552585000086 ], [ 106.323093143000051, 29.808561218000079 ], [ 106.323028062000049, 29.808567483000044 ], [ 106.323040469000034, 29.808608744000093 ], [ 106.323030261000042, 29.808642926000065 ], [ 106.32301650200003, 29.808677143000068 ], [ 106.323017236000055, 29.808732902000081 ], [ 106.32303172900005, 29.808754444000044 ], [ 106.323068026000044, 29.808812946000046 ], [ 106.323217045000035, 29.809068600000046 ], [ 106.323240532000057, 29.80910991900004 ], [ 106.323264325000025, 29.809151775000089 ], [ 106.323297068000045, 29.809210313000051 ], [ 106.323319522000077, 29.809296837000101 ], [ 106.323316705000082, 29.809352632000074 ], [ 106.32330294500008, 29.809386848000081 ], [ 106.323278326000036, 29.809405684000076 ], [ 106.323239578000027, 29.809430859000088 ], [ 106.32321491700003, 29.809446596000047 ], [ 106.323172742000054, 29.809481097000059 ], [ 106.323109415000033, 29.809528205000056 ], [ 106.323079566000047, 29.80968960600006 ], [ 106.323079761000031, 29.809704305000082 ], [ 106.323292415000026, 29.809632617000084 ], [ 106.323681688000079, 29.80942448400009 ], [ 106.324060311000039, 29.809180938000051 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.325263201000041, 29.809012012000032 ], [ 106.325182829000042, 29.808974120000073 ], [ 106.325109314000031, 29.80895163800005 ], [ 106.325080322000076, 29.80894031900004 ], [ 106.325042226000051, 29.808911679000058 ], [ 106.324950124000054, 29.808825530000032 ], [ 106.324929852000025, 29.808802514000032 ], [ 106.324916109000071, 29.808769758000036 ], [ 106.324915980000071, 29.808760086000071 ], [ 106.324917688000028, 29.808721370000054 ], [ 106.324935284000048, 29.808709585000091 ], [ 106.324972869000078, 29.808699532000052 ], [ 106.325015044000054, 29.808701044000088 ], [ 106.32508639100007, 29.80872741800005 ], [ 106.32518443400005, 29.808759328000065 ], [ 106.325266821000071, 29.808781722000052 ], [ 106.325367032000031, 29.808809739000075 ], [ 106.325452071000029, 29.808864999000033 ], [ 106.325489989000062, 29.808880098000081 ], [ 106.325560952000046, 29.808877451000043 ], [ 106.32558079000006, 29.808867578000054 ], [ 106.325598257000081, 29.808846119000059 ], [ 106.325615672000026, 29.808820791000077 ], [ 106.325610674000075, 29.808778272000044 ], [ 106.325581120000038, 29.808724391000055 ], [ 106.325526604000061, 29.808628192000072 ], [ 106.325490623000078, 29.808591789000051 ], [ 106.325354229000027, 29.808511891000073 ], [ 106.325209089000055, 29.808441756000033 ], [ 106.325006882000025, 29.808418629000077 ], [ 106.324846699000034, 29.808427491000081 ], [ 106.324725432000051, 29.808443218000036 ], [ 106.324677450000095, 29.80846401600007 ], [ 106.32465949200008, 29.808490317000064 ], [ 106.32464331400007, 29.808525308000078 ], [ 106.324640349000049, 29.80855291000006 ], [ 106.324640655000053, 29.808576126000055 ], [ 106.32463780500008, 29.808612434000057 ], [ 106.32463503200006, 29.808654547000067 ], [ 106.324611650000065, 29.808732178000064 ], [ 106.324530869000057, 29.80883166800005 ], [ 106.324502515000063, 29.808868716000063 ], [ 106.32448293200008, 29.808897936000047 ], [ 106.32448344200003, 29.808936629000069 ], [ 106.324506033000034, 29.808967361000047 ], [ 106.324524087000043, 29.808990399000031 ], [ 106.324555451000037, 29.809013304000075 ], [ 106.324659869000072, 29.809023866000075 ], [ 106.324675397000078, 29.809023711000055 ], [ 106.32477076400005, 29.809020821000054 ], [ 106.324810619000061, 29.80901461600007 ], [ 106.324868145000039, 29.809002429000085 ], [ 106.324907974000041, 29.808994290000044 ], [ 106.324945840000055, 29.809005520000081 ], [ 106.324974833000056, 29.809016839000037 ], [ 106.325062500000058, 29.809103031000063 ], [ 106.325107326000079, 29.809137410000062 ], [ 106.325145500000076, 29.809171855000045 ], [ 106.325174696000033, 29.809198651000084 ], [ 106.325216974000057, 29.809207902000075 ], [ 106.325236939000035, 29.809207703000084 ], [ 106.325265753000053, 29.809205478000077 ], [ 106.32528342300003, 29.809199496000076 ], [ 106.32530300600007, 29.809170276000092 ], [ 106.325304588000051, 29.809121888000053 ], [ 106.325299512000072, 29.809073565000059 ], [ 106.325283524000042, 29.809038897000054 ], [ 106.325263201000041, 29.809012012000032 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.324594154000067, 29.810701546000072 ], [ 106.324558683000078, 29.810728126000072 ], [ 106.324567333000061, 29.810865266000061 ], [ 106.324518132000037, 29.810886057000065 ], [ 106.324562005000075, 29.810955914000083 ], [ 106.324650833000078, 29.811041271000082 ], [ 106.324666489000052, 29.811096444000043 ], [ 106.324664174000077, 29.811203868000067 ], [ 106.324625592000075, 29.811249820000054 ], [ 106.32452132300007, 29.811267138000058 ], [ 106.32443547500003, 29.811266371000045 ], [ 106.324353945000041, 29.811254256000034 ], [ 106.324336748000064, 29.811243521000055 ], [ 106.324315985000055, 29.811269999000046 ], [ 106.324307348000048, 29.811282888000051 ], [ 106.324295977000077, 29.811311165000056 ], [ 106.324304951000045, 29.811323877000067 ], [ 106.32432583700006, 29.81134927100004 ], [ 106.324364438000032, 29.811382169000069 ], [ 106.324402872000064, 29.811402266000073 ], [ 106.32445918600007, 29.811442668000041 ], [ 106.324488778000045, 29.811460293000032 ], [ 106.324530079000056, 29.811475241000039 ], [ 106.324600532000034, 29.811474535000059 ], [ 106.324644431000095, 29.811463854000056 ], [ 106.324763744000052, 29.811383287000069 ], [ 106.324890478000043, 29.811197670000062 ], [ 106.324914165000052, 29.810990043000054 ], [ 106.324913455000072, 29.810936283000046 ], [ 106.324907010000061, 29.810892822000078 ], [ 106.324877014000037, 29.810844475000067 ], [ 106.324761515000034, 29.810768823000043 ], [ 106.324610924000083, 29.810703763000053 ], [ 106.324594154000067, 29.810701546000072 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.326740412000049, 29.808157882000046 ], [ 106.32668925400003, 29.808194045000047 ], [ 106.326618260000032, 29.808270776000086 ], [ 106.326550492000081, 29.808448279000061 ], [ 106.326530391000063, 29.808504668000072 ], [ 106.326511880000055, 29.808537905000037 ], [ 106.326495113000078, 29.808559556000034 ], [ 106.326472615000057, 29.808577960000036 ], [ 106.326436726000054, 29.808586583000078 ], [ 106.32638557000007, 29.808587096000043 ], [ 106.326315227000066, 29.808569624000079 ], [ 106.326242924000042, 29.808547214000043 ], [ 106.32620670700004, 29.808531052000035 ], [ 106.326046573000042, 29.808458294000054 ], [ 106.325660516000028, 29.808353101000083 ], [ 106.325495070000045, 29.80830848800008 ], [ 106.325377121000031, 29.808273315000068 ], [ 106.325344715000028, 29.808258767000041 ], [ 106.325321696000074, 29.808237514000044 ], [ 106.325294757000052, 29.808206387000038 ], [ 106.325273611000057, 29.808183462000038 ], [ 106.32523913600005, 29.808155715000058 ], [ 106.325185694000027, 29.808126505000072 ], [ 106.325139981000063, 29.808108785000059 ], [ 106.325111387000049, 29.808095851000079 ], [ 106.325084600000025, 29.808076289000041 ], [ 106.32502794800007, 29.808004384000064 ], [ 106.324856545000046, 29.80807964200006 ], [ 106.324762066000062, 29.808153847000078 ], [ 106.32456946700006, 29.80831561300004 ], [ 106.324308674000065, 29.808518020000076 ], [ 106.324198515000035, 29.808660398000089 ], [ 106.324170258000038, 29.808702155000049 ], [ 106.324148854000043, 29.808749523000074 ], [ 106.324132133000035, 29.808810091000051 ], [ 106.324113935000071, 29.808869882000067 ], [ 106.324118560000045, 29.808932758000076 ], [ 106.324114232000056, 29.80898659800005 ], [ 106.32411161400006, 29.809019157000076 ], [ 106.324169391000055, 29.809083209000054 ], [ 106.324183819000041, 29.80910766800007 ], [ 106.324200335000057, 29.809137381000077 ], [ 106.324237206000078, 29.809182706000051 ], [ 106.324269886000081, 29.809215770000041 ], [ 106.324347428000067, 29.809288807000083 ], [ 106.324378394000064, 29.809344737000071 ], [ 106.324407206000046, 29.809390142000034 ], [ 106.324474743000053, 29.809468552000052 ], [ 106.324541955000029, 29.809522360000074 ], [ 106.324620865000057, 29.809546174000051 ], [ 106.324717771000053, 29.80955926200005 ], [ 106.324943079000036, 29.809528883000045 ], [ 106.325005173000079, 29.809500142000054 ], [ 106.325048923000054, 29.809455764000067 ], [ 106.325068679000026, 29.809425690000072 ], [ 106.325105968000059, 29.809349744000087 ], [ 106.325143789000037, 29.809314216000075 ], [ 106.325201923000066, 29.809290785000087 ], [ 106.325238217000049, 29.809292179000067 ], [ 106.325302789000034, 29.809298561000038 ], [ 106.325357681000071, 29.809334918000033 ], [ 106.325384431000032, 29.809376829000069 ], [ 106.325389573000052, 29.809461136000046 ], [ 106.325386030000061, 29.809498079000043 ], [ 106.325364353000055, 29.809535203000046 ], [ 106.32536490800004, 29.809577378000085 ], [ 106.325389690000065, 29.809622824000094 ], [ 106.325396129000069, 29.809652636000077 ], [ 106.325394144000029, 29.809657112000078 ], [ 106.325434314000077, 29.809802566000091 ], [ 106.325461160000032, 29.809903659000035 ], [ 106.325467444000026, 29.809934358000078 ], [ 106.325501509000048, 29.80988195000009 ], [ 106.325590711000075, 29.809922580000038 ], [ 106.32552060200004, 29.81002745700005 ], [ 106.325532441000064, 29.810041851000044 ], [ 106.325570988000038, 29.81005720000007 ], [ 106.325598077000052, 29.810058896000037 ], [ 106.325620447000063, 29.810044902000072 ], [ 106.325647147000041, 29.810017096000088 ], [ 106.325669336000033, 29.809989335000061 ], [ 106.325689036000028, 29.809943898000078 ], [ 106.32572203400008, 29.809880620000058 ], [ 106.32575767700007, 29.809846826000076 ], [ 106.325786994000055, 29.809846531000066 ], [ 106.325818802000072, 29.809863915000044 ], [ 106.325837128000046, 29.809885367000049 ], [ 106.325835677000043, 29.80994635900004 ], [ 106.325846567000042, 29.810087874000089 ], [ 106.325860357000067, 29.810107406000043 ], [ 106.32587847700006, 29.810113125000047 ], [ 106.325914613000066, 29.810116696000073 ], [ 106.325928041000054, 29.810108694000071 ], [ 106.325972964000073, 29.810094474000042 ], [ 106.326017912000054, 29.81008222100008 ], [ 106.326074292000044, 29.81008165500009 ], [ 106.326117220000071, 29.810087125000052 ], [ 106.326146850000043, 29.810110432000048 ], [ 106.326176712000063, 29.810151439000037 ], [ 106.326184101000081, 29.810198573000033 ], [ 106.326203207000049, 29.810279029000075 ], [ 106.326213059000054, 29.810341873000084 ], [ 106.326231620000044, 29.810381027000062 ], [ 106.326268300000038, 29.810425900000038 ], [ 106.326309232000028, 29.810451060000052 ], [ 106.326424716000076, 29.810485307000075 ], [ 106.326472024000054, 29.810480898000034 ], [ 106.326526020000074, 29.810470521000056 ], [ 106.326543855000068, 29.810454606000064 ], [ 106.326634970000043, 29.810351407000027 ], [ 106.326664184000037, 29.810343246000052 ], [ 106.326693502000069, 29.810342951000049 ], [ 106.326727331000029, 29.810342612000049 ], [ 106.326774767000074, 29.810348036000043 ], [ 106.32681100700006, 29.81035947500003 ], [ 106.326860752000073, 29.81036881000005 ], [ 106.326894892000041, 29.810392072000063 ], [ 106.326927012000056, 29.810433056000083 ], [ 106.326943448000065, 29.810482066000073 ], [ 106.326941893000026, 29.810535190000046 ], [ 106.326940496000077, 29.810600115000057 ], [ 106.326941405000071, 29.810668951000086 ], [ 106.32694162100006, 29.810685439000057 ], [ 106.326941975000068, 29.810712220000081 ], [ 106.326971968000066, 29.810763060000042 ], [ 106.327008416000069, 29.810790232000038 ], [ 106.327021974000061, 29.810792063000058 ], [ 106.327046782000082, 29.810791814000087 ], [ 106.327068763000057, 29.810792658000086 ], [ 106.327087401000028, 29.810793373000081 ], [ 106.327114491000046, 29.810795068000054 ], [ 106.327141683000036, 29.81080463000006 ], [ 106.327194229000042, 29.810855244000038 ], [ 106.327263003000041, 29.810939133000094 ], [ 106.327299659000062, 29.810982041000052 ], [ 106.327360915000042, 29.811008963000063 ], [ 106.32743785200006, 29.811027860000085 ], [ 106.327496307000047, 29.81101350400008 ], [ 106.327588720000051, 29.811008641000061 ], [ 106.327624882000066, 29.81101417900004 ], [ 106.327663481000059, 29.811033461000076 ], [ 106.327686345000075, 29.811056836000031 ], [ 106.327707136000086, 29.81109399800005 ], [ 106.327714396000033, 29.81113130000006 ], [ 106.327692312000067, 29.811166927000048 ], [ 106.327667789000031, 29.811188811000076 ], [ 106.327649929000074, 29.811202759000079 ], [ 106.327593678000028, 29.811213159000086 ], [ 106.32751238600008, 29.811206109000072 ], [ 106.327451233000033, 29.811187053000079 ], [ 106.327367607000042, 29.81117412400004 ], [ 106.327304279000032, 29.811160991000069 ], [ 106.327234313000091, 29.811157760000071 ], [ 106.327157687000067, 29.811162464000066 ], [ 106.327103951000026, 29.811192508000094 ], [ 106.327059287000054, 29.811226396000041 ], [ 106.32701501300005, 29.811289784000049 ], [ 106.327011307000078, 29.811350799000078 ], [ 106.327014290000079, 29.811405845000078 ], [ 106.327019216000053, 29.811437267000091 ], [ 106.327037725000025, 29.81147248700006 ], [ 106.32706997400004, 29.811523305000044 ], [ 106.327123092000079, 29.811617188000078 ], [ 106.327358554000057, 29.811854796000034 ], [ 106.327417607000029, 29.811885677000078 ], [ 106.327492290000066, 29.811904595000048 ], [ 106.327555776000054, 29.811929528000064 ], [ 106.327583228000037, 29.811958758000063 ], [ 106.327585821000071, 29.811984303000088 ], [ 106.327586159000077, 29.81200987000005 ], [ 106.327584398000056, 29.812047261000082 ], [ 106.327571178000028, 29.812070998000074 ], [ 106.327560083000051, 29.812084878000064 ], [ 106.32753110200008, 29.812110740000033 ], [ 106.32743246800004, 29.812156972000086 ], [ 106.327342960000067, 29.812210981000078 ], [ 106.327271440000061, 29.81226087400006 ], [ 106.327224624000053, 29.812302651000039 ], [ 106.32717817200006, 29.812371964000082 ], [ 106.327176462000082, 29.812413287000076 ], [ 106.327188025000055, 29.812434808000042 ], [ 106.327210941000047, 29.812462116000063 ], [ 106.327249593000033, 29.812485331000058 ], [ 106.327292600000078, 29.812496702000089 ], [ 106.327342215000058, 29.812496203000073 ], [ 106.32738721700008, 29.81248788300007 ], [ 106.327463533000071, 29.812459579000063 ], [ 106.327661062000075, 29.81238678200009 ], [ 106.327809416000036, 29.812347918000054 ], [ 106.327872460000052, 29.812339416000036 ], [ 106.327915362000056, 29.812342919000063 ], [ 106.328010136000046, 29.812345901000075 ], [ 106.328064367000081, 29.812353224000042 ], [ 106.328121139000075, 29.812382159000027 ], [ 106.328169019000043, 29.812421017000073 ], [ 106.328226051000058, 29.812469617000097 ], [ 106.328298923000034, 29.812521995000054 ], [ 106.328380996000078, 29.812588048000066 ], [ 106.328564844000027, 29.812674714000085 ], [ 106.328625841000076, 29.812681969000042 ], [ 106.328664649000089, 29.812716984000076 ], [ 106.328673982000055, 29.812740495000067 ], [ 106.328674712000065, 29.812795563000051 ], [ 106.328672923000056, 29.812830987000044 ], [ 106.328646380000066, 29.812870594000056 ], [ 106.32858810700003, 29.812898718000046 ], [ 106.32855438100006, 29.812906925000043 ], [ 106.328493541000057, 29.812911471000067 ], [ 106.328439310000078, 29.812904148000086 ], [ 106.32839855800006, 29.81289275600005 ], [ 106.32833953100004, 29.812863844000045 ], [ 106.328260362000037, 29.812846937000078 ], [ 106.328195089000076, 29.812857430000069 ], [ 106.328168232000053, 29.812873435000078 ], [ 106.328136971000049, 29.812897354000089 ], [ 106.328112657000077, 29.812934970000072 ], [ 106.328113073000068, 29.812966437000053 ], [ 106.32811569100005, 29.812993950000074 ], [ 106.328114892000031, 29.813104111000087 ], [ 106.32812199600005, 29.81312960900005 ], [ 106.328148416000033, 29.813251298000068 ], [ 106.328206306000027, 29.813364802000077 ], [ 106.328277841000045, 29.81348669200008 ], [ 106.328311577000079, 29.813536184000053 ], [ 106.328372551000029, 29.813598515000088 ], [ 106.328475658000059, 29.813663045000055 ], [ 106.328791550000062, 29.813898531000063 ], [ 106.328973952000084, 29.81404618800007 ], [ 106.329139630000043, 29.814293675000044 ], [ 106.329314434000025, 29.814548937000037 ], [ 106.329545543000052, 29.814740689000075 ], [ 106.329597149000051, 29.814776886000065 ], [ 106.329660610000076, 29.814799853000075 ], [ 106.329708828000037, 29.814807235000043 ], [ 106.329735823000078, 29.81480171800008 ], [ 106.329792888000043, 29.814795899000046 ], [ 106.329841280000039, 29.814816393000054 ], [ 106.330001871000036, 29.814906570000065 ], [ 106.330052501000068, 29.814956240000075 ], [ 106.330094049000081, 29.814568192000081 ], [ 106.330099246000032, 29.814162854000074 ], [ 106.330034309000041, 29.813247012000097 ], [ 106.329907676000076, 29.812856820000029 ], [ 106.329563123000071, 29.811962213000076 ], [ 106.329373190000069, 29.811577261000082 ], [ 106.329085226000075, 29.810967626000025 ], [ 106.328778276000037, 29.810519373000091 ], [ 106.328086092000035, 29.809692735000048 ], [ 106.327652240000077, 29.809231938000035 ], [ 106.327036491000058, 29.808593352000059 ], [ 106.326832254000067, 29.808323678000082 ], [ 106.326783879000061, 29.808259686000046 ], [ 106.326746250000042, 29.808209403000038 ], [ 106.32674030000004, 29.808158802000047 ], [ 106.326740412000049, 29.808157882000046 ] ], [ [ 106.325263201000041, 29.809012012000032 ], [ 106.325283524000042, 29.809038897000054 ], [ 106.325299512000072, 29.809073565000059 ], [ 106.325304588000051, 29.809121888000053 ], [ 106.32530300600007, 29.809170276000092 ], [ 106.32528342300003, 29.809199496000076 ], [ 106.325265753000053, 29.809205478000077 ], [ 106.325236939000035, 29.809207703000084 ], [ 106.325216974000057, 29.809207902000075 ], [ 106.325174696000033, 29.809198651000084 ], [ 106.325145500000076, 29.809171855000045 ], [ 106.325107326000079, 29.809137410000062 ], [ 106.325062500000058, 29.809103031000063 ], [ 106.324974833000056, 29.809016839000037 ], [ 106.324945840000055, 29.809005520000081 ], [ 106.324907974000041, 29.808994290000044 ], [ 106.324868145000039, 29.809002429000085 ], [ 106.324810619000061, 29.80901461600007 ], [ 106.32477076400005, 29.809020821000054 ], [ 106.324675397000078, 29.809023711000055 ], [ 106.324659869000072, 29.809023866000075 ], [ 106.324555451000037, 29.809013304000075 ], [ 106.324524087000043, 29.808990399000031 ], [ 106.324506033000034, 29.808967361000047 ], [ 106.32448344200003, 29.808936629000069 ], [ 106.32448293200008, 29.808897936000047 ], [ 106.324502515000063, 29.808868716000063 ], [ 106.324530869000057, 29.80883166800005 ], [ 106.324611650000065, 29.808732178000064 ], [ 106.32463503200006, 29.808654547000067 ], [ 106.32463780500008, 29.808612434000057 ], [ 106.324640655000053, 29.808576126000055 ], [ 106.324640349000049, 29.80855291000006 ], [ 106.32464331400007, 29.808525308000078 ], [ 106.32465949200008, 29.808490317000064 ], [ 106.324677450000095, 29.80846401600007 ], [ 106.324725432000051, 29.808443218000036 ], [ 106.324846699000034, 29.808427491000081 ], [ 106.325006882000025, 29.808418629000077 ], [ 106.325209089000055, 29.808441756000033 ], [ 106.325354229000027, 29.808511891000073 ], [ 106.325490623000078, 29.808591789000051 ], [ 106.325526604000061, 29.808628192000072 ], [ 106.325581120000038, 29.808724391000055 ], [ 106.325610674000075, 29.808778272000044 ], [ 106.325615672000026, 29.808820791000077 ], [ 106.325598257000081, 29.808846119000059 ], [ 106.32558079000006, 29.808867578000054 ], [ 106.325560952000046, 29.808877451000043 ], [ 106.325489989000062, 29.808880098000081 ], [ 106.325452071000029, 29.808864999000033 ], [ 106.325367032000031, 29.808809739000075 ], [ 106.325266821000071, 29.808781722000052 ], [ 106.32518443400005, 29.808759328000065 ], [ 106.32508639100007, 29.80872741800005 ], [ 106.325015044000054, 29.808701044000088 ], [ 106.324972869000078, 29.808699532000052 ], [ 106.324935284000048, 29.808709585000091 ], [ 106.324917688000028, 29.808721370000054 ], [ 106.324915980000071, 29.808760086000071 ], [ 106.324916109000071, 29.808769758000036 ], [ 106.324929852000025, 29.808802514000032 ], [ 106.324950124000054, 29.808825530000032 ], [ 106.325042226000051, 29.808911679000058 ], [ 106.325080322000076, 29.80894031900004 ], [ 106.325109314000031, 29.80895163800005 ], [ 106.325182829000042, 29.808974120000073 ], [ 106.325263201000041, 29.809012012000032 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.319078689000051, 29.802701156000065 ], [ 106.319018972000038, 29.802584313000072 ], [ 106.318969985000081, 29.802505800000063 ], [ 106.318910709000079, 29.802455271000042 ], [ 106.318862332000037, 29.802423224000052 ], [ 106.318805812000051, 29.802379638000041 ], [ 106.318741085000056, 29.802319871000073 ], [ 106.318727461000037, 29.802296771000041 ], [ 106.318704082000068, 29.802256726000053 ], [ 106.318596638000031, 29.802072685000034 ], [ 106.318472971000062, 29.801977391000044 ], [ 106.318400163000035, 29.801921286000034 ], [ 106.318260727000052, 29.801852969000038 ], [ 106.318201664000071, 29.801818704000084 ], [ 106.318171814000038, 29.801777177000076 ], [ 106.318136391000053, 29.801717117000067 ], [ 106.318120604000057, 29.801529060000057 ], [ 106.317999709000048, 29.801249110000082 ], [ 106.317664897000043, 29.800706398000042 ], [ 106.317394751000052, 29.800218808000071 ], [ 106.317153058000031, 29.799665872000045 ], [ 106.316921628000046, 29.799082625000032 ], [ 106.316808517000027, 29.798786330000027 ], [ 106.316770844000075, 29.798554345000078 ], [ 106.316749885000036, 29.798377957000074 ], [ 106.316523801000073, 29.797999136000048 ], [ 106.316405448000069, 29.79780759200008 ], [ 106.316187373000048, 29.797816425000068 ], [ 106.316031909000074, 29.797856477000035 ], [ 106.315967504000071, 29.797882789000081 ], [ 106.315891629000078, 29.797932318000051 ], [ 106.315865648000056, 29.797971081000068 ], [ 106.315863276000087, 29.798014744000053 ], [ 106.31587842700003, 29.798047964000091 ], [ 106.315905315000066, 29.798078500000091 ], [ 106.315952770000095, 29.798106265000058 ], [ 106.316015274000051, 29.79815955000003 ], [ 106.316039388000036, 29.798202949000089 ], [ 106.316040127000065, 29.798259416000061 ], [ 106.316038024000079, 29.798323612000054 ], [ 106.316018029000077, 29.798370018000064 ], [ 106.315994923000062, 29.798403618000076 ], [ 106.315954429000044, 29.798457928000062 ], [ 106.315914070000076, 29.798522505000051 ], [ 106.315911496000084, 29.798550768000041 ], [ 106.315911933000052, 29.798584135000059 ], [ 106.315918356000054, 29.798625143000042 ], [ 106.315927453000029, 29.798645588000056 ], [ 106.315945379000041, 29.798665946000089 ], [ 106.316001696000058, 29.79869619000004 ], [ 106.316051993000031, 29.798716225000089 ], [ 106.316126168000039, 29.798761692000085 ], [ 106.316197602000045, 29.798822589000046 ], [ 106.316227702000049, 29.79887362900007 ], [ 106.316230995000083, 29.799125162000056 ], [ 106.316255781000052, 29.799219895000078 ], [ 106.316294946000028, 29.799288815000065 ], [ 106.316324576000056, 29.799303921000039 ], [ 106.316366145000075, 29.799331744000089 ], [ 106.316384205000077, 29.799362369000054 ], [ 106.316384373000062, 29.799375202000082 ], [ 106.316384743000071, 29.799403435000045 ], [ 106.316379126000072, 29.799424027000043 ], [ 106.316364615000055, 29.799439573000086 ], [ 106.316347159000031, 29.799455150000092 ], [ 106.316320841000049, 29.79946824700005 ], [ 106.316285762000078, 29.799486565000052 ], [ 106.316077290000081, 29.799524580000085 ], [ 106.315886644000045, 29.799575251000071 ], [ 106.315755492000051, 29.799674103000086 ], [ 106.315691891000029, 29.799762014000066 ], [ 106.315671795000071, 29.799800719000068 ], [ 106.315666581000087, 29.799852113000043 ], [ 106.315667288000043, 29.799906012000061 ], [ 106.315679831000082, 29.799964928000065 ], [ 106.315721803000045, 29.800023551000038 ], [ 106.315763441000058, 29.800056508000065 ], [ 106.315810896000073, 29.800084272000049 ], [ 106.315875873000039, 29.800101594000072 ], [ 106.31592590200006, 29.800101096000045 ], [ 106.315961048000077, 29.800087910000062 ], [ 106.316013718000079, 29.80006428400009 ], [ 106.316135905000067, 29.799955253000057 ], [ 106.31624676000007, 29.799879706000073 ], [ 106.316365838000081, 29.799757871000061 ], [ 106.316522332000034, 29.799571488000087 ], [ 106.316566071000068, 29.799540247000035 ], [ 106.316615832000025, 29.799519217000071 ], [ 106.31664231600007, 29.799518952000078 ], [ 106.316674755000065, 29.799523763000074 ], [ 106.316704621000042, 29.799556836000075 ], [ 106.316722647000063, 29.799584894000066 ], [ 106.316735024000096, 29.799630977000049 ], [ 106.316727237000066, 29.799710631000043 ], [ 106.316712893000044, 29.799739011000046 ], [ 106.316666816000065, 29.79981648100005 ], [ 106.316597869000077, 29.799945517000076 ], [ 106.316598474000045, 29.799991718000062 ], [ 106.316598743000043, 29.800012251000062 ], [ 106.316599011000051, 29.800032784000045 ], [ 106.316599246000067, 29.800050752000068 ], [ 106.316614464000054, 29.80008910500004 ], [ 106.316674733000085, 29.800196318000079 ], [ 106.316728712000042, 29.80027279100004 ], [ 106.316773562000037, 29.800326251000051 ], [ 106.316836238000064, 29.800392369000061 ], [ 106.316984121000075, 29.800447370000086 ], [ 106.317022545000043, 29.800459820000079 ], [ 106.317111302000058, 29.80049487500008 ], [ 106.317129230000049, 29.800515232000063 ], [ 106.31714140400004, 29.800545915000043 ], [ 106.317159565000054, 29.800584240000028 ], [ 106.31716588900008, 29.800617547000058 ], [ 106.317178132000038, 29.800653364000084 ], [ 106.317190844000038, 29.800725113000066 ], [ 106.317191953000091, 29.80080981300005 ], [ 106.31720142100005, 29.800858492000085 ], [ 106.317285303000062, 29.800970604000042 ], [ 106.317335971000034, 29.801018872000046 ], [ 106.317393028000026, 29.801105581000062 ], [ 106.317393768000059, 29.801162048000034 ], [ 106.317391331000081, 29.801200577000088 ], [ 106.317391565000037, 29.801218544000061 ], [ 106.31739989700003, 29.801227417000064 ], [ 106.317403505000073, 29.801231260000058 ], [ 106.317430361000049, 29.801259230000078 ], [ 106.317454274000056, 29.801287229000081 ], [ 106.317475278000074, 29.80131782400008 ], [ 106.317484510000057, 29.801348535000031 ], [ 106.317485049000027, 29.801389602000086 ], [ 106.31749502200006, 29.80147678000009 ], [ 106.317503145000046, 29.801491521000056 ], [ 106.317516126000044, 29.801515075000065 ], [ 106.317564188000063, 29.801589039000071 ], [ 106.31761509200004, 29.801655273000051 ], [ 106.317648709000025, 29.801749918000034 ], [ 106.317674640000078, 29.801931916000054 ], [ 106.317692567000051, 29.801952274000083 ], [ 106.317713403000042, 29.801970035000064 ], [ 106.317763905000049, 29.802005469000058 ], [ 106.317799387000036, 29.802017951000039 ], [ 106.31784058900007, 29.802017541000058 ], [ 106.317893560000073, 29.802017012000075 ], [ 106.317946566000046, 29.80201905000008 ], [ 106.317996865000055, 29.802039084000057 ], [ 106.318050342000049, 29.80207705600008 ], [ 106.318083186000081, 29.802112666000088 ], [ 106.318125027000065, 29.802161022000075 ], [ 106.318155027000046, 29.802204363000037 ], [ 106.318173157000047, 29.802240119000089 ], [ 106.31818529800006, 29.802268236000092 ], [ 106.318200686000068, 29.802319422000043 ], [ 106.318261294000081, 29.802452301000073 ], [ 106.318286453000042, 29.802575267000073 ], [ 106.318311175000076, 29.802664865000054 ], [ 106.318335190000042, 29.802700564000084 ], [ 106.318359003000069, 29.802720862000058 ], [ 106.31836940900007, 29.802726391000064 ], [ 106.318344800000034, 29.802688409000041 ], [ 106.318383597000036, 29.802638160000072 ], [ 106.318427056000075, 29.802613859000072 ], [ 106.318465078000045, 29.80259200300009 ], [ 106.318522104000067, 29.802558024000056 ], [ 106.318570847000061, 29.802519356000055 ], [ 106.318616955000039, 29.802487867000089 ], [ 106.31863964300004, 29.802503411000096 ], [ 106.318682635000073, 29.802532865000046 ], [ 106.318702414000029, 29.802580399000078 ], [ 106.318744268000046, 29.802642031000065 ], [ 106.31878931500006, 29.802661961000066 ], [ 106.318879516000038, 29.802606747000087 ], [ 106.318900272000064, 29.802636851000038 ], [ 106.318983425000056, 29.802757451000048 ], [ 106.319008949000079, 29.802794468000062 ], [ 106.318760129000054, 29.802992357000047 ], [ 106.318826115000036, 29.803014716000071 ], [ 106.318832688000043, 29.803006747000033 ], [ 106.318932819000054, 29.802922098000071 ], [ 106.319075573000077, 29.802837024000041 ], [ 106.319099212000026, 29.802811228000046 ], [ 106.319114678000062, 29.802771572000037 ], [ 106.319078689000051, 29.802701156000065 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.31898986200008, 29.794807026000058 ], [ 106.318956338000078, 29.79480007100004 ], [ 106.318899509000062, 29.794800638000087 ], [ 106.318834325000068, 29.794801288000084 ], [ 106.318784124000047, 29.794797415000062 ], [ 106.318738995000047, 29.794797865000071 ], [ 106.318673809000074, 29.794798516000068 ], [ 106.318615309000052, 29.794799099000048 ], [ 106.318565281000076, 29.794808346000085 ], [ 106.318533678000051, 29.794820326000035 ], [ 106.318512312000053, 29.794848242000061 ], [ 106.318497766000064, 29.794886296000083 ], [ 106.318510020000076, 29.794928456000036 ], [ 106.31851361300005, 29.794947375000042 ], [ 106.318578063000075, 29.795018177000088 ], [ 106.318588206000072, 29.795026823000061 ], [ 106.318608531000052, 29.795047034000053 ], [ 106.31861381300007, 29.795067392000071 ], [ 106.318629831000081, 29.795141592000046 ], [ 106.31863534200005, 29.795179447000066 ], [ 106.318649077000032, 29.795207012000045 ], [ 106.318677778000051, 29.795228596000079 ], [ 106.31871134000005, 29.79523846700004 ], [ 106.318751378000059, 29.795232236000057 ], [ 106.318785117000061, 29.795228522000055 ], [ 106.31888434400004, 29.795185255000028 ], [ 106.318938184000046, 29.795159849000068 ], [ 106.319093858000031, 29.795088847000045 ], [ 106.319136972000095, 29.79506217200008 ], [ 106.31916682700006, 29.795044378000057 ], [ 106.319194973000037, 29.795023684000057 ], [ 106.319213091000051, 29.795003092000059 ], [ 106.319216090000054, 29.794976817000077 ], [ 106.319214055000032, 29.794949134000039 ], [ 106.319180091000078, 29.794908648000042 ], [ 106.319153004000043, 29.794882674000064 ], [ 106.319097408000061, 29.794849695000032 ], [ 106.31905368200006, 29.794829719000059 ], [ 106.319013396000074, 29.794816998000048 ], [ 106.31898986200008, 29.794807026000058 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.315703604000078, 29.786056966000046 ], [ 106.315562973000056, 29.785863904000056 ], [ 106.315494189000063, 29.785725140000068 ], [ 106.315416221000092, 29.785545009000096 ], [ 106.315343141000028, 29.785408172000068 ], [ 106.315195562000042, 29.785232502000035 ], [ 106.315099820000057, 29.785086821000046 ], [ 106.315005236000061, 29.784978229000053 ], [ 106.314880716000076, 29.784903501000084 ], [ 106.314789309000062, 29.784834406000066 ], [ 106.314748098000052, 29.784788060000039 ], [ 106.31475855900004, 29.784821759000071 ], [ 106.314791987000035, 29.784916882000061 ], [ 106.314799598000036, 29.785006646000053 ], [ 106.314785269000026, 29.785141549000063 ], [ 106.314715966000051, 29.785338762000038 ], [ 106.31464044500008, 29.785470530000048 ], [ 106.314542929000041, 29.785561340000072 ], [ 106.31444506400004, 29.785627486000067 ], [ 106.31448852300008, 29.785658766000036 ], [ 106.314620947000037, 29.785749970000033 ], [ 106.31471255200006, 29.785790902000091 ], [ 106.314742436000074, 29.785804257000056 ], [ 106.314830886000038, 29.785863676000069 ], [ 106.314919491000069, 29.785934859000061 ], [ 106.31497375500004, 29.785972431000062 ], [ 106.31500115800003, 29.785991404000072 ], [ 106.31509658300007, 29.786068403000058 ], [ 106.315172828000087, 29.786097059000046 ], [ 106.315270914000052, 29.786119614000086 ], [ 106.315319764000037, 29.786116187000061 ], [ 106.315374629000075, 29.786105026000083 ], [ 106.315418491000059, 29.786103555000064 ], [ 106.315457826000056, 29.786118681000055 ], [ 106.31549005800008, 29.786134914000069 ], [ 106.315522130000033, 29.786138732000044 ], [ 106.315588346000027, 29.786123590000049 ], [ 106.315661500000033, 29.786094540000075 ], [ 106.315703604000078, 29.786056966000046 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.313140085000043, 29.791261193000075 ], [ 106.313196821000076, 29.791231319000072 ], [ 106.313248305000059, 29.791185376000044 ], [ 106.313250805000067, 29.791119404000074 ], [ 106.31322781800003, 29.791031700000072 ], [ 106.313174610000033, 29.790945763000082 ], [ 106.313117243000079, 29.790890786000034 ], [ 106.31311571100008, 29.79086399900007 ], [ 106.313122560000068, 29.790845376000046 ], [ 106.313168093000058, 29.790802658000075 ], [ 106.313185535000059, 29.790780837000053 ], [ 106.313183869000056, 29.790743743000064 ], [ 106.313164182000037, 29.790684149000075 ], [ 106.31306978300006, 29.790604938000058 ], [ 106.313001862000093, 29.790562316000035 ], [ 106.312924394000049, 29.790535253000087 ], [ 106.312829484000076, 29.790530010000055 ], [ 106.312759571000072, 29.790538436000087 ], [ 106.312692115000061, 29.790531375000061 ], [ 106.31262379900005, 29.790513691000051 ], [ 106.312561096000081, 29.790484596000049 ], [ 106.3125, 29.790450428000046 ], [ 106.312438363000084, 29.790427902000093 ], [ 106.312383057000048, 29.790420425000029 ], [ 106.312297953000041, 29.790421270000081 ], [ 106.312233787000025, 29.790439966000061 ], [ 106.312193753000031, 29.790464064000052 ], [ 106.312306981000063, 29.79058262000007 ], [ 106.3125, 29.790776496000035 ], [ 106.312555355000029, 29.790867408000057 ], [ 106.312593701000026, 29.790940994000039 ], [ 106.312653650000073, 29.791062884000034 ], [ 106.312689417000058, 29.791148427000046 ], [ 106.31272686300008, 29.791290449000083 ], [ 106.312744751000025, 29.791368344000041 ], [ 106.312748660000068, 29.791394046000047 ], [ 106.312815400000034, 29.791358212000038 ], [ 106.31290397700009, 29.79132215900006 ], [ 106.313001090000057, 29.791296280000036 ], [ 106.313140085000043, 29.791261193000075 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.313891086000069, 29.788156825000037 ], [ 106.313857431000031, 29.788125482000062 ], [ 106.313839070000029, 29.788104626000063 ], [ 106.313797277000049, 29.788070478000066 ], [ 106.31366218800008, 29.787996752000076 ], [ 106.31352972500008, 29.78797497100004 ], [ 106.313443548000066, 29.787971408000082 ], [ 106.31334010300003, 29.788003372000052 ], [ 106.313239347000035, 29.788043816000076 ], [ 106.313136750000069, 29.788094528000048 ], [ 106.313005430000032, 29.78812689200004 ], [ 106.312833218000037, 29.788128755000052 ], [ 106.312726155000064, 29.788131806000081 ], [ 106.312635273000083, 29.788156072000053 ], [ 106.312576225000043, 29.788184469000043 ], [ 106.312500001000046, 29.788211134000051 ], [ 106.312377930000025, 29.788191839000035 ], [ 106.31232013500005, 29.788177121000039 ], [ 106.312261571000079, 29.788103427000074 ], [ 106.312228048000065, 29.788029484000042 ], [ 106.312192364000069, 29.78798177800007 ], [ 106.312144044000036, 29.787925457000078 ], [ 106.312111063000032, 29.787893016000048 ], [ 106.31208297600007, 29.787851788000069 ], [ 106.312057280000033, 29.787801799000079 ], [ 106.312051558000064, 29.787747241000083 ], [ 106.312050923000072, 29.787698481000067 ], [ 106.312050732000046, 29.787683895000043 ], [ 106.312074862000031, 29.787613749000055 ], [ 106.312111285000071, 29.787526004000082 ], [ 106.31231235100006, 29.787388565000072 ], [ 106.312500001000046, 29.787266682000052 ], [ 106.312683848000063, 29.787169834000061 ], [ 106.312844474000045, 29.78711899700005 ], [ 106.313105203000077, 29.787014408000065 ], [ 106.313369780000073, 29.786895710000067 ], [ 106.31358203700006, 29.786784567000034 ], [ 106.313654206000081, 29.786675518000031 ], [ 106.313787975000039, 29.786493858000085 ], [ 106.313882153000066, 29.786357260000049 ], [ 106.313983927000038, 29.786236450000047 ], [ 106.314168885000072, 29.786068143000083 ], [ 106.314191191000077, 29.786065923000084 ], [ 106.314201203000053, 29.785949191000043 ], [ 106.314203621000047, 29.785898005000043 ], [ 106.314199142000064, 29.785870227000085 ], [ 106.314188549000065, 29.785846996000092 ], [ 106.314169890000073, 29.785836410000051 ], [ 106.314140007000063, 29.785833117000042 ], [ 106.314092394000056, 29.785829733000071 ], [ 106.31406796000006, 29.785843394000032 ], [ 106.314027655000089, 29.785865929000071 ], [ 106.313881853000055, 29.78607114600004 ], [ 106.313831962000052, 29.786150494000086 ], [ 106.313747377000027, 29.78628501900004 ], [ 106.313659688000044, 29.786402635000059 ], [ 106.313557415000048, 29.786454540000079 ], [ 106.31337992400006, 29.78652814700007 ], [ 106.313083550000044, 29.786695732000055 ], [ 106.312896196000054, 29.786802364000035 ], [ 106.312708099000076, 29.786852128000074 ], [ 106.3125, 29.786938999000085 ], [ 106.312462647000075, 29.786969308000039 ], [ 106.312348598000028, 29.787051865000073 ], [ 106.312176040000068, 29.78718114100008 ], [ 106.312076898000043, 29.787261092000044 ], [ 106.311963585000058, 29.787352470000087 ], [ 106.311920471000064, 29.787387238000058 ], [ 106.311742325000068, 29.787565423000039 ], [ 106.311705948000068, 29.787639065000075 ], [ 106.311700835000067, 29.787711296000058 ], [ 106.311698067000066, 29.787750423000027 ], [ 106.311708532000068, 29.787837171000035 ], [ 106.311763686000063, 29.788010328000045 ], [ 106.311774114000059, 29.788043357000053 ], [ 106.311863845000062, 29.788055474000092 ], [ 106.311942296000041, 29.788106263000088 ], [ 106.312033653000071, 29.788192209000041 ], [ 106.312105810000048, 29.788237633000062 ], [ 106.312165312000047, 29.788266898000078 ], [ 106.312224423000032, 29.788266311000086 ], [ 106.312299881000058, 29.788266853000039 ], [ 106.312383128000079, 29.788267450000045 ], [ 106.312500001000046, 29.788255452000037 ], [ 106.312629202000053, 29.788200115000052 ], [ 106.312722965000034, 29.788185134000067 ], [ 106.312942265000061, 29.788189981000077 ], [ 106.313070780000032, 29.788163727000029 ], [ 106.313170746000026, 29.788144 ], [ 106.313357013000029, 29.788154639000076 ], [ 106.313482275000069, 29.788153395000062 ], [ 106.313641764000067, 29.788141817000056 ], [ 106.313813487000061, 29.788135116000035 ], [ 106.313891086000069, 29.788156825000037 ] ], [ [ 106.313637749000065, 29.786602295000076 ], [ 106.313562214000058, 29.786696796000061 ], [ 106.31345998300003, 29.78662816800005 ], [ 106.313534157000049, 29.786547074000055 ], [ 106.313637749000065, 29.786602295000076 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.314418597000042, 29.785391966000077 ], [ 106.314441382000041, 29.785324837000076 ], [ 106.314473829000065, 29.785275569000078 ], [ 106.314557753000031, 29.785201945000036 ], [ 106.314606090000041, 29.785157539000068 ], [ 106.314631212000052, 29.785098304000087 ], [ 106.314625929000044, 29.785024311000093 ], [ 106.31460938400005, 29.784969255000071 ], [ 106.314577777000068, 29.784884282000061 ], [ 106.314533251000057, 29.784822502000051 ], [ 106.314482135000048, 29.784784874000081 ], [ 106.314412576000052, 29.784744417000073 ], [ 106.314388116000032, 29.784721576000038 ], [ 106.314372453000033, 29.784667539000051 ], [ 106.314345821000074, 29.784566438000063 ], [ 106.31429711100003, 29.784468297000043 ], [ 106.314213233000046, 29.784307905000041 ], [ 106.314100804000077, 29.784165538000085 ], [ 106.313969334000035, 29.784013955000031 ], [ 106.31387244900003, 29.783906527000052 ], [ 106.313790961000052, 29.783876530000043 ], [ 106.313754208000034, 29.783866626000073 ], [ 106.313720250000074, 29.783870387000043 ], [ 106.313710001000061, 29.783886843000065 ], [ 106.31371785100005, 29.783953702000069 ], [ 106.313768206000077, 29.784070340000085 ], [ 106.313847056000043, 29.784232335000073 ], [ 106.313865665000037, 29.784321906000056 ], [ 106.313860930000047, 29.784359985000034 ], [ 106.313841987000046, 29.784378429000078 ], [ 106.313814147000073, 29.784383269000038 ], [ 106.313772298000075, 29.784383685000076 ], [ 106.313751174000075, 29.784368682000043 ], [ 106.31371572300003, 29.784324917000049 ], [ 106.313667806000069, 29.784261498000035 ], [ 106.313615729000048, 29.784146399000058 ], [ 106.313572984000075, 29.784078365000084 ], [ 106.313506743000062, 29.78399595500008 ], [ 106.313439002000052, 29.783936913000048 ], [ 106.313365277000074, 29.783875334000069 ], [ 106.313259610000046, 29.78376084600006 ], [ 106.313196080000068, 29.783682290000058 ], [ 106.313164527000026, 29.783659235000073 ], [ 106.313139179000075, 29.783655592000056 ], [ 106.313090844000044, 29.783659680000085 ], [ 106.313032068000041, 29.783654727000066 ], [ 106.312987355000075, 29.783633024000039 ], [ 106.312908873000026, 29.783577053000041 ], [ 106.312819375000061, 29.783528113000049 ], [ 106.312802932000068, 29.783483984000039 ], [ 106.312806788000046, 29.783414736000054 ], [ 106.312830739000049, 29.783304656000041 ], [ 106.312820054000042, 29.783263806000043 ], [ 106.312782973000026, 29.783242038000083 ], [ 106.312720587000058, 29.78322605400006 ], [ 106.312636735000069, 29.783218031000047 ], [ 106.312599725000041, 29.783201796000064 ], [ 106.312560077000057, 29.783177838000082 ], [ 106.312542199000077, 29.783169160000064 ], [ 106.3125, 29.783169946000047 ], [ 106.312407234000034, 29.783245489000077 ], [ 106.312356862000058, 29.783304543000035 ], [ 106.312332421000065, 29.783391223000081 ], [ 106.312308181000063, 29.783481867000031 ], [ 106.312308951000048, 29.783540846000054 ], [ 106.312322083000026, 29.783605063000035 ], [ 106.312322609000034, 29.783645277000062 ], [ 106.312310699000079, 29.783674888000064 ], [ 106.312246930000072, 29.783734508000069 ], [ 106.312189097000044, 29.783777981000075 ], [ 106.312106609000082, 29.783816336000086 ], [ 106.312079440000048, 29.783854143000038 ], [ 106.31207992800006, 29.783891675000064 ], [ 106.312086634000082, 29.78393450700009 ], [ 106.312093200000049, 29.783966617000079 ], [ 106.312096973000052, 29.784020203000072 ], [ 106.31209777800008, 29.784081863000036 ], [ 106.312098476000074, 29.784135480000081 ], [ 106.312108081000076, 29.784164879000052 ], [ 106.312142343000062, 29.784199393000055 ], [ 106.312216590000062, 29.784236193000076 ], [ 106.312284482000052, 29.784256969000076 ], [ 106.312402597000073, 29.784295287000077 ], [ 106.312500001000046, 29.784306200000067 ], [ 106.312619195000082, 29.784318945000052 ], [ 106.312693250000052, 29.784316464000085 ], [ 106.312719027000071, 29.784296994000048 ], [ 106.312764255000047, 29.784233663000066 ], [ 106.31282286000004, 29.784121295000094 ], [ 106.312843493000059, 29.784014541000094 ], [ 106.312850612000048, 29.783946350000065 ], [ 106.312870337000049, 29.78392344700006 ], [ 106.312918136000064, 29.783903759000054 ], [ 106.312988211000061, 29.783903063000082 ], [ 106.313041694000049, 29.783935282000083 ], [ 106.313166927000054, 29.784095170000057 ], [ 106.313206730000047, 29.784210454000064 ], [ 106.31323270200005, 29.784331324000046 ], [ 106.313246689000039, 29.784396660000073 ], [ 106.313259973000072, 29.784407986000076 ], [ 106.313314683000044, 29.784430358000058 ], [ 106.313328244000047, 29.784462961000084 ], [ 106.313322021000047, 29.784561235000066 ], [ 106.313319128000046, 29.784644013000054 ], [ 106.313330946000065, 29.784660459000058 ], [ 106.313351046000037, 29.784664859000081 ], [ 106.31339420300003, 29.784657990000081 ], [ 106.313419311000075, 29.784642098000067 ], [ 106.313439026000026, 29.784617059000084 ], [ 106.313467070000058, 29.784583656000056 ], [ 106.313493305000065, 29.784573274000074 ], [ 106.313523951000036, 29.78457757000006 ], [ 106.313559225000063, 29.784613104000069 ], [ 106.31360002200006, 29.784667906000045 ], [ 106.313626990000046, 29.784713645000068 ], [ 106.313649334000047, 29.78480953300004 ], [ 106.313673886000061, 29.78487142300008 ], [ 106.313717934000067, 29.784911256000036 ], [ 106.313778779000074, 29.78494694200009 ], [ 106.313821442000062, 29.784958592000063 ], [ 106.313860050000073, 29.784962520000068 ], [ 106.313898692000066, 29.784969036000064 ], [ 106.313934493000033, 29.784985064000072 ], [ 106.313988503000076, 29.785032822000055 ], [ 106.314030831000025, 29.785094492000042 ], [ 106.314073585000074, 29.785188459000036 ], [ 106.314079615000026, 29.785271437000066 ], [ 106.314087430000029, 29.785396455000068 ], [ 106.314085549000026, 29.785441768000059 ], [ 106.314073582000049, 29.785472082000069 ], [ 106.314035208000064, 29.785562271000053 ], [ 106.31403759300008, 29.785650015000048 ], [ 106.314041341000063, 29.785667765000081 ], [ 106.314057125000033, 29.785600196000079 ], [ 106.314076494000062, 29.785541652000067 ], [ 106.314087585000038, 29.785513634000036 ], [ 106.314097695000044, 29.78548651900007 ], [ 106.314112041000044, 29.785448068000058 ], [ 106.314152804000059, 29.785360159000046 ], [ 106.31418345600008, 29.785316071000072 ], [ 106.314208286000053, 29.785290902000035 ], [ 106.314248491000058, 29.785277514000079 ], [ 106.314278584000078, 29.785278504000075 ], [ 106.31430795600005, 29.785279620000036 ], [ 106.314330776000077, 29.785286689000092 ], [ 106.31435752200008, 29.785301378000042 ], [ 106.314376049000032, 29.785316087000062 ], [ 106.314403717000062, 29.785353074000064 ], [ 106.314414877000061, 29.78537697400008 ], [ 106.314418597000042, 29.785391966000077 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.310165478000044, 29.787409971000045 ], [ 106.310156419000066, 29.787322234000044 ], [ 106.310155459000043, 29.787248527000088 ], [ 106.310154942000054, 29.787208839000073 ], [ 106.310164212000075, 29.787171889000028 ], [ 106.310212518000071, 29.78713738700009 ], [ 106.310290221000059, 29.787113935000047 ], [ 106.310391043000038, 29.787118606000035 ], [ 106.310482379000064, 29.787149429000078 ], [ 106.31050052900008, 29.78691587600008 ], [ 106.310500778000062, 29.786694563000079 ], [ 106.310473836000028, 29.786550022000089 ], [ 106.310441790000027, 29.786405616000081 ], [ 106.310372163000068, 29.786467745000042 ], [ 106.310210300000051, 29.786538317000062 ], [ 106.310034169000062, 29.786584689000044 ], [ 106.309826330000078, 29.786696287000041 ], [ 106.309822646000043, 29.786699233000036 ], [ 106.309692842000061, 29.786803090000038 ], [ 106.309662330000037, 29.786842393000086 ], [ 106.309694659000058, 29.78688949800005 ], [ 106.309731231000058, 29.786989138000077 ], [ 106.309786340000073, 29.787157826000055 ], [ 106.309834686000045, 29.787484278000075 ], [ 106.309822911000026, 29.787807926000085 ], [ 106.309862130000056, 29.78776483200005 ], [ 106.309932893000052, 29.787672152000088 ], [ 106.309985838000046, 29.787624909000044 ], [ 106.310027392000052, 29.787602597000046 ], [ 106.310062403000074, 29.787592030000042 ], [ 106.310087201000044, 29.787568425000067 ], [ 106.310137807000046, 29.787470105000065 ], [ 106.310165478000044, 29.787409971000045 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.310358196000038, 29.788089654000093 ], [ 106.310382381000068, 29.788047758000062 ], [ 106.310404730000087, 29.788037732000085 ], [ 106.310430015000065, 29.788037482000057 ], [ 106.310483395000063, 29.788036953000077 ], [ 106.310562349000065, 29.788058229000054 ], [ 106.310745317000055, 29.788083375000042 ], [ 106.310866540000063, 29.788114036000085 ], [ 106.310931350000033, 29.788128100000055 ], [ 106.310984763000079, 29.78813002000005 ], [ 106.311029715000075, 29.788129575000088 ], [ 106.311054873000046, 29.788119521000056 ], [ 106.311057394000045, 29.78809743700009 ], [ 106.311056979000057, 29.788065579000087 ], [ 106.311056404000055, 29.788021467000078 ], [ 106.311044527000035, 29.787972566000061 ], [ 106.311026968000078, 29.78791881900008 ], [ 106.311006280000086, 29.78788373000009 ], [ 106.311001107000038, 29.787874957000032 ], [ 106.31096227200004, 29.787802106000072 ], [ 106.310870721000072, 29.787712496000033 ], [ 106.310820346000071, 29.787670591000051 ], [ 106.310801346000062, 29.78765478500009 ], [ 106.310698289000072, 29.787581347000067 ], [ 106.310598676000041, 29.78751517600006 ], [ 106.310485636000081, 29.787446219000053 ], [ 106.310389579000059, 29.78739607000006 ], [ 106.310318891000065, 29.787366112000079 ], [ 106.310260336000056, 29.787368152000059 ], [ 106.310215190000065, 29.787371520000082 ], [ 106.310186873000077, 29.787382020000042 ], [ 106.310165478000044, 29.787409971000045 ], [ 106.310137807000046, 29.787470105000065 ], [ 106.310087201000044, 29.787568425000067 ], [ 106.310062403000074, 29.787592030000042 ], [ 106.310027392000052, 29.787602597000046 ], [ 106.309985838000046, 29.787624909000044 ], [ 106.309932893000052, 29.787672152000088 ], [ 106.309862130000056, 29.78776483200005 ], [ 106.309822911000026, 29.787807926000085 ], [ 106.309754869000074, 29.787882693000089 ], [ 106.309673704000033, 29.78801048300005 ], [ 106.30959249600005, 29.788138338000067 ], [ 106.309505261000027, 29.788251621000075 ], [ 106.309482004000074, 29.788283830000079 ], [ 106.309529272000077, 29.788288716000061 ], [ 106.309688795000056, 29.788303020000047 ], [ 106.309798041000079, 29.788301937000082 ], [ 106.309902528000066, 29.788285018000067 ], [ 106.309988498000052, 29.788244456000076 ], [ 106.310119624000038, 29.788175649000042 ], [ 106.310358196000038, 29.788089654000093 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.310412210000038, 29.789500390000061 ], [ 106.310469076000061, 29.789528319000055 ], [ 106.310547386000053, 29.789551733000057 ], [ 106.310620437000068, 29.789570666000088 ], [ 106.310683147000077, 29.789594236000092 ], [ 106.310747749000029, 29.789629884000082 ], [ 106.31081587400007, 29.78967003200006 ], [ 106.310877069000071, 29.789710250000034 ], [ 106.31092116700006, 29.789768780000085 ], [ 106.310970308000037, 29.789815164000057 ], [ 106.311135398000033, 29.789979847000041 ], [ 106.311263951000058, 29.79013430700007 ], [ 106.311448757000051, 29.790348690000087 ], [ 106.311515605000068, 29.790423625000066 ], [ 106.311526359000027, 29.790450736000082 ], [ 106.311570633000045, 29.790536206000073 ], [ 106.311589361000088, 29.790562806000079 ], [ 106.311625758000048, 29.790603846000067 ], [ 106.311792866000076, 29.790799998000054 ], [ 106.311810395000066, 29.790818341000097 ], [ 106.311888228000043, 29.790833093000064 ], [ 106.311924088000069, 29.790832738000056 ], [ 106.311949399000071, 29.79083248500006 ], [ 106.311971475000064, 29.790826746000043 ], [ 106.311979827000073, 29.790820223000082 ], [ 106.311994564000045, 29.790790204000089 ], [ 106.311798813000053, 29.790564581000062 ], [ 106.311474912000051, 29.790207183000067 ], [ 106.311330138000073, 29.790085237000078 ], [ 106.311254508000047, 29.790003464000044 ], [ 106.311222076000035, 29.78997121100009 ], [ 106.31116049700006, 29.789907025000051 ], [ 106.311062217000028, 29.789797741000086 ], [ 106.311022646000026, 29.789753028000064 ], [ 106.310943614000053, 29.789672191000076 ], [ 106.310934075000034, 29.789656803000078 ], [ 106.310893454000052, 29.789619304000041 ], [ 106.310795970000072, 29.789533561000042 ], [ 106.310691262000034, 29.789468792000037 ], [ 106.310496408000077, 29.789410199000081 ], [ 106.310432567000078, 29.789396191000041 ], [ 106.310390116000065, 29.789415256000041 ], [ 106.310381648000032, 29.789425658000088 ], [ 106.31037316700008, 29.789435123000086 ], [ 106.310373401000049, 29.789452944000054 ], [ 106.310380047000081, 29.789467888000051 ], [ 106.31040291000005, 29.789489237000051 ], [ 106.310412210000038, 29.789500390000061 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.310877591000065, 29.792911797000045 ], [ 106.310858400000029, 29.792852917000062 ], [ 106.31085809700005, 29.792829669000074 ], [ 106.310868470000059, 29.792807477000046 ], [ 106.310914773000036, 29.792780862000086 ], [ 106.310940619000064, 29.792772871000068 ], [ 106.310874341000059, 29.792733615000092 ], [ 106.310799723000059, 29.79269441100007 ], [ 106.310765333000063, 29.792675143000057 ], [ 106.31073279800006, 29.792670381000047 ], [ 106.310679515000061, 29.792670909000037 ], [ 106.310564614000043, 29.79267132200005 ], [ 106.31052954300003, 29.792663682000068 ], [ 106.310469345000058, 29.792644669000087 ], [ 106.310408360000054, 29.79262929500004 ], [ 106.310368947000043, 29.792607898000089 ], [ 106.310313393000058, 29.792561968000079 ], [ 106.310291407000079, 29.79253604000008 ], [ 106.310272523000037, 29.792492651000092 ], [ 106.310267064000072, 29.79245711800008 ], [ 106.310270006000053, 29.792427313000079 ], [ 106.310315105000029, 29.792373847000075 ], [ 106.310347849000038, 29.792330673000034 ], [ 106.31038445500009, 29.792309062000072 ], [ 106.310362364000085, 29.792309228000079 ], [ 106.310282206000068, 29.792327554000053 ], [ 106.310111677000066, 29.792351786000033 ], [ 106.30989816500005, 29.792382702000054 ], [ 106.309784148000062, 29.792417275000041 ], [ 106.309805400000073, 29.792427246000049 ], [ 106.309901248000074, 29.79252019300008 ], [ 106.31001888600008, 29.792651103000086 ], [ 106.310141113000043, 29.792765755000062 ], [ 106.310248570000056, 29.792807601000053 ], [ 106.310290911000038, 29.79284174900004 ], [ 106.310319326000069, 29.792864667000057 ], [ 106.31036940000007, 29.792931840000055 ], [ 106.310395855000081, 29.793001723000092 ], [ 106.31042620900007, 29.79311395600007 ], [ 106.310435645000041, 29.793111522000061 ], [ 106.310462517000076, 29.793114066000044 ], [ 106.310498040000027, 29.793125179000072 ], [ 106.310505755000079, 29.793115635000049 ], [ 106.310603786000058, 29.793062118000073 ], [ 106.310803042000032, 29.792943378000082 ], [ 106.310877591000065, 29.792911797000045 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.311109688000045, 29.791154547000076 ], [ 106.311077383000054, 29.791068848000066 ], [ 106.311071396000045, 29.791022003000084 ], [ 106.311076344000071, 29.790989123000088 ], [ 106.311087659000066, 29.790949610000041 ], [ 106.311104510000064, 29.790922239000057 ], [ 106.31112158100008, 29.790911750000078 ], [ 106.311154794000075, 29.790902039000052 ], [ 106.311330131000034, 29.790892813000088 ], [ 106.311404335000091, 29.790925955000031 ], [ 106.311450744000069, 29.790959863000072 ], [ 106.311470764000035, 29.790984484000038 ], [ 106.311493174000077, 29.79102435600004 ], [ 106.311497772000052, 29.79104507400006 ], [ 106.31149958900005, 29.791043148000078 ], [ 106.311514811000052, 29.791018633000078 ], [ 106.311519173000079, 29.791004203000053 ], [ 106.311519584000052, 29.791002440000064 ], [ 106.311521475000063, 29.790965809000067 ], [ 106.311518416000084, 29.790946248000065 ], [ 106.311512826000069, 29.790932858000076 ], [ 106.311472499000047, 29.790868673000034 ], [ 106.311400663000043, 29.790799444000072 ], [ 106.311322275000066, 29.790700691000033 ], [ 106.311125448000041, 29.790506270000037 ], [ 106.311002943000076, 29.790335323000079 ], [ 106.310905669000078, 29.790207166000066 ], [ 106.31081824000006, 29.790124641000091 ], [ 106.310709157000076, 29.79003695100004 ], [ 106.310619173000077, 29.789994803000074 ], [ 106.310545063000063, 29.789992266000077 ], [ 106.310537923000027, 29.789992022000035 ], [ 106.310471370000073, 29.790012409000038 ], [ 106.310450380000077, 29.790058347000073 ], [ 106.310451502000035, 29.790144418000075 ], [ 106.310452413000064, 29.790214350000042 ], [ 106.310444564000079, 29.790322029000034 ], [ 106.310382751000077, 29.790548605000087 ], [ 106.310353984000074, 29.790707603000047 ], [ 106.310313300000075, 29.790898999000031 ], [ 106.310326510000039, 29.790966119000078 ], [ 106.310348658000066, 29.791008940000044 ], [ 106.310383032000061, 29.791043570000049 ], [ 106.310460368000065, 29.791061634000073 ], [ 106.310590268000055, 29.791089936000049 ], [ 106.31073239400007, 29.791110047000071 ], [ 106.310896143000036, 29.791132633000075 ], [ 106.311099978000072, 29.791154823000049 ], [ 106.311109688000045, 29.791154547000076 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.311936562000028, 29.79017160900008 ], [ 106.311899907000054, 29.79010944000003 ], [ 106.311789081000029, 29.789929526000034 ], [ 106.31172102000005, 29.78977387000009 ], [ 106.311639565000064, 29.789675943000073 ], [ 106.311539297000095, 29.789582317000058 ], [ 106.311320385000045, 29.789432272000056 ], [ 106.311244074000058, 29.789367205000072 ], [ 106.31118153500006, 29.789273205000082 ], [ 106.31115645400007, 29.789158262000065 ], [ 106.31112558500007, 29.788961097000087 ], [ 106.31112863900006, 29.788833534000045 ], [ 106.311117805000038, 29.788743642000043 ], [ 106.311047950000045, 29.788720387000073 ], [ 106.310919426000055, 29.788647475000065 ], [ 106.310729645000038, 29.78841051400007 ], [ 106.310671630000058, 29.788353144000045 ], [ 106.310624571000062, 29.788306609000085 ], [ 106.31056226700008, 29.788364352000091 ], [ 106.310550402000047, 29.788407842000087 ], [ 106.310555676000035, 29.788494534000051 ], [ 106.310628227000052, 29.788656461000073 ], [ 106.310788443000035, 29.788868119000085 ], [ 106.310814338000057, 29.788947378000046 ], [ 106.310815043000048, 29.789001586000044 ], [ 106.310815609000031, 29.789044953000086 ], [ 106.310770459000025, 29.789077930000072 ], [ 106.310716976000037, 29.789107374000075 ], [ 106.310526959000072, 29.789152631000036 ], [ 106.310456525000063, 29.789153330000094 ], [ 106.310393814000065, 29.789110577000088 ], [ 106.310260152000069, 29.789028773000041 ], [ 106.310176536000029, 29.788971772000085 ], [ 106.310018204000073, 29.78890466900009 ], [ 106.309955586000058, 29.788869146000092 ], [ 106.309896972000047, 29.788822740000043 ], [ 106.309860875000027, 29.788786773000083 ], [ 106.309864079000079, 29.788846116000059 ], [ 106.309919860000036, 29.78898790400007 ], [ 106.310098989000039, 29.789150182000075 ], [ 106.310239211000066, 29.789298371000083 ], [ 106.310339523000039, 29.789355279000063 ], [ 106.31052229900007, 29.789372767000096 ], [ 106.310699919000058, 29.78941925700008 ], [ 106.310839263000048, 29.789499902000049 ], [ 106.310973705000038, 29.78962884800006 ], [ 106.311158808000073, 29.78982484100003 ], [ 106.311472886000047, 29.790154658000056 ], [ 106.311664620000045, 29.790352284000051 ], [ 106.311807414000043, 29.790250233000052 ], [ 106.311936562000028, 29.79017160900008 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.310624571000062, 29.788306609000085 ], [ 106.310541231000059, 29.788278485000038 ], [ 106.310416831000055, 29.788283338000035 ], [ 106.310288849000074, 29.788331650000089 ], [ 106.310049431000039, 29.788424495000069 ], [ 106.309929981000053, 29.788490817000074 ], [ 106.309865117000072, 29.788607262000088 ], [ 106.309858612000028, 29.788744843000071 ], [ 106.309860875000027, 29.788786773000083 ], [ 106.309896972000047, 29.788822740000043 ], [ 106.309955586000058, 29.788869146000092 ], [ 106.310018204000073, 29.78890466900009 ], [ 106.310176536000029, 29.788971772000085 ], [ 106.310260152000069, 29.789028773000041 ], [ 106.310393814000065, 29.789110577000088 ], [ 106.310456525000063, 29.789153330000094 ], [ 106.310526959000072, 29.789152631000036 ], [ 106.310716976000037, 29.789107374000075 ], [ 106.310770459000025, 29.789077930000072 ], [ 106.310815609000031, 29.789044953000086 ], [ 106.310815043000048, 29.789001586000044 ], [ 106.310814338000057, 29.788947378000046 ], [ 106.310788443000035, 29.788868119000085 ], [ 106.310628227000052, 29.788656461000073 ], [ 106.310555676000035, 29.788494534000051 ], [ 106.310550402000047, 29.788407842000087 ], [ 106.31056226700008, 29.788364352000091 ], [ 106.310624571000062, 29.788306609000085 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.309662330000037, 29.786842393000086 ], [ 106.309631734000064, 29.786797811000046 ], [ 106.309565, 29.786752317000037 ], [ 106.309489900000074, 29.786741523000043 ], [ 106.309436444000028, 29.786699744000078 ], [ 106.309356435000041, 29.786650536000074 ], [ 106.309125275000042, 29.786506667000083 ], [ 106.309005336000041, 29.786438622000048 ], [ 106.308907642000065, 29.786385742000046 ], [ 106.308819267000047, 29.786371232000072 ], [ 106.30867818400003, 29.786372629000077 ], [ 106.30833504800006, 29.786433719000062 ], [ 106.308225229000072, 29.786465575000079 ], [ 106.308159646000036, 29.786508533000077 ], [ 106.308164455000053, 29.786539255000033 ], [ 106.308258140000078, 29.786622947000069 ], [ 106.308356285000059, 29.78671043800006 ], [ 106.308415050000065, 29.78682139800009 ], [ 106.308496660000074, 29.786993671000047 ], [ 106.308550516000025, 29.787066216000088 ], [ 106.308590646000027, 29.78710043500007 ], [ 106.30867932300005, 29.787138020000043 ], [ 106.308767900000078, 29.787167913000076 ], [ 106.30888733900008, 29.787197500000055 ], [ 106.308993803000078, 29.787246447000083 ], [ 106.309113792000062, 29.787318338000038 ], [ 106.309176266000065, 29.787375413000071 ], [ 106.309185084000035, 29.787386957000081 ], [ 106.309303528000044, 29.787265383000083 ], [ 106.309459845000049, 29.787125898000063 ], [ 106.309537317000036, 29.787003422000051 ], [ 106.309662330000037, 29.786842393000086 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.302000854000028, 29.772155880000064 ], [ 106.302045951000039, 29.772177012000043 ], [ 106.30218642300008, 29.77222509000006 ], [ 106.30233441200005, 29.772269798000085 ], [ 106.302463547000059, 29.772317989000044 ], [ 106.302600709000046, 29.772402373000098 ], [ 106.302768534000052, 29.772519429000059 ], [ 106.302947823000068, 29.772646265000049 ], [ 106.303180677000057, 29.77282286000008 ], [ 106.303255301000036, 29.772893845000048 ], [ 106.303304415000071, 29.772965082000034 ], [ 106.30340386000006, 29.77309208600008 ], [ 106.303408186000084, 29.773097608000061 ], [ 106.303489632000037, 29.773257559000058 ], [ 106.303576940000028, 29.773432289000077 ], [ 106.303681864000069, 29.773653836000037 ], [ 106.30376321600005, 29.773806367000081 ], [ 106.303812684000036, 29.773904804000036 ], [ 106.303854181000077, 29.773993566000065 ], [ 106.303856419000056, 29.773998352000035 ], [ 106.303925728000095, 29.774096593000088 ], [ 106.304004534000057, 29.77416764700007 ], [ 106.30402612000006, 29.774187109000081 ], [ 106.304154923000056, 29.774282290000084 ], [ 106.30433497000007, 29.774394278000045 ], [ 106.304520880000041, 29.774521047000061 ], [ 106.304700151000077, 29.774660697000058 ], [ 106.304779459000045, 29.774609633000065 ], [ 106.304778156000054, 29.774509113000075 ], [ 106.304722324000082, 29.774385478000063 ], [ 106.304687132000026, 29.774285294000034 ], [ 106.304618204000064, 29.774197269000073 ], [ 106.304529940000066, 29.774186313000097 ], [ 106.304386765000061, 29.774122675000051 ], [ 106.304256991000045, 29.774047078000077 ], [ 106.304153946000042, 29.773941648000065 ], [ 106.303939623000076, 29.773618512000041 ], [ 106.303778450000038, 29.773212060000041 ], [ 106.303639449000059, 29.772947315000067 ], [ 106.303508223000051, 29.772759372000046 ], [ 106.303405411000043, 29.772671682000077 ], [ 106.303268096000068, 29.772537022000048 ], [ 106.302858300000025, 29.772298599000059 ], [ 106.302674384000056, 29.772229447000086 ], [ 106.302422771000067, 29.772166876000089 ], [ 106.302198574000059, 29.772127689000062 ], [ 106.302063022000027, 29.772129023000048 ], [ 106.302000854000028, 29.772155880000064 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.303941244000043, 29.77177143200004 ], [ 106.303847660000031, 29.771766916000043 ], [ 106.303782448000049, 29.771786598000055 ], [ 106.303714436000064, 29.771830783000041 ], [ 106.303628462000063, 29.77193226200006 ], [ 106.303549319000069, 29.772079908000077 ], [ 106.303540919000056, 29.772153423000074 ], [ 106.30362344200006, 29.77226683900005 ], [ 106.303777695000065, 29.772382267000069 ], [ 106.303884627000059, 29.772454646000085 ], [ 106.303925502000027, 29.772481440000035 ], [ 106.304000277000057, 29.772477983000044 ], [ 106.304074700000058, 29.77244733200007 ], [ 106.304185506000067, 29.772337450000059 ], [ 106.304202799000052, 29.772228490000089 ], [ 106.304204507000065, 29.772119683000092 ], [ 106.304203414000028, 29.772035382000066 ], [ 106.304193393000048, 29.771983807000083 ], [ 106.304186701000063, 29.771948516000073 ], [ 106.304151779000051, 29.771899904000065 ], [ 106.304085369000063, 29.771827126000055 ], [ 106.304006808000068, 29.771778945000055 ], [ 106.303941244000043, 29.77177143200004 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.300988307000068, 29.768003875000094 ], [ 106.301032134000096, 29.768147523000039 ], [ 106.300931357000081, 29.768176646000082 ], [ 106.300888006000037, 29.768132288000054 ], [ 106.300848660000042, 29.768130389000071 ], [ 106.30084086300009, 29.768088881000036 ], [ 106.300832833000072, 29.768143429000077 ], [ 106.300888799000077, 29.768146132000076 ], [ 106.300932148000072, 29.768190489000059 ], [ 106.300973343000067, 29.768399078000069 ], [ 106.300960850000081, 29.76842532500007 ], [ 106.300936191000062, 29.768434833000072 ], [ 106.300982717000068, 29.768462428000081 ], [ 106.301043225000058, 29.768510351000085 ], [ 106.301116127000057, 29.768524561000046 ], [ 106.301205947000028, 29.768523678000069 ], [ 106.301248526000052, 29.768508330000088 ], [ 106.301273947000027, 29.76848942000003 ], [ 106.301307585000075, 29.76844430500006 ], [ 106.301310318000048, 29.768324853000077 ], [ 106.30125735300004, 29.768198486000077 ], [ 106.301114472000066, 29.768065538000087 ], [ 106.301015376000066, 29.768010533000052 ], [ 106.300988307000068, 29.768003875000094 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.301632449000067, 29.767433460000063 ], [ 106.301586028000031, 29.767482433000051 ], [ 106.301518222000027, 29.767531617000092 ], [ 106.301475886000048, 29.767565622000053 ], [ 106.301442393000073, 29.767621932000051 ], [ 106.301434852000057, 29.767700379000082 ], [ 106.301401407000071, 29.767760420000062 ], [ 106.301367432000063, 29.767779415000067 ], [ 106.301408156000036, 29.767904803000086 ], [ 106.301456029000065, 29.767991731000052 ], [ 106.301529784000081, 29.768014313000037 ], [ 106.301630100000068, 29.768024978000085 ], [ 106.30171015600007, 29.768018363000078 ], [ 106.301796287000059, 29.767965076000046 ], [ 106.301808512000036, 29.767877556000087 ], [ 106.301826737000056, 29.76773753700007 ], [ 106.301825607000069, 29.767650149000069 ], [ 106.301764002000027, 29.767534222000052 ], [ 106.301716580000075, 29.767482249000071 ], [ 106.301632449000067, 29.767433460000063 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.302534459000071, 29.771194790000038 ], [ 106.302542091000078, 29.771159460000039 ], [ 106.302544157000057, 29.771105623000039 ], [ 106.30247059900006, 29.771008972000072 ], [ 106.302378675000057, 29.770888191000044 ], [ 106.302332817000035, 29.770843688000063 ], [ 106.302292881000028, 29.77083555800003 ], [ 106.302162185000043, 29.770797334000061 ], [ 106.302105327000049, 29.770778140000061 ], [ 106.302020361000075, 29.770774036000038 ], [ 106.301952310000047, 29.77076482900009 ], [ 106.301833829000032, 29.770795628000084 ], [ 106.301726221000081, 29.770791748000075 ], [ 106.301652509000064, 29.770782597000043 ], [ 106.30163520900004, 29.770758073000078 ], [ 106.301646019000032, 29.770718456000051 ], [ 106.301713048000082, 29.770648654000066 ], [ 106.301786055000036, 29.770603487000081 ], [ 106.30191006900003, 29.770562756000064 ], [ 106.302100408000072, 29.77056834800004 ], [ 106.302002448000053, 29.770463957000061 ], [ 106.301736832000074, 29.770212793000052 ], [ 106.301587270000027, 29.770114745000061 ], [ 106.301456038000026, 29.77011106100008 ], [ 106.301427781000029, 29.770131243000034 ], [ 106.301382930000045, 29.770191397000072 ], [ 106.301333405000037, 29.770331213000077 ], [ 106.301307784000088, 29.770555387000066 ], [ 106.30131228700003, 29.770903666000041 ], [ 106.301349216000062, 29.770985451000058 ], [ 106.301359262000076, 29.771007700000041 ], [ 106.301366123000037, 29.771097201000089 ], [ 106.301373148000039, 29.771143817000056 ], [ 106.301622799000029, 29.771154264000071 ], [ 106.301764260000027, 29.771146696000077 ], [ 106.301876853000067, 29.771096188000062 ], [ 106.301968056000078, 29.771033541000069 ], [ 106.302045904000067, 29.771032775000037 ], [ 106.302180608000072, 29.771049973000039 ], [ 106.302267050000069, 29.771166446000045 ], [ 106.302278441000055, 29.771416725000055 ], [ 106.302310846000069, 29.771376511000071 ], [ 106.302446172000046, 29.771255753000055 ], [ 106.302534459000071, 29.771194790000038 ] ], [ [ 106.30155441200003, 29.770924524000069 ], [ 106.301383539000028, 29.770932172000066 ], [ 106.301377995000067, 29.770715049000042 ], [ 106.301533809000034, 29.770706355000065 ], [ 106.30155441200003, 29.770924524000069 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.300050251000073, 29.77223516600009 ], [ 106.300250783000081, 29.771845553000052 ], [ 106.300286265000068, 29.771732400000083 ], [ 106.300312719000033, 29.771635451000073 ], [ 106.300375279000036, 29.771473685000039 ], [ 106.300430232000053, 29.771415717000085 ], [ 106.300330478000035, 29.771401610000062 ], [ 106.300240207000058, 29.771384368000042 ], [ 106.300197949000051, 29.77133039500006 ], [ 106.300291322000078, 29.77105149600003 ], [ 106.300438851000081, 29.770675373000067 ], [ 106.300540319000049, 29.770487040000035 ], [ 106.300539382000068, 29.770414532000071 ], [ 106.30053821100006, 29.770323896000036 ], [ 106.300507072000073, 29.770058306000067 ], [ 106.300463255000068, 29.769883489000048 ], [ 106.300488303000066, 29.769677777000076 ], [ 106.300562926000055, 29.769556181000041 ], [ 106.300852170000041, 29.769426431000056 ], [ 106.300969097000063, 29.769418478000031 ], [ 106.300966566000056, 29.769378164000038 ], [ 106.300946775000057, 29.769309111000045 ], [ 106.300914875000046, 29.769260701000064 ], [ 106.300795669000081, 29.769342385000076 ], [ 106.30064361400008, 29.769368052000065 ], [ 106.300415376000046, 29.769394469000073 ], [ 106.300208305000069, 29.769450893000052 ], [ 106.300152898000078, 29.769451438000086 ], [ 106.300090020000027, 29.769409754000037 ], [ 106.300046827000074, 29.769283274000085 ], [ 106.300023241000076, 29.769065954000048 ], [ 106.300126658000067, 29.769028680000076 ], [ 106.30047963700008, 29.769007079000065 ], [ 106.300718882000069, 29.768975976000025 ], [ 106.300657886000081, 29.768889873000038 ], [ 106.300534773000038, 29.768706030000097 ], [ 106.300463054000033, 29.768795735000086 ], [ 106.300360105000038, 29.768869264000045 ], [ 106.300215132000062, 29.768906947000062 ], [ 106.300090780000062, 29.768932343000081 ], [ 106.300000589000035, 29.768921143000057 ], [ 106.299916623000058, 29.768855495000082 ], [ 106.299873975000025, 29.768771310000098 ], [ 106.299852731000044, 29.768735260000089 ], [ 106.299831875000052, 29.768729423000075 ], [ 106.299783396000066, 29.768729898000061 ], [ 106.299673441000053, 29.76879745400003 ], [ 106.299639748000061, 29.768870301000046 ], [ 106.299608608000028, 29.768926204000081 ], [ 106.299605900000074, 29.76893106600005 ], [ 106.299599754000042, 29.768991557000049 ], [ 106.299539684000081, 29.76916739700005 ], [ 106.299436267000033, 29.76920467200005 ], [ 106.299325453000051, 29.769205760000084 ], [ 106.299090367000076, 29.769238285000085 ], [ 106.298986246000027, 29.769221179000056 ], [ 106.298895821000045, 29.769191851000077 ], [ 106.298686568000051, 29.769079088000062 ], [ 106.298630537000065, 29.769031293000062 ], [ 106.298595363000061, 29.76898933700005 ], [ 106.298594583000067, 29.768928914000075 ], [ 106.298669130000064, 29.768801277000076 ], [ 106.298675152000044, 29.768784902000039 ], [ 106.298682513000074, 29.768764887000092 ], [ 106.298681735000059, 29.768704464000045 ], [ 106.298692018000054, 29.768612020000027 ], [ 106.298622798000054, 29.768628926000073 ], [ 106.298422249000055, 29.768643185000084 ], [ 106.298393242000031, 29.768645862000092 ], [ 106.298417759000074, 29.768828720000048 ], [ 106.298423039000056, 29.768877365000034 ], [ 106.29845003700008, 29.769126154000052 ], [ 106.298480074000054, 29.769249922000089 ], [ 106.298576405000063, 29.769398738000067 ], [ 106.298582220000071, 29.769407721000043 ], [ 106.298708089000058, 29.76964071500003 ], [ 106.298964430000069, 29.77011063000008 ], [ 106.299113410000089, 29.77037118700008 ], [ 106.299154259000034, 29.770488448000041 ], [ 106.29916746400005, 29.77048621900007 ], [ 106.299180569000043, 29.770484180000043 ], [ 106.299211128000081, 29.770478153000056 ], [ 106.299254818000065, 29.770471996000087 ], [ 106.299272127000052, 29.770456552000049 ], [ 106.299282821000077, 29.770437353000091 ], [ 106.299284022000066, 29.770432566000064 ], [ 106.299325468000063, 29.770456385000045 ], [ 106.299341030000051, 29.770475327000035 ], [ 106.299361093000073, 29.770503767000033 ], [ 106.299372453000046, 29.770536113000052 ], [ 106.29938627100006, 29.770589269000077 ], [ 106.299397484000053, 29.770610327000039 ], [ 106.299411278000036, 29.77066174200008 ], [ 106.299413812000068, 29.770688446000065 ], [ 106.299434269000074, 29.770747433000054 ], [ 106.299437345000058, 29.770816134000082 ], [ 106.299437841000042, 29.770875795000055 ], [ 106.299445111000068, 29.770909135000061 ], [ 106.299449583000069, 29.770937730000075 ], [ 106.299455393000073, 29.770963924000053 ], [ 106.299455747000081, 29.770991367000082 ], [ 106.299438199000065, 29.771009439000068 ], [ 106.299414949000038, 29.771009668000087 ], [ 106.299394437000046, 29.771009869000068 ], [ 106.299350580000066, 29.771003141000048 ], [ 106.299340822000033, 29.770988917000071 ], [ 106.299326930000063, 29.770972346000065 ], [ 106.299314196000068, 29.770963465000079 ], [ 106.299405704000037, 29.771158349000082 ], [ 106.299458111000035, 29.77134045500009 ], [ 106.299516401000076, 29.771625723000056 ], [ 106.29956922000008, 29.771839585000059 ], [ 106.299605016000044, 29.772144925000081 ], [ 106.299616628000095, 29.77233934100007 ], [ 106.299629330000073, 29.772371379000045 ], [ 106.299685431000057, 29.772338421000089 ], [ 106.299836984000081, 29.772285280000062 ], [ 106.299985461000063, 29.772255781000077 ], [ 106.300050251000073, 29.77223516600009 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.299629330000073, 29.772371379000045 ], [ 106.299616628000095, 29.77233934100007 ], [ 106.299605016000044, 29.772144925000081 ], [ 106.29956922000008, 29.771839585000059 ], [ 106.299516401000076, 29.771625723000056 ], [ 106.299458111000035, 29.77134045500009 ], [ 106.299405704000037, 29.771158349000082 ], [ 106.299314196000068, 29.770963465000079 ], [ 106.299298082000064, 29.770929146000057 ], [ 106.299232027000073, 29.770747175000061 ], [ 106.299179568000056, 29.770561098000076 ], [ 106.299154259000034, 29.770488448000041 ], [ 106.299113410000089, 29.77037118700008 ], [ 106.298964430000069, 29.77011063000008 ], [ 106.298708089000058, 29.76964071500003 ], [ 106.298582220000071, 29.769407721000043 ], [ 106.298576405000063, 29.769398738000067 ], [ 106.298503529000072, 29.769403368000042 ], [ 106.298453710000047, 29.769403857000039 ], [ 106.298378586000069, 29.769374165000038 ], [ 106.298298313000032, 29.769331484000077 ], [ 106.298217871000077, 29.769275760000081 ], [ 106.298037285000078, 29.76918189800006 ], [ 106.297857653000051, 29.769161925000045 ], [ 106.297782922000067, 29.769162660000063 ], [ 106.297780672000059, 29.769163952000049 ], [ 106.297713678000036, 29.76920246200007 ], [ 106.297564554000076, 29.76923000700009 ], [ 106.297490273000051, 29.76926551300005 ], [ 106.297456406000038, 29.769344092000043 ], [ 106.297438999000065, 29.769539882000061 ], [ 106.297439671000063, 29.769592039000084 ], [ 106.297443939000061, 29.769603963000066 ], [ 106.297455177000074, 29.76963535800008 ], [ 106.29749565000003, 29.76968277800005 ], [ 106.297586055000068, 29.769738403000069 ], [ 106.297786178000095, 29.769801646000076 ], [ 106.297911065000051, 29.769826502000054 ], [ 106.297936256000071, 29.76984799000007 ], [ 106.297961727000029, 29.769891211000058 ], [ 106.297967045000064, 29.769917241000083 ], [ 106.297967326000048, 29.769938974000077 ], [ 106.297917841000086, 29.769965542000072 ], [ 106.297833539000067, 29.769996799000058 ], [ 106.297799841000028, 29.770088418000054 ], [ 106.29782592800008, 29.77017945000005 ], [ 106.297876365000036, 29.770226773000054 ], [ 106.298011329000076, 29.770260225000069 ], [ 106.298101792000068, 29.770320196000053 ], [ 106.298142265000081, 29.770367615000062 ], [ 106.298143106000055, 29.770432814000063 ], [ 106.298143610000068, 29.77047193300006 ], [ 106.298087520000081, 29.770501464000056 ], [ 106.297912073000077, 29.77063456400009 ], [ 106.297904113000072, 29.770704196000057 ], [ 106.297958252000058, 29.77078094500007 ], [ 106.298128330000054, 29.770918382000051 ], [ 106.298236708000047, 29.771079608000047 ], [ 106.298274229000072, 29.771241529000072 ], [ 106.298391365000057, 29.771394942000093 ], [ 106.298525518000076, 29.771494091000076 ], [ 106.298624442000062, 29.771609042000073 ], [ 106.29877650800006, 29.771723469000051 ], [ 106.298928077000028, 29.771799262000062 ], [ 106.299017247000052, 29.771844755000078 ], [ 106.29908034400006, 29.771929144000065 ], [ 106.299180566000075, 29.772144548000092 ], [ 106.29932507400008, 29.772359513000076 ], [ 106.299389759000064, 29.772514939000072 ], [ 106.299432321000054, 29.772517998000069 ], [ 106.299471185000073, 29.772514663000035 ], [ 106.299515007000025, 29.772502426000067 ], [ 106.299544995000076, 29.772466715000064 ], [ 106.299626672000045, 29.772372940000082 ], [ 106.299629330000073, 29.772371379000045 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.298576405000063, 29.769398738000067 ], [ 106.298480074000054, 29.769249922000089 ], [ 106.29845003700008, 29.769126154000052 ], [ 106.298423039000056, 29.768877365000034 ], [ 106.298248149000074, 29.76891900400005 ], [ 106.298143751000055, 29.768937417000075 ], [ 106.298089005000065, 29.768942301000031 ], [ 106.298043829000051, 29.768916662000048 ], [ 106.29802776300005, 29.768829879000076 ], [ 106.298021006000056, 29.768724459000055 ], [ 106.297815151000066, 29.768738305000053 ], [ 106.297625413000048, 29.768790984000077 ], [ 106.297664806000071, 29.768889953000034 ], [ 106.297710764000044, 29.768976443000042 ], [ 106.297780672000059, 29.769163952000049 ], [ 106.297782922000067, 29.769162660000063 ], [ 106.297857653000051, 29.769161925000045 ], [ 106.298037285000078, 29.76918189800006 ], [ 106.298217871000077, 29.769275760000081 ], [ 106.298298313000032, 29.769331484000077 ], [ 106.298378586000069, 29.769374165000038 ], [ 106.298453710000047, 29.769403857000039 ], [ 106.298503529000072, 29.769403368000042 ], [ 106.298576405000063, 29.769398738000067 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.290311216000077, 29.756894702000068 ], [ 106.290292024000053, 29.756839184000064 ], [ 106.29014238700006, 29.756200117000056 ], [ 106.290072283000029, 29.755971243000079 ], [ 106.289989671000058, 29.755701529000074 ], [ 106.289987840000038, 29.755439537000086 ], [ 106.290000100000043, 29.755325703000036 ], [ 106.290060981000067, 29.755259275000071 ], [ 106.290135503000045, 29.755186728000066 ], [ 106.290256843000066, 29.755123371000078 ], [ 106.290211877000047, 29.755115110000073 ], [ 106.290179440000031, 29.755073666000037 ], [ 106.29005597500003, 29.754775590000069 ], [ 106.289834755000086, 29.754318385000097 ], [ 106.289613805000045, 29.753882060000091 ], [ 106.28953989300004, 29.753808042000045 ], [ 106.289497365000045, 29.75380228400007 ], [ 106.289498102000039, 29.753766190000078 ], [ 106.289427964000041, 29.753695951000047 ], [ 106.289201358000071, 29.753440639000072 ], [ 106.289192581000066, 29.753378085000069 ], [ 106.289199756000073, 29.753315375000067 ], [ 106.289287216000048, 29.753293642000077 ], [ 106.289359262000062, 29.753313820000084 ], [ 106.289649048000058, 29.753519796000038 ], [ 106.289703961000043, 29.753577873000033 ], [ 106.28981959500004, 29.753591510000035 ], [ 106.289805201000036, 29.753684942000064 ], [ 106.289851196000029, 29.753733585000074 ], [ 106.290046259000064, 29.754017044000079 ], [ 106.290095004000079, 29.754086168000072 ], [ 106.290183713000033, 29.754161863000039 ], [ 106.290231922000032, 29.754189233000087 ], [ 106.290311677000034, 29.754188455000079 ], [ 106.290343132000032, 29.754153348000045 ], [ 106.290342330000044, 29.754090716000061 ], [ 106.29032486400007, 29.753972566000073 ], [ 106.290244130000076, 29.75389679400007 ], [ 106.289755110000044, 29.753316015000053 ], [ 106.289979419000076, 29.752946902000076 ], [ 106.290026601000079, 29.752864475000074 ], [ 106.290033535000077, 29.752811240000085 ], [ 106.290015057000062, 29.752756038000086 ], [ 106.289823409000064, 29.752461056000076 ], [ 106.289443309000035, 29.751870225000062 ], [ 106.289126965000051, 29.751367281000054 ], [ 106.289125629000068, 29.751262894000032 ], [ 106.289124293000043, 29.751158507000071 ], [ 106.289033538000069, 29.750922751000079 ], [ 106.288927278000074, 29.750721945000066 ], [ 106.288789387000065, 29.750542327000051 ], [ 106.28858234900008, 29.750318219000068 ], [ 106.288511770000071, 29.750390607000043 ], [ 106.288458238000032, 29.750414620000075 ], [ 106.288381976000039, 29.75041536100008 ], [ 106.288327694000046, 29.750380655000082 ], [ 106.288235971000063, 29.750224948000035 ], [ 106.288233675000072, 29.750216085000091 ], [ 106.288114075000067, 29.750122434000051 ], [ 106.28799723000003, 29.750000001000043 ], [ 106.287953989000073, 29.749940055000078 ], [ 106.287892100000079, 29.749855755000052 ], [ 106.287872638000067, 29.749760428000062 ], [ 106.287834663000069, 29.749644056000083 ], [ 106.287811857000065, 29.749581764000077 ], [ 106.287646563000067, 29.749532246000062 ], [ 106.287533078000081, 29.749533351000078 ], [ 106.287419774000057, 29.749548602000061 ], [ 106.287339074000045, 29.749577685000077 ], [ 106.287299086000075, 29.749620520000068 ], [ 106.287231531000032, 29.749710184000037 ], [ 106.287215779000064, 29.749758549000031 ], [ 106.287180456000044, 29.74987674200008 ], [ 106.287161716000071, 29.75 ], [ 106.287157080000043, 29.750177606000072 ], [ 106.287165667000068, 29.750295025000078 ], [ 106.287173859000063, 29.750381523000044 ], [ 106.287231813000062, 29.750479908000042 ], [ 106.287310869000066, 29.750565718000075 ], [ 106.287381809000067, 29.750571212000064 ], [ 106.287417241000071, 29.750570867000075 ], [ 106.287474405000069, 29.750607416000037 ], [ 106.287524800000028, 29.750668769000072 ], [ 106.287589444000048, 29.750736166000081 ], [ 106.28763243700007, 29.750772853000058 ], [ 106.287632079000048, 29.750855726000054 ], [ 106.287637180000047, 29.750958246000039 ], [ 106.287735907000069, 29.750941824000055 ], [ 106.287765935000039, 29.751065634000042 ], [ 106.287645905000034, 29.751090053000041 ], [ 106.287646515000063, 29.751098008000039 ], [ 106.287718147000092, 29.751379313000086 ], [ 106.287730814000042, 29.751483085000068 ], [ 106.287731521000069, 29.751538421000081 ], [ 106.287833882000029, 29.751524390000036 ], [ 106.287889116000031, 29.751673013000072 ], [ 106.287789090000047, 29.751707610000039 ], [ 106.287742678000029, 29.751724165000045 ], [ 106.287758549000046, 29.751878608000084 ], [ 106.287795535000043, 29.752110776000048 ], [ 106.287774125000055, 29.752209932000078 ], [ 106.287734883000041, 29.752244946000076 ], [ 106.287673029000089, 29.752285128000047 ], [ 106.287651301000039, 29.752359550000062 ], [ 106.287597835000042, 29.752612388000042 ], [ 106.287563397000042, 29.752742769000069 ], [ 106.287582718000067, 29.752764731000056 ], [ 106.287606529000072, 29.752806959000047 ], [ 106.287615390000042, 29.752838254000039 ], [ 106.287611702000049, 29.752880748000052 ], [ 106.287610059000031, 29.752917685000057 ], [ 106.287581058000058, 29.752965963000058 ], [ 106.287531070000071, 29.753027367000072 ], [ 106.287754767000081, 29.753091789000049 ], [ 106.287828277000074, 29.753185717000061 ], [ 106.287875850000034, 29.753270883000081 ], [ 106.28788314600007, 29.753437566000052 ], [ 106.287869843000067, 29.753608954000072 ], [ 106.28787879500004, 29.753666236000065 ], [ 106.287901175000059, 29.75363569000007 ], [ 106.288044623000076, 29.753544157000078 ], [ 106.28815841100004, 29.753556570000057 ], [ 106.288190665000059, 29.753655406000071 ], [ 106.288185904000059, 29.753687 ], [ 106.288119748000042, 29.753764261000068 ], [ 106.28805840900003, 29.753814433000059 ], [ 106.28794606200006, 29.753914677000072 ], [ 106.288005578000082, 29.754125920000028 ], [ 106.288080991000072, 29.754368554000052 ], [ 106.288102432000073, 29.754508298000069 ], [ 106.288126657000078, 29.754514084000057 ], [ 106.288181748000071, 29.754567417000082 ], [ 106.288210601000074, 29.754670120000071 ], [ 106.288220619000072, 29.754838228000036 ], [ 106.288270149000027, 29.755019685000036 ], [ 106.288314471000035, 29.755215121000045 ], [ 106.288378753000075, 29.755321556000069 ], [ 106.288469818000067, 29.755554005000075 ], [ 106.288575785000035, 29.755545906000066 ], [ 106.288642116000062, 29.755548664000067 ], [ 106.288794579000083, 29.755577803000044 ], [ 106.288982137000062, 29.755606600000082 ], [ 106.289075720000042, 29.75560568800006 ], [ 106.289161678000028, 29.75561846100004 ], [ 106.289263756000025, 29.755671911000043 ], [ 106.289280443000052, 29.755756818000066 ], [ 106.289308347000031, 29.755804185000052 ], [ 106.289321003000055, 29.755878924000051 ], [ 106.289314755000078, 29.755937610000043 ], [ 106.28930359800006, 29.756042426000075 ], [ 106.289223062000076, 29.756148697000071 ], [ 106.289339692000055, 29.756120338000073 ], [ 106.28946828200003, 29.756112279000032 ], [ 106.289507711000056, 29.756145923000076 ], [ 106.289543502000072, 29.756200018000069 ], [ 106.28956772500004, 29.756264435000048 ], [ 106.289564479000035, 29.756315508000061 ], [ 106.289556987000026, 29.756339401000048 ], [ 106.289464099000043, 29.756394751000073 ], [ 106.289356095000073, 29.756487678000038 ], [ 106.289380275000042, 29.756548693000077 ], [ 106.28951317800005, 29.756877468000084 ], [ 106.289549012000066, 29.756934966000074 ], [ 106.289655558000049, 29.757032607000045 ], [ 106.289977613000076, 29.757209814000078 ], [ 106.290134545000058, 29.757283144000041 ], [ 106.290369247000058, 29.757338702000084 ], [ 106.290540680000049, 29.757402093000049 ], [ 106.290403463000089, 29.757161551000085 ], [ 106.290311216000077, 29.756894702000068 ] ], [ [ 106.288462883000079, 29.753305097000059 ], [ 106.288354212000058, 29.753362477000056 ], [ 106.28822937800004, 29.753182314000064 ], [ 106.288343491000035, 29.753122970000049 ], [ 106.288462883000079, 29.753305097000059 ] ], [ [ 106.288118315000077, 29.751951206000061 ], [ 106.287988646000031, 29.751970368000059 ], [ 106.287902152000072, 29.751943763000043 ], [ 106.287774178000063, 29.751967804000063 ], [ 106.287757765000038, 29.751864774000065 ], [ 106.287749371000075, 29.751783077000081 ], [ 106.287861638000038, 29.751769937000059 ], [ 106.287957490000053, 29.751779743000039 ], [ 106.28806884100004, 29.751825197000073 ], [ 106.288118315000077, 29.751951206000061 ] ], [ [ 106.288445894000063, 29.751226630000073 ], [ 106.28824918600003, 29.75125642200004 ], [ 106.288196178000078, 29.751074409000061 ], [ 106.288381608000066, 29.751024557000044 ], [ 106.288445894000063, 29.751226630000073 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.291475707000075, 29.748885235000046 ], [ 106.291295667000043, 29.748726907000044 ], [ 106.291261248000069, 29.74865418700006 ], [ 106.291260312000077, 29.748581141000045 ], [ 106.29126190900007, 29.748560851000036 ], [ 106.291211091000037, 29.748549151000073 ], [ 106.291163543000039, 29.748552475000061 ], [ 106.291119557000059, 29.74857724900005 ], [ 106.291226795000057, 29.748622025000092 ], [ 106.291217680000045, 29.74867939000006 ], [ 106.291147661000025, 29.748721604000082 ], [ 106.29104135800003, 29.74874984500007 ], [ 106.291004212000075, 29.748796030000058 ], [ 106.291066912000076, 29.748858279000046 ], [ 106.291149881000081, 29.748873979000045 ], [ 106.291359176000071, 29.748896024000089 ], [ 106.291441895000048, 29.748888334000071 ], [ 106.291475707000075, 29.748885235000046 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.291819654000051, 29.753631669000061 ], [ 106.291673318000051, 29.753599756000082 ], [ 106.291571215000033, 29.753560457000042 ], [ 106.291482501000075, 29.753484758000063 ], [ 106.291416668000068, 29.753392719000086 ], [ 106.291397267000036, 29.753320375000047 ], [ 106.29140874400008, 29.753134898000042 ], [ 106.291472562000081, 29.753069802000091 ], [ 106.291559778000078, 29.753028654000037 ], [ 106.291522321000059, 29.752988723000048 ], [ 106.291460913000037, 29.752912343000052 ], [ 106.291424786000064, 29.752945349000075 ], [ 106.291374097000073, 29.752953902000066 ], [ 106.291244962000079, 29.752967254000058 ], [ 106.291147788000046, 29.752952083000078 ], [ 106.291114795000055, 29.752900019000027 ], [ 106.291104630000063, 29.752827585000031 ], [ 106.291103235000037, 29.752718798000043 ], [ 106.291102461000037, 29.752658362000087 ], [ 106.291138986000078, 29.75262576700004 ], [ 106.291171310000038, 29.752625452000068 ], [ 106.291231337000056, 29.752624867000065 ], [ 106.291374530000041, 29.752627498000038 ], [ 106.291480577000073, 29.752614374000071 ], [ 106.291512124000079, 29.752553621000065 ], [ 106.29149723900008, 29.752473173000059 ], [ 106.291496257000063, 29.752396620000066 ], [ 106.291537350000056, 29.752359952000063 ], [ 106.291578855000068, 29.75235551600008 ], [ 106.291652579000086, 29.752342708000072 ], [ 106.291772478000041, 29.752329449000062 ], [ 106.291938448000053, 29.752307680000058 ], [ 106.292014861000041, 29.752322923000058 ], [ 106.292001992000053, 29.752172676000043 ], [ 106.291979507000065, 29.75197517100009 ], [ 106.291825577000054, 29.751997055000061 ], [ 106.291675762000082, 29.752008849000063 ], [ 106.291541819000031, 29.752027376000054 ], [ 106.29144689500005, 29.752011084000067 ], [ 106.291387220000047, 29.751973786000061 ], [ 106.291303647000063, 29.751919503000053 ], [ 106.291236300000037, 29.751899499000039 ], [ 106.291185091000045, 29.751906886000089 ], [ 106.291082716000062, 29.751925103000072 ], [ 106.291011777000051, 29.75193268300006 ], [ 106.29091703000006, 29.751930164000047 ], [ 106.290877127000044, 29.751896116000061 ], [ 106.29086015300004, 29.751803304000081 ], [ 106.290879089000043, 29.751741132000063 ], [ 106.290914250000071, 29.751713239000082 ], [ 106.290973306000069, 29.751702332000036 ], [ 106.291071823000038, 29.75169104000009 ], [ 106.291237069000033, 29.751651548000034 ], [ 106.291280430000029, 29.751647680000072 ], [ 106.291308229000037, 29.751661183000067 ], [ 106.291332169000043, 29.751681612000088 ], [ 106.291379786000064, 29.751701809000046 ], [ 106.291443054000069, 29.751711522000054 ], [ 106.291502245000061, 29.751710944000081 ], [ 106.291588923000077, 29.751699767000037 ], [ 106.291628075000062, 29.751675279000047 ], [ 106.291691033000063, 29.751660891000085 ], [ 106.291781659000037, 29.751649674000085 ], [ 106.291848740000034, 29.751649019000062 ], [ 106.291929656000036, 29.751664963000053 ], [ 106.291873726000063, 29.751514241000056 ], [ 106.291804279000075, 29.751309667000037 ], [ 106.29174607200008, 29.751336647000066 ], [ 106.291667373000053, 29.751354634000052 ], [ 106.291580562000036, 29.751355482000069 ], [ 106.291521196000076, 29.751342287000057 ], [ 106.291473579000069, 29.751322089000048 ], [ 106.291429777000076, 29.751291524000063 ], [ 106.291354363000039, 29.75125782300006 ], [ 106.291310515000077, 29.751223815000053 ], [ 106.291310029000044, 29.751185940000077 ], [ 106.291309544000057, 29.751148063000077 ], [ 106.291356145000066, 29.75108906700007 ], [ 106.291395031000036, 29.75104391900004 ], [ 106.291394722000064, 29.751019816000046 ], [ 106.291382532000057, 29.750992386000064 ], [ 106.291362713000069, 29.750985692000089 ], [ 106.29130746900006, 29.750986231000081 ], [ 106.291244422000034, 29.75099373400008 ], [ 106.291224648000082, 29.750990483000059 ], [ 106.291200620000041, 29.750963168000052 ], [ 106.291200179000043, 29.750928737000038 ], [ 106.291203463000059, 29.750877050000046 ], [ 106.291234633000045, 29.750845751000028 ], [ 106.291277641000079, 29.750814339000037 ], [ 106.291320871000053, 29.75080014200006 ], [ 106.291391808000071, 29.750792562000072 ], [ 106.291462482000043, 29.750764323000059 ], [ 106.291585626000028, 29.75070505900004 ], [ 106.291547793000063, 29.750568968000039 ], [ 106.291491299000043, 29.750390285000023 ], [ 106.291453004000061, 29.750296060000039 ], [ 106.291414678000081, 29.75019934900007 ], [ 106.291350840000064, 29.750115333000053 ], [ 106.291258679000066, 29.75000000100005 ], [ 106.291037757000026, 29.749728394000048 ], [ 106.290911376000054, 29.749565390000047 ], [ 106.290724038000064, 29.749356498000054 ], [ 106.290692277000062, 29.749328548000058 ], [ 106.290638776000037, 29.749365859000076 ], [ 106.29055955900003, 29.749406391000033 ], [ 106.290491412000051, 29.74942196600006 ], [ 106.29044566400006, 29.749407502000054 ], [ 106.290387506000059, 29.749313640000082 ], [ 106.290386998000031, 29.749273885000029 ], [ 106.290426351000065, 29.749233742000058 ], [ 106.290541720000078, 29.749171628000049 ], [ 106.29052249700004, 29.749147744000076 ], [ 106.290442144000053, 29.749049598000052 ], [ 106.290382792000059, 29.749132637000052 ], [ 106.290333218000058, 29.749206597000072 ], [ 106.29028969500007, 29.74931478700006 ], [ 106.290257838000059, 29.749457152000048 ], [ 106.290248495000071, 29.749604196000067 ], [ 106.290183273000025, 29.749771379000041 ], [ 106.290144861000044, 29.749840332000073 ], [ 106.290088858000047, 29.749850675000062 ], [ 106.290010467000059, 29.749866134000055 ], [ 106.289915174000043, 29.749876860000089 ], [ 106.28979786900004, 29.749922090000027 ], [ 106.289758955000082, 29.749951860000078 ], [ 106.289725842000053, 29.75000000100005 ], [ 106.289723536000054, 29.750002799000065 ], [ 106.289719679000029, 29.750006968000037 ], [ 106.289698207000072, 29.750055994000036 ], [ 106.289686535000044, 29.750110051000039 ], [ 106.28967719700006, 29.750153295000075 ], [ 106.289640747000078, 29.750203279000058 ], [ 106.28958646500007, 29.750212438000062 ], [ 106.289561741000057, 29.750212679000068 ], [ 106.28952676800003, 29.750184969000081 ], [ 106.289491328000054, 29.750120584000051 ], [ 106.28942842500004, 29.75000000100005 ], [ 106.289399796000055, 29.749960259000094 ], [ 106.289353890000029, 29.74988233200008 ], [ 106.289280046000044, 29.749814473000079 ], [ 106.289189739000051, 29.749776166000064 ], [ 106.289037502000056, 29.749723766000038 ], [ 106.288784238000062, 29.749672351000076 ], [ 106.288615476000075, 29.749644604000075 ], [ 106.288480769000046, 29.74964591600007 ], [ 106.288391276000027, 29.749671280000079 ], [ 106.288358102000075, 29.749710791000041 ], [ 106.288347313000031, 29.749745184000055 ], [ 106.288336839000067, 29.749804068000063 ], [ 106.288337716000058, 29.749872636000077 ], [ 106.288333795000028, 29.75000000100005 ], [ 106.288333287000071, 29.750022649000076 ], [ 106.28834962500008, 29.750020513000038 ], [ 106.28843779500005, 29.750048602000053 ], [ 106.28848906900005, 29.75009067100007 ], [ 106.288550947000033, 29.750199046000041 ], [ 106.288579096000035, 29.750314696000089 ], [ 106.28858234900008, 29.750318219000068 ], [ 106.288789387000065, 29.750542327000051 ], [ 106.288927278000074, 29.750721945000066 ], [ 106.289033538000069, 29.750922751000079 ], [ 106.289124293000043, 29.751158507000071 ], [ 106.289125629000068, 29.751262894000032 ], [ 106.289126965000051, 29.751367281000054 ], [ 106.289443309000035, 29.751870225000062 ], [ 106.289823409000064, 29.752461056000076 ], [ 106.290015057000062, 29.752756038000086 ], [ 106.290033535000077, 29.752811240000085 ], [ 106.290026601000079, 29.752864475000074 ], [ 106.289979419000076, 29.752946902000076 ], [ 106.289755110000044, 29.753316015000053 ], [ 106.290244130000076, 29.75389679400007 ], [ 106.29032486400007, 29.753972566000073 ], [ 106.290342330000044, 29.754090716000061 ], [ 106.290343132000032, 29.754153348000045 ], [ 106.290311677000034, 29.754188455000079 ], [ 106.290231922000032, 29.754189233000087 ], [ 106.290183713000033, 29.754161863000039 ], [ 106.290095004000079, 29.754086168000072 ], [ 106.290046259000064, 29.754017044000079 ], [ 106.289851196000029, 29.753733585000074 ], [ 106.289805201000036, 29.753684942000064 ], [ 106.289777173000061, 29.753866855000069 ], [ 106.289612438000063, 29.753857262000054 ], [ 106.289605863000077, 29.75381697600006 ], [ 106.28953989300004, 29.753808042000045 ], [ 106.289613805000045, 29.753882060000091 ], [ 106.289834755000086, 29.754318385000097 ], [ 106.29005597500003, 29.754775590000069 ], [ 106.290179440000031, 29.755073666000037 ], [ 106.290211877000047, 29.755115110000073 ], [ 106.290256843000066, 29.755123371000078 ], [ 106.29029902700006, 29.755101344000085 ], [ 106.290326152000034, 29.755077139000036 ], [ 106.290318373000048, 29.755005397000041 ], [ 106.290296573000035, 29.754909849000057 ], [ 106.29026714600009, 29.754754526000056 ], [ 106.29029342900003, 29.754664496000085 ], [ 106.290394922000075, 29.754555776000075 ], [ 106.290598060000036, 29.75435030500006 ], [ 106.291216936000069, 29.753937288000092 ], [ 106.291707574000043, 29.753687113000076 ], [ 106.291819654000051, 29.753631669000061 ] ], [ [ 106.290898326000047, 29.751086647000083 ], [ 106.290938492000066, 29.751141354000083 ], [ 106.29094314300005, 29.751196407000066 ], [ 106.290881685000045, 29.751327866000047 ], [ 106.290815309000038, 29.751383612000033 ], [ 106.290787687000034, 29.751383882000088 ], [ 106.290720606000036, 29.751384536000046 ], [ 106.290637477000075, 29.751364685000063 ], [ 106.29059748700007, 29.751323752000072 ], [ 106.290588580000076, 29.751244634000031 ], [ 106.290606810000043, 29.751127371000049 ], [ 106.29072466000008, 29.751084898000041 ], [ 106.290835102000088, 29.751080376000061 ], [ 106.290898326000047, 29.751086647000083 ] ], [ [ 106.290771842000041, 29.750447633000075 ], [ 106.290771741000071, 29.75044735900007 ], [ 106.290732061000028, 29.750430528000042 ], [ 106.290672740000062, 29.750420776000059 ], [ 106.290538181000045, 29.750391095000051 ], [ 106.290466758000036, 29.750360799000081 ], [ 106.290442552000059, 29.750319711000088 ], [ 106.290433911000036, 29.750261254000065 ], [ 106.29045289000004, 29.750202525000063 ], [ 106.290471914000079, 29.750147241000032 ], [ 106.290511198000047, 29.750133084000076 ], [ 106.290605767000059, 29.750121828000093 ], [ 106.290684773000066, 29.750127946000077 ], [ 106.290728487000081, 29.750151625000058 ], [ 106.290756903000045, 29.750213334000087 ], [ 106.290797509000072, 29.750302473000087 ], [ 106.290885070000058, 29.750360162000046 ], [ 106.290976047000072, 29.750376492000047 ], [ 106.291070748000038, 29.750375568000038 ], [ 106.291165628000044, 29.750388417000071 ], [ 106.29123727200006, 29.750435929000044 ], [ 106.291293222000036, 29.750490482000089 ], [ 106.291313569000067, 29.750538493000082 ], [ 106.291286301000071, 29.750566310000078 ], [ 106.291211328000031, 29.750567043000039 ], [ 106.291183706000027, 29.750567311000054 ], [ 106.29114429100008, 29.750571140000091 ], [ 106.291121278000048, 29.750623019000052 ], [ 106.291109838000068, 29.750654124000047 ], [ 106.290916442000025, 29.750652568000074 ], [ 106.290841381000064, 29.750646413000094 ], [ 106.290833140000075, 29.750637046000058 ], [ 106.290717069000038, 29.750706571000091 ], [ 106.290596848000064, 29.750587938000084 ], [ 106.290771842000041, 29.750447633000075 ] ], [ [ 106.290601779000042, 29.749589869000086 ], [ 106.290647718000059, 29.749619240000072 ], [ 106.290699481000047, 29.749658495000066 ], [ 106.290699799000038, 29.749683342000083 ], [ 106.290677594000044, 29.749728289000078 ], [ 106.290638238000057, 29.749768433000039 ], [ 106.290598566000028, 29.749783729000047 ], [ 106.290558703000045, 29.749784118000029 ], [ 106.290467076000041, 29.749745252000078 ], [ 106.290386777000037, 29.74970130600008 ], [ 106.290369055000042, 29.749651778000029 ], [ 106.290397147000078, 29.749621684000086 ], [ 106.290430743000073, 29.749576628000053 ], [ 106.290470479000078, 29.74956629900004 ], [ 106.290521732000059, 29.749565799000045 ], [ 106.290555902000051, 29.749565466000035 ], [ 106.290601779000042, 29.749589869000086 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.292781695000031, 29.753346646000068 ], [ 106.292870123000057, 29.753162013000058 ], [ 106.292880939000042, 29.753078962000075 ], [ 106.29287253800004, 29.75307865100007 ], [ 106.292583679000074, 29.75306794300008 ], [ 106.292510930000049, 29.75306826700006 ], [ 106.292176829000027, 29.753069753000084 ], [ 106.292139499000044, 29.753060738000045 ], [ 106.292121141000052, 29.753047928000051 ], [ 106.292114395000056, 29.753037891000073 ], [ 106.292110095000055, 29.75302494400006 ], [ 106.292030865000072, 29.753051476000056 ], [ 106.292035242000054, 29.753124472000085 ], [ 106.292041137000069, 29.753222813000036 ], [ 106.29206767200003, 29.753289767000069 ], [ 106.292104330000029, 29.753478604000062 ], [ 106.292107552000061, 29.753489246000065 ], [ 106.292164228000047, 29.753461209000079 ], [ 106.29231548100006, 29.753413816000091 ], [ 106.292411814000062, 29.753404458000027 ], [ 106.292503434000025, 29.753403563000063 ], [ 106.29267193700008, 29.753380876000051 ], [ 106.292781695000031, 29.753346646000068 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.292035242000054, 29.753124472000085 ], [ 106.292030865000072, 29.753051476000056 ], [ 106.292030250000039, 29.753041195000037 ], [ 106.29203061100003, 29.752847019000061 ], [ 106.292021458000079, 29.752578256000039 ], [ 106.292020348000051, 29.752532535000061 ], [ 106.291816825000069, 29.752546616000064 ], [ 106.291632438000079, 29.752572595000053 ], [ 106.291513312000063, 29.75264629100008 ], [ 106.291469411000037, 29.752824024000056 ], [ 106.291460913000037, 29.752912343000052 ], [ 106.291522321000059, 29.752988723000048 ], [ 106.291559778000078, 29.753028654000037 ], [ 106.291652799000076, 29.753080131000054 ], [ 106.291791892000049, 29.753123099000053 ], [ 106.291930469000079, 29.753125776000047 ], [ 106.292035242000054, 29.753124472000085 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.293079600000056, 29.752155838000082 ], [ 106.293102334000025, 29.752155616000046 ], [ 106.293198185000051, 29.752196270000066 ], [ 106.29314280300008, 29.752125513000067 ], [ 106.293004274000054, 29.751942678000031 ], [ 106.292990200000077, 29.751907167000063 ], [ 106.292989590000047, 29.751859639000084 ], [ 106.293015984000078, 29.751794025000034 ], [ 106.292920668000079, 29.751794955000037 ], [ 106.292764078000062, 29.751796486000043 ], [ 106.292649710000035, 29.751904551000049 ], [ 106.292633337000041, 29.751961421000082 ], [ 106.292617117000077, 29.752017760000061 ], [ 106.292618185000038, 29.752100933000065 ], [ 106.292639525000027, 29.752172022000082 ], [ 106.292694372000028, 29.752201194000065 ], [ 106.292776071000048, 29.752200397000085 ], [ 106.292837192000036, 29.752187914000046 ], [ 106.292911856000046, 29.752169361000082 ], [ 106.293000211000049, 29.752156614000054 ], [ 106.293079600000056, 29.752155838000082 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.294116643000052, 29.753416985000058 ], [ 106.294247579000057, 29.753461206000065 ], [ 106.294371110000043, 29.753504184000064 ], [ 106.294474445000048, 29.753530708000081 ], [ 106.294362712000066, 29.753461678000065 ], [ 106.294240527000056, 29.753352462000073 ], [ 106.294198788000088, 29.753237442000042 ], [ 106.294208936000089, 29.753131951000057 ], [ 106.294254490000071, 29.753096375000041 ], [ 106.29425229800006, 29.752925763000057 ], [ 106.294202359000053, 29.752620114000067 ], [ 106.294095042000038, 29.752325063000054 ], [ 106.293983265000065, 29.752130429000097 ], [ 106.293899274000069, 29.751987868000072 ], [ 106.293836274000057, 29.751880935000088 ], [ 106.293694519000042, 29.751591240000046 ], [ 106.29362935100005, 29.751463940000065 ], [ 106.293578315000047, 29.751446612000048 ], [ 106.293524529000081, 29.75144245000007 ], [ 106.29342794300004, 29.751452771000054 ], [ 106.29335397300008, 29.751473273000052 ], [ 106.293346461000056, 29.751547189000064 ], [ 106.293218858000046, 29.751685092000066 ], [ 106.293314249000048, 29.751690101000058 ], [ 106.293423715000074, 29.751730622000078 ], [ 106.293526831000065, 29.751806855000034 ], [ 106.293616711000027, 29.751912924000067 ], [ 106.293673949000038, 29.751963330000081 ], [ 106.293730578000066, 29.75215197700004 ], [ 106.293725018000032, 29.752246632000038 ], [ 106.293684976000065, 29.752294323000068 ], [ 106.293452115000036, 29.752351478000033 ], [ 106.293453370000066, 29.752449263000074 ], [ 106.293440746000044, 29.752526627000066 ], [ 106.293618066000079, 29.752548660000063 ], [ 106.293747577000033, 29.752559276000049 ], [ 106.293843045000074, 29.752570226000042 ], [ 106.293904854000061, 29.752611212000083 ], [ 106.293967655000074, 29.752729430000041 ], [ 106.293968418000077, 29.752788838000075 ], [ 106.293955260000075, 29.752824616000055 ], [ 106.293914639000036, 29.752842838000046 ], [ 106.293832939000026, 29.752843637000062 ], [ 106.293758124000092, 29.752850310000042 ], [ 106.293676806000065, 29.752880813000051 ], [ 106.29361629400006, 29.752940821000045 ], [ 106.293583168000055, 29.753012444000028 ], [ 106.293571153000073, 29.753137334000083 ], [ 106.293517526000073, 29.753203216000081 ], [ 106.293466545000058, 29.753224724000063 ], [ 106.293451584000081, 29.753224870000047 ], [ 106.293405571000051, 29.753225320000077 ], [ 106.29329785200008, 29.753279586000076 ], [ 106.293222971000034, 29.753286860000056 ], [ 106.293182538000053, 29.753333804000064 ], [ 106.293125159000056, 29.753372238000047 ], [ 106.293024328000058, 29.753406889000072 ], [ 106.292913636000051, 29.753424804000073 ], [ 106.292831876000037, 29.75344243600005 ], [ 106.292798391000076, 29.753463804000038 ], [ 106.292755533000047, 29.753506305000087 ], [ 106.292761381000048, 29.753586203000054 ], [ 106.292806562000067, 29.753724632000061 ], [ 106.292899586000033, 29.753833135000033 ], [ 106.292977280000059, 29.753874458000034 ], [ 106.293093065000051, 29.753877534000086 ], [ 106.293208417000073, 29.753846949000035 ], [ 106.29331320700004, 29.753744929000053 ], [ 106.293403098000056, 29.753609388000086 ], [ 106.293478793000077, 29.753495027000039 ], [ 106.293535685000052, 29.753418723000031 ], [ 106.293583528000056, 29.753388798000064 ], [ 106.293682057000069, 29.753362585000044 ], [ 106.293808474000059, 29.753348725000073 ], [ 106.293931559000043, 29.75335698900005 ], [ 106.294102268000074, 29.753412130000072 ], [ 106.294116643000052, 29.753416985000058 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.29616049100008, 29.753438174000056 ], [ 106.29606304400005, 29.75345434500008 ], [ 106.295979911000074, 29.753486857000034 ], [ 106.295882089000031, 29.753506834000063 ], [ 106.295730150000054, 29.753555868000038 ], [ 106.295607270000062, 29.753604617000068 ], [ 106.295453824000049, 29.753665585000078 ], [ 106.295369028000039, 29.753704279000079 ], [ 106.295269886000028, 29.753633074000046 ], [ 106.295179619000066, 29.753531463000062 ], [ 106.295151805000046, 29.753477639000039 ], [ 106.295143316000065, 29.753420245000079 ], [ 106.295146234000072, 29.753345833000083 ], [ 106.295167959000025, 29.75322728400004 ], [ 106.295155640000075, 29.753173308000044 ], [ 106.295135660000028, 29.75312617000009 ], [ 106.295104058000049, 29.753079144000083 ], [ 106.295068755000045, 29.753045679000078 ], [ 106.295006723000029, 29.753042905000086 ], [ 106.294944735000058, 29.753043512000094 ], [ 106.294867249000049, 29.753044271000071 ], [ 106.294692212000029, 29.752991887000064 ], [ 106.294594792000069, 29.752948887000052 ], [ 106.294512867000037, 29.752905735000073 ], [ 106.294473559000039, 29.752862166000057 ], [ 106.294434122000041, 29.752808456000086 ], [ 106.29441771200004, 29.752737614000061 ], [ 106.294408922000059, 29.752656555000044 ], [ 106.294392296000069, 29.752568811000053 ], [ 106.29439499700004, 29.752477497000093 ], [ 106.294434680000052, 29.752248888000057 ], [ 106.294491817000051, 29.752172256000048 ], [ 106.294530270000052, 29.752120121000068 ], [ 106.294484250000039, 29.752074036000071 ], [ 106.294365423000045, 29.751932262000075 ], [ 106.294277881000028, 29.751796989000077 ], [ 106.29415498000003, 29.751641641000052 ], [ 106.294058809000035, 29.751441790000058 ], [ 106.293981875000043, 29.751221332000057 ], [ 106.293897797000071, 29.751051991000054 ], [ 106.293873437000059, 29.750977358000057 ], [ 106.293880363000028, 29.750909225000047 ], [ 106.293910991000075, 29.750864683000081 ], [ 106.293961206000063, 29.750826757000084 ], [ 106.294046560000027, 29.75079188900008 ], [ 106.294131740000068, 29.750743411000091 ], [ 106.294209165000041, 29.750698411000091 ], [ 106.294251362000068, 29.750643546000052 ], [ 106.294293250000067, 29.750564861000043 ], [ 106.294296452000026, 29.750510379000048 ], [ 106.294291896000061, 29.750459374000059 ], [ 106.294256143000041, 29.750408676000063 ], [ 106.294201288000068, 29.750388791000031 ], [ 106.294150461000086, 29.750379080000076 ], [ 106.294080268000073, 29.75037976600003 ], [ 106.294013843000073, 29.750370206000067 ], [ 106.293966655000091, 29.750340038000044 ], [ 106.293926740000074, 29.750268961000071 ], [ 106.293859311000062, 29.750181135000048 ], [ 106.29380248700005, 29.75000000100005 ], [ 106.293757569000036, 29.749964228000071 ], [ 106.293732667000029, 29.749866460000078 ], [ 106.293713776000075, 29.749776369000067 ], [ 106.29371524000004, 29.749660289000083 ], [ 106.293737891000035, 29.749582690000075 ], [ 106.293737393000072, 29.749544006000065 ], [ 106.293716275000079, 29.749510682000047 ], [ 106.29367463400007, 29.749490455000057 ], [ 106.293636181000068, 29.749488252000049 ], [ 106.29354765000005, 29.749499434000086 ], [ 106.293415021000044, 29.749529104000089 ], [ 106.293294247000063, 29.749561235000041 ], [ 106.293240923000042, 29.749559022000089 ], [ 106.293126658000062, 29.749567022000061 ], [ 106.29295675000003, 29.749541152000049 ], [ 106.292853961000048, 29.749521508000054 ], [ 106.292739608000034, 29.749522626000047 ], [ 106.292649005000044, 29.749530394000089 ], [ 106.292562474000079, 29.749548447000048 ], [ 106.292452021000031, 29.749546084000091 ], [ 106.29238835600006, 29.749501969000047 ], [ 106.292324029000042, 29.749406240000045 ], [ 106.292283583000028, 29.749327485000034 ], [ 106.292227363000052, 29.749248884000046 ], [ 106.292087852000066, 29.74913324300006 ], [ 106.291987861000052, 29.749024097000071 ], [ 106.291880203000062, 29.748932233000058 ], [ 106.291773209000041, 29.748891981000032 ], [ 106.291682251000054, 29.748872222000038 ], [ 106.291567943000075, 29.748876780000046 ], [ 106.291475707000075, 29.748885235000046 ], [ 106.291606473000058, 29.749025837000087 ], [ 106.291753692000043, 29.749189993000066 ], [ 106.291791365000051, 29.749233880000077 ], [ 106.291890491000061, 29.749349363000078 ], [ 106.291923673000042, 29.749388020000076 ], [ 106.292025249000062, 29.749474694000074 ], [ 106.292199874000062, 29.749599618000044 ], [ 106.29236841900007, 29.749685639000059 ], [ 106.292435574000081, 29.749699594000049 ], [ 106.292513767000059, 29.749703701000037 ], [ 106.292591897000079, 29.749702937000052 ], [ 106.29269253700005, 29.749716565000085 ], [ 106.292849358000083, 29.74975886600004 ], [ 106.292989438000063, 29.749801331000075 ], [ 106.29314092900006, 29.749863165000079 ], [ 106.293197361000068, 29.749911318000041 ], [ 106.293226515000072, 29.75 ], [ 106.293211252000049, 29.750151613000071 ], [ 106.293241051000052, 29.750267771000043 ], [ 106.293298655000058, 29.750344841000068 ], [ 106.293413138000076, 29.750442525000032 ], [ 106.293531983000037, 29.750564869000065 ], [ 106.293606214000079, 29.750677063000069 ], [ 106.293611163000037, 29.750747590000064 ], [ 106.293572496000081, 29.750885588000067 ], [ 106.293509206000067, 29.750995597000042 ], [ 106.293498571000043, 29.751112150000043 ], [ 106.293541135000055, 29.75129162100006 ], [ 106.29362935100005, 29.751463940000065 ], [ 106.293694519000042, 29.751591240000046 ], [ 106.293836274000057, 29.751880935000088 ], [ 106.293899274000069, 29.751987868000072 ], [ 106.293983265000065, 29.752130429000097 ], [ 106.294095042000038, 29.752325063000054 ], [ 106.294202359000053, 29.752620114000067 ], [ 106.29425229800006, 29.752925763000057 ], [ 106.294254490000071, 29.753096375000041 ], [ 106.294208936000089, 29.753131951000057 ], [ 106.294198788000088, 29.753237442000042 ], [ 106.294240527000056, 29.753352462000073 ], [ 106.294362712000066, 29.753461678000065 ], [ 106.294474445000048, 29.753530708000081 ], [ 106.294594613000072, 29.753604950000071 ], [ 106.294675526000049, 29.753631775000084 ], [ 106.294756345000053, 29.753658571000077 ], [ 106.294777703000079, 29.753658362000067 ], [ 106.294831106000061, 29.753657839000084 ], [ 106.295015195000076, 29.753661056000055 ], [ 106.295182420000074, 29.753694549000038 ], [ 106.29538447200008, 29.753752795000082 ], [ 106.295771131000038, 29.753854399000094 ], [ 106.295915806000039, 29.753923244000081 ], [ 106.296000162000041, 29.753767144000051 ], [ 106.296136826000065, 29.753514449000075 ], [ 106.29616049100008, 29.753438174000056 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.25526951600007, 29.744137281000064 ], [ 106.255262393000066, 29.744137089000048 ], [ 106.255194961000029, 29.7441034480001 ], [ 106.255129991000047, 29.744081883000028 ], [ 106.255093025000065, 29.744082234000079 ], [ 106.255047066000031, 29.744102835000039 ], [ 106.25500379500005, 29.744153657000087 ], [ 106.254974137000033, 29.744184186000027 ], [ 106.254946487000041, 29.74419049800008 ], [ 106.254881693000073, 29.744183046000053 ], [ 106.254786462000027, 29.744143620000042 ], [ 106.254667697000059, 29.744070136000062 ], [ 106.254555542000062, 29.743970374000057 ], [ 106.25449449000007, 29.743892310000028 ], [ 106.254470583000057, 29.743828009000076 ], [ 106.254460437000034, 29.743755512000064 ], [ 106.254460438000081, 29.743569994000037 ], [ 106.254447304000053, 29.743443081000059 ], [ 106.254425180000055, 29.743336416000083 ], [ 106.254396501000031, 29.743260062000036 ], [ 106.254370408000057, 29.743205863000068 ], [ 106.254335224000059, 29.743163850000084 ], [ 106.254247847000045, 29.743091202000073 ], [ 106.254228603000058, 29.74316881600004 ], [ 106.25420689200007, 29.743258672000088 ], [ 106.254184975000044, 29.743331929000078 ], [ 106.254183270000055, 29.743353470000052 ], [ 106.254196382000032, 29.743356972000075 ], [ 106.25421540800005, 29.743363393000038 ], [ 106.254233373000034, 29.74337087300006 ], [ 106.25425027600005, 29.743379409000056 ], [ 106.254266117000043, 29.743389009000047 ], [ 106.254280887000064, 29.743399657000055 ], [ 106.254294593000054, 29.743411361000071 ], [ 106.254305456000068, 29.743422173000067 ], [ 106.254315595000037, 29.743433677000041 ], [ 106.254325038000061, 29.743445774000051 ], [ 106.254333836000058, 29.743458391000043 ], [ 106.254342039000051, 29.743471428000074 ], [ 106.254349669000078, 29.743484805000023 ], [ 106.254356796000081, 29.743498439000064 ], [ 106.254363438000041, 29.743512240000079 ], [ 106.254371916000025, 29.743531508000039 ], [ 106.254379548000031, 29.743550928000044 ], [ 106.254386304000036, 29.743570502000065 ], [ 106.25439218300005, 29.743590218000062 ], [ 106.254397154000074, 29.743610069000049 ], [ 106.25440119600006, 29.743630055000025 ], [ 106.254404289000036, 29.743650177000049 ], [ 106.254406412000051, 29.743670417000089 ], [ 106.254407720000074, 29.743694173000051 ], [ 106.254408142000045, 29.74371802700006 ], [ 106.254408129000069, 29.743741931000041 ], [ 106.254408147000049, 29.74376579800008 ], [ 106.254408640000065, 29.74378958800008 ], [ 106.25441008100006, 29.743813235000054 ], [ 106.254412926000043, 29.743836670000057 ], [ 106.254417628000056, 29.743859834000094 ], [ 106.254420508000067, 29.743870334000057 ], [ 106.254423843000041, 29.743880766000075 ], [ 106.254427569000029, 29.74389112100004 ], [ 106.254431655000076, 29.743901402000063 ], [ 106.254436061000035, 29.743911598000068 ], [ 106.254440746000057, 29.743921719000063 ], [ 106.254445667000027, 29.743931757000034 ], [ 106.254450784000028, 29.743941712000044 ], [ 106.254461171000074, 29.743960853000083 ], [ 106.254472012000079, 29.743979730000042 ], [ 106.254483202000074, 29.743998423000054 ], [ 106.254494607000041, 29.744017011000032 ], [ 106.254506135000042, 29.744035557000071 ], [ 106.254517643000042, 29.744054137000035 ], [ 106.254529040000079, 29.744072835000051 ], [ 106.254540191000046, 29.74409171800005 ], [ 106.254549543000053, 29.744108128000054 ], [ 106.254558791000079, 29.744124619000047 ], [ 106.254568103000054, 29.744141064000075 ], [ 106.254577661000056, 29.74415734500008 ], [ 106.254587617000027, 29.744173360000044 ], [ 106.254598139000052, 29.744188984000061 ], [ 106.254609396000035, 29.74420409400005 ], [ 106.254621547000056, 29.744218582000091 ], [ 106.254622207000068, 29.744219289000057 ], [ 106.254689339000038, 29.744317748000068 ], [ 106.254692457000033, 29.744322572000037 ], [ 106.254697572000055, 29.744331552000055 ], [ 106.25470174700007, 29.744340623000078 ], [ 106.254705251000075, 29.744351369000071 ], [ 106.254707641000039, 29.744362341000055 ], [ 106.254709393000056, 29.744373572000086 ], [ 106.254711025000063, 29.744385113000082 ], [ 106.254713023000079, 29.744396991000087 ], [ 106.254715884000063, 29.744409268000087 ], [ 106.254720115000055, 29.744421975000083 ], [ 106.254726192000078, 29.744435158000041 ], [ 106.254730208000069, 29.744442236000054 ], [ 106.254731430000049, 29.744444255000072 ], [ 106.254745091000075, 29.744442799000069 ], [ 106.254946989000075, 29.744395577000031 ], [ 106.255111928000076, 29.744298865000076 ], [ 106.255204638000066, 29.744239085000064 ], [ 106.25526951600007, 29.744137281000064 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.254053956000064, 29.74446294500007 ], [ 106.254058354000051, 29.744461793000085 ], [ 106.254068361000066, 29.744457738000055 ], [ 106.254077753000047, 29.744452508000048 ], [ 106.254086544000074, 29.744446264000082 ], [ 106.254094746000078, 29.744439151000048 ], [ 106.254102369000066, 29.744431331000047 ], [ 106.254109439000047, 29.74442294500005 ], [ 106.254115944000034, 29.744414153000037 ], [ 106.254121921000049, 29.744405112000042 ], [ 106.254129946000035, 29.744391335000056 ], [ 106.254137090000029, 29.744377431000089 ], [ 106.254143687000067, 29.744363512000056 ], [ 106.254150037000045, 29.744349669000087 ], [ 106.254156463000072, 29.744336015000044 ], [ 106.254156728000055, 29.744335493000044 ], [ 106.254143685000031, 29.744337899000072 ], [ 106.254070609000053, 29.744338592000076 ], [ 106.254021760000057, 29.744328425000056 ], [ 106.253980940000076, 29.74431109600005 ], [ 106.253952169000058, 29.74428302200004 ], [ 106.253915367000047, 29.744262112000055 ], [ 106.253870400000039, 29.744237735000073 ], [ 106.253833642000075, 29.744220367000086 ], [ 106.25380513600004, 29.744213552000073 ], [ 106.253751944000044, 29.744225044000082 ], [ 106.253807556000027, 29.744288309000069 ], [ 106.253854895000075, 29.744350376000053 ], [ 106.253873013000032, 29.744374134000051 ], [ 106.253913386000079, 29.74443426300007 ], [ 106.253934275000063, 29.744470354000054 ], [ 106.254013279000048, 29.744463329000034 ], [ 106.254053956000064, 29.74446294500007 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.253911868000046, 29.745292650000067 ], [ 106.253908120000062, 29.745291272000088 ], [ 106.253899282000077, 29.745288740000042 ], [ 106.253890005000073, 29.745286672000081 ], [ 106.253880361000029, 29.745285022000072 ], [ 106.253870422000034, 29.745283709000034 ], [ 106.253860258000032, 29.745282695000061 ], [ 106.25384052000004, 29.745281323000079 ], [ 106.253820629000074, 29.745280267000055 ], [ 106.253801016000068, 29.745279045000075 ], [ 106.253782128000068, 29.745277150000049 ], [ 106.253764384000078, 29.745274107000057 ], [ 106.253748242000029, 29.745269397000062 ], [ 106.253734129000065, 29.745262550000064 ], [ 106.253722486000072, 29.745253054000038 ], [ 106.253718647000028, 29.745248471000082 ], [ 106.253715214000067, 29.745243462000079 ], [ 106.25371214900008, 29.74523807800005 ], [ 106.253709411000045, 29.745232395000066 ], [ 106.253706960000045, 29.745226464000044 ], [ 106.25370474500005, 29.745220352000047 ], [ 106.253702734000058, 29.745214111000056 ], [ 106.253700867000077, 29.745207814000079 ], [ 106.25369457100004, 29.745182807000049 ], [ 106.253689930000064, 29.745157874000078 ], [ 106.25368687200006, 29.745133089000028 ], [ 106.253685326000053, 29.745108505000076 ], [ 106.253685230000031, 29.745084188000078 ], [ 106.253686512000058, 29.745060210000069 ], [ 106.253689093000062, 29.745036641000063 ], [ 106.253692909000051, 29.745013531000044 ], [ 106.253697883000044, 29.744991115000062 ], [ 106.25370416100003, 29.744969063000045 ], [ 106.253711900000042, 29.74494722400005 ], [ 106.253721273000068, 29.744925452000071 ], [ 106.253732422000041, 29.744903560000058 ], [ 106.253745532000039, 29.744881428000038 ], [ 106.253760747000058, 29.744858878000059 ], [ 106.253778238000052, 29.744835766000055 ], [ 106.253789062000067, 29.744822611000078 ], [ 106.253800530000035, 29.744809792000076 ], [ 106.253812559000039, 29.744797860000059 ], [ 106.253825028000051, 29.744787370000036 ], [ 106.253837823000026, 29.744778879000084 ], [ 106.253850856000042, 29.74477295500008 ], [ 106.253863998000043, 29.744770142000057 ], [ 106.253877157000034, 29.744771009000083 ], [ 106.253882677000036, 29.744772590000089 ], [ 106.253888151000069, 29.744774848000084 ], [ 106.253893553000069, 29.744777718000076 ], [ 106.253898846000027, 29.744781114000094 ], [ 106.253904021000039, 29.744784989000042 ], [ 106.253909036000039, 29.744789243000078 ], [ 106.253913879000052, 29.744793825000041 ], [ 106.253918497000029, 29.744798661000058 ], [ 106.253929719000041, 29.744812509000045 ], [ 106.253939072000051, 29.744827321000063 ], [ 106.253946366000037, 29.744842777000088 ], [ 106.253951461000042, 29.744858549000064 ], [ 106.253954200000067, 29.744874309000064 ], [ 106.253954402000033, 29.744889741000058 ], [ 106.253951919000031, 29.744904503000036 ], [ 106.253946582000026, 29.744918291000094 ], [ 106.25393940400005, 29.744929545000048 ], [ 106.253930283000045, 29.744939969000086 ], [ 106.253919675000077, 29.744949757000089 ], [ 106.253908018000061, 29.744959122000076 ], [ 106.253895779000061, 29.744968277000055 ], [ 106.253883407000046, 29.744977414000061 ], [ 106.25387132700007, 29.744986747000048 ], [ 106.253860014000054, 29.744996469000057 ], [ 106.253849439000078, 29.745007196000071 ], [ 106.253840164000067, 29.745018586000064 ], [ 106.253832180000074, 29.745030640000042 ], [ 106.25382548500005, 29.745043387000067 ], [ 106.253820071000064, 29.745056814000066 ], [ 106.25381593600008, 29.745070952000045 ], [ 106.253813062000063, 29.745085800000076 ], [ 106.25381145700004, 29.745101365000036 ], [ 106.253811169000073, 29.745119021000047 ], [ 106.25381258200008, 29.745136914000057 ], [ 106.253815900000063, 29.745154407000079 ], [ 106.253821325000047, 29.745170881000039 ], [ 106.253829066000037, 29.745185700000036 ], [ 106.253839330000062, 29.74519824000004 ], [ 106.253852319000032, 29.745207868000083 ], [ 106.253868262000026, 29.745213958000082 ], [ 106.25387894000005, 29.745215652000063 ], [ 106.253890242000068, 29.745215978000093 ], [ 106.253901744000089, 29.745214976000053 ], [ 106.253912993000029, 29.745212714000047 ], [ 106.253923544000031, 29.745209223000074 ], [ 106.253932975000069, 29.745204568000077 ], [ 106.253940821000086, 29.745198793000046 ], [ 106.253946659000064, 29.745191946000094 ], [ 106.253949701000067, 29.745185549000041 ], [ 106.253951155000038, 29.745178607000067 ], [ 106.253951115000064, 29.745171275000072 ], [ 106.253949667000043, 29.745163702000067 ], [ 106.253946896000059, 29.745156043000058 ], [ 106.253942894000033, 29.745148450000041 ], [ 106.253937746000076, 29.745141075000042 ], [ 106.253931541000043, 29.745134071000052 ], [ 106.253921747000049, 29.745125388000083 ], [ 106.253910889000053, 29.745117525000072 ], [ 106.253899698000055, 29.745110360000073 ], [ 106.253888867000057, 29.745103771000061 ], [ 106.253879105000067, 29.74509762200006 ], [ 106.253871113000059, 29.745091780000049 ], [ 106.253865606000033, 29.745086141000062 ], [ 106.253863283000044, 29.745080570000084 ], [ 106.253864802000081, 29.745074665000061 ], [ 106.253869948000045, 29.745068661000058 ], [ 106.25387803600006, 29.74506252500003 ], [ 106.253888398000072, 29.745056221000084 ], [ 106.253900359000056, 29.745049712000075 ], [ 106.253913247000085, 29.745042960000035 ], [ 106.253926379000063, 29.745035935000097 ], [ 106.253939086000059, 29.745028599000083 ], [ 106.253957444000037, 29.745016211000067 ], [ 106.253973586000029, 29.74500339400004 ], [ 106.25398814600004, 29.744990610000059 ], [ 106.254001740000035, 29.74497832100008 ], [ 106.254014974000029, 29.744966993000041 ], [ 106.254028485000049, 29.744957078000084 ], [ 106.254042888000072, 29.744949040000044 ], [ 106.254058807000035, 29.744943341000063 ], [ 106.254068508000046, 29.744941293000061 ], [ 106.254078734000075, 29.744939815000066 ], [ 106.254089323000073, 29.744938632000075 ], [ 106.254100152000035, 29.744937456000063 ], [ 106.254111050000063, 29.744936 ], [ 106.254121898000051, 29.744933977000073 ], [ 106.254132530000049, 29.74493109700007 ], [ 106.254142817000059, 29.744927076000071 ], [ 106.254149923000057, 29.744923346000064 ], [ 106.254156659000046, 29.74491898000008 ], [ 106.25416292500006, 29.744914112000064 ], [ 106.254168606000064, 29.744908836000043 ], [ 106.25417359100004, 29.744903286000067 ], [ 106.254177779000031, 29.744897564000045 ], [ 106.25418105600005, 29.744891787000078 ], [ 106.25418331000003, 29.744886073000085 ], [ 106.254184305000081, 29.744872940000047 ], [ 106.254179552000039, 29.744860655000078 ], [ 106.254169908000051, 29.744849030000054 ], [ 106.254156167000076, 29.744837873000048 ], [ 106.254139173000056, 29.744827013000076 ], [ 106.254119750000029, 29.744816237000066 ], [ 106.254098715000055, 29.744805387000035 ], [ 106.254076901000076, 29.744794256000034 ], [ 106.254066735000052, 29.744788922000058 ], [ 106.254056994000052, 29.744783494000046 ], [ 106.254048056000045, 29.744777969000033 ], [ 106.254040347000057, 29.744772368000053 ], [ 106.254034261000072, 29.744766697000045 ], [ 106.254030209000064, 29.744760944000067 ], [ 106.25402858700005, 29.744755133000069 ], [ 106.254029795000065, 29.744749259000063 ], [ 106.254030868000029, 29.744747327000077 ], [ 106.254032238000036, 29.74474538200008 ], [ 106.254033858000071, 29.744743438000054 ], [ 106.254035673000033, 29.744741490000077 ], [ 106.254037654000058, 29.74473954200004 ], [ 106.254039728000066, 29.744737583000074 ], [ 106.254041864000058, 29.744735614000035 ], [ 106.254044010000044, 29.744733645000046 ], [ 106.254055244000028, 29.744722714000083 ], [ 106.254065620000063, 29.744711782000074 ], [ 106.25407552300004, 29.744700981000047 ], [ 106.254085303000068, 29.744690443000081 ], [ 106.254095328000062, 29.744680300000084 ], [ 106.254105969000079, 29.744670673000083 ], [ 106.254117588000042, 29.744661715000063 ], [ 106.254130553000039, 29.74465353700009 ], [ 106.254135389000055, 29.744650939000053 ], [ 106.25414038100007, 29.744648501000086 ], [ 106.254145492000077, 29.744646296000038 ], [ 106.25415067800003, 29.744644362000084 ], [ 106.25415590900009, 29.744642770000041 ], [ 106.254161133000025, 29.744641566000048 ], [ 106.25416630400008, 29.744640823000047 ], [ 106.254171386000053, 29.744640576000045 ], [ 106.254185774000064, 29.74464298300007 ], [ 106.254199218000053, 29.744649323000093 ], [ 106.254211932000032, 29.744658539000049 ], [ 106.254224122000039, 29.744669599000073 ], [ 106.254236011000046, 29.744681438000043 ], [ 106.254247815000042, 29.744693017000085 ], [ 106.25425973800003, 29.744703277000053 ], [ 106.254271991000053, 29.744711180000074 ], [ 106.25428695100004, 29.74471638700004 ], [ 106.254302697000071, 29.74471751800008 ], [ 106.254319258000066, 29.744715160000055 ], [ 106.254336671000033, 29.744709880000077 ], [ 106.254354976000059, 29.744702265000058 ], [ 106.254374188000043, 29.744692882000042 ], [ 106.254394368000078, 29.744682318000059 ], [ 106.254415542000061, 29.744671139000047 ], [ 106.254430897000077, 29.744663209000073 ], [ 106.254446023000071, 29.744655254000069 ], [ 106.254460188000053, 29.744647263000047 ], [ 106.25447267800007, 29.744639243000044 ], [ 106.25448276000003, 29.744631166000094 ], [ 106.254489686000056, 29.744623045000072 ], [ 106.254492747000029, 29.744614862000038 ], [ 106.25449119700005, 29.744606604000076 ], [ 106.25448941500008, 29.744603653000073 ], [ 106.254487041000061, 29.744600709000053 ], [ 106.254484132000073, 29.744597768000062 ], [ 106.254480778000072, 29.744594851000048 ], [ 106.25447704000004, 29.74459197300007 ], [ 106.254473006000069, 29.744589143000034 ], [ 106.254468732000078, 29.744586359000039 ], [ 106.254464316000053, 29.744583651000085 ], [ 106.254453927000043, 29.744577723000077 ], [ 106.254443437000077, 29.744572077000047 ], [ 106.254433168000048, 29.744566618000079 ], [ 106.254423424000038, 29.744561217000076 ], [ 106.254414540000028, 29.744555755000079 ], [ 106.254406820000042, 29.744550126000036 ], [ 106.254400587000077, 29.744544206000061 ], [ 106.254396157000045, 29.744537888000089 ], [ 106.254393225000058, 29.74452585500006 ], [ 106.254395405000039, 29.744512504000056 ], [ 106.254401531000042, 29.744498066000059 ], [ 106.254410426000049, 29.744482765000047 ], [ 106.254420365000044, 29.744467648000079 ], [ 106.254226067000047, 29.744456782000039 ], [ 106.254111915000067, 29.744462395000088 ], [ 106.254053956000064, 29.74446294500007 ], [ 106.254013279000048, 29.744463329000034 ], [ 106.253934275000063, 29.744470354000054 ], [ 106.253899181000065, 29.744473472000038 ], [ 106.253780063000079, 29.744497256000038 ], [ 106.253718200000037, 29.744517552000055 ], [ 106.253727221000076, 29.744523699000066 ], [ 106.253742124000041, 29.74453361500008 ], [ 106.253756806000069, 29.744543839000077 ], [ 106.253770823000082, 29.744554802000035 ], [ 106.253783750000025, 29.744566892000073 ], [ 106.253790554000034, 29.744574532000069 ], [ 106.253796753000074, 29.744582609000069 ], [ 106.253802284000074, 29.744591053000082 ], [ 106.253807044000041, 29.744599795000056 ], [ 106.253810960000067, 29.744608759000066 ], [ 106.253813937000075, 29.744617859000073 ], [ 106.253815901000053, 29.744627032000039 ], [ 106.253816749000066, 29.744636207000038 ], [ 106.253815566000071, 29.74465163300005 ], [ 106.25381137200003, 29.744666791000039 ], [ 106.253804641000045, 29.744681611000082 ], [ 106.253795807000074, 29.744696055000073 ], [ 106.253785304000075, 29.744710074000068 ], [ 106.253773607000028, 29.74472360700009 ], [ 106.253761138000073, 29.74473660600006 ], [ 106.25374835100007, 29.744749022000057 ], [ 106.253736262000089, 29.744760312000047 ], [ 106.253724461000047, 29.744771338000081 ], [ 106.253713135000055, 29.744782414000046 ], [ 106.25370246600005, 29.744793845000064 ], [ 106.253692621000027, 29.744805943000074 ], [ 106.253683771000055, 29.744819025000087 ], [ 106.253676115000076, 29.744833394000061 ], [ 106.253669811000066, 29.744849366000043 ], [ 106.253666045000045, 29.74486233700009 ], [ 106.253662761000044, 29.744875790000034 ], [ 106.253659608000078, 29.744889134000065 ], [ 106.253656221000028, 29.744901777000052 ], [ 106.253652247000048, 29.744913161000053 ], [ 106.253647323000067, 29.744922679000066 ], [ 106.253641084000037, 29.744929765000052 ], [ 106.253633186000059, 29.744933835000044 ], [ 106.253625868000029, 29.744934663000041 ], [ 106.253617536000036, 29.744933812000045 ], [ 106.253608394000025, 29.744931708000081 ], [ 106.253598599000043, 29.744928770000051 ], [ 106.253588335000074, 29.744925421000065 ], [ 106.253577780000057, 29.744922093000071 ], [ 106.253567119000081, 29.744919190000068 ], [ 106.25355653000004, 29.744917154000063 ], [ 106.253544507000072, 29.744916248000035 ], [ 106.253532771000039, 29.744916720000045 ], [ 106.253521285000033, 29.744918209000051 ], [ 106.253509983000072, 29.744920372000081 ], [ 106.253498830000083, 29.744922841000058 ], [ 106.253487779000068, 29.744925282000054 ], [ 106.253476786000078, 29.744927344000072 ], [ 106.253465804000029, 29.744928658000049 ], [ 106.253457499000035, 29.744928970000043 ], [ 106.253449173000035, 29.744928670000036 ], [ 106.253440820000037, 29.744927747000077 ], [ 106.253432450000062, 29.744926194000058 ], [ 106.253424060000043, 29.744924037000096 ], [ 106.25341564200005, 29.74492124700004 ], [ 106.253407206000077, 29.744917838000053 ], [ 106.253398752000066, 29.744913813000043 ], [ 106.253399040000048, 29.74493693700003 ], [ 106.25337894300003, 29.74496994400004 ], [ 106.253362034000091, 29.744985014000058 ], [ 106.253290627000069, 29.745015530000053 ], [ 106.253249904000029, 29.745039774000077 ], [ 106.253216132000034, 29.745072909000047 ], [ 106.253171949000034, 29.745094210000044 ], [ 106.253118283000049, 29.74509420500004 ], [ 106.253077529000052, 29.745116067000083 ], [ 106.253075206000062, 29.745149500000089 ], [ 106.253085279000061, 29.745200043000072 ], [ 106.253091701000088, 29.74520099900008 ], [ 106.253147707000039, 29.745244835000051 ], [ 106.253199144000064, 29.745292745000079 ], [ 106.253250929000046, 29.745368886000044 ], [ 106.253297643000053, 29.74540877500004 ], [ 106.253390419000027, 29.745436129000037 ], [ 106.253565927000068, 29.745426400000035 ], [ 106.253709036000046, 29.745412944000076 ], [ 106.25377353100005, 29.745396200000073 ], [ 106.253833156000042, 29.745359337000082 ], [ 106.253911868000046, 29.745292650000067 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.252849008000055, 29.742090590000089 ], [ 106.252826807000076, 29.742087219000048 ], [ 106.252778011000032, 29.74206550000007 ], [ 106.252752271000077, 29.742039529000067 ], [ 106.252747224000075, 29.742005296000048 ], [ 106.252762544000063, 29.74193659000008 ], [ 106.252821632000064, 29.741843630000066 ], [ 106.252689826000051, 29.741815386000045 ], [ 106.252605965000043, 29.741802898000063 ], [ 106.252552414000036, 29.741780162000047 ], [ 106.252483482000059, 29.741744290000053 ], [ 106.252429519000032, 29.741688354000075 ], [ 106.252413476000072, 29.74162209800005 ], [ 106.252423775000068, 29.741532349000067 ], [ 106.252449210000066, 29.741435818000074 ], [ 106.252481922000072, 29.741312652000083 ], [ 106.252477127000077, 29.741233008000052 ], [ 106.252457280000044, 29.741166788000037 ], [ 106.252414607000048, 29.741100784000082 ], [ 106.252360685000042, 29.741048167000084 ], [ 106.252299322000056, 29.741008903000083 ], [ 106.252184531000069, 29.740956863000058 ], [ 106.252134626000043, 29.740939151000084 ], [ 106.252066059000072, 29.74091482000005 ], [ 106.252023840000049, 29.740885335000083 ], [ 106.251995490000084, 29.740847662000078 ], [ 106.251942919000044, 29.740897478000079 ], [ 106.25189083500004, 29.740967288000036 ], [ 106.251880820000054, 29.741013592000058 ], [ 106.251897393000036, 29.74106888600005 ], [ 106.251940955000066, 29.741165516000084 ], [ 106.252011276000076, 29.741284998000094 ], [ 106.252078247000043, 29.741283269000068 ], [ 106.252108806000081, 29.741292941000044 ], [ 106.252143540000077, 29.741332456000077 ], [ 106.252144075000047, 29.741375617000077 ], [ 106.25213688000008, 29.741408889000066 ], [ 106.252084443000058, 29.74147579300006 ], [ 106.252051029000029, 29.741542518000074 ], [ 106.252025263000064, 29.741612490000065 ], [ 106.252007067000079, 29.741679070000096 ], [ 106.251992373000064, 29.741742249000087 ], [ 106.252031379000073, 29.741798375000094 ], [ 106.252039441000079, 29.74183482300009 ], [ 106.252032575000058, 29.74189465500007 ], [ 106.251984066000034, 29.741971484000096 ], [ 106.25195429200005, 29.742024891000089 ], [ 106.251924433000056, 29.742071660000072 ], [ 106.251909587000057, 29.74210168400009 ], [ 106.251902391000044, 29.742134956000086 ], [ 106.251914094000028, 29.742158089000039 ], [ 106.251956023000048, 29.742164332000073 ], [ 106.252001553000071, 29.742153940000041 ], [ 106.252039514000046, 29.742146940000055 ], [ 106.252089054000066, 29.742153112000036 ], [ 106.252131192000036, 29.742175957000089 ], [ 106.252184576000047, 29.742185412000079 ], [ 106.252253014000075, 29.742181445000092 ], [ 106.252374384000063, 29.742150412000058 ], [ 106.252522383000041, 29.74211912900007 ], [ 106.252663106000057, 29.742114475000044 ], [ 106.252761937000059, 29.742106899000081 ], [ 106.252849008000055, 29.742090590000089 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.252957054000035, 29.74209606800008 ], [ 106.252889312000036, 29.742096710000055 ], [ 106.252849008000055, 29.742090590000089 ], [ 106.252761937000059, 29.742106899000081 ], [ 106.252663106000057, 29.742114475000044 ], [ 106.252522383000041, 29.74211912900007 ], [ 106.252374384000063, 29.742150412000058 ], [ 106.252253014000075, 29.742181445000092 ], [ 106.252184576000047, 29.742185412000079 ], [ 106.252131192000036, 29.742175957000089 ], [ 106.252089054000066, 29.742153112000036 ], [ 106.252039514000046, 29.742146940000055 ], [ 106.252001553000071, 29.742153940000041 ], [ 106.251956023000048, 29.742164332000073 ], [ 106.251914094000028, 29.742158089000039 ], [ 106.251902391000044, 29.742134956000086 ], [ 106.251909587000057, 29.74210168400009 ], [ 106.251924433000056, 29.742071660000072 ], [ 106.25195429200005, 29.742024891000089 ], [ 106.251984066000034, 29.741971484000096 ], [ 106.252032575000058, 29.74189465500007 ], [ 106.252039441000079, 29.74183482300009 ], [ 106.252031379000073, 29.741798375000094 ], [ 106.251992373000064, 29.741742249000087 ], [ 106.251985396000066, 29.741772247000085 ], [ 106.251959302000046, 29.741815659000061 ], [ 106.251902854000036, 29.741865998000023 ], [ 106.251850459000082, 29.741936222000042 ], [ 106.251805507000029, 29.741993095000044 ], [ 106.251783257000056, 29.742039792000064 ], [ 106.251749927000049, 29.742113156000066 ], [ 106.251724120000063, 29.74217980800006 ], [ 106.25168657200004, 29.742220008000064 ], [ 106.251637279000079, 29.742233756000068 ], [ 106.251568594000048, 29.742217804000074 ], [ 106.251539818000026, 29.742206968000069 ], [ 106.251675243000079, 29.742325312000052 ], [ 106.251712478000059, 29.742295724000087 ], [ 106.251700688000028, 29.742282712000062 ], [ 106.25173523400008, 29.742256126000086 ], [ 106.251750094000059, 29.742241671000045 ], [ 106.251830722000079, 29.742304581000035 ], [ 106.251909690000048, 29.742321019000087 ], [ 106.252040943000054, 29.742319779000063 ], [ 106.252130679000061, 29.742322752000053 ], [ 106.252216042000043, 29.742325760000082 ], [ 106.252303881000046, 29.742351656000043 ], [ 106.252391531000058, 29.742362282000048 ], [ 106.252441960000056, 29.742371357000081 ], [ 106.25250109600006, 29.74237652600004 ], [ 106.252549368000075, 29.742387523000044 ], [ 106.252569213000086, 29.742400694000086 ], [ 106.252569591000054, 29.742431242000055 ], [ 106.25256545700006, 29.742450378000058 ], [ 106.252567958000043, 29.742475168000045 ], [ 106.252594564000049, 29.742503555000038 ], [ 106.252635877000046, 29.74252032600009 ], [ 106.25264833500006, 29.742456618000062 ], [ 106.252681665000068, 29.742383253000067 ], [ 106.252718720000075, 29.742303212000074 ], [ 106.25275663900004, 29.742292892000076 ], [ 106.252813746000072, 29.742295671000079 ], [ 106.252867091000041, 29.742301808000022 ], [ 106.252909188000046, 29.742321331000078 ], [ 106.252932219000073, 29.742337715000073 ], [ 106.252951530000075, 29.742360775000066 ], [ 106.252955665000073, 29.742387299000082 ], [ 106.252978823000035, 29.742413643000077 ], [ 106.253009547000033, 29.742436595000076 ], [ 106.253051766000056, 29.742466078000064 ], [ 106.253071696000063, 29.742538939000042 ], [ 106.25306127500005, 29.742618727000036 ], [ 106.253056251000032, 29.742624432000074 ], [ 106.253059943000039, 29.74262898500006 ], [ 106.253132157000039, 29.742630205000069 ], [ 106.253180027000042, 29.74260875300007 ], [ 106.253210341000056, 29.742583643000042 ], [ 106.253216405000046, 29.742543489000067 ], [ 106.253218264000054, 29.742516745000046 ], [ 106.253204640000035, 29.742476780000057 ], [ 106.253186739000057, 29.742444496000068 ], [ 106.25315572600006, 29.742414235000066 ], [ 106.253124938000042, 29.742401159000053 ], [ 106.253094100000069, 29.74238426900007 ], [ 106.253034703000026, 29.742358104000054 ], [ 106.252986359000047, 29.742341379000038 ], [ 106.252953190000028, 29.742313055000064 ], [ 106.252930954000078, 29.742284626000068 ], [ 106.252939352000055, 29.742255907000061 ], [ 106.252969642000039, 29.742228892000071 ], [ 106.25296682000004, 29.74217736900005 ], [ 106.252964297000062, 29.742150658000071 ], [ 106.252957054000035, 29.74209606800008 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.253045667000038, 29.742805157000085 ], [ 106.253213380000048, 29.742739525000051 ], [ 106.253291690000026, 29.74270887900008 ], [ 106.253289006000045, 29.742649476000057 ], [ 106.253303949000042, 29.742550527000049 ], [ 106.253321279000033, 29.742457604000045 ], [ 106.25331839100005, 29.742411252000071 ], [ 106.253296896000052, 29.742354994000031 ], [ 106.25324789900003, 29.742287567000059 ], [ 106.253245148000076, 29.742289438000057 ], [ 106.253232574000037, 29.74227780700005 ], [ 106.253210528000068, 29.74226370100007 ], [ 106.253184485000077, 29.742259178000037 ], [ 106.253172162000055, 29.742258096000061 ], [ 106.253154529000028, 29.742269004000029 ], [ 106.253138014000058, 29.74226080800009 ], [ 106.253121468000074, 29.742250220000074 ], [ 106.253099331000044, 29.742228954000044 ], [ 106.253079969000055, 29.742211240000074 ], [ 106.253067422000072, 29.742192264000039 ], [ 106.253068594000069, 29.74217673700009 ], [ 106.253051881000033, 29.742151840000076 ], [ 106.253036635000058, 29.742135279000085 ], [ 106.253025851000075, 29.742097161000064 ], [ 106.252967867000052, 29.742095966000079 ], [ 106.252957054000035, 29.74209606800008 ], [ 106.252964297000062, 29.742150658000071 ], [ 106.25296682000004, 29.74217736900005 ], [ 106.252969642000039, 29.742228892000071 ], [ 106.252939352000055, 29.742255907000061 ], [ 106.252930954000078, 29.742284626000068 ], [ 106.252953190000028, 29.742313055000064 ], [ 106.252986359000047, 29.742341379000038 ], [ 106.253034703000026, 29.742358104000054 ], [ 106.253094100000069, 29.74238426900007 ], [ 106.253124938000042, 29.742401159000053 ], [ 106.25315572600006, 29.742414235000066 ], [ 106.253186739000057, 29.742444496000068 ], [ 106.253204640000035, 29.742476780000057 ], [ 106.253218264000054, 29.742516745000046 ], [ 106.253216405000046, 29.742543489000067 ], [ 106.253210341000056, 29.742583643000042 ], [ 106.253180027000042, 29.74260875300007 ], [ 106.253132157000039, 29.742630205000069 ], [ 106.253059943000039, 29.74262898500006 ], [ 106.253056251000032, 29.742624432000074 ], [ 106.253020004000064, 29.742665604000074 ], [ 106.252970670000082, 29.74267603200008 ], [ 106.252867950000052, 29.742677005000075 ], [ 106.252825937000068, 29.742664121000068 ], [ 106.252791326000093, 29.742634566000046 ], [ 106.252749024000082, 29.742598440000059 ], [ 106.252714577000063, 29.742582165000041 ], [ 106.252683977000061, 29.742569173000049 ], [ 106.252642046000062, 29.742562928000037 ], [ 106.252634024000031, 29.742529801000046 ], [ 106.252635877000046, 29.74252032600009 ], [ 106.252594564000049, 29.742503555000038 ], [ 106.252567958000043, 29.742475168000045 ], [ 106.25256545700006, 29.742450378000058 ], [ 106.252569591000054, 29.742431242000055 ], [ 106.252569213000086, 29.742400694000086 ], [ 106.252549368000075, 29.742387523000044 ], [ 106.25250109600006, 29.74237652600004 ], [ 106.252441960000056, 29.742371357000081 ], [ 106.252391531000058, 29.742362282000048 ], [ 106.252303881000046, 29.742351656000043 ], [ 106.252216042000043, 29.742325760000082 ], [ 106.252130679000061, 29.742322752000053 ], [ 106.252040943000054, 29.742319779000063 ], [ 106.251909690000048, 29.742321019000087 ], [ 106.251830722000079, 29.742304581000035 ], [ 106.251750094000059, 29.742241671000045 ], [ 106.25173523400008, 29.742256126000086 ], [ 106.251700688000028, 29.742282712000062 ], [ 106.251712478000059, 29.742295724000087 ], [ 106.251675243000079, 29.742325312000052 ], [ 106.251539818000026, 29.742206968000069 ], [ 106.251499785000078, 29.742191891000061 ], [ 106.251449668000078, 29.742139239000032 ], [ 106.251426181000056, 29.742086334000078 ], [ 106.251436234000053, 29.741976666000081 ], [ 106.251445668000031, 29.741817197000035 ], [ 106.25144873000005, 29.741757401000086 ], [ 106.251437070000065, 29.741737589000081 ], [ 106.251375746000065, 29.741701644000038 ], [ 106.251287834000038, 29.741669272000081 ], [ 106.251226551000059, 29.74163664700006 ], [ 106.25122274000006, 29.741627912000062 ], [ 106.25108918400008, 29.741726897000031 ], [ 106.251136793000057, 29.741841604000058 ], [ 106.251150867000035, 29.741910674000053 ], [ 106.251172193000059, 29.742031577000034 ], [ 106.251180304000073, 29.742152605000062 ], [ 106.251161771000056, 29.742256584000071 ], [ 106.251130236000051, 29.742377986000058 ], [ 106.251123889000041, 29.742433292000037 ], [ 106.251112346000085, 29.742533861000094 ], [ 106.251120505000074, 29.742582156000076 ], [ 106.251138986000058, 29.742565676000083 ], [ 106.25117616700004, 29.742520937000052 ], [ 106.25119247300006, 29.742512185000066 ], [ 106.25122865200008, 29.742519004000087 ], [ 106.251255063000031, 29.742531645000049 ], [ 106.25127821600006, 29.742545742000061 ], [ 106.251326190000043, 29.74257679600003 ], [ 106.251365798000066, 29.74259503900004 ], [ 106.251402137000071, 29.742614737000039 ], [ 106.251438441000076, 29.742631577000051 ], [ 106.251476361000073, 29.742645544000084 ], [ 106.251514450000059, 29.742673822000082 ], [ 106.251571075000072, 29.742740587000071 ], [ 106.251600763000056, 29.742753196000081 ], [ 106.251651604000074, 29.742751281000043 ], [ 106.251715510000054, 29.74274351300005 ], [ 106.251748342000042, 29.742744637000047 ], [ 106.251773162000077, 29.742761586000086 ], [ 106.25176039300004, 29.742790346000046 ], [ 106.25173957700008, 29.742832072000059 ], [ 106.251710417000027, 29.742852089000056 ], [ 106.251731070000062, 29.742868254000083 ], [ 106.251779235000072, 29.742993229000035 ], [ 106.251779824000053, 29.742994761000087 ], [ 106.251784460000067, 29.742992062000035 ], [ 106.25183015100005, 29.742971579000077 ], [ 106.251869047000071, 29.742932549000038 ], [ 106.251898158000074, 29.742897906000046 ], [ 106.25193680600006, 29.742838829000053 ], [ 106.251965817000041, 29.742797025000069 ], [ 106.252010363000068, 29.742816655000063 ], [ 106.252028666000058, 29.742836526000083 ], [ 106.252068363000049, 29.742861927000039 ], [ 106.252099499000053, 29.742858765000051 ], [ 106.25215169900008, 29.742833935000071 ], [ 106.252188986000078, 29.742797781000036 ], [ 106.252257670000063, 29.742778514000065 ], [ 106.252272553000068, 29.742788394000062 ], [ 106.252303965000067, 29.742806714000039 ], [ 106.252345046000073, 29.742812055000062 ], [ 106.252384404000054, 29.742810245000054 ], [ 106.252435256000084, 29.742808340000064 ], [ 106.252522135000049, 29.74280179100009 ], [ 106.252581057000043, 29.742789778000084 ], [ 106.252651544000059, 29.742783382000074 ], [ 106.252668443000076, 29.742823315000063 ], [ 106.252705079000066, 29.742865923000053 ], [ 106.25274930300003, 29.742859778000081 ], [ 106.252791742000056, 29.742842192000065 ], [ 106.252834157000052, 29.742821747000058 ], [ 106.252876606000029, 29.74280416200007 ], [ 106.252927144000068, 29.74277790400004 ], [ 106.25296151200007, 29.742770416000045 ], [ 106.25301564800003, 29.742769902000074 ], [ 106.25303553100008, 29.742785471000037 ], [ 106.253043915000035, 29.742799709000053 ], [ 106.253045667000038, 29.742805157000085 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.254131652000083, 29.743559238000049 ], [ 106.25411219300004, 29.74359825100003 ], [ 106.254074767000077, 29.743648412000084 ], [ 106.253987967000072, 29.743705681000044 ], [ 106.253904558000045, 29.743729715000086 ], [ 106.25380539400004, 29.743710732000068 ], [ 106.253747873000066, 29.743674753000047 ], [ 106.253682165000058, 29.74359236500004 ], [ 106.253650036000067, 29.743456533000085 ], [ 106.253652312000042, 29.743333656000058 ], [ 106.253703757000039, 29.74318707000009 ], [ 106.253755408000075, 29.743057086000075 ], [ 106.25386598800003, 29.742869549000091 ], [ 106.253801919000068, 29.742830134000084 ], [ 106.253736749000041, 29.742792439000091 ], [ 106.253674242000045, 29.742782948000077 ], [ 106.253630394000027, 29.74278739700009 ], [ 106.253600560000052, 29.742803811000041 ], [ 106.253536494000059, 29.742854831000049 ], [ 106.253485865000073, 29.742871443000066 ], [ 106.253444696000031, 29.742874598000064 ], [ 106.253396182000074, 29.742930994000062 ], [ 106.253366117000041, 29.742961162000089 ], [ 106.253320837000061, 29.742991475000057 ], [ 106.253260668000053, 29.743048491000081 ], [ 106.253181641000026, 29.743118969000076 ], [ 106.253102326000032, 29.743166206000069 ], [ 106.252947128000073, 29.743230762000056 ], [ 106.252840298000095, 29.743267753000055 ], [ 106.252737553000031, 29.743324486000056 ], [ 106.252664933000062, 29.743357036000081 ], [ 106.252576968000028, 29.743379111000078 ], [ 106.252497900000037, 29.743382515000061 ], [ 106.252434044000054, 29.743385775000029 ], [ 106.252327727000079, 29.74340005700008 ], [ 106.252184836000026, 29.743409376000049 ], [ 106.252087350000068, 29.74339967700007 ], [ 106.252023164000036, 29.743376387000065 ], [ 106.251989335000076, 29.743347499000041 ], [ 106.251973330000069, 29.743283923000035 ], [ 106.251981734000026, 29.743225429000066 ], [ 106.252022166000089, 29.743192266000044 ], [ 106.252023698000087, 29.743191517000071 ], [ 106.252000412000029, 29.743197293000041 ], [ 106.251936783000076, 29.743226543000048 ], [ 106.251868581000053, 29.74328446800007 ], [ 106.25186405200003, 29.743316009000068 ], [ 106.251849888000038, 29.74336483400009 ], [ 106.251855103000025, 29.74338769600007 ], [ 106.251871772000072, 29.743409015000058 ], [ 106.251896593000026, 29.743425964000039 ], [ 106.251921302000042, 29.743432892000044 ], [ 106.251957427000036, 29.743435410000078 ], [ 106.251997087000063, 29.743457946000031 ], [ 106.252015276000066, 29.743469229000091 ], [ 106.252030148000074, 29.743481294000048 ], [ 106.252228191000029, 29.743542545000079 ], [ 106.252231934000065, 29.743543916000068 ], [ 106.252257445000055, 29.743545693000055 ], [ 106.252293537000071, 29.743545352000069 ], [ 106.252332896000041, 29.743543553000045 ], [ 106.25237874700008, 29.743535958000056 ], [ 106.252386757000068, 29.743520133000054 ], [ 106.252401134000081, 29.743488488000082 ], [ 106.252420716000074, 29.743479716000088 ], [ 106.252460093000082, 29.74347934300004 ], [ 106.25248636200007, 29.743480521000038 ], [ 106.252530658000069, 29.743480100000056 ], [ 106.252565008000033, 29.743471187000061 ], [ 106.252599278000048, 29.743456540000061 ], [ 106.252633700000047, 29.743453354000053 ], [ 106.252651834000062, 29.743460346000056 ], [ 106.252690022000081, 29.74349158900008 ], [ 106.252650667000069, 29.743598465000044 ], [ 106.252804014000048, 29.743641464000056 ], [ 106.252832973000068, 29.743550500000076 ], [ 106.252817183000047, 29.74354587800007 ], [ 106.252822325000068, 29.743519571000029 ], [ 106.252794140000049, 29.743507310000041 ], [ 106.25281928000004, 29.743465912000087 ], [ 106.252866649000055, 29.743448280000052 ], [ 106.252904383000043, 29.743447922000087 ], [ 106.252948696000047, 29.743448938000085 ], [ 106.25299633300007, 29.743452780000045 ], [ 106.253037389000042, 29.743455259000086 ], [ 106.253076695000061, 29.743449160000068 ], [ 106.25310436500007, 29.743431714000053 ], [ 106.253156477000061, 29.743399713000095 ], [ 106.25317752400008, 29.743376603000055 ], [ 106.253201875000059, 29.743354894000042 ], [ 106.25322155200007, 29.74335470800008 ], [ 106.253246331000071, 29.743367363000058 ], [ 106.25327919800003, 29.743371345000067 ], [ 106.253328397000075, 29.743369445000038 ], [ 106.253365998000049, 29.743357633000066 ], [ 106.253393420000066, 29.743320147000077 ], [ 106.253416554000069, 29.743332818000056 ], [ 106.253430179000091, 29.743372783000034 ], [ 106.253437008000049, 29.743394196000047 ], [ 106.253429249000078, 29.743430070000048 ], [ 106.253429622000056, 29.743460131000063 ], [ 106.253428211000028, 29.743478763000045 ], [ 106.253410645000031, 29.743517591000057 ], [ 106.25334637900005, 29.743568613000033 ], [ 106.25332523600008, 29.743628004000076 ], [ 106.253321776000064, 29.743655960000069 ], [ 106.253331121000031, 29.74364403600002 ], [ 106.253367393000076, 29.743622434000088 ], [ 106.253415846000053, 29.743600716000063 ], [ 106.253464563000094, 29.74360025500005 ], [ 106.253546111000063, 29.743627828000058 ], [ 106.253570735000039, 29.743648854000075 ], [ 106.253600078000034, 29.743722984000044 ], [ 106.253617287000054, 29.743800772000043 ], [ 106.253625759000059, 29.743829038000062 ], [ 106.253654353000059, 29.743842939000046 ], [ 106.253691200000048, 29.74386739300008 ], [ 106.253833469000043, 29.743880218000072 ], [ 106.253914578000035, 29.74387236300004 ], [ 106.254024191000042, 29.743871324000047 ], [ 106.254076880000071, 29.743863738000073 ], [ 106.254109357000061, 29.743863432000076 ], [ 106.254137953000054, 29.743877332000071 ], [ 106.254159822000091, 29.74389939700006 ], [ 106.254206016000069, 29.743875208000077 ], [ 106.254269628000031, 29.743844532000082 ], [ 106.254302121000094, 29.743818444000055 ], [ 106.254337944000042, 29.743796628000037 ], [ 106.254337694000071, 29.74377658700007 ], [ 106.254330543000037, 29.743729398000077 ], [ 106.254321813000047, 29.743686517000075 ], [ 106.254319634000083, 29.743643583000061 ], [ 106.25431727800003, 29.74358632700006 ], [ 106.254313663000062, 29.743559157000043 ], [ 106.254303458000038, 29.743530614000065 ], [ 106.254278635000048, 29.743513666000059 ], [ 106.254242536000049, 29.743514009000076 ], [ 106.25420648000005, 29.743517211000036 ], [ 106.254185255000039, 29.743526007000074 ], [ 106.25415104800004, 29.743546375000051 ], [ 106.254131652000083, 29.743559238000049 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.252805864000038, 29.745549676000063 ], [ 106.252766953000048, 29.745474299000083 ], [ 106.252690555000072, 29.745277396000063 ], [ 106.252661575000047, 29.74517684000006 ], [ 106.25268428000004, 29.745144359000058 ], [ 106.252702564000074, 29.74512805300008 ], [ 106.252711657000077, 29.745115868000092 ], [ 106.252702014000079, 29.745083693000073 ], [ 106.25266399000003, 29.744999356000044 ], [ 106.252638325000078, 29.74486384000005 ], [ 106.252643800000044, 29.744862418000082 ], [ 106.252722110000036, 29.744841511000061 ], [ 106.252837491000037, 29.744828319000082 ], [ 106.25291143000004, 29.744827619000034 ], [ 106.25296708500008, 29.744843224000078 ], [ 106.25298028900005, 29.744844378000039 ], [ 106.252982453000072, 29.744964075000034 ], [ 106.252983558000039, 29.745052795000053 ], [ 106.252984260000062, 29.745109253000066 ], [ 106.252966325000045, 29.745153788000046 ], [ 106.252962005000043, 29.745178029000041 ], [ 106.252957971000058, 29.745196682000088 ], [ 106.253040767000073, 29.745193415000067 ], [ 106.253085279000061, 29.745200043000072 ], [ 106.253075206000062, 29.745149500000089 ], [ 106.253077529000052, 29.745116067000083 ], [ 106.253118283000049, 29.74509420500004 ], [ 106.253171949000034, 29.745094210000044 ], [ 106.253216132000034, 29.745072909000047 ], [ 106.253249904000029, 29.745039774000077 ], [ 106.253290627000069, 29.745015530000053 ], [ 106.253362034000091, 29.744985014000058 ], [ 106.25337894300003, 29.74496994400004 ], [ 106.253399040000048, 29.74493693700003 ], [ 106.253398752000066, 29.744913813000043 ], [ 106.253407206000077, 29.744917838000053 ], [ 106.25341564200005, 29.74492124700004 ], [ 106.253424060000043, 29.744924037000096 ], [ 106.253432450000062, 29.744926194000058 ], [ 106.253440820000037, 29.744927747000077 ], [ 106.253449173000035, 29.744928670000036 ], [ 106.253457499000035, 29.744928970000043 ], [ 106.253465804000029, 29.744928658000049 ], [ 106.253476786000078, 29.744927344000072 ], [ 106.253487779000068, 29.744925282000054 ], [ 106.253498830000083, 29.744922841000058 ], [ 106.253509983000072, 29.744920372000081 ], [ 106.253521285000033, 29.744918209000051 ], [ 106.253532771000039, 29.744916720000045 ], [ 106.253544507000072, 29.744916248000035 ], [ 106.25355653000004, 29.744917154000063 ], [ 106.253567119000081, 29.744919190000068 ], [ 106.253577780000057, 29.744922093000071 ], [ 106.253588335000074, 29.744925421000065 ], [ 106.253598599000043, 29.744928770000051 ], [ 106.253608394000025, 29.744931708000081 ], [ 106.253617536000036, 29.744933812000045 ], [ 106.253625868000029, 29.744934663000041 ], [ 106.253633186000059, 29.744933835000044 ], [ 106.253641084000037, 29.744929765000052 ], [ 106.253647323000067, 29.744922679000066 ], [ 106.253652247000048, 29.744913161000053 ], [ 106.253656221000028, 29.744901777000052 ], [ 106.253659608000078, 29.744889134000065 ], [ 106.253662761000044, 29.744875790000034 ], [ 106.253666045000045, 29.74486233700009 ], [ 106.253669811000066, 29.744849366000043 ], [ 106.253676115000076, 29.744833394000061 ], [ 106.253683771000055, 29.744819025000087 ], [ 106.253692621000027, 29.744805943000074 ], [ 106.25370246600005, 29.744793845000064 ], [ 106.253713135000055, 29.744782414000046 ], [ 106.253724461000047, 29.744771338000081 ], [ 106.253736262000089, 29.744760312000047 ], [ 106.25374835100007, 29.744749022000057 ], [ 106.253761138000073, 29.74473660600006 ], [ 106.253773607000028, 29.74472360700009 ], [ 106.253785304000075, 29.744710074000068 ], [ 106.253795807000074, 29.744696055000073 ], [ 106.253804641000045, 29.744681611000082 ], [ 106.25381137200003, 29.744666791000039 ], [ 106.253815566000071, 29.74465163300005 ], [ 106.253816749000066, 29.744636207000038 ], [ 106.253815901000053, 29.744627032000039 ], [ 106.253813937000075, 29.744617859000073 ], [ 106.253810960000067, 29.744608759000066 ], [ 106.253807044000041, 29.744599795000056 ], [ 106.253802284000074, 29.744591053000082 ], [ 106.253796753000074, 29.744582609000069 ], [ 106.253790554000034, 29.744574532000069 ], [ 106.253783750000025, 29.744566892000073 ], [ 106.253770823000082, 29.744554802000035 ], [ 106.253756806000069, 29.744543839000077 ], [ 106.253742124000041, 29.74453361500008 ], [ 106.253727221000076, 29.744523699000066 ], [ 106.253718200000037, 29.744517552000055 ], [ 106.253609423000057, 29.744553242000048 ], [ 106.253557679000039, 29.744567325000052 ], [ 106.253510956000071, 29.744567767000042 ], [ 106.253453682000043, 29.744554717000089 ], [ 106.253375474000052, 29.744528273000071 ], [ 106.253302175000044, 29.744479129000069 ], [ 106.253250036000054, 29.744461499000067 ], [ 106.253171996000049, 29.744448647000063 ], [ 106.253157117000057, 29.744449653000061 ], [ 106.253094182000041, 29.744453914000076 ], [ 106.252885020000065, 29.744509307000044 ], [ 106.252859934000071, 29.744531679000083 ], [ 106.252830735000032, 29.744559161000033 ], [ 106.252811224000027, 29.744573670000076 ], [ 106.252752459000078, 29.744598572000083 ], [ 106.252719806000087, 29.744611761000044 ], [ 106.252642836000064, 29.744623946000043 ], [ 106.252613298000028, 29.744624226000042 ], [ 106.252572243000031, 29.744621755000086 ], [ 106.252507972000046, 29.744599452000038 ], [ 106.25248147700006, 29.744570886000076 ], [ 106.252327044000026, 29.744556324000079 ], [ 106.251952759000062, 29.74451908900005 ], [ 106.251729867000051, 29.744548382000062 ], [ 106.251631681000063, 29.74458555800004 ], [ 106.251585466000051, 29.744626772000064 ], [ 106.251570509000032, 29.744676753000078 ], [ 106.251565825000057, 29.744717574000049 ], [ 106.251573633000078, 29.744741530000056 ], [ 106.251582019000082, 29.74476726000006 ], [ 106.251609268000053, 29.744815183000078 ], [ 106.25165633000006, 29.744897951000041 ], [ 106.251684257000079, 29.74505626500008 ], [ 106.251681147000056, 29.745223935000055 ], [ 106.251675439000053, 29.745251439000075 ], [ 106.251698088000069, 29.74524682100008 ], [ 106.251722554000025, 29.745235133000048 ], [ 106.251745192000044, 29.745207714000067 ], [ 106.251807685000074, 29.745172576000076 ], [ 106.251803945000063, 29.74513538400004 ], [ 106.251801946000057, 29.745106764000081 ], [ 106.251798004000079, 29.745090994000059 ], [ 106.251791592000075, 29.745065334000063 ], [ 106.251782993000063, 29.745033907000035 ], [ 106.251767850000078, 29.745003986000093 ], [ 106.251737895000076, 29.744969903000083 ], [ 106.251694733000079, 29.744930216000053 ], [ 106.251681073000043, 29.744887381000069 ], [ 106.251680576000084, 29.744847292000085 ], [ 106.251691756000071, 29.744822839000051 ], [ 106.251707920000058, 29.744802645000053 ], [ 106.251715912000066, 29.744785386000046 ], [ 106.251720565000028, 29.74476386300006 ], [ 106.251735210000049, 29.744753696000092 ], [ 106.251764595000054, 29.744741962000028 ], [ 106.251800661000061, 29.744738762000054 ], [ 106.251833493000049, 29.744739885000058 ], [ 106.251841832000025, 29.74475126100009 ], [ 106.251843831000031, 29.744779882000042 ], [ 106.251855597000031, 29.744802682000056 ], [ 106.251886815000034, 29.744805246000059 ], [ 106.251929361000066, 29.74479625500004 ], [ 106.251972026000033, 29.744795852000038 ], [ 106.252032707000069, 29.744793844000071 ], [ 106.252054057000066, 29.744795076000059 ], [ 106.25207229800003, 29.744810652000073 ], [ 106.252090569000075, 29.744827664000073 ], [ 106.252128355000082, 29.744831600000058 ], [ 106.252149616000054, 29.744825671000051 ], [ 106.252175725000029, 29.744813967000077 ], [ 106.252208505000056, 29.744810798000064 ], [ 106.252206558000069, 29.744786471000047 ], [ 106.252234204000047, 29.744766157000079 ], [ 106.252268616000038, 29.744762972000043 ], [ 106.252308099000061, 29.74477118600004 ], [ 106.25234763800006, 29.74478370000007 ], [ 106.25236913100008, 29.744796388000054 ], [ 106.252392301000043, 29.744811918000035 ], [ 106.252405551000038, 29.74482181400009 ], [ 106.252443375000041, 29.744828617000053 ], [ 106.252477905000035, 29.74483401700007 ], [ 106.252501011000049, 29.744845254000044 ], [ 106.252516046000039, 29.744866591000054 ], [ 106.252509823000025, 29.744893864000055 ], [ 106.252508517000081, 29.74492108100009 ], [ 106.252495660000079, 29.744942679000069 ], [ 106.252494514000034, 29.744982785000047 ], [ 106.252507817000037, 29.744996983000071 ], [ 106.25252947000007, 29.745022549000051 ], [ 106.252557597000077, 29.745040900000049 ], [ 106.252584097000067, 29.745060692000035 ], [ 106.252567891000069, 29.745076603000086 ], [ 106.252543521000064, 29.745096878000084 ], [ 106.252512706000061, 29.745125809000061 ], [ 106.252483381000047, 29.745143269000042 ], [ 106.252457326000069, 29.745159266000087 ], [ 106.252416511000035, 29.745175410000062 ], [ 106.252378909000086, 29.745187222000087 ], [ 106.252338112000075, 29.745204792000042 ], [ 106.252311984000087, 29.745215060000074 ], [ 106.252277490000054, 29.745212519000063 ], [ 106.252261079000064, 29.745212673000079 ], [ 106.252239757000041, 29.74521287500005 ], [ 106.252213486000073, 29.745211699000041 ], [ 106.252188993000061, 29.745221951000076 ], [ 106.25219254600006, 29.745243395000035 ], [ 106.252214110000068, 29.745261809000052 ], [ 106.252239039000088, 29.745287344000069 ], [ 106.252252466000073, 29.745311562000026 ], [ 106.252254504000078, 29.745346624000042 ], [ 106.252286284000036, 29.74535109400005 ], [ 106.25231691700003, 29.745350804000058 ], [ 106.252366945000063, 29.745327420000077 ], [ 106.25243240900005, 29.745313440000075 ], [ 106.252482945000054, 29.745330144000036 ], [ 106.252483347000066, 29.74536259600006 ], [ 106.25247934500004, 29.745393185000069 ], [ 106.252460084000063, 29.745427734000085 ], [ 106.25244738400005, 29.745462222000072 ], [ 106.252445703000049, 29.745502333000044 ], [ 106.252437471000079, 29.745544418000069 ], [ 106.252437486000076, 29.74554570700008 ], [ 106.252444417000063, 29.745553984000082 ], [ 106.252503941000043, 29.745509055000063 ], [ 106.25256864000005, 29.745508442000073 ], [ 106.252661065000055, 29.745507567000061 ], [ 106.252749170000072, 29.74553093300004 ], [ 106.252805864000038, 29.745549676000063 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.251573633000078, 29.744741530000056 ], [ 106.251565825000057, 29.744717574000049 ], [ 106.251570509000032, 29.744676753000078 ], [ 106.251585466000051, 29.744626772000064 ], [ 106.251631681000063, 29.74458555800004 ], [ 106.251729867000051, 29.744548382000062 ], [ 106.251952759000062, 29.74451908900005 ], [ 106.252327044000026, 29.744556324000079 ], [ 106.25248147700006, 29.744570886000076 ], [ 106.252476373000036, 29.744565385000037 ], [ 106.252437856000029, 29.744502743000059 ], [ 106.25241238600006, 29.744477736000078 ], [ 106.252404632000037, 29.74447011500007 ], [ 106.252368033000039, 29.744430377000075 ], [ 106.252292814000043, 29.744440271000091 ], [ 106.252203644000076, 29.744417248000047 ], [ 106.252121528000032, 29.744412061000048 ], [ 106.252053394000029, 29.744430603000069 ], [ 106.251991931000077, 29.744437147000049 ], [ 106.251889385000027, 29.744438117000072 ], [ 106.251838350000085, 29.744391109000048 ], [ 106.251800881000065, 29.744412949000036 ], [ 106.251743531000045, 29.744419220000061 ], [ 106.251720893000027, 29.744446639000049 ], [ 106.251721338000038, 29.744482436000055 ], [ 106.251698622000049, 29.744502694000062 ], [ 106.251659386000028, 29.744514520000063 ], [ 106.251613446000079, 29.74451495500006 ], [ 106.251569192000034, 29.744519677000092 ], [ 106.251521814000057, 29.744535874000068 ], [ 106.251482633000094, 29.744551993000069 ], [ 106.251446763000061, 29.744570950000082 ], [ 106.251420726000049, 29.744588381000082 ], [ 106.251396420000049, 29.744612956000083 ], [ 106.251376890000074, 29.744626021000048 ], [ 106.251413564000075, 29.744666708000068 ], [ 106.251451671000041, 29.744696420000079 ], [ 106.251473429000058, 29.744730582000049 ], [ 106.25147897100004, 29.744780646000041 ], [ 106.251479743000075, 29.74479841100009 ], [ 106.251501206000057, 29.744780467000052 ], [ 106.251573633000078, 29.744741530000056 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.251779235000072, 29.742993229000035 ], [ 106.251731070000062, 29.742868254000083 ], [ 106.251710417000027, 29.742852089000056 ], [ 106.25165099200008, 29.742805576000087 ], [ 106.251564878000067, 29.742789090000091 ], [ 106.251499161000027, 29.742818546000084 ], [ 106.251453482000045, 29.742865113000057 ], [ 106.251375624000048, 29.742981187000058 ], [ 106.251336480000077, 29.743021925000058 ], [ 106.251310050000029, 29.743022175000071 ], [ 106.25127679700006, 29.743005189000094 ], [ 106.251236651000056, 29.742965201000047 ], [ 106.251195790000054, 29.742867550000092 ], [ 106.251161319000062, 29.742752539000044 ], [ 106.251136513000063, 29.742669767000056 ], [ 106.251114809000057, 29.742662552000066 ], [ 106.250941554000065, 29.742596233000089 ], [ 106.250824096000045, 29.742543948000048 ], [ 106.250751553000043, 29.742525218000083 ], [ 106.250623695000073, 29.742531280000037 ], [ 106.250440281000067, 29.742542722000049 ], [ 106.250212493000049, 29.742564291000054 ], [ 106.250000001000046, 29.742623114000089 ], [ 106.249918101000048, 29.74266618300004 ], [ 106.249774131000038, 29.742716470000065 ], [ 106.249712554000041, 29.742747954000034 ], [ 106.249668775000032, 29.742786994000085 ], [ 106.249613451000073, 29.742846744000072 ], [ 106.249590229000034, 29.742877865000079 ], [ 106.249561458000073, 29.742937365000046 ], [ 106.249535606000052, 29.742994262000082 ], [ 106.249521555000058, 29.743051048000037 ], [ 106.249516293000056, 29.743102600000039 ], [ 106.249517027000081, 29.743161821000061 ], [ 106.249520394000058, 29.743195266000043 ], [ 106.249529596000059, 29.743223506000053 ], [ 106.249562594000054, 29.743266971000089 ], [ 106.249652148000052, 29.743349835000053 ], [ 106.249681482000028, 29.743349557000045 ], [ 106.249752494000063, 29.743331933000029 ], [ 106.249721891000036, 29.743262892000075 ], [ 106.249709578000079, 29.743221806000069 ], [ 106.249717918000044, 29.743180525000071 ], [ 106.249738029000071, 29.74313655800006 ], [ 106.249784695000088, 29.743092340000089 ], [ 106.249857788000043, 29.743037572000055 ], [ 106.249913369000069, 29.742998420000049 ], [ 106.25, 29.742933389000083 ], [ 106.25023218900003, 29.742806809000051 ], [ 106.250359747000061, 29.742776480000089 ], [ 106.250587173000056, 29.742725789000072 ], [ 106.250776029000065, 29.742704588000048 ], [ 106.250909690000071, 29.742717887000076 ], [ 106.250965608000058, 29.742741629000079 ], [ 106.251010643000029, 29.742784890000053 ], [ 106.251022430000035, 29.742838173000045 ], [ 106.251022973000033, 29.742881855000061 ], [ 106.251001569000039, 29.742950015000069 ], [ 106.250980106000043, 29.743013322000081 ], [ 106.250991891000069, 29.743066604000038 ], [ 106.251042912000059, 29.743143787000061 ], [ 106.251054998000029, 29.743221339000065 ], [ 106.251027853000039, 29.743274990000089 ], [ 106.250978279000037, 29.743314292000022 ], [ 106.250956854000037, 29.743313249000039 ], [ 106.251007594000043, 29.743435367000068 ], [ 106.251030184000058, 29.743499803000081 ], [ 106.251152681000065, 29.743472828000048 ], [ 106.251257751000026, 29.743423293000031 ], [ 106.251379144000055, 29.743344480000076 ], [ 106.251572056000043, 29.743201887000055 ], [ 106.251704089000057, 29.743084139000082 ], [ 106.251779235000072, 29.742993229000035 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.244704966000029, 29.75507040500008 ], [ 106.244664438000029, 29.754994365000069 ], [ 106.244647517000033, 29.754912613000037 ], [ 106.244654905000061, 29.754866730000057 ], [ 106.24470059500004, 29.754830202000051 ], [ 106.244825590000062, 29.754773493000073 ], [ 106.244873231000042, 29.754766103000055 ], [ 106.244912953000053, 29.754761564000034 ], [ 106.244967541000051, 29.754801313000087 ], [ 106.245030426000028, 29.754868748000046 ], [ 106.245062079000036, 29.754909387000055 ], [ 106.245078474000081, 29.754901092000065 ], [ 106.245228735000069, 29.754812077000047 ], [ 106.245360815000026, 29.754751535000075 ], [ 106.245596116000058, 29.754630947000066 ], [ 106.245899327000075, 29.754473046000054 ], [ 106.24601459400003, 29.754423087000081 ], [ 106.246180197000058, 29.754382765000059 ], [ 106.246295400000065, 29.754327750000066 ], [ 106.24654948400007, 29.754257946000052 ], [ 106.246697767000057, 29.754222842000051 ], [ 106.246745796000027, 29.754202165000034 ], [ 106.246788325000068, 29.75420513500006 ], [ 106.246912150000071, 29.754222506000076 ], [ 106.247043511000072, 29.754224639000086 ], [ 106.247180270000058, 29.754194699000038 ], [ 106.247237948000077, 29.754163843000065 ], [ 106.247277705000045, 29.754096423000078 ], [ 106.247321241000066, 29.753865782000045 ], [ 106.247339953000051, 29.753737840000046 ], [ 106.247343672000056, 29.753686991000055 ], [ 106.247333360000027, 29.753687089000035 ], [ 106.247328067000069, 29.753259671000087 ], [ 106.247341019000032, 29.753236444000024 ], [ 106.247351884000082, 29.753222860000058 ], [ 106.247378242000082, 29.753212985000062 ], [ 106.247415990000036, 29.753231885000048 ], [ 106.247451317000071, 29.753233477000034 ], [ 106.247531972000047, 29.753228910000075 ], [ 106.247531347000077, 29.753177590000057 ], [ 106.247528816000056, 29.752969570000058 ], [ 106.247527855000044, 29.75289066200008 ], [ 106.247532282000066, 29.752880694000055 ], [ 106.247552386000052, 29.752850727000066 ], [ 106.247555139000042, 29.752848461000031 ], [ 106.24754914600004, 29.75284807100007 ], [ 106.24754224000003, 29.752848074000045 ], [ 106.247535267000046, 29.752848500000088 ], [ 106.247528290000048, 29.752849322000081 ], [ 106.247521378000044, 29.752850516000084 ], [ 106.247509794000052, 29.752853358000038 ], [ 106.247498656000062, 29.752857143000085 ], [ 106.247488025000067, 29.752861790000054 ], [ 106.247477993000075, 29.752867243000086 ], [ 106.247468631000061, 29.752873410000063 ], [ 106.247459992000074, 29.752880239000035 ], [ 106.24745215400003, 29.752887645000037 ], [ 106.247445192000043, 29.752895569000092 ], [ 106.247438557000081, 29.752904885000078 ], [ 106.247433034000039, 29.752914706000073 ], [ 106.247428594000041, 29.752924995000054 ], [ 106.247425169000067, 29.752935715000042 ], [ 106.247422734000054, 29.752946825000048 ], [ 106.24742124200003, 29.752958295000045 ], [ 106.247420634000036, 29.752970090000069 ], [ 106.247420866000027, 29.752982166000034 ], [ 106.247421419000034, 29.752990117000067 ], [ 106.247422097000026, 29.752998066000089 ], [ 106.247422700000072, 29.753005917000046 ], [ 106.24742301100008, 29.753013552000091 ], [ 106.247422844000027, 29.753020879000072 ], [ 106.247421978000034, 29.75302778900004 ], [ 106.247420217000069, 29.753034174000042 ], [ 106.247417342000062, 29.753039929000064 ], [ 106.247414371000048, 29.753043753000046 ], [ 106.247410672000058, 29.753047181000056 ], [ 106.247406243000057, 29.753050199000086 ], [ 106.247401086000082, 29.753052810000042 ], [ 106.247395191000066, 29.753055014000033 ], [ 106.247388577000038, 29.753056815000036 ], [ 106.247381234000045, 29.753058211000052 ], [ 106.24737315200008, 29.753059197000088 ], [ 106.247356245000049, 29.753062126000081 ], [ 106.247344091000059, 29.753020677000055 ], [ 106.247312513000054, 29.752949849000061 ], [ 106.247293337000031, 29.752939873000059 ], [ 106.24727316600007, 29.752935445000048 ], [ 106.247254116000079, 29.752935625000077 ], [ 106.247239247000039, 29.752931146000037 ], [ 106.247225332000028, 29.752919262000034 ], [ 106.247205069000074, 29.752821549000082 ], [ 106.247201564000079, 29.752794791000042 ], [ 106.247204555000053, 29.752779988000047 ], [ 106.24725139300007, 29.752715809000055 ], [ 106.247266671000048, 29.752671412000041 ], [ 106.247280013000093, 29.752604383000065 ], [ 106.247278636000033, 29.752574135000081 ], [ 106.247272200000054, 29.752558663000052 ], [ 106.247268810000037, 29.752554454000052 ], [ 106.24725552700005, 29.752534564000079 ], [ 106.24725647300005, 29.75252733800005 ], [ 106.247265778000042, 29.752517519000023 ], [ 106.247368, 29.752442102000089 ], [ 106.247392740000066, 29.752418903000027 ], [ 106.247406313000056, 29.752404 ], [ 106.247423038000079, 29.752386291000043 ], [ 106.247432323000055, 29.752376496000061 ], [ 106.247446041000046, 29.75237061200005 ], [ 106.24745566200005, 29.752371206000074 ], [ 106.247458228000028, 29.752372292000075 ], [ 106.247457290000071, 29.752370830000071 ], [ 106.247451757000078, 29.752362358000088 ], [ 106.247446274000026, 29.75235437300006 ], [ 106.247440628000049, 29.752346759000098 ], [ 106.24743509700005, 29.752340055000044 ], [ 106.247429357000044, 29.752333975000056 ], [ 106.247423921000077, 29.752329093000068 ], [ 106.24741304500003, 29.752321429000066 ], [ 106.24740080600003, 29.752314832000074 ], [ 106.247386537000068, 29.752308654000046 ], [ 106.247370596000053, 29.752302770000092 ], [ 106.247353645000032, 29.752297057000089 ], [ 106.247335344000078, 29.752290951000077 ], [ 106.247317028000055, 29.752284396000043 ], [ 106.247297972000069, 29.752276565000042 ], [ 106.247260935000057, 29.752308206000052 ], [ 106.247215512000025, 29.752350639000035 ], [ 106.247176533000072, 29.752383464000051 ], [ 106.247085378000065, 29.752443512000074 ], [ 106.247020169000052, 29.75247849200009 ], [ 106.246983425000053, 29.752515116000041 ], [ 106.246955551000042, 29.752561201000045 ], [ 106.246908104000056, 29.752617018000088 ], [ 106.24686037500004, 29.752649925000078 ], [ 106.246834404000026, 29.752673080000083 ], [ 106.246815043000026, 29.752699993000078 ], [ 106.246808953000027, 29.752738237000074 ], [ 106.246816037000031, 29.752780173000076 ], [ 106.246825166000065, 29.752810636000035 ], [ 106.246845589000031, 29.752869631000074 ], [ 106.246843874000035, 29.75290783100008 ], [ 106.246840113000076, 29.752957510000041 ], [ 106.246829552000065, 29.752988158000054 ], [ 106.246803771000032, 29.753026586000097 ], [ 106.24677248100005, 29.753042245000067 ], [ 106.246775056000061, 29.753092934000055 ], [ 106.246775747000072, 29.753095282000071 ], [ 106.246779594000031, 29.753111311000044 ], [ 106.246782898000049, 29.753127659000089 ], [ 106.246785636000027, 29.753143402000038 ], [ 106.24678928700007, 29.753167829000063 ], [ 106.24679199600007, 29.75319202400004 ], [ 106.246793486000058, 29.753215553000075 ], [ 106.246793533000073, 29.753239302000058 ], [ 106.246791837000046, 29.753262672000066 ], [ 106.246788099000071, 29.753285582000046 ], [ 106.246781921000036, 29.753308380000082 ], [ 106.246773168000061, 29.753330345000052 ], [ 106.246761038000045, 29.753352632000087 ], [ 106.246746773000041, 29.753373557000089 ], [ 106.246730906000039, 29.753393606000092 ], [ 106.246714476000093, 29.753412495000074 ], [ 106.246699493000051, 29.753428900000074 ], [ 106.246681031000037, 29.753449018000083 ], [ 106.246664913000075, 29.753467200000042 ], [ 106.246650340000031, 29.753484982000085 ], [ 106.246633319000068, 29.753508712000045 ], [ 106.246617829000058, 29.753533447000056 ], [ 106.246603588000028, 29.753558730000076 ], [ 106.246589549000078, 29.753585463000029 ], [ 106.246578541000076, 29.753607034000094 ], [ 106.246606125000028, 29.75360677500003 ], [ 106.246648668000034, 29.753622998000079 ], [ 106.246669, 29.753640350000062 ], [ 106.246677671000043, 29.75365690100006 ], [ 106.246674772000063, 29.753679092000088 ], [ 106.246669721000046, 29.753698542000052 ], [ 106.246603337000067, 29.753809079000067 ], [ 106.246606875000055, 29.753838604000066 ], [ 106.246617700000058, 29.753857896000049 ], [ 106.24664873100005, 29.753884393000074 ], [ 106.246672269000044, 29.753904494000029 ], [ 106.246691616000078, 29.753928324000064 ], [ 106.246695120000027, 29.753955081000079 ], [ 106.246631257000047, 29.754012023000087 ], [ 106.246570351000074, 29.754051392000065 ], [ 106.246494565000049, 29.754086285000085 ], [ 106.246461748000058, 29.754086593000064 ], [ 106.246441643000026, 29.754086783000059 ], [ 106.246422411000026, 29.754072179000048 ], [ 106.246387636000065, 29.753999543000077 ], [ 106.246370512000055, 29.753984920000043 ], [ 106.246336165000059, 29.753953529000061 ], [ 106.246335781000028, 29.753954280000073 ], [ 106.246327177000069, 29.753971574000051 ], [ 106.246322133000035, 29.753981642000035 ], [ 106.246320922000052, 29.753984062000097 ], [ 106.246312652000029, 29.753999898000071 ], [ 106.246303913000091, 29.754015459000076 ], [ 106.246294274000036, 29.754030902000068 ], [ 106.24628333000004, 29.754046259000066 ], [ 106.246260127000028, 29.754072609000048 ], [ 106.246233565000068, 29.754096365000066 ], [ 106.246204420000026, 29.754117828000055 ], [ 106.246173833000057, 29.754137104000051 ], [ 106.246141719000036, 29.754155068000049 ], [ 106.246109567000076, 29.754171590000055 ], [ 106.24607701500004, 29.754187537000067 ], [ 106.246045418000051, 29.754202863000035 ], [ 106.246020244000078, 29.754215259000031 ], [ 106.246001904000082, 29.754224334000071 ], [ 106.245981960000051, 29.754234111000081 ], [ 106.245960491000062, 29.754244343000039 ], [ 106.245938607000028, 29.754254364000076 ], [ 106.245917095000053, 29.754263631000072 ], [ 106.245894166000028, 29.754272768000074 ], [ 106.245871339000075, 29.754280993000052 ], [ 106.245859725000074, 29.754284828000042 ], [ 106.245859417000077, 29.754284930000036 ], [ 106.245837444000074, 29.754291957000071 ], [ 106.245826345000069, 29.754295615000043 ], [ 106.245815919000052, 29.754299267000082 ], [ 106.245805979000068, 29.754303059000044 ], [ 106.245796756000061, 29.754306989000035 ], [ 106.245787424000071, 29.754311514000051 ], [ 106.245786912000028, 29.754311781000066 ], [ 106.245786356000053, 29.75431207500009 ], [ 106.245785093000052, 29.754312744000067 ], [ 106.245784283000035, 29.754313195000062 ], [ 106.245783543000073, 29.75431359900006 ], [ 106.245782157000065, 29.754314377000075 ], [ 106.245781633000036, 29.75431468000005 ], [ 106.245770641000036, 29.754320999000065 ], [ 106.245763540000041, 29.754292689000074 ], [ 106.245694903000071, 29.754303956000058 ], [ 106.245703301000049, 29.754341792000059 ], [ 106.24572213900008, 29.754449904000072 ], [ 106.245711261000054, 29.754470831000045 ], [ 106.245677989000058, 29.754482251000063 ], [ 106.245565156000055, 29.754493033000067 ], [ 106.245523265000045, 29.754498900000051 ], [ 106.245523959000082, 29.754501697000073 ], [ 106.245525801000042, 29.754513515000042 ], [ 106.24552643700008, 29.754524855000057 ], [ 106.245525869000062, 29.75453571200007 ], [ 106.245524095000064, 29.754546093000041 ], [ 106.245521106000069, 29.754555989000039 ], [ 106.245516911000038, 29.754565409000069 ], [ 106.245511512000064, 29.754574354000056 ], [ 106.245504072000074, 29.754583788000048 ], [ 106.245495301000062, 29.754592602000063 ], [ 106.245485365000036, 29.754600805000059 ], [ 106.245474449000028, 29.754608358000038 ], [ 106.245462709000037, 29.754615279000056 ], [ 106.245450328000061, 29.754621529000072 ], [ 106.245437487000061, 29.754627107000093 ], [ 106.245424356000058, 29.754632002000044 ], [ 106.245397102000027, 29.754639962000059 ], [ 106.245369510000046, 29.754645707000062 ], [ 106.245341733000032, 29.754649936000085 ], [ 106.245313936000059, 29.754653347000044 ], [ 106.245286284000031, 29.754656646000051 ], [ 106.245258915000079, 29.754660530000073 ], [ 106.245232010000052, 29.754665700000086 ], [ 106.245205705000046, 29.754672847000045 ], [ 106.245194876000028, 29.75467658500008 ], [ 106.245184167000048, 29.75468070800008 ], [ 106.245173563000037, 29.75468513800007 ], [ 106.245163034000029, 29.754689783000067 ], [ 106.245152571000062, 29.754694563000047 ], [ 106.245142157000032, 29.754699379000041 ], [ 106.245131767000032, 29.754704168000043 ], [ 106.245121383000026, 29.754708821000062 ], [ 106.245109515000095, 29.75471387500005 ], [ 106.245097551000072, 29.754718570000083 ], [ 106.245085384000049, 29.754722815000033 ], [ 106.245072932000028, 29.754726513000033 ], [ 106.245060089000049, 29.754729594000086 ], [ 106.245046774000059, 29.754731946000049 ], [ 106.245032877000028, 29.75473349300006 ], [ 106.245018321000032, 29.75473414400005 ], [ 106.245006285000045, 29.754733961000056 ], [ 106.244994127000041, 29.754733074000058 ], [ 106.244982198000059, 29.754731409000044 ], [ 106.244970847000047, 29.754728900000082 ], [ 106.244960447000039, 29.754725453000049 ], [ 106.244951336000042, 29.754720992000045 ], [ 106.244943866000028, 29.754715452000095 ], [ 106.244938406000074, 29.754708738000087 ], [ 106.244936081000048, 29.75470378000006 ], [ 106.244934620000038, 29.754698383000054 ], [ 106.244933918000072, 29.75469261700005 ], [ 106.244933854000067, 29.754686565000036 ], [ 106.244934323000052, 29.754680291000057 ], [ 106.244935216000044, 29.754673879000055 ], [ 106.244936418000066, 29.754667399000084 ], [ 106.24493781700005, 29.754660937000047 ], [ 106.244941477000054, 29.754646064000045 ], [ 106.244945601000055, 29.754631647000053 ], [ 106.244950204000077, 29.754617704000054 ], [ 106.244955279000067, 29.754604235000045 ], [ 106.244960814000081, 29.754591220000073 ], [ 106.244966829000077, 29.75457867900008 ], [ 106.244972982000036, 29.754567215000062 ], [ 106.244946934000041, 29.754550219000066 ], [ 106.244943461000048, 29.754526650000052 ], [ 106.244942128000062, 29.754419726000041 ], [ 106.24488526600004, 29.754433659000082 ], [ 106.244670368000072, 29.754448626000059 ], [ 106.244618538000054, 29.754455584000073 ], [ 106.244532408000055, 29.754487672000042 ], [ 106.244477375000031, 29.754535649000044 ], [ 106.244443008000076, 29.754555387000035 ], [ 106.244341925000072, 29.754577910000073 ], [ 106.244269271000064, 29.75460016400007 ], [ 106.244102975000033, 29.754647029000072 ], [ 106.244000536000044, 29.754659857000028 ], [ 106.243899468000052, 29.754683457000059 ], [ 106.243825616000038, 29.754708960000073 ], [ 106.243783805000092, 29.754726610000031 ], [ 106.243756762000032, 29.754738729000049 ], [ 106.243743405000032, 29.754758269000035 ], [ 106.243735166000079, 29.754791783000091 ], [ 106.24373692100005, 29.754833831000042 ], [ 106.24375948800008, 29.754859506000052 ], [ 106.243807891000074, 29.754875229000042 ], [ 106.243865698000036, 29.754874765000071 ], [ 106.243884265000091, 29.754877286000074 ], [ 106.243912294000054, 29.754895890000043 ], [ 106.243929748000028, 29.754933461000061 ], [ 106.243925632000071, 29.75497527900006 ], [ 106.243891560000066, 29.755092849000043 ], [ 106.243885119000041, 29.755196682000069 ], [ 106.243894089000037, 29.755297675000065 ], [ 106.243915132000041, 29.755375643000036 ], [ 106.243963723000036, 29.755433138000058 ], [ 106.244024434000053, 29.755471650000061 ], [ 106.244070881000027, 29.755480647000063 ], [ 106.244140060000063, 29.755454390000068 ], [ 106.244198246000053, 29.755413412000053 ], [ 106.244252927000048, 29.755338774000055 ], [ 106.244296465000062, 29.755237287000057 ], [ 106.24436589000004, 29.755105908000068 ], [ 106.244416587000046, 29.755083868000042 ], [ 106.24449216000005, 29.755075071000078 ], [ 106.24459398700003, 29.755066027000048 ], [ 106.244668232000038, 29.755074763000042 ], [ 106.244704966000029, 29.75507040500008 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.249669785000037, 29.75497507200004 ], [ 106.249475863000043, 29.754810700000075 ], [ 106.249383783000042, 29.754685190000092 ], [ 106.249267646000078, 29.754496718000041 ], [ 106.24924055300005, 29.754397675000064 ], [ 106.249239798000076, 29.754336750000057 ], [ 106.249270608000089, 29.754318405000042 ], [ 106.249327500000064, 29.754317867000061 ], [ 106.249410729000033, 29.754355446000094 ], [ 106.249603749000073, 29.754486773000053 ], [ 106.249737261000064, 29.754616405000043 ], [ 106.249802809000073, 29.754688002000073 ], [ 106.249865490000047, 29.754737059000036 ], [ 106.249912068000071, 29.754738876000083 ], [ 106.249971323000068, 29.754720261000045 ], [ 106.249981562000073, 29.754658 ], [ 106.25, 29.754545886000077 ], [ 106.249940395000067, 29.754528434000068 ], [ 106.249823086000049, 29.754408626000036 ], [ 106.249656257000041, 29.754298311000074 ], [ 106.249537641000074, 29.754239876000042 ], [ 106.24939450200003, 29.754205135000067 ], [ 106.249220993000051, 29.754156670000029 ], [ 106.249056199000051, 29.754071635000063 ], [ 106.248804175000032, 29.753887843000086 ], [ 106.248569029000066, 29.75373131300006 ], [ 106.24843411900008, 29.753655524000067 ], [ 106.248322889000065, 29.753583404000043 ], [ 106.248004861000041, 29.753384224000051 ], [ 106.247777315000064, 29.753266211000042 ], [ 106.247760554000081, 29.753257518000055 ], [ 106.247614500000054, 29.753224237000037 ], [ 106.247531972000047, 29.753228910000075 ], [ 106.247451317000071, 29.753233477000034 ], [ 106.247415990000036, 29.753231885000048 ], [ 106.247378242000082, 29.753212985000062 ], [ 106.247351884000082, 29.753222860000058 ], [ 106.247341019000032, 29.753236444000024 ], [ 106.247328067000069, 29.753259671000087 ], [ 106.247333360000027, 29.753687089000035 ], [ 106.247343672000056, 29.753686991000055 ], [ 106.247348804000069, 29.753686943000051 ], [ 106.247362462000069, 29.753684815000046 ], [ 106.247427437000056, 29.753654922000059 ], [ 106.247586099000046, 29.753631852000069 ], [ 106.247699343000079, 29.753649277000083 ], [ 106.247768536000081, 29.753674820000068 ], [ 106.247850377000077, 29.753723362000073 ], [ 106.247962812000026, 29.753817846000064 ], [ 106.24801152100008, 29.753900603000091 ], [ 106.248036199000069, 29.753982411000038 ], [ 106.248039131000041, 29.754218993000048 ], [ 106.247993385000029, 29.754288436000081 ], [ 106.247945938000043, 29.754334480000072 ], [ 106.247879856000054, 29.754358517000068 ], [ 106.247795266000026, 29.754370406000074 ], [ 106.24772889500008, 29.754371032000044 ], [ 106.24766395100005, 29.754372877000041 ], [ 106.247620358000063, 29.754388076000051 ], [ 106.247350730000051, 29.754398013000063 ], [ 106.24721707100008, 29.754421425000086 ], [ 106.247031410000034, 29.75447078600007 ], [ 106.246849552000072, 29.754523396000085 ], [ 106.246763824000041, 29.754589874000089 ], [ 106.246730895000056, 29.754665706000086 ], [ 106.246736121000026, 29.754783865000046 ], [ 106.246784289000061, 29.754840216000048 ], [ 106.246797469000072, 29.754892587000079 ], [ 106.246792863000053, 29.75492543900009 ], [ 106.246765645000039, 29.754954129000058 ], [ 106.246708432000048, 29.754989663000053 ], [ 106.246626288000073, 29.755036370000081 ], [ 106.24658912600006, 29.755071717000078 ], [ 106.24658492600004, 29.755137373000078 ], [ 106.246601073000079, 29.755226898000046 ], [ 106.246665547000077, 29.755372835000056 ], [ 106.246661292000056, 29.755434118000039 ], [ 106.246616638000035, 29.755471722000038 ], [ 106.246556781000038, 29.75549634600009 ], [ 106.246441595000078, 29.755506180000047 ], [ 106.246295738000072, 29.755468184000051 ], [ 106.246003236000035, 29.755328769000069 ], [ 106.24600134700006, 29.755327674000061 ], [ 106.24570060800005, 29.756401281000077 ], [ 106.245971088000033, 29.756437572000038 ], [ 106.246299351000062, 29.756482710000057 ], [ 106.246472838000045, 29.756463850000042 ], [ 106.24659865600006, 29.756421324000087 ], [ 106.246677057000056, 29.756375800000058 ], [ 106.246806267000068, 29.756288456000046 ], [ 106.246938785000054, 29.756149405000087 ], [ 106.247043072000054, 29.755962390000036 ], [ 106.247057882000036, 29.755883014000062 ], [ 106.247060550000072, 29.755779638000028 ], [ 106.247050095000077, 29.755573035000054 ], [ 106.247045593000053, 29.755528292000061 ], [ 106.247049158000038, 29.755497252000048 ], [ 106.247064393000073, 29.755452324000096 ], [ 106.247364723000032, 29.754836275000059 ], [ 106.247446558000036, 29.75474937600006 ], [ 106.247572117000061, 29.754686180000075 ], [ 106.247996633000071, 29.754534040000063 ], [ 106.248201401000074, 29.754490768000039 ], [ 106.248406683000056, 29.75448883100006 ], [ 106.248588489000056, 29.754504340000036 ], [ 106.248762743000057, 29.754547482000071 ], [ 106.249024743000064, 29.754662139000061 ], [ 106.249414267000077, 29.754872053000046 ], [ 106.24956895400004, 29.754929158000046 ], [ 106.249669785000037, 29.75497507200004 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.253138957000033, 29.754414470000086 ], [ 106.253052441000079, 29.75432967100005 ], [ 106.253013467000073, 29.754249946000073 ], [ 106.253005488000042, 29.754117453000042 ], [ 106.252999233000025, 29.753868945000079 ], [ 106.252983721000078, 29.753639858000042 ], [ 106.252964944000041, 29.75333899300006 ], [ 106.252935536000052, 29.75320117900009 ], [ 106.252890645000036, 29.75309113000008 ], [ 106.252821677000043, 29.752953690000083 ], [ 106.252685456000052, 29.752816887000058 ], [ 106.252569230000063, 29.752697156000064 ], [ 106.25242144300006, 29.752584629000069 ], [ 106.252273271000035, 29.752441034000075 ], [ 106.252141008000081, 29.752304193000036 ], [ 106.252052947000053, 29.752222171000081 ], [ 106.251722204000032, 29.75195256700005 ], [ 106.251563862000069, 29.751866031000077 ], [ 106.251340312000082, 29.751785290000047 ], [ 106.251313792000076, 29.75187751500005 ], [ 106.251306285000055, 29.75193892000004 ], [ 106.251315271000067, 29.751996561000055 ], [ 106.251349018000042, 29.75205036100003 ], [ 106.251395030000026, 29.752093220000056 ], [ 106.251426535000064, 29.752115808000042 ], [ 106.251499327000033, 29.752167999000051 ], [ 106.251703472000031, 29.752292344000072 ], [ 106.251953766000057, 29.752470370000086 ], [ 106.252266657000064, 29.752694705000071 ], [ 106.25235437300006, 29.752766033000057 ], [ 106.252360984000077, 29.752770546000072 ], [ 106.252396074000046, 29.752794501000018 ], [ 106.252454447000062, 29.752833635000052 ], [ 106.252513088000072, 29.752894414000082 ], [ 106.252550513000074, 29.752940827000092 ], [ 106.252559283000039, 29.752951703000058 ], [ 106.252618104000078, 29.753026912000049 ], [ 106.252660568000067, 29.753116707000061 ], [ 106.252708153000071, 29.753285827000056 ], [ 106.252709320000065, 29.753379621000079 ], [ 106.25272288900004, 29.753473298000067 ], [ 106.252721010000073, 29.75349869800004 ], [ 106.252708730000052, 29.753664650000079 ], [ 106.252709672000037, 29.753740406000077 ], [ 106.252710750000077, 29.753826985000046 ], [ 106.252691199000026, 29.753917368000085 ], [ 106.252638800000071, 29.754026101000083 ], [ 106.252553446000036, 29.754169471000072 ], [ 106.252541596000071, 29.754189376000053 ], [ 106.25252609100005, 29.754272504000074 ], [ 106.252530942000078, 29.754330184000093 ], [ 106.252585317000069, 29.754380180000048 ], [ 106.252705884000079, 29.754433157000051 ], [ 106.252797197000064, 29.754461155000065 ], [ 106.252921317000073, 29.754467195000075 ], [ 106.253028583000059, 29.754448140000079 ], [ 106.253138957000033, 29.754414470000086 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.257129307000085, 29.75333104400006 ], [ 106.257166429000051, 29.75328334400006 ], [ 106.257263014000046, 29.753131300000064 ], [ 106.257293926000045, 29.75310923600005 ], [ 106.257272002000036, 29.75309468800009 ], [ 106.257129313000064, 29.753032618000073 ], [ 106.256901510000034, 29.752910950000061 ], [ 106.256781858000068, 29.752857344000059 ], [ 106.256690820000074, 29.752843108000036 ], [ 106.256591248000063, 29.752838390000079 ], [ 106.256500564000078, 29.75285246500005 ], [ 106.256433721000064, 29.752870090000048 ], [ 106.256233379000051, 29.752938061000062 ], [ 106.256067765000068, 29.753015141000034 ], [ 106.255874230000074, 29.753102433000034 ], [ 106.255791032000047, 29.75315039600008 ], [ 106.255721466000068, 29.753207665000044 ], [ 106.255670966000025, 29.753276545000062 ], [ 106.255610037000054, 29.753376187000075 ], [ 106.255492675000028, 29.753719309000079 ], [ 106.255416322000031, 29.753882781000076 ], [ 106.255344551000064, 29.753980167000062 ], [ 106.25519465900004, 29.754190894000082 ], [ 106.255079498000043, 29.754300295000064 ], [ 106.254978817000051, 29.754352088000086 ], [ 106.25486519500005, 29.754381901000045 ], [ 106.254640707000078, 29.754459183000051 ], [ 106.254373240000078, 29.754543502000054 ], [ 106.254214192000063, 29.754587007000048 ], [ 106.254077830000028, 29.754621456000052 ], [ 106.253999641000064, 29.754648722000066 ], [ 106.254099136000036, 29.754676024000037 ], [ 106.254181906000042, 29.754683896000063 ], [ 106.254343962000064, 29.754685245000069 ], [ 106.254502927000033, 29.754703936000066 ], [ 106.254631846000052, 29.754699828000078 ], [ 106.254780604000089, 29.754695532000081 ], [ 106.254889504000062, 29.754677185000048 ], [ 106.25502453200005, 29.754632622000088 ], [ 106.255139541000077, 29.754573820000083 ], [ 106.255211315000054, 29.754495230000089 ], [ 106.255302494000034, 29.75438183100005 ], [ 106.25536711400008, 29.754260026000054 ], [ 106.255378938000035, 29.754147378000088 ], [ 106.255397842000036, 29.754072176000079 ], [ 106.255436945000042, 29.754025636000048 ], [ 106.25547299200008, 29.753999325000056 ], [ 106.255568557000061, 29.75397244800007 ], [ 106.255693773000075, 29.753936634000077 ], [ 106.255769392000047, 29.753901290000044 ], [ 106.255831423000075, 29.753837220000037 ], [ 106.255889825000054, 29.753747214000036 ], [ 106.255925153000078, 29.753663199000066 ], [ 106.255993510000053, 29.753575985000051 ], [ 106.256088463000026, 29.753500060000082 ], [ 106.256217129000049, 29.753475754000085 ], [ 106.256438734000028, 29.753479422000051 ], [ 106.25651147800005, 29.75347873000004 ], [ 106.256544362000071, 29.753463990000057 ], [ 106.256560426000078, 29.753426326000071 ], [ 106.256553526000062, 29.753403307000045 ], [ 106.256510361000039, 29.753389290000086 ], [ 106.256430754000064, 29.753369848000094 ], [ 106.256374329000039, 29.753353070000053 ], [ 106.256340831000045, 29.753318762000049 ], [ 106.256327209000062, 29.753287150000055 ], [ 106.256349959000033, 29.753255194000086 ], [ 106.256382737000081, 29.753231798000058 ], [ 106.256425720000038, 29.753231390000042 ], [ 106.256548131000045, 29.753235999000076 ], [ 106.25675665600005, 29.753251331000058 ], [ 106.256925790000025, 29.753290121000074 ], [ 106.257129307000085, 29.75333104400006 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.252453130000063, 29.756511566000082 ], [ 106.252578191000055, 29.756400051000067 ], [ 106.252703457000052, 29.756305082000036 ], [ 106.252816353000085, 29.756232298000047 ], [ 106.252948900000035, 29.75621449200009 ], [ 106.253062620000037, 29.756207898000071 ], [ 106.253157444000067, 29.756207 ], [ 106.253258591000076, 29.75620604200008 ], [ 106.253334037000059, 29.756172228000082 ], [ 106.253327099000046, 29.756122644000069 ], [ 106.253307584000027, 29.756078697000081 ], [ 106.253218670000081, 29.756046439000045 ], [ 106.253148172000067, 29.755969875000059 ], [ 106.253053348000037, 29.755970773000051 ], [ 106.252927053000064, 29.755983003000033 ], [ 106.252756645000034, 29.75600668300007 ], [ 106.252573937000079, 29.756058062000072 ], [ 106.252415828000039, 29.756054043000063 ], [ 106.252340381000067, 29.756087857000068 ], [ 106.252234354000066, 29.756204709000087 ], [ 106.252065728000048, 29.756371803000036 ], [ 106.25189586700003, 29.756439609000044 ], [ 106.251763251000057, 29.75645189800008 ], [ 106.25158060900003, 29.756508792000083 ], [ 106.251505227000052, 29.756561515000048 ], [ 106.251424085000053, 29.756618267000064 ], [ 106.25152590700003, 29.756679548000086 ], [ 106.251610412000048, 29.756782490000038 ], [ 106.251666013000033, 29.756767263000089 ], [ 106.251747782000066, 29.756733390000086 ], [ 106.251804471000071, 29.756716304000072 ], [ 106.251930768000079, 29.756704076000055 ], [ 106.252076096000053, 29.756697183000082 ], [ 106.252295982000078, 29.756584770000075 ], [ 106.252453130000063, 29.756511566000082 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.253148172000067, 29.755969875000059 ], [ 106.25319483700008, 29.75593505900008 ], [ 106.253201796000042, 29.755906263000035 ], [ 106.253197742000054, 29.755874379000083 ], [ 106.25316048600007, 29.755820464000067 ], [ 106.253123348000031, 29.755776124000072 ], [ 106.253060963000053, 29.755760752000079 ], [ 106.252863467000054, 29.755765815000068 ], [ 106.252779571000076, 29.755785764000056 ], [ 106.252713725000035, 29.75578638800005 ], [ 106.252618496000025, 29.755777713000043 ], [ 106.252552413000046, 29.755759185000048 ], [ 106.252497345000052, 29.75573641800009 ], [ 106.252408994000064, 29.755699890000074 ], [ 106.25231384500006, 29.755697599000094 ], [ 106.252240685000061, 29.755698291000048 ], [ 106.252207536000071, 29.755727849000035 ], [ 106.25219002700004, 29.755743461000066 ], [ 106.252179887000068, 29.75581059600006 ], [ 106.25218079800004, 29.755884009000052 ], [ 106.252210896000065, 29.755950762000047 ], [ 106.252240796000095, 29.756001554000072 ], [ 106.252299801000049, 29.756039302000083 ], [ 106.252415828000039, 29.756054043000063 ], [ 106.252573937000079, 29.756058062000072 ], [ 106.252756645000034, 29.75600668300007 ], [ 106.252927053000064, 29.755983003000033 ], [ 106.253053348000037, 29.755970773000051 ], [ 106.253148172000067, 29.755969875000059 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.252086866000084, 29.757506088000067 ], [ 106.252069431000052, 29.757473673000042 ], [ 106.252033134000044, 29.757312757000079 ], [ 106.251936740000076, 29.757209928000066 ], [ 106.251840539000057, 29.757122658000061 ], [ 106.251747504000036, 29.757050920000037 ], [ 106.25166635800008, 29.75697906900006 ], [ 106.25162943600003, 29.756878271000062 ], [ 106.251610412000048, 29.756782490000038 ], [ 106.251528667000059, 29.756950034000056 ], [ 106.251452414000028, 29.757079074000046 ], [ 106.251409824000064, 29.75713231300006 ], [ 106.251349745000041, 29.757170622000043 ], [ 106.25146391100003, 29.757293251000078 ], [ 106.251572545000045, 29.757386005000043 ], [ 106.251649501000031, 29.757473543000046 ], [ 106.251764319000074, 29.757555205000084 ], [ 106.251846981000028, 29.757593039000081 ], [ 106.251929094000047, 29.757586745000086 ], [ 106.252017050000063, 29.757541780000047 ], [ 106.252086866000084, 29.757506088000067 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.250494390000028, 29.757122650000049 ], [ 106.250389745000064, 29.757197445000088 ], [ 106.25040077500006, 29.757291961000082 ], [ 106.250372234000054, 29.757480886000053 ], [ 106.250281256000065, 29.757616499000044 ], [ 106.250257505000036, 29.757631917000086 ], [ 106.250346516000036, 29.757663959000062 ], [ 106.250482518000069, 29.757704322000048 ], [ 106.250516850000054, 29.757714512000057 ], [ 106.250557917000037, 29.757710392000035 ], [ 106.250600386000031, 29.757707185000072 ], [ 106.250863630000026, 29.757687295000043 ], [ 106.250924554000051, 29.75766507100008 ], [ 106.250942548000069, 29.757649025000035 ], [ 106.250968670000077, 29.757621357000058 ], [ 106.251051273000044, 29.757613360000054 ], [ 106.251112466000052, 29.757612781000034 ], [ 106.251155179000079, 29.757589285000048 ], [ 106.251177867000095, 29.757551547000048 ], [ 106.251177437000095, 29.757516913000078 ], [ 106.251180459000068, 29.757493793000044 ], [ 106.251206632000049, 29.75747045400005 ], [ 106.251238055000044, 29.757470157000057 ], [ 106.251281200000051, 29.757481294000055 ], [ 106.251337252000042, 29.757466333000078 ], [ 106.251360119000026, 29.757443024000057 ], [ 106.251359832000048, 29.757419935000087 ], [ 106.251359490000027, 29.757392516000035 ], [ 106.251345937000053, 29.757366667000042 ], [ 106.251287533000038, 29.757325366000085 ], [ 106.251217694000047, 29.757295718000083 ], [ 106.251169732000051, 29.757296172000054 ], [ 106.250915039000063, 29.757298581000043 ], [ 106.250863626000069, 29.757287521000084 ], [ 106.250858377000043, 29.757264478000089 ], [ 106.250876427000037, 29.757252762000057 ], [ 106.251076490000059, 29.757246542000072 ], [ 106.251112640000031, 29.75722743700004 ], [ 106.251102485000047, 29.757208771000077 ], [ 106.25107246500005, 29.757188849000048 ], [ 106.251027811000029, 29.757189272000055 ], [ 106.250905480000029, 29.757194759000082 ], [ 106.250835928000072, 29.757188201000083 ], [ 106.250755970000057, 29.757142773000055 ], [ 106.250567001000036, 29.757109922000044 ], [ 106.250494390000028, 29.757122650000049 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.252207536000071, 29.755727849000035 ], [ 106.252240685000061, 29.755698291000048 ], [ 106.252196794000042, 29.75562774500008 ], [ 106.252158103000056, 29.755616898000078 ], [ 106.252110986000048, 29.755617344000083 ], [ 106.252018006000071, 29.755719147000029 ], [ 106.251925863000054, 29.755888227000074 ], [ 106.251879396000049, 29.755940998000085 ], [ 106.251854114000039, 29.755974880000046 ], [ 106.251828601000057, 29.755990072000095 ], [ 106.25177719900006, 29.755990558000072 ], [ 106.251712763000057, 29.755976216000079 ], [ 106.251587756000049, 29.755913854000081 ], [ 106.251561637000066, 29.755880460000075 ], [ 106.251561219000052, 29.755846823000063 ], [ 106.251593950000029, 29.755809134000057 ], [ 106.251625832000059, 29.755789208000067 ], [ 106.251670807000053, 29.755788782000092 ], [ 106.25172859900006, 29.755785432000042 ], [ 106.251802033000047, 29.755748292000078 ], [ 106.25187812300004, 29.755666272000045 ], [ 106.25193151700006, 29.755567646000092 ], [ 106.251943566000079, 29.755503053000041 ], [ 106.251933161000068, 29.755441476000048 ], [ 106.251890352000032, 29.755357777000089 ], [ 106.25184824300004, 29.755330141000051 ], [ 106.251802988000065, 29.755308142000047 ], [ 106.251741637000066, 29.75528349100005 ], [ 106.251704077000056, 29.755277305000057 ], [ 106.25166259000008, 29.755386099000077 ], [ 106.25159056300005, 29.755450324000044 ], [ 106.251522354000031, 29.755477135000035 ], [ 106.251466995000044, 29.755503824000073 ], [ 106.251381701000071, 29.755534535000045 ], [ 106.251317867000068, 29.75556878000009 ], [ 106.251236531000075, 29.75557328700005 ], [ 106.251163527000074, 29.755559026000071 ], [ 106.251047087000074, 29.755496582000028 ], [ 106.250986099000045, 29.755414926000071 ], [ 106.25088637500005, 29.755318681000055 ], [ 106.25083427800007, 29.755263106000086 ], [ 106.250812304000078, 29.755218458000055 ], [ 106.250811608000063, 29.755162395000063 ], [ 106.250807046000034, 29.75514001100003 ], [ 106.250694055000054, 29.755010252000087 ], [ 106.250615702000061, 29.754910068000076 ], [ 106.250554900000054, 29.754843360000052 ], [ 106.250498800000059, 29.754810249000052 ], [ 106.250378541000032, 29.754785220000091 ], [ 106.250296926000033, 29.754767302000062 ], [ 106.250189146000039, 29.754712252000047 ], [ 106.250037606000035, 29.754582856000063 ], [ 106.25, 29.754545886000077 ], [ 106.249981562000073, 29.754658 ], [ 106.250007534000076, 29.754679036000084 ], [ 106.250065990000053, 29.754724667000055 ], [ 106.250140841000075, 29.754758598000091 ], [ 106.250215551000068, 29.754780983000057 ], [ 106.250440291000075, 29.75484624000006 ], [ 106.250456247000045, 29.754850870000034 ], [ 106.250504352000064, 29.754861961000071 ], [ 106.250606507000043, 29.75496346500006 ], [ 106.25065173400003, 29.75500922100009 ], [ 106.250695826000026, 29.755096841000068 ], [ 106.250704647000077, 29.755135400000079 ], [ 106.250718562000046, 29.755196209000069 ], [ 106.250799844000028, 29.755348422000051 ], [ 106.250898706000044, 29.755584178000042 ], [ 106.250969583000028, 29.755697522000052 ], [ 106.250970390000077, 29.755762460000078 ], [ 106.250932728000066, 29.755793124000036 ], [ 106.250901216000045, 29.755786205000042 ], [ 106.250861092000036, 29.755751946000089 ], [ 106.250787478000063, 29.755658608000083 ], [ 106.250681367000027, 29.755524065000092 ], [ 106.25066111600006, 29.755498387000049 ], [ 106.250307465000049, 29.755123603000069 ], [ 106.250285041000055, 29.755103039000062 ], [ 106.250262293000048, 29.755082176000091 ], [ 106.250222314000041, 29.755059463000059 ], [ 106.24998501400006, 29.754996761000083 ], [ 106.249928784000076, 29.754997292000041 ], [ 106.249907570000062, 29.755020584000075 ], [ 106.249918149000052, 29.755206661000042 ], [ 106.249937057000068, 29.755264211000053 ], [ 106.249972505000073, 29.755321607000035 ], [ 106.249999198000069, 29.755340115000081 ], [ 106.250064306000084, 29.755388570000036 ], [ 106.250402798000039, 29.755874626000036 ], [ 106.250435458000027, 29.755973900000075 ], [ 106.25043974600004, 29.755978321000043 ], [ 106.250475670000085, 29.756015373000086 ], [ 106.250518812000053, 29.756026513000059 ], [ 106.250566809000077, 29.756028944000036 ], [ 106.250594161000038, 29.756027229000036 ], [ 106.250702334000039, 29.756020447000086 ], [ 106.250925977000065, 29.756048640000078 ], [ 106.251049078000051, 29.756105205000043 ], [ 106.25109421500008, 29.756143745000092 ], [ 106.251124361000052, 29.756173767000057 ], [ 106.25116457300004, 29.756215241000056 ], [ 106.251199877000033, 29.756261090000066 ], [ 106.251231336000046, 29.756263680000071 ], [ 106.251270939000051, 29.756256089000079 ], [ 106.25129215200009, 29.756232796000059 ], [ 106.251291811000044, 29.756205378000057 ], [ 106.251259975000039, 29.756172486000075 ], [ 106.251238098000044, 29.756142384000047 ], [ 106.251251079000042, 29.756122056000034 ], [ 106.251256040000044, 29.756122009000084 ], [ 106.251272579000045, 29.756121853000085 ], [ 106.251317285000027, 29.756125759000039 ], [ 106.251360196000064, 29.756118138000094 ], [ 106.251386460000049, 29.756102013000092 ], [ 106.251386228000058, 29.756083252000057 ], [ 106.251345388000061, 29.755991273000063 ], [ 106.251344921000054, 29.755953754000068 ], [ 106.251349739000034, 29.755942162000053 ], [ 106.251397609000037, 29.755934493000044 ], [ 106.251704089000057, 29.755973446000041 ], [ 106.25175248100004, 29.756007627000084 ], [ 106.251792550000062, 29.756037555000034 ], [ 106.251850990000037, 29.756081743000042 ], [ 106.251915831000076, 29.756108550000075 ], [ 106.251963791000037, 29.756108097000041 ], [ 106.25199501600008, 29.756091925000081 ], [ 106.252021101000025, 29.756061370000054 ], [ 106.252020778000031, 29.756035395000087 ], [ 106.251985670000067, 29.756005419000068 ], [ 106.251958869000077, 29.755978252000091 ], [ 106.251948479000077, 29.755940826000085 ], [ 106.251960993000068, 29.755882978000038 ], [ 106.251983518000031, 29.755832252000062 ], [ 106.252012874000059, 29.75579878000007 ], [ 106.25204395600008, 29.755771065000083 ], [ 106.252099863000069, 29.755744558000053 ], [ 106.252207536000071, 29.755727849000035 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.268494184000076, 29.824695435000081 ], [ 106.26840160200004, 29.824749182000055 ], [ 106.268335549000028, 29.82479 ], [ 106.268272142000058, 29.824837490000046 ], [ 106.268219172000045, 29.824900507000056 ], [ 106.268168931000048, 29.824976892000056 ], [ 106.268139930000075, 29.825113350000041 ], [ 106.26814573200005, 29.825370025000034 ], [ 106.268249123000032, 29.825650319000097 ], [ 106.268572539000047, 29.82612049100004 ], [ 106.26869126400004, 29.826264105000071 ], [ 106.268885890000035, 29.826499528000053 ], [ 106.269048361000046, 29.826588583000053 ], [ 106.269290270000056, 29.826732797000091 ], [ 106.269382046000032, 29.826817977000069 ], [ 106.269436303000091, 29.826889561000094 ], [ 106.26949829800003, 29.826940137000065 ], [ 106.269594998000059, 29.826992706000048 ], [ 106.269710104000069, 29.82702416300009 ], [ 106.269896904000063, 29.827029346000067 ], [ 106.270107475000032, 29.827015691000046 ], [ 106.27024896000006, 29.827023635000039 ], [ 106.270360987000061, 29.827022557000078 ], [ 106.270496402000049, 29.826972409000064 ], [ 106.270625864000067, 29.826873472000045 ], [ 106.270678151000027, 29.82678923300006 ], [ 106.270692595000071, 29.826665816000059 ], [ 106.270664304000036, 29.826538159000048 ], [ 106.270587766000062, 29.826392357000092 ], [ 106.270437103000063, 29.826291462000089 ], [ 106.270222366000041, 29.826186532000069 ], [ 106.270076979000081, 29.826080934000057 ], [ 106.269936634000032, 29.825952027000078 ], [ 106.269839317000049, 29.825850619000054 ], [ 106.269734264000078, 29.825770219000049 ], [ 106.26951703900005, 29.825679267000055 ], [ 106.269390795000049, 29.825610700000084 ], [ 106.269296735000083, 29.825555780000059 ], [ 106.269220963000066, 29.825470446000047 ], [ 106.269113384000036, 29.825190034000062 ], [ 106.269015834000072, 29.825070020000059 ], [ 106.268924148000053, 29.824991816000068 ], [ 106.268714251000063, 29.824847295000044 ], [ 106.268494184000076, 29.824695435000081 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.267609507000031, 29.829198383000065 ], [ 106.267610356000034, 29.829195273000042 ], [ 106.267609200000038, 29.82910357400004 ], [ 106.267555856000058, 29.828937125000046 ], [ 106.267451096000059, 29.82875706100009 ], [ 106.267322603000025, 29.828619552000081 ], [ 106.267061883000054, 29.828476257000091 ], [ 106.26668221400007, 29.828310587000093 ], [ 106.266286606000051, 29.828163880000083 ], [ 106.265980697000032, 29.82807275100004 ], [ 106.265823759000057, 29.828031927000048 ], [ 106.26573432400005, 29.827997510000035 ], [ 106.265636504000042, 29.827939659000034 ], [ 106.265584734000072, 29.827897828000062 ], [ 106.265511184000047, 29.827839743000087 ], [ 106.265424387000053, 29.82780059800006 ], [ 106.265289289000066, 29.827780728000047 ], [ 106.265138069000045, 29.827765716000041 ], [ 106.265000630000031, 29.827774086000097 ], [ 106.26489928500007, 29.827793174000071 ], [ 106.264882243000045, 29.827796384000067 ], [ 106.264815449000025, 29.827846406000042 ], [ 106.264780985000073, 29.827893768000081 ], [ 106.264762819000069, 29.827950379000075 ], [ 106.264769515000069, 29.82805378300009 ], [ 106.264773360000049, 29.828060800000063 ], [ 106.264841287000081, 29.828184783000044 ], [ 106.265119337000044, 29.828419627000077 ], [ 106.265651736000052, 29.828720229000048 ], [ 106.265912365000077, 29.828856473000084 ], [ 106.266330617000051, 29.82908761900006 ], [ 106.266607458000067, 29.829226058000074 ], [ 106.26690560600008, 29.829343128000055 ], [ 106.267230336000068, 29.829429373000043 ], [ 106.267354561000047, 29.829442289000042 ], [ 106.267416466000043, 29.829432289000067 ], [ 106.267520836000074, 29.829367797000081 ], [ 106.267584577000036, 29.829289583000051 ], [ 106.267609507000031, 29.829198383000065 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.271640238000032, 29.830653913000052 ], [ 106.271528868000075, 29.830625947000048 ], [ 106.271370898000058, 29.83056826600005 ], [ 106.271282742000054, 29.830520819000068 ], [ 106.271253407000074, 29.830461900000042 ], [ 106.271263771000065, 29.83043375700003 ], [ 106.271283010000047, 29.83040085500005 ], [ 106.271313086000077, 29.830377197000075 ], [ 106.271354040000062, 29.830365897000039 ], [ 106.271374609000091, 29.830372613000069 ], [ 106.271356704000027, 29.830305847000087 ], [ 106.271321540000031, 29.830237575000069 ], [ 106.27126037000005, 29.830187147000057 ], [ 106.270968211000081, 29.830059775000052 ], [ 106.270848580000063, 29.830013427000033 ], [ 106.270635437000067, 29.829911684000077 ], [ 106.270415864000029, 29.829780094000057 ], [ 106.270278723000047, 29.829713815000044 ], [ 106.27027740300008, 29.829713173000076 ], [ 106.270276471000045, 29.829716985000054 ], [ 106.270261548000065, 29.829777721000085 ], [ 106.27021925300005, 29.829823821000041 ], [ 106.270169286000055, 29.829828456000083 ], [ 106.270061760000033, 29.829802488000045 ], [ 106.269944416000058, 29.829753768000046 ], [ 106.269843511000033, 29.829686197000058 ], [ 106.26960934400006, 29.829441280000086 ], [ 106.269437029000073, 29.82918953900009 ], [ 106.26926618300007, 29.829054097000025 ], [ 106.269175253000071, 29.829021738000055 ], [ 106.269099164000068, 29.829032854000047 ], [ 106.268985517000047, 29.829087950000094 ], [ 106.268890243000044, 29.82908886500006 ], [ 106.268846237000048, 29.829142687000058 ], [ 106.268755671000065, 29.829204462000067 ], [ 106.268704572000047, 29.82920026700009 ], [ 106.268658667000068, 29.829181969000043 ], [ 106.26863953700007, 29.829156384000044 ], [ 106.268631064000033, 29.829123670000058 ], [ 106.268638502000044, 29.829074405000089 ], [ 106.268682482000031, 29.828940457000051 ], [ 106.268732251000074, 29.828839251000087 ], [ 106.268594088000057, 29.828778238000041 ], [ 106.268570552000028, 29.828758165000067 ], [ 106.268527881000068, 29.828697676000036 ], [ 106.268506797000043, 29.828503004000087 ], [ 106.268490882000037, 29.828348879000085 ], [ 106.268543160000036, 29.828064184000073 ], [ 106.268593398000064, 29.827986564000074 ], [ 106.268791087000068, 29.827967264000044 ], [ 106.268693196000072, 29.827874504000071 ], [ 106.268576650000057, 29.827793633000063 ], [ 106.268431170000042, 29.827746143000063 ], [ 106.268439827000066, 29.827762115000048 ], [ 106.268459154000027, 29.827824564000075 ], [ 106.26845065200007, 29.827885260000084 ], [ 106.268414447000055, 29.827954304000059 ], [ 106.268359503000056, 29.828007365000076 ], [ 106.268326149000075, 29.828026879000053 ], [ 106.268292502000065, 29.828023162000079 ], [ 106.268252819000054, 29.828000307000085 ], [ 106.268142847000036, 29.827824571000058 ], [ 106.268083736000051, 29.827731186000047 ], [ 106.268029973000068, 29.82769432300006 ], [ 106.267995002000077, 29.827677484000052 ], [ 106.267953003000073, 29.827654652000035 ], [ 106.267903810000064, 29.827612694000042 ], [ 106.267877540000029, 29.827579142000047 ], [ 106.267800959000056, 29.827577610000034 ], [ 106.267834960000073, 29.827621946000079 ], [ 106.26795635700006, 29.827778722000055 ], [ 106.268086962000041, 29.827994200000035 ], [ 106.268146519000027, 29.828092458000075 ], [ 106.268227336000052, 29.828239576000041 ], [ 106.268236758000057, 29.828310143000067 ], [ 106.26824025600007, 29.82833634900004 ], [ 106.268243717000075, 29.828494109000079 ], [ 106.26823505200008, 29.828675750000059 ], [ 106.268233142000042, 29.828768455000041 ], [ 106.268229616000042, 29.828939541000068 ], [ 106.268208809000043, 29.829027653000086 ], [ 106.268155128000046, 29.829116081000048 ], [ 106.268020937000074, 29.829251150000065 ], [ 106.267932209000037, 29.829316557000084 ], [ 106.267863441000031, 29.829353436000066 ], [ 106.267754008000054, 29.829385759000051 ], [ 106.267713226000069, 29.829397804000049 ], [ 106.267627537000067, 29.82943484600008 ], [ 106.26755283500006, 29.82948922100007 ], [ 106.267525891000048, 29.829548503000069 ], [ 106.26752943200006, 29.829582805000079 ], [ 106.267531149000035, 29.829599428000055 ], [ 106.267574782000054, 29.829643277000056 ], [ 106.267659661000053, 29.829663926000073 ], [ 106.267833612000061, 29.829671646000069 ], [ 106.268048972000045, 29.829664883000063 ], [ 106.268141195000055, 29.829661986000072 ], [ 106.268374165000068, 29.829642296000088 ], [ 106.268492696000067, 29.829627187000085 ], [ 106.268596993000074, 29.829579592000069 ], [ 106.26875496100007, 29.829441338000038 ], [ 106.268883370000026, 29.829374936000089 ], [ 106.268910042000073, 29.82936540400005 ], [ 106.269017351000059, 29.829327055000078 ], [ 106.269136474000049, 29.829319886000064 ], [ 106.269252594000093, 29.829377266000048 ], [ 106.269317776000037, 29.829438646000089 ], [ 106.269467324000061, 29.829592810000065 ], [ 106.269537396000032, 29.829651649000091 ], [ 106.269605196000043, 29.829708579000055 ], [ 106.269899638000027, 29.829880489000065 ], [ 106.270558779000069, 29.830277025000054 ], [ 106.270637822000026, 29.830334077000096 ], [ 106.270952183000077, 29.830560977000047 ], [ 106.270981300000074, 29.830581992000077 ], [ 106.271544361000053, 29.830839945000044 ], [ 106.271578370000043, 29.83080203000009 ], [ 106.271636737000051, 29.830663624000067 ], [ 106.271640238000032, 29.830653913000052 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.28054162400008, 29.844882523000066 ], [ 106.280498684000065, 29.844820474000077 ], [ 106.280451061000065, 29.844721728000085 ], [ 106.280429380000044, 29.844674172000062 ], [ 106.280416363000029, 29.844644903000077 ], [ 106.280410765000056, 29.844536564000069 ], [ 106.280463348000069, 29.844363359000052 ], [ 106.280623742000046, 29.844051320000062 ], [ 106.28078086000005, 29.843812800000084 ], [ 106.280946640000082, 29.843592568000059 ], [ 106.281052484000043, 29.843464775000086 ], [ 106.281096452000057, 29.843442303000064 ], [ 106.281115276000037, 29.843431097000067 ], [ 106.281148895000058, 29.843423422000058 ], [ 106.281196660000035, 29.84341040500005 ], [ 106.28110858000008, 29.843403588000058 ], [ 106.280972208000037, 29.843404911000043 ], [ 106.280844976000026, 29.843432996000033 ], [ 106.280762225000046, 29.843499003000098 ], [ 106.280644819000031, 29.843607536000036 ], [ 106.280588464000061, 29.843673289000026 ], [ 106.280549458000053, 29.843719693000086 ], [ 106.280488261000073, 29.843750971000077 ], [ 106.28041836500006, 29.843790004000081 ], [ 106.280326276000039, 29.843813910000055 ], [ 106.280207598000061, 29.843822731000042 ], [ 106.27983860900008, 29.843868500000038 ], [ 106.279684639000038, 29.843869992000062 ], [ 106.279579109000053, 29.843874851000063 ], [ 106.279499973000043, 29.843879453000064 ], [ 106.279390239000065, 29.843899695000061 ], [ 106.279350941000089, 29.843923088000061 ], [ 106.279303137000056, 29.843969578000035 ], [ 106.279250934000061, 29.844016111000094 ], [ 106.279176783000025, 29.84406669100008 ], [ 106.278996760000041, 29.844095284000044 ], [ 106.278877805000036, 29.844125170000037 ], [ 106.278996970000037, 29.844226923000068 ], [ 106.27902253700006, 29.844248720000056 ], [ 106.279036333000079, 29.844270025000071 ], [ 106.279046183000048, 29.84428523500009 ], [ 106.279047049000042, 29.844353202000036 ], [ 106.279054401000053, 29.844433967000029 ], [ 106.279071937000026, 29.844487075000071 ], [ 106.279118856000025, 29.844530713000033 ], [ 106.27925434000008, 29.844651862000045 ], [ 106.279293655000075, 29.844687017000069 ], [ 106.279349098000068, 29.844737921000057 ], [ 106.279439354000033, 29.844874835000045 ], [ 106.279559508000034, 29.84504269100006 ], [ 106.279757512000074, 29.845200607000042 ], [ 106.280084871000042, 29.845421570000042 ], [ 106.280289390000064, 29.845150820000065 ], [ 106.280421007000029, 29.84497905600006 ], [ 106.28054162400008, 29.844882523000066 ] ], [ [ 106.280069626000056, 29.844033685000063 ], [ 106.280109032000041, 29.844075660000051 ], [ 106.280116192000037, 29.844129242000051 ], [ 106.280123030000027, 29.844157413000058 ], [ 106.280146025000079, 29.844182604000085 ], [ 106.280211051000038, 29.844201740000074 ], [ 106.280289139000047, 29.844229221000035 ], [ 106.280334878000076, 29.844259839000074 ], [ 106.28038065100003, 29.844293280000048 ], [ 106.28041034000006, 29.844335350000055 ], [ 106.280410735000046, 29.844366406000063 ], [ 106.280398106000064, 29.844391943000058 ], [ 106.280366222000055, 29.844431784000054 ], [ 106.280343840000057, 29.844454592000083 ], [ 106.280314908000037, 29.84447181500008 ], [ 106.280256648000034, 29.844475203000066 ], [ 106.279992442000037, 29.84433092900008 ], [ 106.279966063000074, 29.844294476000073 ], [ 106.279952389000073, 29.844238133000086 ], [ 106.279938858000051, 29.844193084000036 ], [ 106.279928601000051, 29.844150827000078 ], [ 106.279924966000081, 29.844119801000094 ], [ 106.279924319000045, 29.844068979000042 ], [ 106.279953142000068, 29.844043286000041 ], [ 106.279969192000067, 29.844031836000049 ], [ 106.279994994000049, 29.844023114000031 ], [ 106.280069626000056, 29.844033685000063 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.280516547000047, 29.842993873000058 ], [ 106.280504839000059, 29.842997944000054 ], [ 106.28042283800005, 29.843019010000024 ], [ 106.280399872000032, 29.843019231000085 ], [ 106.280367403000071, 29.84301954600005 ], [ 106.280322697000031, 29.843019981000051 ], [ 106.280227761000049, 29.843008427000097 ], [ 106.280177124000033, 29.842995584000054 ], [ 106.280178077000073, 29.843004374000078 ], [ 106.280178725000042, 29.843055078000084 ], [ 106.280134822000036, 29.843100252000056 ], [ 106.280132532000039, 29.843109709000082 ], [ 106.280121819000044, 29.843154084000055 ], [ 106.280150030000073, 29.843219439000048 ], [ 106.280198271000074, 29.843245815000046 ], [ 106.280276921000052, 29.843242068000059 ], [ 106.280369151000059, 29.843229239000042 ], [ 106.280396744000029, 29.843233211000033 ], [ 106.280421229000069, 29.843206094000042 ], [ 106.280434973000069, 29.84319087100004 ], [ 106.280467746000056, 29.84318482600008 ], [ 106.280505017000053, 29.843188288000079 ], [ 106.280588541000057, 29.843212292000096 ], [ 106.280618888000049, 29.843187184000044 ], [ 106.280570296000064, 29.84315519200003 ], [ 106.280541337000045, 29.843117291000059 ], [ 106.280560364000053, 29.843063645000086 ], [ 106.280546591000075, 29.843014142000072 ], [ 106.280516547000047, 29.842993873000058 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.266976232000047, 29.827916693000088 ], [ 106.266977066000038, 29.827910916000075 ], [ 106.266972829000053, 29.827824517000071 ], [ 106.266945337000038, 29.827765782000078 ], [ 106.266882867000049, 29.827678569000049 ], [ 106.266779487000065, 29.827591749000081 ], [ 106.266638347000026, 29.827505291000083 ], [ 106.266543441000067, 29.827466411000049 ], [ 106.266467572000067, 29.827439698000035 ], [ 106.266366667000057, 29.827424200000042 ], [ 106.266262719000053, 29.827416964000058 ], [ 106.266193523000027, 29.82742037200007 ], [ 106.26609308500008, 29.827441915000058 ], [ 106.265981546000035, 29.827456705000085 ], [ 106.265893332000076, 29.827449318000042 ], [ 106.26585702400007, 29.827440062000054 ], [ 106.265790456000062, 29.827402282000033 ], [ 106.265747455000053, 29.827361532000051 ], [ 106.265716921000035, 29.82731105900006 ], [ 106.265700375000051, 29.827246731000052 ], [ 106.265686836000043, 29.827171397000079 ], [ 106.265677015000051, 29.827141306000033 ], [ 106.265649852000081, 29.82710863800008 ], [ 106.265622760000042, 29.827081455000037 ], [ 106.265590962000033, 29.827055691000055 ], [ 106.265544988000045, 29.827028690000081 ], [ 106.265462810000031, 29.827000664000085 ], [ 106.265398265000059, 29.826998538000055 ], [ 106.265341853000052, 29.826999613000059 ], [ 106.265252947000079, 29.826982888000089 ], [ 106.265194220000069, 29.82696148000008 ], [ 106.265158626000073, 29.826936335000081 ], [ 106.265111836000074, 29.826902509000035 ], [ 106.265041801000052, 29.82686363300007 ], [ 106.264992088000042, 29.826837746000074 ], [ 106.264897114000064, 29.82681399400008 ], [ 106.26482169500008, 29.826822949000075 ], [ 106.264777951000056, 29.826848065000036 ], [ 106.264756494000039, 29.826893549000086 ], [ 106.264760867000064, 29.826990922000046 ], [ 106.264785608000068, 29.827081241000087 ], [ 106.264830821000032, 29.827172737000069 ], [ 106.264869205000025, 29.827221763000061 ], [ 106.264942549000068, 29.827297896000051 ], [ 106.265039667000053, 29.827387522000034 ], [ 106.265236186000038, 29.827498148000071 ], [ 106.265392921000057, 29.827573482000044 ], [ 106.265601889000038, 29.827673012000041 ], [ 106.26569233400005, 29.827732516000079 ], [ 106.26581832800008, 29.827865772000049 ], [ 106.265873795000061, 29.827896796000061 ], [ 106.265938391000077, 29.827903038000038 ], [ 106.266034300000058, 29.827896630000051 ], [ 106.266078253000046, 29.827887977000039 ], [ 106.266144180000026, 29.827874996000048 ], [ 106.266219530000058, 29.827860553000047 ], [ 106.26629827000005, 29.827865287000069 ], [ 106.266388352000035, 29.827895981000037 ], [ 106.266431042000079, 29.82791203700009 ], [ 106.266478607000067, 29.827940393000059 ], [ 106.266523200000051, 29.827982499000086 ], [ 106.266571111000076, 29.828038294000066 ], [ 106.266641223000079, 29.828107597000042 ], [ 106.266691884000068, 29.828131808000066 ], [ 106.266742216000068, 29.828129953000083 ], [ 106.266825382000036, 29.828111320000055 ], [ 106.266915930000039, 29.828054196000039 ], [ 106.266966935000028, 29.827980988000036 ], [ 106.266976232000047, 29.827916693000088 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.223490793000053, 29.789231237000081 ], [ 106.223412328000066, 29.789157139000061 ], [ 106.223210212000026, 29.788948839000064 ], [ 106.223188355000048, 29.788937315000041 ], [ 106.223160437000047, 29.788937573000055 ], [ 106.223059304000074, 29.788954746000051 ], [ 106.222896228000081, 29.788980608000085 ], [ 106.222816556000055, 29.788976835000085 ], [ 106.222788397000045, 29.78895725100006 ], [ 106.222774758000071, 29.788941142000059 ], [ 106.222766112000045, 29.788922379000038 ], [ 106.222735458000045, 29.788855813000055 ], [ 106.222691593000036, 29.788820139000055 ], [ 106.222666513000036, 29.788798721000028 ], [ 106.222631094000064, 29.788777401000061 ], [ 106.222597546000031, 29.788739826000029 ], [ 106.222575164000034, 29.788685010000041 ], [ 106.222553747000063, 29.788561069000082 ], [ 106.222441798000048, 29.788451496000047 ], [ 106.222278646000063, 29.788272743000046 ], [ 106.222278755000048, 29.788281690000073 ], [ 106.22224135700003, 29.78853203500006 ], [ 106.222242117000064, 29.788594584000066 ], [ 106.222250038000027, 29.788733222000072 ], [ 106.222270416000086, 29.788804873000057 ], [ 106.222279353000033, 29.788836304000082 ], [ 106.222433237000075, 29.789183019000067 ], [ 106.222541357000068, 29.789356089000066 ], [ 106.222613892000027, 29.789423414000055 ], [ 106.222707956000079, 29.789466060000048 ], [ 106.223005533000048, 29.789577543000068 ], [ 106.223074522000047, 29.789609541000061 ], [ 106.223087337000038, 29.789614292000071 ], [ 106.223124638000073, 29.789628116000074 ], [ 106.223159230000078, 29.789652275000023 ], [ 106.223161947000051, 29.789658584000055 ], [ 106.223196744000077, 29.789660087000076 ], [ 106.223249812000063, 29.789665036000084 ], [ 106.223346894000031, 29.789699495000029 ], [ 106.223472465000043, 29.789769049000078 ], [ 106.223484936000034, 29.789768933000065 ], [ 106.223500591000061, 29.78977422700007 ], [ 106.223735344000033, 29.790103874000071 ], [ 106.223791862000041, 29.790135989000071 ], [ 106.223810569000079, 29.790135816000092 ], [ 106.223844732000032, 29.790124621000082 ], [ 106.223853854000026, 29.79010549700007 ], [ 106.223871965000058, 29.790056372000045 ], [ 106.223874224000042, 29.78998563600004 ], [ 106.223873064000031, 29.789890453000051 ], [ 106.223833799000047, 29.789738506000049 ], [ 106.223728793000078, 29.789565409000087 ], [ 106.223608365000075, 29.78940605300004 ], [ 106.223490793000053, 29.789231237000081 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.223264718000053, 29.788915545000069 ], [ 106.223113652000052, 29.78887042500007 ], [ 106.222898022000038, 29.788773787000082 ], [ 106.222694087000036, 29.788677040000039 ], [ 106.222603589000073, 29.788609854000065 ], [ 106.222553747000063, 29.788561069000082 ], [ 106.222575164000034, 29.788685010000041 ], [ 106.222597546000031, 29.788739826000029 ], [ 106.222631094000064, 29.788777401000061 ], [ 106.222666513000036, 29.788798721000028 ], [ 106.222691593000036, 29.788820139000055 ], [ 106.222735458000045, 29.788855813000055 ], [ 106.222766112000045, 29.788922379000038 ], [ 106.222774758000071, 29.788941142000059 ], [ 106.222788397000045, 29.78895725100006 ], [ 106.222816556000055, 29.788976835000085 ], [ 106.222896228000081, 29.788980608000085 ], [ 106.223059304000074, 29.788954746000051 ], [ 106.223160437000047, 29.788937573000055 ], [ 106.223188355000048, 29.788937315000041 ], [ 106.223210212000026, 29.788948839000064 ], [ 106.223412328000066, 29.789157139000061 ], [ 106.223490793000053, 29.789231237000081 ], [ 106.223357496000062, 29.78903303900006 ], [ 106.223275441000055, 29.788952203000068 ], [ 106.223256537000054, 29.788936059000036 ], [ 106.22325945700004, 29.788919713000041 ], [ 106.223264718000053, 29.788915545000069 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.228037369000049, 29.79469326300006 ], [ 106.228009821000057, 29.794773697000032 ], [ 106.228060238000069, 29.794801951000068 ], [ 106.228022402000079, 29.794840488000094 ], [ 106.227972209000029, 29.79487556000004 ], [ 106.227950925000073, 29.794883118000087 ], [ 106.228275106000069, 29.795006933000082 ], [ 106.228284855000027, 29.79497897300007 ], [ 106.228278989000046, 29.794936997000029 ], [ 106.228227215000061, 29.79486275500005 ], [ 106.22816504900004, 29.794814296000084 ], [ 106.228081097000029, 29.794735684000045 ], [ 106.228037369000049, 29.79469326300006 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.229558086000054, 29.790137197000046 ], [ 106.229495576000033, 29.790140988000076 ], [ 106.229459978000079, 29.790141319000039 ], [ 106.229420784000069, 29.790138579000079 ], [ 106.229377916000047, 29.790126556000072 ], [ 106.229145324000058, 29.790029349000068 ], [ 106.229113212000073, 29.790023437000059 ], [ 106.229091853000057, 29.790023637000054 ], [ 106.229063415000041, 29.790027007000049 ], [ 106.228998710000042, 29.79004332500006 ], [ 106.229006666000032, 29.790068279000081 ], [ 106.22900695800007, 29.790092159000036 ], [ 106.229007282000055, 29.790118694000061 ], [ 106.228992364000092, 29.790142716000052 ], [ 106.228675576000057, 29.790360613000075 ], [ 106.228601652000066, 29.790444069000038 ], [ 106.228587290000064, 29.790463300000049 ], [ 106.228568271000029, 29.790499550000057 ], [ 106.228568764000045, 29.79053986200006 ], [ 106.228571611000064, 29.790573787000088 ], [ 106.228579323000076, 29.790607666000085 ], [ 106.228591822000055, 29.790635135000052 ], [ 106.228621452000027, 29.790670933000055 ], [ 106.228658328000051, 29.790702420000063 ], [ 106.228794780000044, 29.790830973000077 ], [ 106.228801069000042, 29.790836897000077 ], [ 106.228852435000078, 29.790859761000039 ], [ 106.228891536000049, 29.790874251000055 ], [ 106.228928152000037, 29.790884521000066 ], [ 106.228981848000046, 29.790898875000032 ], [ 106.229015954000033, 29.790902802000069 ], [ 106.229042763000052, 29.790906797000044 ], [ 106.229055158000051, 29.790925779000069 ], [ 106.22905798000005, 29.790957582000093 ], [ 106.22906323400008, 29.790989362000058 ], [ 106.22906004500004, 29.79110145400006 ], [ 106.229074346000061, 29.791109580000075 ], [ 106.229094168000074, 29.791137711000083 ], [ 106.229128150000065, 29.791261984000073 ], [ 106.229217589000029, 29.791408394000083 ], [ 106.229225015000054, 29.791484778000036 ], [ 106.229222704000051, 29.791561252000061 ], [ 106.229216558000076, 29.791589624000036 ], [ 106.229197394000039, 29.79161528700007 ], [ 106.229184794000048, 29.791624273000082 ], [ 106.229181302000029, 29.791626763000064 ], [ 106.229162, 29.791641100000046 ], [ 106.229142593000063, 29.791646944000028 ], [ 106.229110065000043, 29.791641583000061 ], [ 106.228950633000068, 29.791611918000044 ], [ 106.228728387000046, 29.791489395000042 ], [ 106.228567884000029, 29.791371961000042 ], [ 106.228469019000045, 29.791251122000055 ], [ 106.228369739000073, 29.791096308000075 ], [ 106.228321387000051, 29.791000502000085 ], [ 106.228306925000027, 29.791003450000062 ], [ 106.22826811300007, 29.791015137000038 ], [ 106.228242629000079, 29.791055016000094 ], [ 106.228230061000033, 29.791089111000076 ], [ 106.228230303000032, 29.791108930000064 ], [ 106.228230648000078, 29.791137243000037 ], [ 106.228222570000071, 29.791273233000084 ], [ 106.228194740000063, 29.791386754000072 ], [ 106.228214216000026, 29.791386574000061 ], [ 106.228240184000072, 29.791386333000052 ], [ 106.228272781000044, 29.791397356000065 ], [ 106.228594168000029, 29.791666667000065 ], [ 106.228765857000056, 29.791815702000065 ], [ 106.228895327000032, 29.791889261000044 ], [ 106.22905494600009, 29.79192515800008 ], [ 106.229263213000081, 29.791933902000043 ], [ 106.229520389000072, 29.79193685000007 ], [ 106.229753143000039, 29.791945365000061 ], [ 106.230028487000027, 29.791932123000038 ], [ 106.230272570000068, 29.79186576900009 ], [ 106.230302264000045, 29.791790731000045 ], [ 106.230326575000049, 29.791717172000059 ], [ 106.230326595000065, 29.791666668000069 ], [ 106.230022617000031, 29.791227437000082 ], [ 106.229963679000036, 29.791167545000061 ], [ 106.229916150000065, 29.791134139000064 ], [ 106.229862990000072, 29.791093533000044 ], [ 106.229826606000074, 29.791064860000059 ], [ 106.229801308000049, 29.791036083000058 ], [ 106.229795469000067, 29.791011961000038 ], [ 106.229711166000087, 29.790691196000068 ], [ 106.229713642000036, 29.790666996000091 ], [ 106.229723397000043, 29.790651289000035 ], [ 106.22961957900003, 29.790355765000072 ], [ 106.229590299000051, 29.790229048000072 ], [ 106.229575880000027, 29.790183828000067 ], [ 106.229558086000054, 29.790137197000046 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.225841312000057, 29.790792894000049 ], [ 106.225728452000055, 29.790631777000037 ], [ 106.225639362000038, 29.79049007400004 ], [ 106.225618575000055, 29.79055467500007 ], [ 106.225590855000064, 29.790571170000078 ], [ 106.225569685000039, 29.790572789000073 ], [ 106.225526175000027, 29.790562298000054 ], [ 106.225310243000081, 29.790456509000084 ], [ 106.225283359000073, 29.790456757000069 ], [ 106.225261644000057, 29.790456959000046 ], [ 106.225240107000047, 29.790471589000049 ], [ 106.22522377100006, 29.790488880000055 ], [ 106.225220327000059, 29.790492331000063 ], [ 106.225191792000032, 29.790512268000043 ], [ 106.225190969000039, 29.790512636000074 ], [ 106.225174545000073, 29.790522711000047 ], [ 106.225147661000051, 29.790522960000089 ], [ 106.22509277000006, 29.790516252000089 ], [ 106.224802799000031, 29.790428463000062 ], [ 106.224878052000065, 29.790520586000071 ], [ 106.225019236000037, 29.79068482800006 ], [ 106.225048184000059, 29.790676323000078 ], [ 106.225103053000055, 29.790681228000036 ], [ 106.225128613000038, 29.790690299000058 ], [ 106.225193913000055, 29.790754351000082 ], [ 106.225227287000052, 29.790777494000054 ], [ 106.225266499000043, 29.790789966000091 ], [ 106.225334472000043, 29.790801810000058 ], [ 106.225350654000067, 29.790802508000066 ], [ 106.225385810000034, 29.790802183000039 ], [ 106.225423958000079, 29.790792809000038 ], [ 106.225440415000037, 29.790785440000032 ], [ 106.22546212900005, 29.790785240000048 ], [ 106.22560235800006, 29.790836256000038 ], [ 106.225627494000051, 29.790862182000076 ], [ 106.225639815000079, 29.790885483000075 ], [ 106.225649863000058, 29.79095910500007 ], [ 106.225661948000038, 29.791005337000051 ], [ 106.225673826000047, 29.79102704700006 ], [ 106.225679214000081, 29.791033085000031 ], [ 106.225698572000056, 29.791038877000059 ], [ 106.22572685800003, 29.791034871000079 ], [ 106.225735215000043, 29.791031673000081 ], [ 106.225833414000078, 29.790957691000067 ], [ 106.225855911000068, 29.790936735000052 ], [ 106.225857649000034, 29.790909658000096 ], [ 106.225834299000041, 29.790824092000037 ], [ 106.225838862000046, 29.790797133000073 ], [ 106.225841312000057, 29.790792894000049 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.225330719000056, 29.78980692500005 ], [ 106.225101571000053, 29.78992914500008 ], [ 106.224903457000039, 29.790001496000055 ], [ 106.22473924500008, 29.790049123000077 ], [ 106.224534585000072, 29.790094412000084 ], [ 106.224574039000061, 29.790163277000087 ], [ 106.22466849400007, 29.790264050000076 ], [ 106.224695254000039, 29.790296807000065 ], [ 106.225055698000062, 29.790256624000051 ], [ 106.225126518000081, 29.79024753200008 ], [ 106.225184273000082, 29.790224498000036 ], [ 106.225222650000035, 29.790198832000037 ], [ 106.225257769000052, 29.790170384000074 ], [ 106.225283215000047, 29.790142025000083 ], [ 106.225302182000064, 29.790110914000085 ], [ 106.225311202000057, 29.790057398000052 ], [ 106.225330719000056, 29.78980692500005 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.24600134700006, 29.755327674000061 ], [ 106.245813877000046, 29.755219003000033 ], [ 106.245677071000046, 29.755102180000055 ], [ 106.245611851000049, 29.755098420000078 ], [ 106.245531782000057, 29.755110110000089 ], [ 106.245224633000078, 29.755204866000035 ], [ 106.244967879000058, 29.755321019000053 ], [ 106.244850972000052, 29.755394298000056 ], [ 106.244678813000064, 29.755459348000041 ], [ 106.244569613000067, 29.755547865000036 ], [ 106.244520457000078, 29.755627068000081 ], [ 106.244519356000069, 29.755740815000078 ], [ 106.244555338000055, 29.755812655000057 ], [ 106.244616329000053, 29.755879886000059 ], [ 106.244720012000073, 29.755953277000057 ], [ 106.244886542000074, 29.756041386000042 ], [ 106.245123740000054, 29.75616820100004 ], [ 106.245247421000045, 29.756237029000093 ], [ 106.245267931000072, 29.756274019000049 ], [ 106.245278524000071, 29.756319851000057 ], [ 106.245249817000058, 29.75638995100007 ], [ 106.245287527000073, 29.756395778000073 ], [ 106.245611201000031, 29.756389285000068 ], [ 106.24570060800005, 29.756401281000077 ], [ 106.24600134700006, 29.755327674000061 ] ], [ [ 106.245420501000069, 29.755514398000063 ], [ 106.245506481000064, 29.75556742200007 ], [ 106.245603130000077, 29.755634089000068 ], [ 106.245641901000056, 29.75569099300008 ], [ 106.24564661800008, 29.755753945000041 ], [ 106.245632860000072, 29.755809053000064 ], [ 106.245581804000039, 29.755926363000075 ], [ 106.24553420400008, 29.75600469800008 ], [ 106.245489904000067, 29.756031458000052 ], [ 106.245451826000078, 29.756030672000069 ], [ 106.245422696000048, 29.756010329000041 ], [ 106.245376290000081, 29.75597296800003 ], [ 106.245309871000075, 29.755909452000083 ], [ 106.245223778000081, 29.755847266000046 ], [ 106.24509637400007, 29.755735072000046 ], [ 106.245089741000072, 29.755729408000029 ], [ 106.245075148000069, 29.755716946000064 ], [ 106.245094411000025, 29.755682403000037 ], [ 106.245144735000054, 29.755612061000079 ], [ 106.245196075000081, 29.755517656000048 ], [ 106.245250663000036, 29.755473618000057 ], [ 106.245312351000052, 29.755473037000062 ], [ 106.245420501000069, 29.755514398000063 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.239902114000074, 29.749056297000038 ], [ 106.239879706000082, 29.749042395000068 ], [ 106.239861603000065, 29.749049621000037 ], [ 106.239855757000043, 29.749067315000051 ], [ 106.239854147000074, 29.749100846000083 ], [ 106.23983025800004, 29.749295106000087 ], [ 106.239821324000047, 29.749390444000085 ], [ 106.239820215000066, 29.749464541000062 ], [ 106.239825126000028, 29.749535055000081 ], [ 106.239817627000036, 29.749582751000048 ], [ 106.239788687000043, 29.749635195000046 ], [ 106.239748733000056, 29.749672242000088 ], [ 106.239714949000074, 29.749685253000056 ], [ 106.23968919400005, 29.749693957000083 ], [ 106.239627796000036, 29.74969594300007 ], [ 106.239592256000051, 29.74969768600004 ], [ 106.239581030000068, 29.749704844000064 ], [ 106.239573104000044, 29.749717613000087 ], [ 106.23957663200008, 29.749741558000039 ], [ 106.239586589000069, 29.749762622000045 ], [ 106.239625829000033, 29.749798927000082 ], [ 106.239664656000059, 29.749830646000085 ], [ 106.239734293000026, 29.74987770000007 ], [ 106.239762480000081, 29.749899022000083 ], [ 106.23978526500008, 29.749903217000053 ], [ 106.239800419000062, 29.749903075000081 ], [ 106.239817989000073, 29.749894094000073 ], [ 106.239848024000025, 29.749871771000073 ], [ 106.239895413000056, 29.749822838000057 ], [ 106.240005036000071, 29.749699182000079 ], [ 106.24003053000007, 29.74963543900008 ], [ 106.240041572000052, 29.749547137000029 ], [ 106.240040510000028, 29.749460713000079 ], [ 106.240021103000061, 29.749362112000089 ], [ 106.239977027000066, 29.749230228000044 ], [ 106.239939561000028, 29.749142381000077 ], [ 106.239902114000074, 29.749056297000038 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.239750742000069, 29.753651366000042 ], [ 106.239749173000064, 29.753629660000051 ], [ 106.239408990000086, 29.75360327900005 ], [ 106.239352589000077, 29.753579786000046 ], [ 106.239346027000067, 29.75356230400007 ], [ 106.239348904000053, 29.75353825600007 ], [ 106.239370797000049, 29.753510341000041 ], [ 106.239412747000074, 29.753478548000093 ], [ 106.239443254000051, 29.753463478000072 ], [ 106.239482179000049, 29.753443721000057 ], [ 106.239502112000025, 29.753428758000037 ], [ 106.239529422000032, 29.753411870000036 ], [ 106.23955133700008, 29.753386732000077 ], [ 106.23960127600003, 29.753315141000087 ], [ 106.239628222000078, 29.75326870400005 ], [ 106.239627927000072, 29.75324468600007 ], [ 106.239627688000041, 29.753225295000053 ], [ 106.239622180000026, 29.753207792000069 ], [ 106.23959990000003, 29.753203383000088 ], [ 106.239540860000034, 29.753223339000048 ], [ 106.239488213000072, 29.753245995000047 ], [ 106.239426848000051, 29.753248420000087 ], [ 106.239404535000062, 29.753241240000087 ], [ 106.239389566000057, 29.753229375000043 ], [ 106.239389236000079, 29.753202588000082 ], [ 106.239403853000056, 29.753185826000042 ], [ 106.239417428000081, 29.753170924000067 ], [ 106.23943414300004, 29.753153215000051 ], [ 106.239452955000047, 29.753133645000048 ], [ 106.23947279500004, 29.753111287000081 ], [ 106.239497758000027, 29.75307502600009 ], [ 106.239519310000048, 29.753020333000052 ], [ 106.239535218000071, 29.752937053000043 ], [ 106.239559925000037, 29.752707754000085 ], [ 106.239616453000053, 29.752484615000068 ], [ 106.239696331000061, 29.752437682000043 ], [ 106.239719335000075, 29.752415305000056 ], [ 106.239726439000037, 29.752390297000087 ], [ 106.23972610900006, 29.752363510000052 ], [ 106.239723786000084, 29.752346908000046 ], [ 106.239712553000061, 29.752332905000063 ], [ 106.239696344000038, 29.752283373000068 ], [ 106.23969379600004, 29.752231730000059 ], [ 106.239709282000035, 29.752114276000043 ], [ 106.239722836000055, 29.75209752600006 ], [ 106.239756309000029, 29.752064883000063 ], [ 106.239778362000038, 29.752050821000068 ], [ 106.239809840000078, 29.752028354000053 ], [ 106.239823371000057, 29.75200883400003 ], [ 106.239823064000063, 29.75198389600007 ], [ 106.239809022000046, 29.751961865000055 ], [ 106.239775014000031, 29.751950169000054 ], [ 106.239749607000078, 29.751950407000038 ], [ 106.239610349000031, 29.751988658000073 ], [ 106.239571244000047, 29.751993644000034 ], [ 106.239508769000054, 29.75199146000006 ], [ 106.23947253900009, 29.751972406000043 ], [ 106.239452141000072, 29.751948577000071 ], [ 106.239435866000065, 29.751916400000088 ], [ 106.239367260000051, 29.751846848000071 ], [ 106.239310768000053, 29.751815048000079 ], [ 106.239274359000035, 29.751781212000083 ], [ 106.239236746000088, 29.751735381000053 ], [ 106.239181303000066, 29.751530843000065 ], [ 106.23918885900008, 29.751456880000038 ], [ 106.239223532000054, 29.75134941300006 ], [ 106.239276517000064, 29.751268556000074 ], [ 106.239328801000056, 29.751216343000067 ], [ 106.239366438000047, 29.751184392000084 ], [ 106.239474926000071, 29.751219592000037 ], [ 106.23954481100003, 29.751221707000067 ], [ 106.239563950000047, 29.75122891500007 ], [ 106.239584064000042, 29.751228727000065 ], [ 106.239609461000043, 29.751228489000081 ], [ 106.239622645000054, 29.751228365000081 ], [ 106.239622978000057, 29.75121736300008 ], [ 106.239619762000075, 29.751011052000074 ], [ 106.239603980000027, 29.750979850000075 ], [ 106.239555127000074, 29.750902679000028 ], [ 106.239467041000069, 29.750834833000052 ], [ 106.239356717000078, 29.750767195000037 ], [ 106.239273782000055, 29.750700794000064 ], [ 106.239247589000058, 29.750674908000054 ], [ 106.239246487000059, 29.750585305000058 ], [ 106.239247496000075, 29.750481740000055 ], [ 106.239259105000031, 29.750312362000049 ], [ 106.239259275000052, 29.750309552000086 ], [ 106.239239179000037, 29.750298131000083 ], [ 106.239199995000035, 29.75029664900007 ], [ 106.239191529000038, 29.75029672800008 ], [ 106.239180456000042, 29.750310930000072 ], [ 106.239147782000032, 29.750413444000056 ], [ 106.239136699000028, 29.750441168000062 ], [ 106.239121678000075, 29.75050486400005 ], [ 106.239121109000052, 29.750509832000038 ], [ 106.23911946700008, 29.750548642000062 ], [ 106.23910819200006, 29.75057830700008 ], [ 106.239094674000057, 29.750597827000036 ], [ 106.239064215000042, 29.750617506000083 ], [ 106.239027352000051, 29.750632636000031 ], [ 106.239016383000035, 29.750639170000056 ], [ 106.239002138000046, 29.750647648000044 ], [ 106.238978026000041, 29.750667275000076 ], [ 106.238961334000066, 29.750686825000063 ], [ 106.238949933000086, 29.750706327000046 ], [ 106.238936383000066, 29.750724006000034 ], [ 106.238907594000068, 29.750779388000065 ], [ 106.238914999000045, 29.750788701000083 ], [ 106.238931900000068, 29.750898997000043 ], [ 106.238932639000041, 29.750959062000049 ], [ 106.238873401000035, 29.751017751000067 ], [ 106.238723332000063, 29.751122445000078 ], [ 106.238876208000093, 29.751081102000057 ], [ 106.238998615000071, 29.751050406000044 ], [ 106.239060804000076, 29.751028572000052 ], [ 106.239096466000035, 29.751001457000093 ], [ 106.239116296000077, 29.750979099000062 ], [ 106.239135073000057, 29.75095676300009 ], [ 106.239163379000047, 29.75093432500006 ], [ 106.239179289000049, 29.750936944000042 ], [ 106.239194293000025, 29.750951588000081 ], [ 106.23920305200005, 29.750975518000079 ], [ 106.239197036000064, 29.751002365000087 ], [ 106.239172085000064, 29.751039544000037 ], [ 106.23914165900004, 29.751061992000071 ], [ 106.239128142000027, 29.75108152100006 ], [ 106.239128379000078, 29.751100913000069 ], [ 106.239140210000073, 29.751115578000039 ], [ 106.239041736000047, 29.751113730000046 ], [ 106.239011116000029, 29.751119563000088 ], [ 106.238989053000068, 29.751133627000055 ], [ 106.238975457000038, 29.751146679000044 ], [ 106.238960906000045, 29.751168058000069 ], [ 106.238959184000066, 29.751200403000045 ], [ 106.238999038000046, 29.751515006000091 ], [ 106.238999367000076, 29.751541784000043 ], [ 106.23899756600008, 29.75156674200008 ], [ 106.23899453000007, 29.751578778000066 ], [ 106.238983017000066, 29.75158905000006 ], [ 106.238960999000028, 29.751605880000053 ], [ 106.238952647000076, 29.751616115000044 ], [ 106.238950688000045, 29.751628149000055 ], [ 106.238956343000041, 29.75165764500008 ], [ 106.239004868000052, 29.751730167000066 ], [ 106.23901976500008, 29.751747805000033 ], [ 106.23903469000004, 29.75176538900007 ], [ 106.239049626000053, 29.751782911000088 ], [ 106.239064582000026, 29.751800378000031 ], [ 106.239079547000074, 29.751817792000047 ], [ 106.239094543000078, 29.751835143000051 ], [ 106.239109559000042, 29.751852429000049 ], [ 106.239124584000081, 29.751869660000061 ], [ 106.239142607000076, 29.75189020300008 ], [ 106.239160732000073, 29.751910661000071 ], [ 106.239179041000071, 29.75193101100006 ], [ 106.239197598000032, 29.751951269000074 ], [ 106.239216484000053, 29.751971413000021 ], [ 106.239235781000048, 29.751991438000054 ], [ 106.239255554000067, 29.752011341000067 ], [ 106.23927589300007, 29.752031111000065 ], [ 106.239293316000058, 29.752047546000082 ], [ 106.239310854000053, 29.75206397900007 ], [ 106.239328196000031, 29.752080486000072 ], [ 106.239345014000037, 29.752097159000066 ], [ 106.239360987000055, 29.752114094000035 ], [ 106.239375806000055, 29.752131364000029 ], [ 106.239389132000042, 29.752149064000037 ], [ 106.239400655000054, 29.752167276000083 ], [ 106.239412962000074, 29.752192931000081 ], [ 106.23942134400005, 29.752219696000051 ], [ 106.239425810000071, 29.752247573000091 ], [ 106.239426363000064, 29.752276559000048 ], [ 106.239422992000073, 29.752306654000051 ], [ 106.239415715000064, 29.752337852000039 ], [ 106.239404515000047, 29.752370167000038 ], [ 106.239389399000061, 29.752403593000057 ], [ 106.239355177000064, 29.752413168000093 ], [ 106.239309917000071, 29.752433917000072 ], [ 106.239282722000041, 29.75246096100005 ], [ 106.239262913000061, 29.752485158000063 ], [ 106.239284030000093, 29.752564036000074 ], [ 106.239307023000038, 29.752654512000056 ], [ 106.239296437000064, 29.752683250000082 ], [ 106.239259265000044, 29.75277429000004 ], [ 106.239259970000035, 29.752831562000043 ], [ 106.239260909000052, 29.752907923000066 ], [ 106.23925156100006, 29.752933301000045 ], [ 106.239238602000057, 29.753011140000076 ], [ 106.239234914000065, 29.753018147000041 ], [ 106.239235031000078, 29.753027497000055 ], [ 106.239225030000057, 29.753103961000079 ], [ 106.239198797000043, 29.753194897000071 ], [ 106.239177448000078, 29.753238057000086 ], [ 106.239156040000069, 29.753276443000058 ], [ 106.239145805000078, 29.753333818000044 ], [ 106.239102752000065, 29.753391501000063 ], [ 106.239048468000078, 29.753425421000081 ], [ 106.239032411000039, 29.753454211000079 ], [ 106.238989183000058, 29.753497574000058 ], [ 106.238918900000044, 29.753565057000063 ], [ 106.238807092000059, 29.753814309000067 ], [ 106.238794005000045, 29.753850964000037 ], [ 106.238948014000073, 29.753838761000051 ], [ 106.239264371000047, 29.753781336000078 ], [ 106.239547686000037, 29.753676296000041 ], [ 106.239750742000069, 29.753651366000042 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.242127135000032, 29.752754092000096 ], [ 106.24209408300004, 29.752730611000064 ], [ 106.241943196000079, 29.752597609000073 ], [ 106.241840538000076, 29.752448118000078 ], [ 106.241698707000069, 29.752314753000064 ], [ 106.241656403000036, 29.752205195000048 ], [ 106.241667748000054, 29.75211989800005 ], [ 106.241652746000057, 29.752113602000051 ], [ 106.241641824000055, 29.75210487400004 ], [ 106.241616288000046, 29.752081084000061 ], [ 106.241596874000038, 29.752045770000052 ], [ 106.241573131000052, 29.752009046000069 ], [ 106.241540108000038, 29.751992733000069 ], [ 106.241500956000039, 29.751993100000043 ], [ 106.241475550000075, 29.75199333900008 ], [ 106.241450021000048, 29.752000370000086 ], [ 106.24143295600004, 29.752023235000081 ], [ 106.241418712000041, 29.752085274000066 ], [ 106.241370185000051, 29.75238271100006 ], [ 106.241367342000046, 29.752411300000055 ], [ 106.241383186000064, 29.752430308000047 ], [ 106.241503956000031, 29.752591411000079 ], [ 106.241614627000047, 29.752804568000045 ], [ 106.24169885200007, 29.752943280000078 ], [ 106.241784112000062, 29.753026481000063 ], [ 106.241879685000072, 29.753109586000043 ], [ 106.24193542900008, 29.753169064000069 ], [ 106.241965520000065, 29.753239283000084 ], [ 106.241964560000042, 29.753266360000051 ], [ 106.241967620000025, 29.753268922000078 ], [ 106.242012497000076, 29.753302678000072 ], [ 106.242043368000054, 29.753317173000081 ], [ 106.242079416000081, 29.753321453000069 ], [ 106.242130252000038, 29.753323745000042 ], [ 106.242433390000031, 29.753355075000059 ], [ 106.242460848000064, 29.753356026000063 ], [ 106.242452342000036, 29.753288329000043 ], [ 106.242435231000059, 29.753286496000044 ], [ 106.242418387000043, 29.753284436000051 ], [ 106.242401809000057, 29.753282165000087 ], [ 106.242385486000046, 29.753279674000048 ], [ 106.242369420000045, 29.753276968000076 ], [ 106.242353619000028, 29.753274047000051 ], [ 106.242338084000039, 29.753270902000047 ], [ 106.242322806000061, 29.753267545000092 ], [ 106.242308343000047, 29.753264100000081 ], [ 106.242294, 29.753260374000035 ], [ 106.242279685000028, 29.753256297000064 ], [ 106.242265271000065, 29.753251805000055 ], [ 106.242250653000042, 29.753246801000042 ], [ 106.242235730000061, 29.753241230000068 ], [ 106.242220364000048, 29.753235006000072 ], [ 106.242204473000072, 29.753228065000084 ], [ 106.242197673000078, 29.753224936000038 ], [ 106.242190955000069, 29.753221671000063 ], [ 106.242184494000071, 29.753218278000073 ], [ 106.242178486000057, 29.753214761000034 ], [ 106.242173128000047, 29.753211132000047 ], [ 106.242168595000066, 29.753207385000053 ], [ 106.242165075000074, 29.753203540000076 ], [ 106.242162772000029, 29.753199593000097 ], [ 106.242161883000065, 29.753192899000059 ], [ 106.242164279000065, 29.753185994000034 ], [ 106.242169464000028, 29.753178918000053 ], [ 106.242176952000079, 29.753171705000053 ], [ 106.242186238000045, 29.75316438200008 ], [ 106.242196825000079, 29.753157004000059 ], [ 106.242208229000028, 29.753149609000044 ], [ 106.242219954000063, 29.753142229000041 ], [ 106.242232273000084, 29.753134419000034 ], [ 106.242244056000061, 29.753126703000078 ], [ 106.242254961000071, 29.753119105000046 ], [ 106.242264638000051, 29.753111654000072 ], [ 106.242272756000034, 29.753104379000039 ], [ 106.242278985000041, 29.753097313000062 ], [ 106.242282962000047, 29.75309047300005 ], [ 106.242284360000042, 29.753083896000081 ], [ 106.242281837000064, 29.753075475000049 ], [ 106.242274792000046, 29.753067478000052 ], [ 106.24226397800004, 29.753059830000048 ], [ 106.242250160000026, 29.753052436000075 ], [ 106.242234119000045, 29.753045200000084 ], [ 106.24221661200005, 29.753038031000074 ], [ 106.242198391000045, 29.753030842000044 ], [ 106.242180242000074, 29.753023534000082 ], [ 106.242161316000079, 29.753015351000041 ], [ 106.242143629000054, 29.753006848000041 ], [ 106.242127444000062, 29.752997961000062 ], [ 106.242113011000086, 29.752988608000059 ], [ 106.242100587000039, 29.75297872200008 ], [ 106.242090431000065, 29.752968227000054 ], [ 106.242082808000077, 29.752957051000067 ], [ 106.242077968000046, 29.752945117000081 ], [ 106.242076466000071, 29.752937302000085 ], [ 106.242076138000073, 29.752929168000044 ], [ 106.242076985000054, 29.752920718000041 ], [ 106.24207900600004, 29.752911940000047 ], [ 106.242082193000044, 29.75290285400007 ], [ 106.242086552000046, 29.752893441000086 ], [ 106.242086683000039, 29.752893205000071 ], [ 106.242124516000047, 29.752770607000048 ], [ 106.242126575000043, 29.752757391000053 ], [ 106.242127135000032, 29.752754092000096 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.241884213000063, 29.751034182000073 ], [ 106.241911197000036, 29.751011080000062 ], [ 106.241958405000048, 29.75097646800009 ], [ 106.242008910000038, 29.750951974000092 ], [ 106.242050010000071, 29.750936812000074 ], [ 106.242075474000046, 29.750929574000057 ], [ 106.24212758300007, 29.750875117000074 ], [ 106.242142065000053, 29.750848200000068 ], [ 106.242130176000046, 29.750827989000083 ], [ 106.242119858000081, 29.750823609000065 ], [ 106.241968058000054, 29.75084240700005 ], [ 106.241759435000063, 29.750871932000052 ], [ 106.241715204000059, 29.750879567000087 ], [ 106.241577567000036, 29.750903325000085 ], [ 106.241522539000073, 29.750913467000089 ], [ 106.24152365100008, 29.750914963000067 ], [ 106.241543946000036, 29.750929557000063 ], [ 106.241587396000057, 29.750946485000043 ], [ 106.241641652000055, 29.750955421000072 ], [ 106.241681045000064, 29.750974454000083 ], [ 106.241718361000039, 29.750996267000062 ], [ 106.241740867000033, 29.751018226000042 ], [ 106.241760362000036, 29.751054061000051 ], [ 106.241774019000047, 29.751085516000046 ], [ 106.241872797000042, 29.75103762100008 ], [ 106.241884213000063, 29.751034182000073 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.243589678000035, 29.753456260000075 ], [ 106.243592990000081, 29.753435195000058 ], [ 106.243565723000074, 29.753373772000089 ], [ 106.243496521000054, 29.753289612000053 ], [ 106.243328397000028, 29.753167831000034 ], [ 106.24323546100004, 29.753103721000063 ], [ 106.243173371000069, 29.753084478000062 ], [ 106.243165994000037, 29.753079930000066 ], [ 106.243167626000059, 29.753212146000067 ], [ 106.243141221000045, 29.753249228000069 ], [ 106.243108729000028, 29.753259579000094 ], [ 106.242817108000054, 29.753262319000047 ], [ 106.242791733000047, 29.753227398000025 ], [ 106.242775745000074, 29.753175645000063 ], [ 106.242773616000079, 29.753003212000067 ], [ 106.242786571000067, 29.752964582000047 ], [ 106.242839610000033, 29.752908832000063 ], [ 106.242879109000057, 29.752868323000072 ], [ 106.242849787000083, 29.752844100000061 ], [ 106.242802328000039, 29.752782866000068 ], [ 106.242775187000063, 29.752716050000057 ], [ 106.242763478000029, 29.752662449000059 ], [ 106.24276106700006, 29.752594990000038 ], [ 106.242800892000062, 29.752496835000045 ], [ 106.242856004000032, 29.752358598000061 ], [ 106.242906279000067, 29.752222606000092 ], [ 106.242949095000029, 29.752173988000038 ], [ 106.24297398300007, 29.752157318000055 ], [ 106.242827012000078, 29.751989654000063 ], [ 106.24275046300005, 29.751880996000072 ], [ 106.242727407000075, 29.751773294000074 ], [ 106.242712600000075, 29.75165676500006 ], [ 106.242678985000055, 29.751575249000034 ], [ 106.242630563000034, 29.751498039000072 ], [ 106.242614901000081, 29.751430876000086 ], [ 106.242580439000051, 29.75133326200006 ], [ 106.242568696000035, 29.751310045000082 ], [ 106.242565408000075, 29.751303546000091 ], [ 106.242439747000049, 29.751023210000085 ], [ 106.24239943200007, 29.750967889000034 ], [ 106.242318389000047, 29.750873064000075 ], [ 106.242251553000074, 29.750819925000091 ], [ 106.242171873000075, 29.750817168000079 ], [ 106.242119858000081, 29.750823609000065 ], [ 106.242130176000046, 29.750827989000083 ], [ 106.242142065000053, 29.750848200000068 ], [ 106.24212758300007, 29.750875117000074 ], [ 106.242075474000046, 29.750929574000057 ], [ 106.242050010000071, 29.750936812000074 ], [ 106.242008910000038, 29.750951974000092 ], [ 106.241958405000048, 29.75097646800009 ], [ 106.241911197000036, 29.751011080000062 ], [ 106.241884213000063, 29.751034182000073 ], [ 106.241917994000062, 29.751024003000051 ], [ 106.242003601000079, 29.751017334000036 ], [ 106.242106567000064, 29.751055952000051 ], [ 106.242174469000076, 29.751112493000036 ], [ 106.242202146000068, 29.751176742000045 ], [ 106.242216615000075, 29.751260174000038 ], [ 106.242202708000036, 29.751358534000083 ], [ 106.242133577000061, 29.751475007000071 ], [ 106.242042406000053, 29.751575558000056 ], [ 106.241897876000053, 29.751732868000094 ], [ 106.241742702000067, 29.751922623000034 ], [ 106.241691882000055, 29.752016563000044 ], [ 106.241667935000066, 29.752118496000033 ], [ 106.241667748000054, 29.75211989800005 ], [ 106.241656403000036, 29.752205195000048 ], [ 106.241698707000069, 29.752314753000064 ], [ 106.241840538000076, 29.752448118000078 ], [ 106.241943196000079, 29.752597609000073 ], [ 106.24209408300004, 29.752730611000064 ], [ 106.242127135000032, 29.752754092000096 ], [ 106.242372199000059, 29.752928192000066 ], [ 106.242433944000027, 29.75298411600005 ], [ 106.242610371000069, 29.753187494000091 ], [ 106.242732312000044, 29.753323576000074 ], [ 106.242790439000032, 29.753385994000041 ], [ 106.242829448000066, 29.753398543000053 ], [ 106.24295117500003, 29.753433103000074 ], [ 106.243065283000078, 29.753463496000052 ], [ 106.243115135000039, 29.753456977000042 ], [ 106.243173306000088, 29.753450379000071 ], [ 106.243295676000059, 29.753475854000044 ], [ 106.243454129000042, 29.753492083000083 ], [ 106.243532340000058, 29.753498619000084 ], [ 106.243563365000057, 29.753489445000064 ], [ 106.24357963600005, 29.753478278000046 ], [ 106.243588309000089, 29.753464979000043 ], [ 106.243589678000035, 29.753456260000075 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.244978906000028, 29.751335926000081 ], [ 106.244988874000057, 29.75160712600006 ], [ 106.244990529000063, 29.751634626000055 ], [ 106.244981700000039, 29.751664519000084 ], [ 106.244952910000066, 29.751673962000041 ], [ 106.244898775000081, 29.751673664000069 ], [ 106.244877053000039, 29.751685192000078 ], [ 106.244802106000066, 29.751702531000028 ], [ 106.244790592000072, 29.751712797000042 ], [ 106.244773868000038, 29.751729578000031 ], [ 106.24475194200005, 29.751754726000062 ], [ 106.244743683000081, 29.751771427000051 ], [ 106.244733225000061, 29.751781692000066 ], [ 106.24471849400004, 29.751789217000066 ], [ 106.244696271000066, 29.751789426000073 ], [ 106.24468244500008, 29.751784009000062 ], [ 106.24465985900008, 29.751755591000059 ], [ 106.244642746000068, 29.751740977000058 ], [ 106.244620398000052, 29.751731022000051 ], [ 106.244564237000077, 29.751726933000043 ], [ 106.24451655200005, 29.751722763000096 ], [ 106.244465624000043, 29.751713085000063 ], [ 106.244403850000026, 29.751682257000081 ], [ 106.244304360000058, 29.751597294000074 ], [ 106.244276446000072, 29.751566148000055 ], [ 106.24424506400004, 29.751510103000037 ], [ 106.244224345000077, 29.751461345000052 ], [ 106.24422140500009, 29.751394867000037 ], [ 106.244251292000058, 29.751329009000074 ], [ 106.244334009000056, 29.751255256000036 ], [ 106.244394967000062, 29.751179421000074 ], [ 106.24441613700003, 29.751118822000077 ], [ 106.244411247000073, 29.751064819000078 ], [ 106.244379415000026, 29.750995101000058 ], [ 106.24430979300007, 29.75094293700004 ], [ 106.244231998000046, 29.750912958000072 ], [ 106.244121861000053, 29.750885740000054 ], [ 106.243815085000051, 29.750848877000067 ], [ 106.243645939000032, 29.750824929000096 ], [ 106.243543540000076, 29.750827856000061 ], [ 106.243444772000032, 29.750851376000075 ], [ 106.243353629000083, 29.750854197000084 ], [ 106.243320395000069, 29.750849103000068 ], [ 106.243219249000049, 29.750805504000088 ], [ 106.243024563000063, 29.750726093000083 ], [ 106.24282687300007, 29.750640387000086 ], [ 106.242648657000075, 29.750617636000072 ], [ 106.242500729000042, 29.750619025000049 ], [ 106.242256781000052, 29.750616083000068 ], [ 106.241998214000034, 29.75061897300008 ], [ 106.241874798000026, 29.750688766000057 ], [ 106.241802832000076, 29.750766331000079 ], [ 106.241715204000059, 29.750879567000087 ], [ 106.241759435000063, 29.750871932000052 ], [ 106.241968058000054, 29.75084240700005 ], [ 106.242119858000081, 29.750823609000065 ], [ 106.242171873000075, 29.750817168000079 ], [ 106.242251553000074, 29.750819925000091 ], [ 106.242318389000047, 29.750873064000075 ], [ 106.24239943200007, 29.750967889000034 ], [ 106.242439747000049, 29.751023210000085 ], [ 106.242565408000075, 29.751303546000091 ], [ 106.242568696000035, 29.751310045000082 ], [ 106.242644617000053, 29.751309144000068 ], [ 106.242731928000069, 29.751280374000075 ], [ 106.242903651000063, 29.751261108000055 ], [ 106.243057030000045, 29.751258196000023 ], [ 106.243161852000071, 29.751282219000068 ], [ 106.243215221000071, 29.751321195000056 ], [ 106.243337070000052, 29.751372932000038 ], [ 106.24353508300004, 29.751412204000076 ], [ 106.243757978000076, 29.751466910000087 ], [ 106.244019390000062, 29.751550632000093 ], [ 106.244143654000027, 29.751616059000067 ], [ 106.244234902000073, 29.751715367000092 ], [ 106.244293264000078, 29.751796158000037 ], [ 106.244297050000057, 29.751812384000061 ], [ 106.244407373000058, 29.751764147000078 ], [ 106.244466445000057, 29.751754984000062 ], [ 106.244693744000074, 29.75178942600008 ], [ 106.244811180000056, 29.751806012000092 ], [ 106.244870624000043, 29.75183678000008 ], [ 106.244917244000078, 29.751860595000029 ], [ 106.244953391000081, 29.751880466000049 ], [ 106.245013670000048, 29.751884952000061 ], [ 106.245307800000035, 29.751882184000063 ], [ 106.245388321000064, 29.751881878000059 ], [ 106.245434475000081, 29.751866278000076 ], [ 106.245501897000054, 29.751813828000074 ], [ 106.245612560000041, 29.751744542000036 ], [ 106.245659910000029, 29.751708710000059 ], [ 106.245702433000076, 29.751633746000042 ], [ 106.24571611600004, 29.751600591000059 ], [ 106.245714190000058, 29.751444941000045 ], [ 106.245700810000073, 29.751418489000056 ], [ 106.245649115000063, 29.751372465000092 ], [ 106.245528850000028, 29.751323290000066 ], [ 106.245457766000072, 29.75129263600007 ], [ 106.245420633000037, 29.751280646000048 ], [ 106.245337936000055, 29.751278577000051 ], [ 106.245261905000064, 29.751287835000085 ], [ 106.245165445000055, 29.751316270000078 ], [ 106.24507914000003, 29.751332848000057 ], [ 106.245019532000072, 29.751335547000057 ], [ 106.244978906000028, 29.751335926000081 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.242514498000048, 29.749476908000069 ], [ 106.242538036000042, 29.749528642000087 ], [ 106.242478276000043, 29.749595978000052 ], [ 106.242508049000037, 29.749597375000064 ], [ 106.24258577900008, 29.749619175000081 ], [ 106.242680858000028, 29.749652078000054 ], [ 106.242715467000053, 29.749666774000044 ], [ 106.242741469000066, 29.749681550000044 ], [ 106.24277191300007, 29.749707551000089 ], [ 106.24278954200004, 29.749741183000083 ], [ 106.242803655000046, 29.749838682000071 ], [ 106.24278320600007, 29.749925244000053 ], [ 106.242688699000041, 29.75 ], [ 106.242630353000038, 29.75007757100007 ], [ 106.242488522000031, 29.750256808000071 ], [ 106.242653764000067, 29.750209062000067 ], [ 106.242827783000067, 29.750142543000042 ], [ 106.242979829000035, 29.750086752000072 ], [ 106.243086584000025, 29.75005269900004 ], [ 106.243324149000046, 29.75 ], [ 106.243374741000025, 29.749902289000083 ], [ 106.243373577000057, 29.749807949000058 ], [ 106.243334809000032, 29.749713962000044 ], [ 106.243301448000068, 29.749677355000067 ], [ 106.243253887000037, 29.749632677000086 ], [ 106.243187673000079, 29.749600482000051 ], [ 106.243140415000028, 29.749580414000029 ], [ 106.243079004000037, 29.74955637800009 ], [ 106.243022344000053, 29.749536399000082 ], [ 106.242960984000035, 29.74951646500006 ], [ 106.242909076000046, 29.74950054300006 ], [ 106.242824263000045, 29.749484931000037 ], [ 106.24273945200008, 29.749469319000067 ], [ 106.242650040000058, 29.749461954000068 ], [ 106.242514498000048, 29.749476908000069 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.242488522000031, 29.750256808000071 ], [ 106.242630353000038, 29.75007757100007 ], [ 106.242688699000041, 29.75 ], [ 106.24278320600007, 29.749925244000053 ], [ 106.242803655000046, 29.749838682000071 ], [ 106.24278954200004, 29.749741183000083 ], [ 106.24277191300007, 29.749707551000089 ], [ 106.242741469000066, 29.749681550000044 ], [ 106.242715467000053, 29.749666774000044 ], [ 106.242680858000028, 29.749652078000054 ], [ 106.24258577900008, 29.749619175000081 ], [ 106.242508049000037, 29.749597375000064 ], [ 106.242478276000043, 29.749595978000052 ], [ 106.24239585600003, 29.749592116000095 ], [ 106.242397356000026, 29.749598946000045 ], [ 106.24244568000006, 29.749597854000047 ], [ 106.242500866000057, 29.749601875000053 ], [ 106.242551030000072, 29.749617422000085 ], [ 106.242639498000074, 29.749668005000039 ], [ 106.24269451300006, 29.749702976000041 ], [ 106.24274033100005, 29.749742107000092 ], [ 106.242749564000064, 29.749759471000058 ], [ 106.242702985000051, 29.749803978000049 ], [ 106.242683772000078, 29.749842820000094 ], [ 106.242644569000049, 29.749857509000037 ], [ 106.242621598000028, 29.74985772500008 ], [ 106.242583717000073, 29.749846625000092 ], [ 106.242542361000062, 29.749819806000065 ], [ 106.242505999000059, 29.749798668000039 ], [ 106.242438407000066, 29.749773528000041 ], [ 106.242400563000047, 29.749765292000067 ], [ 106.242359524000051, 29.749764245000044 ], [ 106.242321855000057, 29.749770326000082 ], [ 106.242299114000048, 29.749789154000041 ], [ 106.242302855000062, 29.749826351000078 ], [ 106.242322951000062, 29.749859097000069 ], [ 106.242341317000069, 29.749884701000042 ], [ 106.242361114000062, 29.749907162000053 ], [ 106.242374234000067, 29.74992422400004 ], [ 106.242382874000043, 29.749940792000071 ], [ 106.242382882000072, 29.749941559000046 ], [ 106.242383769000071, 29.750019245000093 ], [ 106.242386219000039, 29.750046004000065 ], [ 106.242392973000065, 29.750078268000042 ], [ 106.242412296000055, 29.750100259000074 ], [ 106.242429374000039, 29.750112105000081 ], [ 106.242463188000045, 29.750107168000049 ], [ 106.242496877000065, 29.750092077000087 ], [ 106.242524208000077, 29.750077036000043 ], [ 106.242546441000059, 29.750076827000044 ], [ 106.242558192000047, 29.750085953000038 ], [ 106.242563249000057, 29.750104441000076 ], [ 106.242559698000036, 29.750108238000056 ], [ 106.242546739000034, 29.750123684000073 ], [ 106.242535020000048, 29.750139833000048 ], [ 106.242528886000059, 29.75014951400005 ], [ 106.242523157000051, 29.750159418000059 ], [ 106.242517710000072, 29.750169491000058 ], [ 106.242512481000063, 29.750179688000067 ], [ 106.242507346000082, 29.750189947000077 ], [ 106.242502211000044, 29.750200226000054 ], [ 106.242496982000034, 29.750210456000048 ], [ 106.242491557000051, 29.750220602000077 ], [ 106.24248308600005, 29.750235294000049 ], [ 106.242474105000042, 29.750249721000049 ], [ 106.242464708000071, 29.750263952000068 ], [ 106.242455031000091, 29.750278034000079 ], [ 106.242445177000036, 29.750292026000071 ], [ 106.242435249000039, 29.750305983000089 ], [ 106.242425385000047, 29.750319958000038 ], [ 106.242415685000026, 29.750334002000038 ], [ 106.242408164000054, 29.750345277000065 ], [ 106.242400862000068, 29.750356657000051 ], [ 106.24239843600003, 29.750360643000075 ], [ 106.242484293000075, 29.750262149000029 ], [ 106.242488522000031, 29.750256808000071 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.241522539000073, 29.750913467000089 ], [ 106.241577567000036, 29.750903325000085 ], [ 106.241715204000059, 29.750879567000087 ], [ 106.241802832000076, 29.750766331000079 ], [ 106.241874798000026, 29.750688766000057 ], [ 106.241998214000034, 29.75061897300008 ], [ 106.24220912800007, 29.750525601000053 ], [ 106.242342528000066, 29.75042478000006 ], [ 106.24239843600003, 29.750360643000075 ], [ 106.242400862000068, 29.750356657000051 ], [ 106.242408164000054, 29.750345277000065 ], [ 106.242415685000026, 29.750334002000038 ], [ 106.242425385000047, 29.750319958000038 ], [ 106.242435249000039, 29.750305983000089 ], [ 106.242445177000036, 29.750292026000071 ], [ 106.242455031000091, 29.750278034000079 ], [ 106.242464708000071, 29.750263952000068 ], [ 106.242474105000042, 29.750249721000049 ], [ 106.24248308600005, 29.750235294000049 ], [ 106.242491557000051, 29.750220602000077 ], [ 106.242496982000034, 29.750210456000048 ], [ 106.242502211000044, 29.750200226000054 ], [ 106.242507346000082, 29.750189947000077 ], [ 106.242512481000063, 29.750179688000067 ], [ 106.242517710000072, 29.750169491000058 ], [ 106.242523157000051, 29.750159418000059 ], [ 106.242528886000059, 29.75014951400005 ], [ 106.242535020000048, 29.750139833000048 ], [ 106.242546739000034, 29.750123684000073 ], [ 106.242559698000036, 29.750108238000056 ], [ 106.242563249000057, 29.750104441000076 ], [ 106.242558192000047, 29.750085953000038 ], [ 106.242546441000059, 29.750076827000044 ], [ 106.242524208000077, 29.750077036000043 ], [ 106.242496877000065, 29.750092077000087 ], [ 106.242463188000045, 29.750107168000049 ], [ 106.242429374000039, 29.750112105000081 ], [ 106.242412296000055, 29.750100259000074 ], [ 106.242392973000065, 29.750078268000042 ], [ 106.242386219000039, 29.750046004000065 ], [ 106.242383769000071, 29.750019245000093 ], [ 106.242382882000072, 29.749941559000046 ], [ 106.242382874000043, 29.749940792000071 ], [ 106.242374234000067, 29.74992422400004 ], [ 106.242361114000062, 29.749907162000053 ], [ 106.242341317000069, 29.749884701000042 ], [ 106.242322951000062, 29.749859097000069 ], [ 106.242302855000062, 29.749826351000078 ], [ 106.242299114000048, 29.749789154000041 ], [ 106.242321855000057, 29.749770326000082 ], [ 106.242359524000051, 29.749764245000044 ], [ 106.242400563000047, 29.749765292000067 ], [ 106.242438407000066, 29.749773528000041 ], [ 106.242505999000059, 29.749798668000039 ], [ 106.242542361000062, 29.749819806000065 ], [ 106.242583717000073, 29.749846625000092 ], [ 106.242621598000028, 29.74985772500008 ], [ 106.242644569000049, 29.749857509000037 ], [ 106.242683772000078, 29.749842820000094 ], [ 106.242702985000051, 29.749803978000049 ], [ 106.242749564000064, 29.749759471000058 ], [ 106.24274033100005, 29.749742107000092 ], [ 106.24269451300006, 29.749702976000041 ], [ 106.242639498000074, 29.749668005000039 ], [ 106.242551030000072, 29.749617422000085 ], [ 106.242500866000057, 29.749601875000053 ], [ 106.24244568000006, 29.749597854000047 ], [ 106.242397356000026, 29.749598946000045 ], [ 106.24239585600003, 29.749592116000095 ], [ 106.242374918000053, 29.74959113400007 ], [ 106.24233748000006, 29.74965769500005 ], [ 106.242286433000061, 29.749711503000068 ], [ 106.242211779000058, 29.749757329000083 ], [ 106.242127373000073, 29.749774530000078 ], [ 106.242014406000067, 29.749763284000039 ], [ 106.241929594000069, 29.74974767100008 ], [ 106.241844428000036, 29.749703346000047 ], [ 106.241782512000043, 29.749638291000053 ], [ 106.241706141000066, 29.749544657000055 ], [ 106.241662824000059, 29.749463018000078 ], [ 106.241633711000077, 29.749389451000066 ], [ 106.241641899000058, 29.749290921000068 ], [ 106.241679015000045, 29.749183786000049 ], [ 106.241663623000079, 29.749169702000074 ], [ 106.24155008300005, 29.74903558200009 ], [ 106.241532178000057, 29.748979422000055 ], [ 106.24154032000007, 29.748941794000075 ], [ 106.241558030000078, 29.74888156500009 ], [ 106.24160308200004, 29.748807610000092 ], [ 106.241647803000035, 29.748706919000085 ], [ 106.241631577000078, 29.748633539000068 ], [ 106.241621715000065, 29.748622317000063 ], [ 106.241561653000076, 29.748553979000064 ], [ 106.241491398000065, 29.748447682000066 ], [ 106.241397670000026, 29.748301497000053 ], [ 106.241387633000045, 29.748287813000051 ], [ 106.241348129000073, 29.748233953000067 ], [ 106.241319756000053, 29.748195272000089 ], [ 106.241225453000027, 29.748002299000067 ], [ 106.241147045000048, 29.747855970000042 ], [ 106.241107381000063, 29.747792257000075 ], [ 106.24109818900007, 29.747781711000073 ], [ 106.241048020000051, 29.747770881000072 ], [ 106.240978931000029, 29.747757212000067 ], [ 106.240937699000028, 29.74774041400007 ], [ 106.240850402000035, 29.747714026000036 ], [ 106.240735478000033, 29.747709376000049 ], [ 106.240648199000077, 29.747684419000056 ], [ 106.240613407000069, 29.747657538000059 ], [ 106.240574963000029, 29.747600620000075 ], [ 106.240561061000051, 29.747537744000066 ], [ 106.240550599000073, 29.747487723000063 ], [ 106.240548359000059, 29.747439056000079 ], [ 106.240547935000052, 29.747404693000071 ], [ 106.240547496000033, 29.747368900000083 ], [ 106.240557929000033, 29.74728336100009 ], [ 106.24054176900006, 29.74721477800005 ], [ 106.24053475900007, 29.747178567000045 ], [ 106.240521163000039, 29.747140510000069 ], [ 106.240498698000067, 29.74709298800008 ], [ 106.240469946000076, 29.747036476000062 ], [ 106.240435174000027, 29.746989070000041 ], [ 106.240412872000036, 29.746954673000069 ], [ 106.240396082000075, 29.746923806000037 ], [ 106.240391570000043, 29.746890434000083 ], [ 106.240391159000083, 29.746857027000082 ], [ 106.240404450000028, 29.746825876000052 ], [ 106.240423372000066, 29.746807798000077 ], [ 106.240463476000059, 29.746777589000089 ], [ 106.240481049000053, 29.746738763000053 ], [ 106.240489036000042, 29.746720042000039 ], [ 106.240465455000049, 29.74671897800005 ], [ 106.240426686000035, 29.74670978000006 ], [ 106.240345279000067, 29.74669524200004 ], [ 106.240234079000061, 29.746679828000083 ], [ 106.240205223000032, 29.746714545000088 ], [ 106.240193945000044, 29.746733559000063 ], [ 106.240185616000076, 29.746757849000062 ], [ 106.240179044000058, 29.746841937000056 ], [ 106.240185488000066, 29.747014951000036 ], [ 106.240198245000045, 29.747083637000053 ], [ 106.240224183000066, 29.747084886000035 ], [ 106.240265113000078, 29.747077342000072 ], [ 106.240285330000063, 29.747053287000082 ], [ 106.240293049000073, 29.747013835000068 ], [ 106.240292712000041, 29.746986393000046 ], [ 106.240314499000078, 29.746979029000045 ], [ 106.240363972000068, 29.746998850000072 ], [ 106.240380792000053, 29.747032105000073 ], [ 106.240394876000039, 29.747065385000042 ], [ 106.240429516000063, 29.747102054000042 ], [ 106.240432631000033, 29.747133050000055 ], [ 106.240412355000046, 29.747152334000077 ], [ 106.240389538000045, 29.747187154000077 ], [ 106.240380350000066, 29.747218265000068 ], [ 106.240373997000063, 29.747257704000042 ], [ 106.240374467000038, 29.747295885000089 ], [ 106.240380538000068, 29.747344754000029 ], [ 106.24038515500007, 29.747386475000035 ], [ 106.240387094000027, 29.747432997000086 ], [ 106.24038228700006, 29.747486740000056 ], [ 106.240364630000045, 29.747496452000053 ], [ 106.240325977000055, 29.747466982000049 ], [ 106.240314686000033, 29.747438448000079 ], [ 106.240300676000061, 29.747411133000071 ], [ 106.240292133000025, 29.747383767000077 ], [ 106.240271330000041, 29.747360097000069 ], [ 106.240241646000072, 29.747348149000068 ], [ 106.240243801000076, 29.747363179000047 ], [ 106.240243930000076, 29.747364321000088 ], [ 106.240253602000053, 29.747483145000047 ], [ 106.240253665000068, 29.747484500000049 ], [ 106.240253630000041, 29.747485967000042 ], [ 106.240251657000044, 29.74751758400004 ], [ 106.240249518000041, 29.747551881000046 ], [ 106.240249367000047, 29.747553353000058 ], [ 106.240249213000027, 29.747554318000088 ], [ 106.240225, 29.747682540000078 ], [ 106.240229079000073, 29.747763253000077 ], [ 106.24025856600008, 29.747848461000043 ], [ 106.240298601000077, 29.747944942000057 ], [ 106.24035757500009, 29.747911624000036 ], [ 106.240397533000078, 29.747898119000062 ], [ 106.24044267000005, 29.747897696000049 ], [ 106.240487968000025, 29.747910402000059 ], [ 106.240523041000074, 29.747930962000048 ], [ 106.240522297000041, 29.747870522000085 ], [ 106.240563608000059, 29.747838343000058 ], [ 106.24063226800007, 29.747861565000061 ], [ 106.240708059000042, 29.747908586000047 ], [ 106.240784069000028, 29.747973506000051 ], [ 106.24083295500003, 29.748056579000036 ], [ 106.240844424000045, 29.748154918000068 ], [ 106.240852213000053, 29.748232410000071 ], [ 106.240867137000066, 29.748333700000043 ], [ 106.240879118000066, 29.748473801000038 ], [ 106.240900547000081, 29.748548181000046 ], [ 106.24091870500007, 29.748634526000032 ], [ 106.240909185000078, 29.748694281000041 ], [ 106.240896870000029, 29.748804777000085 ], [ 106.240897569000026, 29.748861452000082 ], [ 106.240905324000039, 29.748935961000083 ], [ 106.240868531000046, 29.74900193700006 ], [ 106.240831442000058, 29.749044050000069 ], [ 106.24075995200009, 29.74906858700006 ], [ 106.24069140000006, 29.749054314000034 ], [ 106.240687101000049, 29.748982755000029 ], [ 106.24068793400005, 29.748979507000055 ], [ 106.240611344000058, 29.748968452000049 ], [ 106.24052645900008, 29.748948731000045 ], [ 106.240528849000043, 29.748960468000064 ], [ 106.240549298000076, 29.749060873000072 ], [ 106.24055925600004, 29.74921539700005 ], [ 106.240559595000036, 29.749242987000059 ], [ 106.240587565000055, 29.749239992000071 ], [ 106.240587838000067, 29.749178541000049 ], [ 106.240613960000076, 29.749164754000056 ], [ 106.240707096000051, 29.749132378000073 ], [ 106.240787147000049, 29.749298805000087 ], [ 106.240821034000078, 29.749293929000086 ], [ 106.240853353000034, 29.749299255000032 ], [ 106.240908486000095, 29.749324067000089 ], [ 106.240930196000093, 29.749348236000071 ], [ 106.240917542000034, 29.749394514000073 ], [ 106.240918349000026, 29.749460161000055 ], [ 106.240928973000052, 29.749508208000066 ], [ 106.240964483000027, 29.749535341000065 ], [ 106.241028546000067, 29.749547862000046 ], [ 106.241111325000077, 29.749553646000038 ], [ 106.241198103000045, 29.749579075000039 ], [ 106.241300121000052, 29.749620765000088 ], [ 106.241398459000038, 29.749669049000087 ], [ 106.241467090000071, 29.74974713700005 ], [ 106.241516967000052, 29.749828681000039 ], [ 106.241555769000058, 29.749926731000077 ], [ 106.241581555000039, 29.75000000100005 ], [ 106.241627789000063, 29.750073432000075 ], [ 106.241658738000069, 29.750133192000078 ], [ 106.241674818000035, 29.750212133000041 ], [ 106.24166716700006, 29.750408469000032 ], [ 106.241631686000062, 29.750616843000039 ], [ 106.241549342000042, 29.750781222000054 ], [ 106.241548831000046, 29.750782241000081 ], [ 106.241485371000067, 29.750854692000075 ], [ 106.241438846000065, 29.750914969000068 ], [ 106.241435738000064, 29.750929466000059 ], [ 106.241522539000073, 29.750913467000089 ] ], [ [ 106.241180518000078, 29.748237384000042 ], [ 106.24120213100008, 29.748260093000059 ], [ 106.241227254000094, 29.748301384000051 ], [ 106.241239253000074, 29.748342798000067 ], [ 106.241254512000069, 29.748382749000097 ], [ 106.241282725000076, 29.748408261000066 ], [ 106.241325561000053, 29.748422178000062 ], [ 106.241368363000049, 29.748433232000085 ], [ 106.241400246000069, 29.748490212000039 ], [ 106.241397775000053, 29.748556105000038 ], [ 106.241399804000025, 29.748587589000071 ], [ 106.241415012000061, 29.748623245000086 ], [ 106.24142842100008, 29.748646031000082 ], [ 106.241444987000079, 29.748658763000037 ], [ 106.241468964000035, 29.748740160000068 ], [ 106.241449592000038, 29.748766118000049 ], [ 106.241420676000075, 29.748816507000079 ], [ 106.24140613700007, 29.748835260000078 ], [ 106.241390065000076, 29.748862618000093 ], [ 106.241378967000074, 29.748894224000072 ], [ 106.24136139400008, 29.74893305300008 ], [ 106.241350263000072, 29.748961797000053 ], [ 106.241326056000048, 29.748994958000086 ], [ 106.241300067000054, 29.749016681000047 ], [ 106.241282071000057, 29.749021146000072 ], [ 106.24125241400003, 29.749011401000068 ], [ 106.241239040000039, 29.74899147900004 ], [ 106.241223867000031, 29.74895868700008 ], [ 106.241223621000074, 29.748938642000045 ], [ 106.241223232000038, 29.748907142000068 ], [ 106.241221045000032, 29.748862771000059 ], [ 106.241238758000065, 29.74883539800004 ], [ 106.241248250000083, 29.748806669000096 ], [ 106.241221556000028, 29.748771122000047 ], [ 106.241183535000062, 29.748748566000078 ], [ 106.241155307000042, 29.748721624000034 ], [ 106.241136834000031, 29.748687430000064 ], [ 106.241131542000062, 29.748657408000035 ], [ 106.241131031000066, 29.748615886000039 ], [ 106.241112611000062, 29.748585988000066 ], [ 106.241097420000074, 29.748551762000098 ], [ 106.24108549400006, 29.748516076000044 ], [ 106.241099980000058, 29.74849303000007 ], [ 106.241135847000081, 29.748474075000047 ], [ 106.24116487100008, 29.748432278000042 ], [ 106.241164341000058, 29.748389322000033 ], [ 106.241162294000048, 29.74835640800006 ], [ 106.241147122000029, 29.748323614000082 ], [ 106.241135194000037, 29.748287928000085 ], [ 106.241134913000053, 29.748265019000076 ], [ 106.241134630000033, 29.748242111000081 ], [ 106.241149292000046, 29.74823338200008 ], [ 106.241180518000078, 29.748237384000042 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.240787147000049, 29.749298805000087 ], [ 106.240779181000065, 29.749299951000069 ], [ 106.240752041000064, 29.749325147000036 ], [ 106.240756748000081, 29.749387070000065 ], [ 106.240760824000063, 29.749457118000066 ], [ 106.24077436400006, 29.749513060000083 ], [ 106.240813567000032, 29.749565958000073 ], [ 106.240862408000055, 29.749618765000029 ], [ 106.240911215000054, 29.749668771000078 ], [ 106.240956809000068, 29.74971880400005 ], [ 106.240996048000056, 29.749774505000055 ], [ 106.24103214400003, 29.749835842000039 ], [ 106.241100914000071, 29.749941727000078 ], [ 106.241142551000053, 29.75000000100005 ], [ 106.241231438000071, 29.750194135000079 ], [ 106.241245702000072, 29.750218373000049 ], [ 106.241248916000075, 29.750252466000063 ], [ 106.241246543000045, 29.750286610000046 ], [ 106.241229997000062, 29.750303826000046 ], [ 106.241176934000066, 29.750304324000073 ], [ 106.241123931000061, 29.750309696000038 ], [ 106.241106087000048, 29.750321638000056 ], [ 106.241090688000043, 29.750331943000049 ], [ 106.241079788000036, 29.750353981000046 ], [ 106.241082314000039, 29.750358575000057 ], [ 106.241099787000053, 29.750390352000061 ], [ 106.241390236000029, 29.750614294000055 ], [ 106.24147227800006, 29.75069882900004 ], [ 106.241549342000042, 29.750781222000054 ], [ 106.241631686000062, 29.750616843000039 ], [ 106.24166716700006, 29.750408469000032 ], [ 106.241674818000035, 29.750212133000041 ], [ 106.241658738000069, 29.750133192000078 ], [ 106.241627789000063, 29.750073432000075 ], [ 106.241581555000039, 29.75000000100005 ], [ 106.241555769000058, 29.749926731000077 ], [ 106.241516967000052, 29.749828681000039 ], [ 106.241467090000071, 29.74974713700005 ], [ 106.241398459000038, 29.749669049000087 ], [ 106.241300121000052, 29.749620765000088 ], [ 106.241198103000045, 29.749579075000039 ], [ 106.241111325000077, 29.749553646000038 ], [ 106.241028546000067, 29.749547862000046 ], [ 106.240964483000027, 29.749535341000065 ], [ 106.240928973000052, 29.749508208000066 ], [ 106.240918349000026, 29.749460161000055 ], [ 106.240917542000034, 29.749394514000073 ], [ 106.240930196000093, 29.749348236000071 ], [ 106.240908486000095, 29.749324067000089 ], [ 106.240853353000034, 29.749299255000032 ], [ 106.240821034000078, 29.749293929000086 ], [ 106.240787147000049, 29.749298805000087 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.208643335000033, 29.70349629500004 ], [ 106.208557682000048, 29.703492094000062 ], [ 106.208441095000069, 29.703467776000075 ], [ 106.208372687000065, 29.703420456000064 ], [ 106.208333218000064, 29.703361590000036 ], [ 106.208331867000027, 29.703248793000061 ], [ 106.208353127000066, 29.703135787000065 ], [ 106.208342593000069, 29.703065378000069 ], [ 106.208302985000046, 29.702999717000072 ], [ 106.208197977000054, 29.702868975000051 ], [ 106.208075550000046, 29.70272334100008 ], [ 106.207932251000045, 29.702634340000085 ], [ 106.207563680000078, 29.702449560000034 ], [ 106.207387679000078, 29.702353567000049 ], [ 106.207403753000051, 29.702407309000076 ], [ 106.207409975000076, 29.702428111000071 ], [ 106.207330396000032, 29.70252355100007 ], [ 106.207327196000051, 29.702579957000065 ], [ 106.207329807000065, 29.702636311000052 ], [ 106.207338876000051, 29.702692605000035 ], [ 106.207350120000072, 29.702737041000027 ], [ 106.207353109000053, 29.70274885200006 ], [ 106.207373100000041, 29.702800537000087 ], [ 106.207467998000027, 29.703066569000047 ], [ 106.207542649000061, 29.703065888000076 ], [ 106.207651924000061, 29.703028557000039 ], [ 106.207904166000048, 29.702923861000041 ], [ 106.20794928600003, 29.702900328000059 ], [ 106.208006428000033, 29.702932838000034 ], [ 106.208059905000042, 29.70297529000003 ], [ 106.208075907000079, 29.703047812000086 ], [ 106.208087770000077, 29.703090644000042 ], [ 106.208076093000045, 29.703288354000051 ], [ 106.208161868000047, 29.703309757000049 ], [ 106.20820827700004, 29.703302568000076 ], [ 106.20825205400007, 29.703399137000073 ], [ 106.208320387000086, 29.703479134000077 ], [ 106.208345712000039, 29.703508782000092 ], [ 106.208392392000064, 29.703524141000059 ], [ 106.208441573000073, 29.703532714000062 ], [ 106.208491319000075, 29.703534514000072 ], [ 106.208541012000069, 29.703531805000072 ], [ 106.208589949000043, 29.703520083000051 ], [ 106.20863560500004, 29.703503880000081 ], [ 106.208643335000033, 29.70349629500004 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.207094442000027, 29.701815787000037 ], [ 106.206978732000039, 29.701751162000043 ], [ 106.20686809700004, 29.701591533000055 ], [ 106.206865210000046, 29.701546447000055 ], [ 106.20684753200004, 29.701270449000049 ], [ 106.206795742000054, 29.700893509000071 ], [ 106.206788589000041, 29.700902573000057 ], [ 106.20672657800003, 29.700955006000072 ], [ 106.206713826000055, 29.700968652000093 ], [ 106.20670363000005, 29.700980020000088 ], [ 106.206690339000033, 29.701002692000092 ], [ 106.206683399000042, 29.701016286000083 ], [ 106.206678503000035, 29.701038882000031 ], [ 106.206677589000037, 29.701070461000082 ], [ 106.206674550000059, 29.701140396000081 ], [ 106.206669495000043, 29.701257707000067 ], [ 106.206670062000057, 29.701305058000059 ], [ 106.206673435000027, 29.701338291000063 ], [ 106.206673721000072, 29.701341107000076 ], [ 106.206674789000033, 29.701346173000047 ], [ 106.206679884000039, 29.701370366000049 ], [ 106.20668442300007, 29.701385548000083 ], [ 106.206685937000032, 29.701390608000057 ], [ 106.20668745100005, 29.701395669000071 ], [ 106.206691991000071, 29.70141084800008 ], [ 106.206708046000074, 29.701454113000064 ], [ 106.206715344000045, 29.701473778000043 ], [ 106.206719986000053, 29.701482192000064 ], [ 106.206725247000065, 29.701491729000061 ], [ 106.206749058000071, 29.701538869000046 ], [ 106.20679253600008, 29.70161063300009 ], [ 106.206816528000061, 29.701644807000044 ], [ 106.206852317000028, 29.701695782000055 ], [ 106.206900934000032, 29.701765248000065 ], [ 106.206916969000076, 29.70178596300007 ], [ 106.206925202000036, 29.701796597000055 ], [ 106.206952672000057, 29.701825663000076 ], [ 106.206953310000074, 29.701826220000047 ], [ 106.20698073300008, 29.70185021400005 ], [ 106.206990448000056, 29.701853672000084 ], [ 106.207094442000027, 29.701815787000037 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.206175256000066, 29.70335831400007 ], [ 106.206167832000077, 29.703310107000057 ], [ 106.206189413000061, 29.703268140000027 ], [ 106.206215020000059, 29.703255055000053 ], [ 106.206255424000062, 29.70324826000007 ], [ 106.206321818000049, 29.703260508000081 ], [ 106.206358880000039, 29.703271756000049 ], [ 106.206399308000073, 29.703300550000051 ], [ 106.206456325000033, 29.703196768000055 ], [ 106.206457099000033, 29.703209727000054 ], [ 106.206457133000086, 29.703210291000058 ], [ 106.206457839000052, 29.703213104000039 ], [ 106.206460523000032, 29.703223791000095 ], [ 106.206463794000058, 29.703229963000069 ], [ 106.206466469000077, 29.703235011000061 ], [ 106.206474352000058, 29.703246215000028 ], [ 106.206484818000035, 29.703257396000083 ], [ 106.206496548000075, 29.703266309000071 ], [ 106.206509543000038, 29.703272956000021 ], [ 106.206523803000039, 29.703277335000042 ], [ 106.206538680000051, 29.703279455000089 ], [ 106.206554178000033, 29.703279313000053 ], [ 106.206569028000047, 29.703279179000038 ], [ 106.206583827000046, 29.703274534000066 ], [ 106.206617966000067, 29.703267457000038 ], [ 106.206650118000027, 29.703255890000044 ], [ 106.206678959000044, 29.703237585000068 ], [ 106.206704544000061, 29.703217057000071 ], [ 106.206725556000038, 29.703192059000056 ], [ 106.206742020000036, 29.703164848000089 ], [ 106.206752, 29.703135441000086 ], [ 106.206750207000027, 29.703120237000068 ], [ 106.206732599000091, 29.702970996000087 ], [ 106.206706095000072, 29.702806617000075 ], [ 106.206684290000055, 29.702703376000038 ], [ 106.206629733000057, 29.702725724000064 ], [ 106.206544844000064, 29.702743007000031 ], [ 106.206388953000044, 29.702752680000053 ], [ 106.206341190000046, 29.702711843000081 ], [ 106.206187659000079, 29.702523389000088 ], [ 106.20616078200004, 29.70248502700008 ], [ 106.206170244000077, 29.702509883000062 ], [ 106.206205111000045, 29.702601459000039 ], [ 106.206238474000031, 29.702702070000047 ], [ 106.206251334000058, 29.702740853000069 ], [ 106.206291720000095, 29.702878045000094 ], [ 106.206326967000052, 29.703017540000069 ], [ 106.206329481000068, 29.70302498500007 ], [ 106.206338349000077, 29.703051261000045 ], [ 106.206343822000079, 29.70308284400005 ], [ 106.206344591000061, 29.703087287000077 ], [ 106.206344377000065, 29.703123370000064 ], [ 106.206338969000058, 29.703157244000067 ], [ 106.206251826000027, 29.703106173000034 ], [ 106.206156208000039, 29.703102532000052 ], [ 106.206107081000027, 29.703098471000082 ], [ 106.206090265000057, 29.703096369000036 ], [ 106.206038610000064, 29.703096838000075 ], [ 106.205967745000066, 29.703111014000065 ], [ 106.205919103000042, 29.703147538000053 ], [ 106.205900513000074, 29.703213106000081 ], [ 106.205879151000033, 29.703262911000078 ], [ 106.205839147000063, 29.703319651000072 ], [ 106.205800755000041, 29.703349319000033 ], [ 106.20575808500007, 29.703399319000077 ], [ 106.205754326000033, 29.703435097000064 ], [ 106.205776281000055, 29.703418532000061 ], [ 106.205854533000036, 29.703392098000052 ], [ 106.205977131000054, 29.703378121000071 ], [ 106.206134096000028, 29.703363830000058 ], [ 106.206175256000066, 29.70335831400007 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.205703509000045, 29.703549646000049 ], [ 106.205713014000025, 29.703466265000088 ], [ 106.205754326000033, 29.703435097000064 ], [ 106.20575808500007, 29.703399319000077 ], [ 106.205800755000041, 29.703349319000033 ], [ 106.205839147000063, 29.703319651000072 ], [ 106.205879151000033, 29.703262911000078 ], [ 106.205900513000074, 29.703213106000081 ], [ 106.205919103000042, 29.703147538000053 ], [ 106.205967745000066, 29.703111014000065 ], [ 106.206038610000064, 29.703096838000075 ], [ 106.206090265000057, 29.703096369000036 ], [ 106.206107081000027, 29.703098471000082 ], [ 106.206156208000039, 29.703102532000052 ], [ 106.206251826000027, 29.703106173000034 ], [ 106.206338969000058, 29.703157244000067 ], [ 106.206344377000065, 29.703123370000064 ], [ 106.206344591000061, 29.703087287000077 ], [ 106.206343822000079, 29.70308284400005 ], [ 106.206338349000077, 29.703051261000045 ], [ 106.206329481000068, 29.70302498500007 ], [ 106.206326967000052, 29.703017540000069 ], [ 106.206291720000095, 29.702878045000094 ], [ 106.206251334000058, 29.702740853000069 ], [ 106.206238474000031, 29.702702070000047 ], [ 106.206205111000045, 29.702601459000039 ], [ 106.206170244000077, 29.702509883000062 ], [ 106.20616078200004, 29.70248502700008 ], [ 106.205966423000064, 29.702207610000073 ], [ 106.205958894000048, 29.702188559000032 ], [ 106.205925553000043, 29.702104179000063 ], [ 106.205849879000027, 29.70211243000006 ], [ 106.205783850000046, 29.702142007000077 ], [ 106.205751412000055, 29.702205087000042 ], [ 106.205780107000066, 29.702291757000072 ], [ 106.205932683000071, 29.702560819000038 ], [ 106.205977972000028, 29.702647338000084 ], [ 106.205979761000037, 29.70279703600005 ], [ 106.205965359000061, 29.702980688000082 ], [ 106.205911951000076, 29.703140547000093 ], [ 106.205884870000034, 29.703189089000041 ], [ 106.20582431400004, 29.703213788000085 ], [ 106.205769173000093, 29.703228778000035 ], [ 106.205658662000076, 29.703239444000076 ], [ 106.205508624000061, 29.703182856000069 ], [ 106.20529704900008, 29.70306887300006 ], [ 106.205241620000038, 29.703059719000066 ], [ 106.205153177000057, 29.703065354000046 ], [ 106.205042209000055, 29.703088359000034 ], [ 106.20506782700005, 29.703103973000054 ], [ 106.205123966000031, 29.703167920000055 ], [ 106.205169838000074, 29.703299642000047 ], [ 106.205164842000045, 29.703499507000064 ], [ 106.205114087000027, 29.703577318000043 ], [ 106.205077481000046, 29.703599107000052 ], [ 106.20514286000008, 29.703626907000054 ], [ 106.205210892000025, 29.703647422000078 ], [ 106.205268937000042, 29.703642666000068 ], [ 106.205481100000043, 29.70356887500008 ], [ 106.205674452000039, 29.703541753000085 ], [ 106.205703509000045, 29.703549646000049 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.205519846000072, 29.682936296000037 ], [ 106.205423973000052, 29.682917517000078 ], [ 106.205410775000075, 29.682884107000071 ], [ 106.205390377000072, 29.682783701000051 ], [ 106.205395576000058, 29.682683063000063 ], [ 106.205413773000032, 29.682599072000077 ], [ 106.20545190200005, 29.682576372000081 ], [ 106.205598483000074, 29.682524742000055 ], [ 106.205675940000049, 29.682579921000062 ], [ 106.205747398000028, 29.68266868500007 ], [ 106.20590917800007, 29.682818099000084 ], [ 106.205910054000071, 29.682822699000031 ], [ 106.205946106000056, 29.682694818000066 ], [ 106.20592590800004, 29.682611177000073 ], [ 106.205912776000048, 29.682583354000084 ], [ 106.205841918000033, 29.682544880000073 ], [ 106.205758195000044, 29.682500935000057 ], [ 106.205642276000049, 29.682440518000075 ], [ 106.205450301000042, 29.682442265000081 ], [ 106.20537371100005, 29.682459727000033 ], [ 106.20529305000008, 29.682545982000079 ], [ 106.205288553000059, 29.682571154000058 ], [ 106.205240691000029, 29.682579966000045 ], [ 106.205183337000051, 29.682597242000043 ], [ 106.205145217000052, 29.682618531000056 ], [ 106.205116640000028, 29.682635545000039 ], [ 106.205083816000069, 29.682698671000082 ], [ 106.205084266000028, 29.682736364000053 ], [ 106.20508486500006, 29.682786620000055 ], [ 106.20509975300007, 29.682828370000038 ], [ 106.205148115000057, 29.682861438000089 ], [ 106.20521576200008, 29.682902707000046 ], [ 106.205297797000071, 29.682943846000065 ], [ 106.205365293000057, 29.682972551000031 ], [ 106.205399017000047, 29.68298481000005 ], [ 106.205427694000036, 29.682976172000057 ], [ 106.205446829000039, 29.682971809000041 ], [ 106.205480303000058, 29.682963128000033 ], [ 106.205519846000072, 29.682936296000037 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.205932962000077, 29.681765495000029 ], [ 106.205688095000028, 29.681564467000037 ], [ 106.205676811000046, 29.681554336000087 ], [ 106.205673820000072, 29.681599613000063 ], [ 106.205660737000073, 29.681679396000046 ], [ 106.205625725000061, 29.681685843000086 ], [ 106.205604527000048, 29.681673780000043 ], [ 106.205548098000065, 29.681649781000093 ], [ 106.205477269000028, 29.681595273000088 ], [ 106.205370112000026, 29.681436919000078 ], [ 106.205249654000056, 29.681321409000077 ], [ 106.205271142000072, 29.681376539000041 ], [ 106.205264491000037, 29.681407240000052 ], [ 106.20525096800003, 29.68145025900008 ], [ 106.205216102000065, 29.681468960000085 ], [ 106.205166983000026, 29.681469407000062 ], [ 106.205096959000059, 29.681482300000081 ], [ 106.205097763000026, 29.681549701000051 ], [ 106.205147613000065, 29.681610528000075 ], [ 106.205268292000028, 29.681725863000054 ], [ 106.205403152000031, 29.681853325000073 ], [ 106.205636179000066, 29.681973766000059 ], [ 106.205922349000062, 29.682031228000085 ], [ 106.205930970000054, 29.681977211000063 ], [ 106.205932962000077, 29.681765495000029 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.22371714600007, 29.688534449000091 ], [ 106.223580587000072, 29.688180358000068 ], [ 106.223333711000066, 29.687935320000065 ], [ 106.223264875000041, 29.687995880000084 ], [ 106.223209544000056, 29.688078366000077 ], [ 106.22314192500005, 29.688182880000053 ], [ 106.223136193000073, 29.688226677000046 ], [ 106.22312419900004, 29.688270530000072 ], [ 106.223143514000071, 29.68831409500007 ], [ 106.223238431000027, 29.688395238000055 ], [ 106.223282660000052, 29.688427637000071 ], [ 106.22329558000007, 29.688460325000054 ], [ 106.223283322000043, 29.68848231000004 ], [ 106.223277524000025, 29.688520639000043 ], [ 106.223303034000025, 29.688558679000039 ], [ 106.223321820000081, 29.688558505000053 ], [ 106.223365651000051, 29.688558100000069 ], [ 106.223396893000029, 29.688552344000065 ], [ 106.223421739000059, 29.688535711000043 ], [ 106.223477763000062, 29.688507854000079 ], [ 106.223540180000043, 29.688490873000031 ], [ 106.223571488000061, 29.688490584000085 ], [ 106.22371714600007, 29.688534449000091 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.22000988800005, 29.691803943000071 ], [ 106.219989403000056, 29.691802702000075 ], [ 106.219914666000079, 29.691770931000065 ], [ 106.219888620000063, 29.691730597000063 ], [ 106.21988106200007, 29.69168197800008 ], [ 106.219880597000042, 29.691643437000039 ], [ 106.219877734000079, 29.691598832000071 ], [ 106.219861480000077, 29.69158147000007 ], [ 106.219840073000071, 29.69155860300009 ], [ 106.219767465000075, 29.69151058500006 ], [ 106.219711437000058, 29.691488785000047 ], [ 106.219632324000031, 29.691479370000085 ], [ 106.219567225000048, 29.691475912000044 ], [ 106.219530224000039, 29.691490454000071 ], [ 106.219512129000066, 29.691531195000039 ], [ 106.219473417000074, 29.69159646800005 ], [ 106.219453073000068, 29.691643316000068 ], [ 106.219451263000053, 29.691685935000063 ], [ 106.219470657000045, 29.691752705000045 ], [ 106.219492173000049, 29.691801828000056 ], [ 106.219494552000086, 29.691807258000036 ], [ 106.219555617000026, 29.691861471000031 ], [ 106.219616438000074, 29.691895400000078 ], [ 106.219681881000042, 29.691927255000046 ], [ 106.219784520000076, 29.691960797000039 ], [ 106.219826436000062, 29.691968527000085 ], [ 106.219844858000044, 29.691973291000075 ], [ 106.219892071000061, 29.691950725000083 ], [ 106.219928132000078, 29.691928186000041 ], [ 106.219978342000047, 29.691873792000074 ], [ 106.22000988800005, 29.691803943000071 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.220138512000062, 29.693360397000049 ], [ 106.220135545000062, 29.693356546000071 ], [ 106.220115004000036, 29.693259766000033 ], [ 106.220079722000037, 29.693172143000076 ], [ 106.220053034000045, 29.693154348000068 ], [ 106.220010632000026, 29.69311865800006 ], [ 106.21998060500006, 29.693091871000021 ], [ 106.21995639000005, 29.693065035000075 ], [ 106.219938659000036, 29.693040392000064 ], [ 106.219928056000072, 29.693017939000065 ], [ 106.219921919000058, 29.692990935000072 ], [ 106.219919627000081, 29.692961639000089 ], [ 106.21991786500007, 29.692869198000032 ], [ 106.219913664000046, 29.69284217600006 ], [ 106.219905617000052, 29.69281744400007 ], [ 106.219887749000065, 29.692781527000083 ], [ 106.219878330000029, 29.692750042000064 ], [ 106.219875419000061, 29.692723009000069 ], [ 106.219878376000054, 29.692700430000059 ], [ 106.219886523000071, 29.692680060000036 ], [ 106.21989671700004, 29.692668691000051 ], [ 106.219903905000081, 29.692664633000053 ], [ 106.219902217000026, 29.692663672000034 ], [ 106.219892581000067, 29.692635358000079 ], [ 106.219889718000047, 29.692590754000033 ], [ 106.219898324000042, 29.692533872000062 ], [ 106.219890841000051, 29.692491338000092 ], [ 106.21987643600005, 29.692452925000062 ], [ 106.21983175400004, 29.692408705000041 ], [ 106.219802160000029, 29.692266969000062 ], [ 106.219801964000055, 29.692264510000093 ], [ 106.219756114000063, 29.692200929000084 ], [ 106.219784841000035, 29.692173602000075 ], [ 106.219581525000081, 29.69201987300006 ], [ 106.219569122000053, 29.692008713000067 ], [ 106.219550236000032, 29.691995356000056 ], [ 106.219530623000026, 29.69197524100009 ], [ 106.219515501000046, 29.691952830000051 ], [ 106.219512137000038, 29.691941585000048 ], [ 106.219509146000064, 29.691907786000058 ], [ 106.219505108000078, 29.691894293000082 ], [ 106.219484067000053, 29.691862916000041 ], [ 106.219480003000072, 29.691847167000049 ], [ 106.219479812000031, 29.691831384000071 ], [ 106.219483495000077, 29.69181556500007 ], [ 106.219489815000031, 29.69180423000007 ], [ 106.219492173000049, 29.691801828000056 ], [ 106.219470657000045, 29.691752705000045 ], [ 106.219451263000053, 29.691685935000063 ], [ 106.219453073000068, 29.691643316000068 ], [ 106.219473417000074, 29.69159646800005 ], [ 106.219512129000066, 29.691531195000039 ], [ 106.219530224000039, 29.691490454000071 ], [ 106.219567225000048, 29.691475912000044 ], [ 106.219632324000031, 29.691479370000085 ], [ 106.219711437000058, 29.691488785000047 ], [ 106.219767465000075, 29.69151058500006 ], [ 106.219840073000071, 29.69155860300009 ], [ 106.219861480000077, 29.69158147000007 ], [ 106.219862791000025, 29.691570777000042 ], [ 106.219870720000074, 29.691532370000065 ], [ 106.219872439000028, 29.691514312000034 ], [ 106.219870956000094, 29.691498540000051 ], [ 106.219865629000026, 29.691485060000055 ], [ 106.21985645400008, 29.69147386800006 ], [ 106.219844724000041, 29.691464955000075 ], [ 106.219832993000068, 29.691456043000073 ], [ 106.219820672000026, 29.691451647000058 ], [ 106.219786428000077, 29.691449706000071 ], [ 106.219766303000029, 29.691440871000044 ], [ 106.219741579000072, 29.691425313000082 ], [ 106.21971744700005, 29.691405240000051 ], [ 106.219709589000061, 29.691396292000036 ], [ 106.219702998000059, 29.691385078000046 ], [ 106.219685049000077, 29.691342396000042 ], [ 106.219677110000092, 29.691326684000046 ], [ 106.219667290000075, 29.69131549900003 ], [ 106.219654915000035, 29.69130659200005 ], [ 106.219641974000083, 29.691304455000079 ], [ 106.219599927000047, 29.691298078000035 ], [ 106.21957528400003, 29.691289283000067 ], [ 106.219550587000072, 29.691275983000068 ], [ 106.21952390000007, 29.691258188000067 ], [ 106.219493229000079, 29.691231408000078 ], [ 106.219469041000082, 29.691206825000062 ], [ 106.219458548000034, 29.691193391000073 ], [ 106.219450636000033, 29.691179933000058 ], [ 106.21937758100006, 29.691225708000047 ], [ 106.219305898000073, 29.691278234000045 ], [ 106.219298270000081, 29.691284650000053 ], [ 106.21925275500007, 29.691409831000044 ], [ 106.219141146000027, 29.691595470000038 ], [ 106.219104709000078, 29.691656666000078 ], [ 106.219082161000074, 29.691713677000056 ], [ 106.219096812000032, 29.691772374000031 ], [ 106.219125278000035, 29.691820801000063 ], [ 106.219176952000055, 29.69186698700009 ], [ 106.219311386000072, 29.692032101000052 ], [ 106.219469469000046, 29.692231487000065 ], [ 106.219480149000063, 29.692263952000072 ], [ 106.219488765000065, 29.692290142000044 ], [ 106.219515472000069, 29.692385245000082 ], [ 106.219572484000025, 29.692680908000053 ], [ 106.219606504000069, 29.692804346000059 ], [ 106.219619223000052, 29.692895521000079 ], [ 106.219681907000052, 29.693083613000059 ], [ 106.219710668000062, 29.693156380000062 ], [ 106.219717762000073, 29.693166459000054 ], [ 106.219770073000063, 29.693265383000043 ], [ 106.219821970000055, 29.693329824000052 ], [ 106.219859681000059, 29.693374108000061 ], [ 106.219901892000053, 29.693406178000092 ], [ 106.21993918700008, 29.693415978000072 ], [ 106.219985604000044, 29.693411493000038 ], [ 106.22005735700003, 29.693388517000077 ], [ 106.220129134000047, 29.693367568000042 ], [ 106.220138512000062, 29.693360397000049 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.220440866000047, 29.698427826000049 ], [ 106.220210480000048, 29.697936889000061 ], [ 106.22012176000004, 29.697762275000066 ], [ 106.220084389000078, 29.697779229000044 ], [ 106.220033790000059, 29.697813523000033 ], [ 106.219952227000078, 29.697850357000057 ], [ 106.219863153000063, 29.697853431000055 ], [ 106.219862783000053, 29.697850617000078 ], [ 106.219859598000028, 29.697826404000068 ], [ 106.219807372000048, 29.69777952500004 ], [ 106.219780852000042, 29.697739360000064 ], [ 106.21976593200003, 29.697716767000085 ], [ 106.219755495000072, 29.697686983000043 ], [ 106.219730487000049, 29.697615616000075 ], [ 106.219713359000082, 29.697587021000057 ], [ 106.219695558000069, 29.697557304000043 ], [ 106.219602875000078, 29.69752884300004 ], [ 106.219562833000055, 29.697558604000054 ], [ 106.219759055000054, 29.697906711000087 ], [ 106.219957831000045, 29.698349464000049 ], [ 106.220026138000037, 29.698448780000032 ], [ 106.22017611800004, 29.698512577000084 ], [ 106.220224403000032, 29.698526743000055 ], [ 106.22021661000008, 29.698513734000073 ], [ 106.220198808000092, 29.698484016000073 ], [ 106.220242814000073, 29.698438509000084 ], [ 106.220300952000059, 29.698440229000084 ], [ 106.220386370000028, 29.698455226000078 ], [ 106.220430649000036, 29.69843226800009 ], [ 106.220440866000047, 29.698427826000049 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.220312891000049, 29.696508366000039 ], [ 106.220398801000044, 29.696467873000078 ], [ 106.220539077000069, 29.696410999000083 ], [ 106.220662964000056, 29.696352691000076 ], [ 106.220643719000066, 29.696336240000051 ], [ 106.220603536000056, 29.696305329000037 ], [ 106.220557299000063, 29.69626752400006 ], [ 106.220513137000069, 29.696236650000063 ], [ 106.220459022000057, 29.696205868000057 ], [ 106.220394895000027, 29.696169965000081 ], [ 106.220326913000065, 29.696144524000083 ], [ 106.22024910500005, 29.696129601000052 ], [ 106.220155399000078, 29.696116562000046 ], [ 106.219885003000059, 29.696141644000079 ], [ 106.219789768000055, 29.696166851000047 ], [ 106.219749962000037, 29.696167217000042 ], [ 106.219693624000058, 29.696154484000086 ], [ 106.219537416000037, 29.696131171000047 ], [ 106.219441670000037, 29.696125864000063 ], [ 106.219420468000067, 29.696155503000057 ], [ 106.219430873000078, 29.696155709000035 ], [ 106.219474030000072, 29.696209741000079 ], [ 106.21978054300007, 29.696484006000041 ], [ 106.219898832000084, 29.696658571000068 ], [ 106.219959409000069, 29.696747076000058 ], [ 106.22000883000004, 29.696809433000052 ], [ 106.22000620600005, 29.696717638000052 ], [ 106.220005439000033, 29.696654123000087 ], [ 106.220009410000046, 29.696606445000029 ], [ 106.22004070900006, 29.696562485000072 ], [ 106.220058609000034, 29.696538500000095 ], [ 106.220153707000065, 29.696505863000088 ], [ 106.220212862000039, 29.696509288000076 ], [ 106.220290157000079, 29.696508576000049 ], [ 106.220312891000049, 29.696508366000039 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.221769797000036, 29.69391034000007 ], [ 106.221771413000056, 29.693907687000035 ], [ 106.221793658000081, 29.693874527000048 ], [ 106.221794562000071, 29.693869609000046 ], [ 106.221808659000033, 29.693792942000076 ], [ 106.221821448000085, 29.693746178000076 ], [ 106.221809220000068, 29.693714739000082 ], [ 106.221798365000041, 29.693661363000039 ], [ 106.221794939000063, 29.693654345000077 ], [ 106.22176696300005, 29.693597037000078 ], [ 106.221741015000077, 29.69356162500009 ], [ 106.221702551000078, 29.693546382000079 ], [ 106.221638704000057, 29.693542515000047 ], [ 106.221580149000033, 29.693554195000047 ], [ 106.221350667000081, 29.693645529000033 ], [ 106.221269342000028, 29.693678985000076 ], [ 106.221222209000075, 29.693724020000051 ], [ 106.221198806000075, 29.693759915000037 ], [ 106.221192786000074, 29.69382538300005 ], [ 106.221210388000031, 29.693872794000068 ], [ 106.221245048000071, 29.693923020000049 ], [ 106.221286125000063, 29.69394048100008 ], [ 106.221350786000073, 29.69393691200008 ], [ 106.221432329000052, 29.693921294000056 ], [ 106.221507060000079, 29.693905738000069 ], [ 106.221588673000042, 29.693896065000043 ], [ 106.221697564000067, 29.693889114000054 ], [ 106.221748639000069, 29.69388864300004 ], [ 106.221769797000036, 29.69391034000007 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.221410302000038, 29.696139795000086 ], [ 106.221258631000069, 29.696123637000085 ], [ 106.221107102000076, 29.696117405000052 ], [ 106.221042879000038, 29.696105282000072 ], [ 106.220966977000046, 29.696090725000094 ], [ 106.220911492000027, 29.696078522000043 ], [ 106.220882122000035, 29.69605844900007 ], [ 106.220861368000044, 29.696028126000044 ], [ 106.220848520000061, 29.695929071000077 ], [ 106.220862104000048, 29.695843556000046 ], [ 106.220846766000079, 29.695844306000087 ], [ 106.220802728000081, 29.695823859000082 ], [ 106.220716141000025, 29.695741242000054 ], [ 106.22067009400007, 29.69571907500006 ], [ 106.220622014000071, 29.695693451000068 ], [ 106.220534403000045, 29.695690782000039 ], [ 106.220478784000079, 29.695699985000083 ], [ 106.220439210000052, 29.695719465000089 ], [ 106.22041562200009, 29.695744010000059 ], [ 106.220376111000064, 29.695768705000035 ], [ 106.220286868000073, 29.69579559400006 ], [ 106.22021735800007, 29.695808399000043 ], [ 106.220111920000093, 29.695812847000074 ], [ 106.220008449000034, 29.695815537000037 ], [ 106.21985524600008, 29.695820425000083 ], [ 106.219640263000045, 29.695818928000058 ], [ 106.219508384000051, 29.695776698000095 ], [ 106.219412624000029, 29.695758463000061 ], [ 106.219322960000056, 29.695750599000057 ], [ 106.219173591000072, 29.695743285000049 ], [ 106.21907219600007, 29.695752908000095 ], [ 106.219022733000031, 29.695777693000078 ], [ 106.218917673000078, 29.695813415000092 ], [ 106.218812317000072, 29.695824811000083 ], [ 106.218748484000059, 29.695827281000053 ], [ 106.218741997000052, 29.695897821000074 ], [ 106.218697044000066, 29.695931233000067 ], [ 106.218577144000051, 29.696018136000074 ], [ 106.21856258400004, 29.696064470000067 ], [ 106.218638887000054, 29.696123168000053 ], [ 106.218700789000081, 29.696128547000058 ], [ 106.218796910000052, 29.69610163700008 ], [ 106.218895836000058, 29.696016521000047 ], [ 106.218925098000057, 29.696016342000071 ], [ 106.218942596000034, 29.696028378000054 ], [ 106.21895190500004, 29.696071147000055 ], [ 106.218953585000065, 29.696089441000094 ], [ 106.21896749800004, 29.69614717200005 ], [ 106.218971417000049, 29.696159301000076 ], [ 106.219039967000072, 29.696159077000058 ], [ 106.219047763000049, 29.696161061000044 ], [ 106.219099344000028, 29.696156288000054 ], [ 106.219215420000069, 29.696147797000037 ], [ 106.219345843000042, 29.696154018000069 ], [ 106.219420468000067, 29.696155503000057 ], [ 106.219441670000037, 29.696125864000063 ], [ 106.219537416000037, 29.696131171000047 ], [ 106.219693624000058, 29.696154484000086 ], [ 106.219749962000037, 29.696167217000042 ], [ 106.219789768000055, 29.696166851000047 ], [ 106.219885003000059, 29.696141644000079 ], [ 106.220155399000078, 29.696116562000046 ], [ 106.22024910500005, 29.696129601000052 ], [ 106.220326913000065, 29.696144524000083 ], [ 106.220394895000027, 29.696169965000081 ], [ 106.220459022000057, 29.696205868000057 ], [ 106.220513137000069, 29.696236650000063 ], [ 106.220557299000063, 29.69626752400006 ], [ 106.220603536000056, 29.696305329000037 ], [ 106.220643719000066, 29.696336240000051 ], [ 106.220662964000056, 29.696352691000076 ], [ 106.220679920000066, 29.696367187000078 ], [ 106.220729992000031, 29.69639279200004 ], [ 106.220797785000059, 29.696402594000062 ], [ 106.220887259000051, 29.696394818000048 ], [ 106.221030491000079, 29.696388284000083 ], [ 106.221066189000055, 29.696377528000077 ], [ 106.221081922000053, 29.696361743000065 ], [ 106.221103626000058, 29.696345902000076 ], [ 106.221131404000062, 29.696338695000058 ], [ 106.221171166000033, 29.696334853000046 ], [ 106.221224966000079, 29.696339571000063 ], [ 106.221286787000054, 29.696349426000047 ], [ 106.22132074700005, 29.696359541000053 ], [ 106.221352674000059, 29.696366197000089 ], [ 106.221386403000068, 29.696357198000051 ], [ 106.221427987000027, 29.696339436000081 ], [ 106.221449606000078, 29.696316645000081 ], [ 106.22144916600007, 29.696280155000061 ], [ 106.221448723000037, 29.696243666000036 ], [ 106.221432297000035, 29.696202110000062 ], [ 106.221415956000044, 29.696167504000059 ], [ 106.221410302000038, 29.696139795000086 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.220138512000062, 29.693360397000049 ], [ 106.220129134000047, 29.693367568000042 ], [ 106.22005735700003, 29.693388517000077 ], [ 106.219985604000044, 29.693411493000038 ], [ 106.21993918700008, 29.693415978000072 ], [ 106.219901892000053, 29.693406178000092 ], [ 106.219859681000059, 29.693374108000061 ], [ 106.219821970000055, 29.693329824000052 ], [ 106.219770073000063, 29.693265383000043 ], [ 106.219717762000073, 29.693166459000054 ], [ 106.219710668000062, 29.693156380000062 ], [ 106.219681907000052, 29.693083613000059 ], [ 106.219619223000052, 29.692895521000079 ], [ 106.219606504000069, 29.692804346000059 ], [ 106.219572484000025, 29.692680908000053 ], [ 106.219515472000069, 29.692385245000082 ], [ 106.219488765000065, 29.692290142000044 ], [ 106.219480149000063, 29.692263952000072 ], [ 106.219479876000037, 29.692264358000052 ], [ 106.219469683000057, 29.692275728000087 ], [ 106.219458170000053, 29.692284855000089 ], [ 106.219444693000085, 29.692291744000045 ], [ 106.219464980000055, 29.692314108000065 ], [ 106.219488012000056, 29.692349978000042 ], [ 106.219503325000062, 29.692388173000037 ], [ 106.219512209000072, 29.692428683000053 ], [ 106.219512699000063, 29.692469270000057 ], [ 106.219506086000095, 29.692509922000049 ], [ 106.219498029000079, 29.6925911790001 ], [ 106.219494517000044, 29.692674650000068 ], [ 106.21949617000007, 29.692758072000061 ], [ 106.219502315000057, 29.692839199000051 ], [ 106.219506489000025, 29.692863966000054 ], [ 106.219515155000067, 29.692886437000087 ], [ 106.219527021000047, 29.692906624000045 ], [ 106.219545480000079, 29.69293802500005 ], [ 106.219560093000041, 29.692971716000049 ], [ 106.219569540000066, 29.693005455000041 ], [ 106.219574494000028, 29.693041491000088 ], [ 106.219579022000062, 29.693095571000082 ], [ 106.219583251000074, 29.693124849000071 ], [ 106.219593262000046, 29.693151817000057 ], [ 106.21960779300008, 29.693178745000068 ], [ 106.219626816000073, 29.693203375000053 ], [ 106.219662170000049, 29.693243641000045 ], [ 106.219694323000056, 29.693286192000077 ], [ 106.219723276000082, 29.693331027000056 ], [ 106.219735089000039, 29.693346704000071 ], [ 106.219749455000056, 29.693360102000039 ], [ 106.219765733000031, 29.69337122700005 ], [ 106.219831405000036, 29.693408959000067 ], [ 106.219900224000071, 29.693439895000036 ], [ 106.219965760000036, 29.69346392700005 ], [ 106.219967999000062, 29.693453591000036 ], [ 106.220028528000057, 29.693461828000061 ], [ 106.220062226000039, 29.693490635000046 ], [ 106.220074038000064, 29.693492369000069 ], [ 106.22013161600006, 29.69345666300007 ], [ 106.220216491000031, 29.693467816000073 ], [ 106.220300630000054, 29.693531479000058 ], [ 106.220365724000033, 29.693595718000036 ], [ 106.220359314000063, 29.693546165000043 ], [ 106.220351212000025, 29.69351692500004 ], [ 106.220338027000025, 29.693494494000053 ], [ 106.220301998000025, 29.693451981000063 ], [ 106.22028884100007, 29.693431806000039 ], [ 106.220282867000037, 29.693418330000036 ], [ 106.220182121000065, 29.693417003000036 ], [ 106.220138512000062, 29.693360397000049 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.220297372000061, 29.691799343000074 ], [ 106.220312308000075, 29.69179769800008 ], [ 106.220367894000049, 29.691782985000092 ], [ 106.220462436000048, 29.691723282000055 ], [ 106.220579255000075, 29.691584254000073 ], [ 106.220580874000063, 29.691474292000066 ], [ 106.220458801000063, 29.691298460000038 ], [ 106.220360363000054, 29.691024902000031 ], [ 106.220332408000047, 29.690765140000053 ], [ 106.220390559000066, 29.690446204000072 ], [ 106.220090354000035, 29.69072879700008 ], [ 106.219828386000074, 29.690873752000073 ], [ 106.219403976000081, 29.691085990000094 ], [ 106.219296639000049, 29.691134922000053 ], [ 106.21931122400008, 29.691249026000037 ], [ 106.219298270000081, 29.691284650000053 ], [ 106.219305898000073, 29.691278234000045 ], [ 106.21937758100006, 29.691225708000047 ], [ 106.219450636000033, 29.691179933000058 ], [ 106.219458548000034, 29.691193391000073 ], [ 106.219469041000082, 29.691206825000062 ], [ 106.219493229000079, 29.691231408000078 ], [ 106.21952390000007, 29.691258188000067 ], [ 106.219550587000072, 29.691275983000068 ], [ 106.21957528400003, 29.691289283000067 ], [ 106.219599927000047, 29.691298078000035 ], [ 106.219641974000083, 29.691304455000079 ], [ 106.219654915000035, 29.69130659200005 ], [ 106.219667290000075, 29.69131549900003 ], [ 106.219677110000092, 29.691326684000046 ], [ 106.219685049000077, 29.691342396000042 ], [ 106.219702998000059, 29.691385078000046 ], [ 106.219709589000061, 29.691396292000036 ], [ 106.21971744700005, 29.691405240000051 ], [ 106.219741579000072, 29.691425313000082 ], [ 106.219766303000029, 29.691440871000044 ], [ 106.219786428000077, 29.691449706000071 ], [ 106.219820672000026, 29.691451647000058 ], [ 106.219832993000068, 29.691456043000073 ], [ 106.219844724000041, 29.691464955000075 ], [ 106.21985645400008, 29.69147386800006 ], [ 106.219865629000026, 29.691485060000055 ], [ 106.219870956000094, 29.691498540000051 ], [ 106.219872439000028, 29.691514312000034 ], [ 106.219870720000074, 29.691532370000065 ], [ 106.219862791000025, 29.691570777000042 ], [ 106.219861480000077, 29.69158147000007 ], [ 106.219877734000079, 29.691598832000071 ], [ 106.219880597000042, 29.691643437000039 ], [ 106.21988106200007, 29.69168197800008 ], [ 106.219888620000063, 29.691730597000063 ], [ 106.219914666000079, 29.691770931000065 ], [ 106.219989403000056, 29.691802702000075 ], [ 106.22000988800005, 29.691803943000071 ], [ 106.220047532000095, 29.691806224000068 ], [ 106.220107936000034, 29.691805667000036 ], [ 106.220182329000068, 29.691809039000077 ], [ 106.220251977000032, 29.691804340000093 ], [ 106.220297372000061, 29.691799343000074 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.22374947100009, 29.688750448000061 ], [ 106.223568803000049, 29.688785877000043 ], [ 106.223469015000035, 29.688819606000031 ], [ 106.223375554000029, 29.688858745000061 ], [ 106.223313336000047, 29.688892128000081 ], [ 106.223282425000036, 29.688925220000044 ], [ 106.223239321000051, 29.688985765000044 ], [ 106.223233391000065, 29.689013160000055 ], [ 106.22323392100003, 29.689056898000047 ], [ 106.223247040000047, 29.689105988000055 ], [ 106.223316448000048, 29.689149091000044 ], [ 106.223335365000025, 29.689159853000032 ], [ 106.223441879000063, 29.689164336000086 ], [ 106.223479714000064, 29.689185858000087 ], [ 106.22360360600004, 29.689283174000074 ], [ 106.223604839000075, 29.689278859000066 ], [ 106.223688430000038, 29.688953246000047 ], [ 106.223751877000041, 29.68877113200006 ], [ 106.22374947100009, 29.688750448000061 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.234509593000041, 29.690340898000048 ], [ 106.234516223000071, 29.690340161000055 ], [ 106.234478058000036, 29.69032188500006 ], [ 106.234349867000049, 29.690261681000024 ], [ 106.234319610000057, 29.69024127900008 ], [ 106.234271240000055, 29.69023308300007 ], [ 106.234239548000076, 29.690228869000059 ], [ 106.234209068000041, 29.69021787500008 ], [ 106.233951576000038, 29.690123308000075 ], [ 106.233692173000065, 29.69003101100008 ], [ 106.233675599000037, 29.690023968000048 ], [ 106.233524676000059, 29.689989236000088 ], [ 106.233326456000043, 29.689952708000078 ], [ 106.233319117000065, 29.689954383000043 ], [ 106.233315684000047, 29.689973630000047 ], [ 106.233331510000028, 29.690000545000085 ], [ 106.233355023000058, 29.690016611000097 ], [ 106.233373832000041, 29.690029467000048 ], [ 106.233401416000049, 29.69006754600008 ], [ 106.233401967000077, 29.690112641000034 ], [ 106.23339740800003, 29.690162297000086 ], [ 106.23334327300006, 29.690223688000053 ], [ 106.233324760000073, 29.690293767000075 ], [ 106.233353442000066, 29.690316051000082 ], [ 106.233374597000079, 29.690338970000081 ], [ 106.233380271000044, 29.690345117000049 ], [ 106.23337519200004, 29.690372467000081 ], [ 106.233604815000035, 29.690325665000046 ], [ 106.233898435000071, 29.690295911000071 ], [ 106.234053201000052, 29.690298972000054 ], [ 106.234290920000035, 29.690337286000037 ], [ 106.234476683000025, 29.690344562000064 ], [ 106.234509593000041, 29.690340898000048 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.23289329000005, 29.689458522000049 ], [ 106.232888574000071, 29.689456858000085 ], [ 106.232751032000067, 29.689418033000042 ], [ 106.232735085000058, 29.689416043000048 ], [ 106.232731029000036, 29.689248490000065 ], [ 106.232916844000044, 29.689242489000044 ], [ 106.23291486800008, 29.689210639000066 ], [ 106.232944831000054, 29.689170475000076 ], [ 106.233188431000031, 29.689168207000069 ], [ 106.233249169000032, 29.689154347000059 ], [ 106.233421777000061, 29.68905329200004 ], [ 106.233468390000041, 29.689026002000038 ], [ 106.233632952000065, 29.689004845000053 ], [ 106.233802854000032, 29.68898300200004 ], [ 106.233892032000028, 29.688968066000086 ], [ 106.234143135000068, 29.688926013000074 ], [ 106.234097862000056, 29.688889024000048 ], [ 106.233895637000046, 29.688842887000074 ], [ 106.233870296000077, 29.688837105000065 ], [ 106.233798506000028, 29.688841074000042 ], [ 106.233282732000077, 29.688869595000078 ], [ 106.232896401000062, 29.688909219000042 ], [ 106.232603057000063, 29.688961485000053 ], [ 106.231909888000075, 29.689215614000087 ], [ 106.231555977000028, 29.689376520000053 ], [ 106.231526229000053, 29.689391094000086 ], [ 106.231660202000057, 29.689374157000096 ], [ 106.23186610700003, 29.689343956000066 ], [ 106.231890403000079, 29.689316851000065 ], [ 106.232004354000026, 29.689280349000065 ], [ 106.232137262000037, 29.689285557000058 ], [ 106.232207721000066, 29.689313901000048 ], [ 106.232229039000075, 29.689336665000049 ], [ 106.232314598000073, 29.689309103000081 ], [ 106.232504769000059, 29.689298588000035 ], [ 106.232569863000037, 29.689297983000078 ], [ 106.232620257000065, 29.689323749000042 ], [ 106.232671130000028, 29.689388865000073 ], [ 106.232686579000074, 29.689423703000038 ], [ 106.232751781000047, 29.689431840000058 ], [ 106.232889325000031, 29.689470665000044 ], [ 106.23289329000005, 29.689458522000049 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.231372312000076, 29.689678648000037 ], [ 106.231418022000085, 29.689676322000071 ], [ 106.231565902000057, 29.689646534000079 ], [ 106.231900025000073, 29.689564955000037 ], [ 106.231867326000042, 29.68954260800006 ], [ 106.231855078000081, 29.689446061000069 ], [ 106.231861278000054, 29.689349343000057 ], [ 106.23186610700003, 29.689343956000066 ], [ 106.231660202000057, 29.689374157000096 ], [ 106.231526229000053, 29.689391094000086 ], [ 106.231381299000077, 29.689462096000064 ], [ 106.231307987000051, 29.689547908000069 ], [ 106.231276103000027, 29.689601874000065 ], [ 106.231276757000046, 29.689655536000096 ], [ 106.231287205000058, 29.689659475000045 ], [ 106.231342140000038, 29.689680184000061 ], [ 106.231372312000076, 29.689678648000037 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.23619205500006, 29.693041477000062 ], [ 106.236191894000058, 29.69303999900006 ], [ 106.236167133000038, 29.69305182800008 ], [ 106.236111712000096, 29.693063371000054 ], [ 106.236071172000038, 29.693052723000051 ], [ 106.236035602000072, 29.693035415000047 ], [ 106.235994874000028, 29.693009333000081 ], [ 106.235964408000029, 29.692996387000054 ], [ 106.235908853000069, 29.692996905000093 ], [ 106.235858509000082, 29.69301060600009 ], [ 106.235823424000046, 29.693032984000073 ], [ 106.235788340000056, 29.693055362000045 ], [ 106.235748394000041, 29.693093222000066 ], [ 106.235708044000035, 29.693098009000032 ], [ 106.235657457000059, 29.693091865000039 ], [ 106.235621969000093, 29.69308117100007 ], [ 106.235591396000075, 29.693059405000035 ], [ 106.23557581300004, 29.693024270000087 ], [ 106.235585481000044, 29.69298889700007 ], [ 106.235659972000079, 29.692884562000078 ], [ 106.235690286000079, 29.692851499000092 ], [ 106.235633774000078, 29.692807628000079 ], [ 106.235554897000043, 29.692759852000059 ], [ 106.235506917000066, 29.692760299000042 ], [ 106.235464089000061, 29.692781389000071 ], [ 106.235456708000072, 29.692785025000031 ], [ 106.23541928700007, 29.692822859000046 ], [ 106.235375883000074, 29.692990852000037 ], [ 106.235389885000075, 29.693103181000083 ], [ 106.235461807000036, 29.693201740000056 ], [ 106.235599440000044, 29.693304096000077 ], [ 106.23571090500009, 29.693331723000078 ], [ 106.235779034000075, 29.693326678000062 ], [ 106.235854685000064, 29.693317152000073 ], [ 106.235905028000047, 29.693303450000091 ], [ 106.235982989000036, 29.693276262000044 ], [ 106.236065998000072, 29.69324902600005 ], [ 106.236116180000081, 29.69322209600006 ], [ 106.236151264000057, 29.693199718000074 ], [ 106.236181109000029, 29.693161953000072 ], [ 106.236200825000026, 29.693122077000055 ], [ 106.23619205500006, 29.693041477000062 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.26882836700004, 29.723823137000068 ], [ 106.268787875000044, 29.723779909000086 ], [ 106.268716509000058, 29.723650165000041 ], [ 106.268630804000054, 29.72356838200005 ], [ 106.268520360000025, 29.723499878000034 ], [ 106.268390159000035, 29.723444607000083 ], [ 106.268360551000072, 29.723466629000093 ], [ 106.268341285000076, 29.723518985000052 ], [ 106.268331871000044, 29.723562551000047 ], [ 106.26830865800008, 29.72373766000004 ], [ 106.268333170000062, 29.723747105000086 ], [ 106.268453915000066, 29.72376137200007 ], [ 106.268524297000056, 29.723812868000039 ], [ 106.268630800000039, 29.723964014000039 ], [ 106.268679384000052, 29.724049797000077 ], [ 106.268677627000045, 29.72403660700007 ], [ 106.268683736000071, 29.723969821000075 ], [ 106.268714321000061, 29.723914931000078 ], [ 106.268789884000057, 29.723844444000065 ], [ 106.26882836700004, 29.723823137000068 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.27137390200005, 29.721974844000044 ], [ 106.271369385000071, 29.721911753000089 ], [ 106.27133862800008, 29.721842487000046 ], [ 106.271332716000074, 29.721768634000057 ], [ 106.271361665000029, 29.721694447000061 ], [ 106.271370420000054, 29.721598715000084 ], [ 106.27134967700006, 29.721533700000069 ], [ 106.271294455000032, 29.72149945000006 ], [ 106.271209626000029, 29.721487221000071 ], [ 106.271055347000072, 29.72149739800005 ], [ 106.270842181000035, 29.721577702000047 ], [ 106.270668747000059, 29.721648928000036 ], [ 106.270629971000062, 29.721640861000076 ], [ 106.270609313000094, 29.721675585000067 ], [ 106.270550152000055, 29.721723976000082 ], [ 106.270490552000069, 29.721737591000085 ], [ 106.270415848000027, 29.721738308000052 ], [ 106.270345522000071, 29.721691159000049 ], [ 106.270329650000065, 29.721617402000042 ], [ 106.270348038000066, 29.721495492000091 ], [ 106.270377262000068, 29.721443041000036 ], [ 106.27043193600008, 29.721433821000055 ], [ 106.270561396000062, 29.721439843000045 ], [ 106.270600718000026, 29.721388725000054 ], [ 106.270650083000078, 29.721353470000054 ], [ 106.270793963000074, 29.72130861300008 ], [ 106.270858324000073, 29.721277561000079 ], [ 106.270897398000045, 29.72121632000005 ], [ 106.27089159600007, 29.721151161000076 ], [ 106.27075384300008, 29.720891627000075 ], [ 106.270555725000079, 29.720584848000044 ], [ 106.270429960000058, 29.720486060000042 ], [ 106.270345077000073, 29.720469484000038 ], [ 106.270195890000025, 29.720488306000057 ], [ 106.270071658000063, 29.720511236000053 ], [ 106.269968058000075, 29.720590487000031 ], [ 106.269909389000077, 29.720678002000046 ], [ 106.269910265000078, 29.72074755600006 ], [ 106.269931499000052, 29.720851695000079 ], [ 106.269953830000077, 29.721042775000061 ], [ 106.269945291000056, 29.721155895000042 ], [ 106.269896747000075, 29.721256356000083 ], [ 106.269884051000091, 29.721434731000048 ], [ 106.269905176000066, 29.721530175000055 ], [ 106.270017206000034, 29.721724743000042 ], [ 106.270063725000057, 29.721859072000093 ], [ 106.270064656000045, 29.72193297300003 ], [ 106.270061205000047, 29.721938121000051 ], [ 106.270120644000031, 29.722028083000055 ], [ 106.270161745000053, 29.722127684000043 ], [ 106.270197976000077, 29.722236026000076 ], [ 106.270266668000033, 29.722401943000072 ], [ 106.270310151000047, 29.722356074000068 ], [ 106.270360957000037, 29.722249375000047 ], [ 106.270425085000056, 29.722165308000061 ], [ 106.270528799000033, 29.722118794000039 ], [ 106.270641252000075, 29.722075988000086 ], [ 106.270810144000052, 29.722028848000029 ], [ 106.270944704000058, 29.722016176000068 ], [ 106.27103366800003, 29.722008864000088 ], [ 106.271098588000029, 29.721991182000068 ], [ 106.271241600000053, 29.721967064000061 ], [ 106.27137390200005, 29.721974844000044 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.271692530000053, 29.723767966000082 ], [ 106.271695116000046, 29.723725140000059 ], [ 106.271717370000033, 29.723592665000069 ], [ 106.271715483000051, 29.723443018000065 ], [ 106.271689585000047, 29.723286641000065 ], [ 106.271664347000069, 29.723182466000083 ], [ 106.27162732100004, 29.723092327000074 ], [ 106.271590735000075, 29.723036990000089 ], [ 106.271561991000056, 29.72297113400009 ], [ 106.271530412000061, 29.722850689000044 ], [ 106.27151673000003, 29.722860191000045 ], [ 106.271460865000051, 29.722857247000032 ], [ 106.271440534000078, 29.722826118000061 ], [ 106.271436152000035, 29.722794834000062 ], [ 106.271435845000042, 29.722770473000082 ], [ 106.271403685000053, 29.722749898000082 ], [ 106.271355313000072, 29.722708596000068 ], [ 106.271338531000026, 29.722642627000088 ], [ 106.271345409000048, 29.722555546000081 ], [ 106.271395355000038, 29.722405402000046 ], [ 106.271441928000058, 29.722304018000049 ], [ 106.271455897000067, 29.722287981000076 ], [ 106.271445432000064, 29.722265698000061 ], [ 106.27142124600006, 29.722245047000062 ], [ 106.271381288000043, 29.722238471000082 ], [ 106.271313682000027, 29.722253041000045 ], [ 106.271179086000075, 29.722330906000074 ], [ 106.270997258000079, 29.72245795300006 ], [ 106.270827524000026, 29.722595325000054 ], [ 106.27071281800005, 29.722669518000085 ], [ 106.270541679000075, 29.722695525000063 ], [ 106.270402481000076, 29.722724705000061 ], [ 106.270307360000061, 29.72277086500009 ], [ 106.270240411000032, 29.722837639000094 ], [ 106.270185424000033, 29.722904297000071 ], [ 106.270157558000051, 29.722908045000054 ], [ 106.270109450000064, 29.72288762200008 ], [ 106.270088418000057, 29.722800811000063 ], [ 106.27009148500008, 29.722727689000067 ], [ 106.270115101000044, 29.722703099000054 ], [ 106.270138848000045, 29.722688949000084 ], [ 106.270174383000054, 29.722660763000079 ], [ 106.270209696000052, 29.72261517700008 ], [ 106.270252721000077, 29.722548633000081 ], [ 106.270304115000059, 29.722513334000048 ], [ 106.270367426000064, 29.722474440000035 ], [ 106.270454968000081, 29.72245967800006 ], [ 106.270542684000077, 29.722458836000047 ], [ 106.270634169000061, 29.722440554000052 ], [ 106.27082467300005, 29.722369115000046 ], [ 106.270967726000038, 29.722329455000072 ], [ 106.271106573000054, 29.722272433000057 ], [ 106.271244937000063, 29.722177129000045 ], [ 106.271323713000072, 29.722099800000084 ], [ 106.271362751000026, 29.722033294000088 ], [ 106.27137390200005, 29.721974844000044 ], [ 106.271241600000053, 29.721967064000061 ], [ 106.271098588000029, 29.721991182000068 ], [ 106.27103366800003, 29.722008864000088 ], [ 106.270944704000058, 29.722016176000068 ], [ 106.270810144000052, 29.722028848000029 ], [ 106.270641252000075, 29.722075988000086 ], [ 106.270528799000033, 29.722118794000039 ], [ 106.270425085000056, 29.722165308000061 ], [ 106.270360957000037, 29.722249375000047 ], [ 106.270310151000047, 29.722356074000068 ], [ 106.270266668000033, 29.722401943000072 ], [ 106.270262974000048, 29.722405840000079 ], [ 106.270193783000082, 29.72243305600005 ], [ 106.270089497000072, 29.722434057000047 ], [ 106.269920268000078, 29.722454647000074 ], [ 106.26986617200005, 29.722472948000071 ], [ 106.269897036000032, 29.72248591500005 ], [ 106.269929723000075, 29.722548253000074 ], [ 106.269963066000059, 29.722662791000062 ], [ 106.270016301000055, 29.722773658000062 ], [ 106.270017778000067, 29.722787322000041 ], [ 106.270025325000063, 29.72285710500006 ], [ 106.270026114000075, 29.722919748000038 ], [ 106.270031460000041, 29.72302759500008 ], [ 106.270040004000066, 29.723072760000022 ], [ 106.270056522000061, 29.723117849000058 ], [ 106.270077159000039, 29.723173340000073 ], [ 106.270113833000039, 29.723235639000052 ], [ 106.270206852000058, 29.723339163000041 ], [ 106.27024182200006, 29.723412138000072 ], [ 106.270268282000075, 29.723467355000082 ], [ 106.270289356000035, 29.72355764800006 ], [ 106.270291206000081, 29.723578422000056 ], [ 106.270312315000069, 29.723480855000041 ], [ 106.270339656000033, 29.723435345000045 ], [ 106.270378780000044, 29.723375799000056 ], [ 106.270446080000056, 29.723336867000061 ], [ 106.270565300000044, 29.723304398000035 ], [ 106.27065297200005, 29.72330007600004 ], [ 106.270712913000068, 29.723309942000071 ], [ 106.270741085000054, 29.723330555000075 ], [ 106.270757691000028, 29.723382604000054 ], [ 106.27073850000005, 29.723452662000049 ], [ 106.270746652000071, 29.72345580200005 ], [ 106.270758963000048, 29.723483529000085 ], [ 106.270764069000052, 29.72352242900007 ], [ 106.270810797000081, 29.723483031000054 ], [ 106.270866572000045, 29.723479015000066 ], [ 106.270918580000057, 29.723492438000051 ], [ 106.27102719800007, 29.723567968000054 ], [ 106.27116788900004, 29.723657112000076 ], [ 106.271300212000028, 29.723715011000085 ], [ 106.271384688000069, 29.723773369000071 ], [ 106.27150424000007, 29.723864590000062 ], [ 106.271537120000062, 29.723844996000075 ], [ 106.271675751000046, 29.723770573000078 ], [ 106.271692530000053, 29.723767966000082 ] ], [ [ 106.27121659900007, 29.722776059000058 ], [ 106.271244639000045, 29.722786233000082 ], [ 106.271273120000046, 29.72283120600008 ], [ 106.271297876000062, 29.722897099000075 ], [ 106.271314833000076, 29.722976990000063 ], [ 106.27129941100003, 29.723018904000078 ], [ 106.27124013100007, 29.72306124000005 ], [ 106.271176687000036, 29.723089695000056 ], [ 106.271136816000094, 29.723090078000045 ], [ 106.271108424000033, 29.723052063000068 ], [ 106.271095717000037, 29.722993016000096 ], [ 106.27109519000004, 29.722951254000062 ], [ 106.271086383000068, 29.72288520700004 ], [ 106.271069909000062, 29.722843599000036 ], [ 106.271160734000034, 29.722773115000042 ], [ 106.27121659900007, 29.722776059000058 ] ], [ [ 106.270610950000062, 29.722813199000086 ], [ 106.270682851000061, 29.722822951000065 ], [ 106.270726971000045, 29.722843411000046 ], [ 106.270755189000056, 29.722867504000074 ], [ 106.270767851000073, 29.722923071000082 ], [ 106.270768290000035, 29.722957873000045 ], [ 106.270740950000061, 29.723003383000041 ], [ 106.270717159000085, 29.723014053000043 ], [ 106.27064140300007, 29.723014780000081 ], [ 106.270525777000046, 29.723015890000053 ], [ 106.270422111000087, 29.723016885000053 ], [ 106.270381933000067, 29.722992906000066 ], [ 106.270373301000063, 29.722940781000087 ], [ 106.270396348000077, 29.722870948000036 ], [ 106.270431749000068, 29.722832322000041 ], [ 106.270463558000074, 29.722825056000094 ], [ 106.270503254000062, 29.722810752000044 ], [ 106.270610950000062, 29.722813199000086 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.270291206000081, 29.723578422000056 ], [ 106.270289356000035, 29.72355764800006 ], [ 106.270268282000075, 29.723467355000082 ], [ 106.27024182200006, 29.723412138000072 ], [ 106.270227886000043, 29.723439125000088 ], [ 106.270210365000025, 29.723486290000032 ], [ 106.270198864000065, 29.723534857000057 ], [ 106.270193534000043, 29.72358422100006 ], [ 106.270191284000077, 29.723600885000053 ], [ 106.270186112000033, 29.723617036000061 ], [ 106.270178130000033, 29.723632293000044 ], [ 106.270167528000059, 29.723646286000076 ], [ 106.270154570000045, 29.723658669000088 ], [ 106.27015384200007, 29.723659181000073 ], [ 106.270079930000065, 29.72372884900005 ], [ 106.270040146000042, 29.723825891000047 ], [ 106.270052939000038, 29.723865142000086 ], [ 106.270094311000037, 29.723893385000046 ], [ 106.27016844700006, 29.723917740000047 ], [ 106.270230726000079, 29.723978002000084 ], [ 106.270243339000046, 29.724002939000055 ], [ 106.270285160000071, 29.724066968000049 ], [ 106.270295384000079, 29.72407817900006 ], [ 106.27030368700008, 29.724062194000041 ], [ 106.270314859000052, 29.723999434000056 ], [ 106.27031779400005, 29.72391587400006 ], [ 106.270300224000039, 29.723787261000041 ], [ 106.270298646000072, 29.723661976000066 ], [ 106.270291206000081, 29.723578422000056 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.269268134000072, 29.722362331000049 ], [ 106.269228182000063, 29.722354019000072 ], [ 106.269168638000053, 29.722371980000048 ], [ 106.269089226000062, 29.722394480000048 ], [ 106.269086706000053, 29.722590146000076 ], [ 106.26913344500008, 29.722741865000025 ], [ 106.269178486000058, 29.722758823000049 ], [ 106.269268023000052, 29.722749269000062 ], [ 106.269302502000087, 29.722718506000028 ], [ 106.269311697000035, 29.722657551000061 ], [ 106.269315420000055, 29.722557520000066 ], [ 106.269314160000079, 29.722457537000086 ], [ 106.269298454000079, 29.722396821000082 ], [ 106.269268134000072, 29.722362331000049 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.270219158000046, 29.726671526000075 ], [ 106.270334143000071, 29.726295133000068 ], [ 106.27035746100006, 29.726255644000052 ], [ 106.270359449000068, 29.72615821100004 ], [ 106.270374981000032, 29.726091691000082 ], [ 106.27038402200003, 29.726024258000056 ], [ 106.270386515000041, 29.725956413000056 ], [ 106.270382447000031, 29.725888619000049 ], [ 106.270371843000078, 29.72582136800008 ], [ 106.270354783000073, 29.72575513300005 ], [ 106.27033138700007, 29.725690395000072 ], [ 106.270301814000049, 29.72562760900006 ], [ 106.270295679000071, 29.725613119000062 ], [ 106.270292201000075, 29.725597962000048 ], [ 106.270291459000077, 29.725582527000089 ], [ 106.27029348800005, 29.725567172000076 ], [ 106.270298220000043, 29.725552280000045 ], [ 106.27030555500005, 29.725538210000085 ], [ 106.270315304000064, 29.725525318000056 ], [ 106.270406377000029, 29.725423182000043 ], [ 106.270416289000082, 29.725410162000053 ], [ 106.270430950000048, 29.725390895000089 ], [ 106.270449729000063, 29.725355763000035 ], [ 106.270462272000032, 29.725318569000073 ], [ 106.270502144000034, 29.725156373000054 ], [ 106.270508192000079, 29.724942473000059 ], [ 106.270598436000057, 29.724792711000067 ], [ 106.270545087000073, 29.724746515000042 ], [ 106.270496116000061, 29.724696761000075 ], [ 106.270451827000045, 29.724643779000068 ], [ 106.270412503000045, 29.724587879000065 ], [ 106.270378396000069, 29.724529430000082 ], [ 106.270374409000055, 29.724514150000054 ], [ 106.270344965000049, 29.724489907000081 ], [ 106.270315407000055, 29.724447962000063 ], [ 106.270306493000078, 29.724446774000043 ], [ 106.270291023000027, 29.724446923000073 ], [ 106.270275788000049, 29.724449243000038 ], [ 106.27026118100008, 29.724453695000072 ], [ 106.270247600000062, 29.72446013900008 ], [ 106.270235375000027, 29.724468420000047 ], [ 106.270224855000038, 29.724478318000074 ], [ 106.270216316000074, 29.724489574000078 ], [ 106.270209962000081, 29.724501884000063 ], [ 106.270205971000053, 29.724514921000033 ], [ 106.270204455000055, 29.724528357000057 ], [ 106.270205451000038, 29.724541833000043 ], [ 106.27020892400003, 29.724554987000097 ], [ 106.270231124000091, 29.724605152000038 ], [ 106.270260152000048, 29.724652581000047 ], [ 106.270295564000037, 29.724696586000054 ], [ 106.270336837000059, 29.724736508000035 ], [ 106.270332427000028, 29.724749856000081 ], [ 106.270325598000056, 29.724762389000034 ], [ 106.270316513000068, 29.724773795000083 ], [ 106.27030542600005, 29.72478375300005 ], [ 106.270292631000075, 29.724792011000087 ], [ 106.270278472000044, 29.724798334000077 ], [ 106.270263313000044, 29.72480257400008 ], [ 106.270247578000067, 29.724804593000048 ], [ 106.270231670000044, 29.724804368000033 ], [ 106.270216013000038, 29.724801875000082 ], [ 106.270201042000053, 29.724797192000036 ], [ 106.270187129000092, 29.724790452000029 ], [ 106.270016794000071, 29.724256829000062 ], [ 106.270014293000031, 29.724245379000081 ], [ 106.270013919000064, 29.724233729000051 ], [ 106.270015676000071, 29.724222175000076 ], [ 106.270019513000079, 29.72421100900004 ], [ 106.270025345000093, 29.724200523000043 ], [ 106.27003301700006, 29.72419097900006 ], [ 106.270042325000077, 29.724182627000058 ], [ 106.270053048000079, 29.724175677000062 ], [ 106.270064895000075, 29.724170306000076 ], [ 106.270077571000058, 29.724166648000054 ], [ 106.270090765000077, 29.724164799000047 ], [ 106.270150952000051, 29.724158124000045 ], [ 106.270210144000032, 29.724146515000086 ], [ 106.270267821000061, 29.724130085000073 ], [ 106.27027210500006, 29.724128459000038 ], [ 106.270276434000039, 29.724114662000083 ], [ 106.270295384000079, 29.72407817900006 ], [ 106.270285160000071, 29.724066968000049 ], [ 106.270243339000046, 29.724002939000055 ], [ 106.270230726000079, 29.723978002000084 ], [ 106.27016844700006, 29.723917740000047 ], [ 106.270094311000037, 29.723893385000046 ], [ 106.270052939000038, 29.723865142000086 ], [ 106.270040146000042, 29.723825891000047 ], [ 106.270079930000065, 29.72372884900005 ], [ 106.27015384200007, 29.723659181000073 ], [ 106.270154570000045, 29.723658669000088 ], [ 106.270167528000059, 29.723646286000076 ], [ 106.270178130000033, 29.723632293000044 ], [ 106.270186112000033, 29.723617036000061 ], [ 106.270191284000077, 29.723600885000053 ], [ 106.270193534000043, 29.72358422100006 ], [ 106.270198864000065, 29.723534857000057 ], [ 106.270210365000025, 29.723486290000032 ], [ 106.270227886000043, 29.723439125000088 ], [ 106.27024182200006, 29.723412138000072 ], [ 106.270206852000058, 29.723339163000041 ], [ 106.270113833000039, 29.723235639000052 ], [ 106.270077159000039, 29.723173340000073 ], [ 106.270056522000061, 29.723117849000058 ], [ 106.270040004000066, 29.723072760000022 ], [ 106.270031460000041, 29.72302759500008 ], [ 106.270026114000075, 29.722919748000038 ], [ 106.270025325000063, 29.72285710500006 ], [ 106.270017778000067, 29.722787322000041 ], [ 106.270006090000038, 29.722780866000051 ], [ 106.269984011000076, 29.722768961000043 ], [ 106.269964161000075, 29.722754370000086 ], [ 106.269946978000064, 29.722737386000059 ], [ 106.269932829000027, 29.722718392000044 ], [ 106.269922029000043, 29.722697795000048 ], [ 106.269919510000079, 29.722693064000051 ], [ 106.269916179000063, 29.72268872900008 ], [ 106.269912111000053, 29.722684909000066 ], [ 106.269907411000077, 29.722681689000062 ], [ 106.269902181000077, 29.722679151000083 ], [ 106.269896566000057, 29.722677355000087 ], [ 106.269890705000094, 29.72267635500009 ], [ 106.269884730000058, 29.722676159000063 ], [ 106.269876061000048, 29.722677082000072 ], [ 106.269867665000049, 29.722679183000082 ], [ 106.269859748000044, 29.722682399000071 ], [ 106.269852506000063, 29.722686662000054 ], [ 106.269846133000044, 29.722691872000045 ], [ 106.269840762000058, 29.722697887000042 ], [ 106.269836548000058, 29.722704557000046 ], [ 106.26983358800004, 29.722711730000075 ], [ 106.269838272000072, 29.72281610400006 ], [ 106.269838071000038, 29.72281887500009 ], [ 106.26983733000003, 29.72282157800004 ], [ 106.269836079000072, 29.722824134000057 ], [ 106.26983436200004, 29.722826470000086 ], [ 106.269832218000033, 29.722828518000078 ], [ 106.269829709000078, 29.722830239000075 ], [ 106.269826913000031, 29.722831555000081 ], [ 106.269823897000038, 29.722832450000059 ], [ 106.269820761000062, 29.722832895000071 ], [ 106.269817577000026, 29.72283287200008 ], [ 106.269814440000061, 29.722832388000093 ], [ 106.269811451000066, 29.722831452000037 ], [ 106.269808676000025, 29.722830087000087 ], [ 106.269806204000076, 29.72282834400005 ], [ 106.269804091000026, 29.722826263000059 ], [ 106.26978949800008, 29.722805691000072 ], [ 106.269779068000048, 29.722783279000058 ], [ 106.269773086000043, 29.722759648000082 ], [ 106.269768170000077, 29.722740158000082 ], [ 106.269759577000073, 29.722721652000082 ], [ 106.269747571000039, 29.722704662000073 ], [ 106.269732470000065, 29.722689664000082 ], [ 106.269714712000052, 29.722677087000076 ], [ 106.26967303400005, 29.722653268000048 ], [ 106.269626887000072, 29.722645802000038 ], [ 106.269605734000038, 29.722670088000083 ], [ 106.269584390000034, 29.722700638000049 ], [ 106.26958477200003, 29.722730980000055 ], [ 106.269585631000041, 29.722799251000076 ], [ 106.269603681000035, 29.722852184000089 ], [ 106.26966628200006, 29.722991934000049 ], [ 106.269728741000051, 29.723120306000059 ], [ 106.269742827000073, 29.723203622000081 ], [ 106.269766322000066, 29.723343747000062 ], [ 106.269725160000064, 29.723607991000055 ], [ 106.269660252000051, 29.723696575000076 ], [ 106.26957124900008, 29.723803588000063 ], [ 106.269502444000068, 29.723858845000052 ], [ 106.26945395100006, 29.723871442000085 ], [ 106.26942662700003, 29.723870380000051 ], [ 106.269418366000082, 29.723888537000043 ], [ 106.269353342000045, 29.724122506000079 ], [ 106.269411411000078, 29.724110221000043 ], [ 106.26947018900006, 29.724100845000066 ], [ 106.269478491000029, 29.724100350000075 ], [ 106.269486779000033, 29.724101084000043 ], [ 106.269494812000062, 29.724103027000069 ], [ 106.269502343000056, 29.724106129000059 ], [ 106.269509175000053, 29.724110285000048 ], [ 106.269515098000056, 29.724115397000048 ], [ 106.269519957000057, 29.724121304000057 ], [ 106.269523605000074, 29.724127835000051 ], [ 106.269525946000044, 29.72413482100006 ], [ 106.26952689400008, 29.724142037000028 ], [ 106.269526438000071, 29.724149303000036 ], [ 106.269523226000047, 29.724189556000056 ], [ 106.26952644000005, 29.724229818000083 ], [ 106.26953603000004, 29.724269288000073 ], [ 106.269551814000067, 29.724307219000067 ], [ 106.269573468000033, 29.72434287700008 ], [ 106.269591782000077, 29.724365973000083 ], [ 106.269612586000051, 29.724387404000076 ], [ 106.269601809000051, 29.724397476000028 ], [ 106.269671433000042, 29.724413126000055 ], [ 106.269707220000043, 29.724431878000082 ], [ 106.269729806000058, 29.724488940000075 ], [ 106.269776854000042, 29.724533834000063 ], [ 106.269810413000087, 29.724593180000067 ], [ 106.269824805000042, 29.724650322000059 ], [ 106.269861224000067, 29.724719182000065 ], [ 106.269908544000032, 29.724785551000085 ], [ 106.26995432800004, 29.724947402000055 ], [ 106.269976775000032, 29.724992532000041 ], [ 106.269977735000055, 29.725068898000078 ], [ 106.269981065000081, 29.725116590000084 ], [ 106.270036650000065, 29.725187657000042 ], [ 106.270037431000048, 29.725249702000045 ], [ 106.269975486000078, 29.725324279000056 ], [ 106.269932155000049, 29.725358106000044 ], [ 106.269861914000046, 29.725425603000073 ], [ 106.269788965000032, 29.725495522000077 ], [ 106.269739939000033, 29.725510308000082 ], [ 106.269680089000076, 29.725534749000076 ], [ 106.269617782000068, 29.725580692000051 ], [ 106.269596749000073, 29.725647715000029 ], [ 106.269588904000045, 29.725676429000089 ], [ 106.269579649000036, 29.725730760000086 ], [ 106.269629852000037, 29.725819853000075 ], [ 106.269662655000047, 29.725830256000048 ], [ 106.269695194000064, 29.725808467000029 ], [ 106.269716858000052, 29.725791554000072 ], [ 106.269743861000052, 29.725765046000049 ], [ 106.269751794000058, 29.72574348400007 ], [ 106.26975146400008, 29.725717239000073 ], [ 106.269751343000053, 29.725707695000036 ], [ 106.269781093000063, 29.725681153000039 ], [ 106.269816418000062, 29.725664108000046 ], [ 106.269857341000034, 29.725656554000071 ], [ 106.269890088000068, 29.725651467000034 ], [ 106.269925746000069, 29.725660677000061 ], [ 106.269958834000079, 29.725681837000074 ], [ 106.269959135000079, 29.725705703000074 ], [ 106.269937710000079, 29.725741701000057 ], [ 106.269913647000067, 29.725784894000071 ], [ 106.269872966000037, 29.725811534000059 ], [ 106.269846133000044, 29.725852364000051 ], [ 106.26984935400003, 29.725890524000071 ], [ 106.269855180000036, 29.725919107000038 ], [ 106.269899432000045, 29.725959255000085 ], [ 106.269935098000076, 29.725968457000079 ], [ 106.269970816000068, 29.725982430000037 ], [ 106.269984726000075, 29.726001391000068 ], [ 106.269981153000074, 29.726063328000052 ], [ 106.269995125000037, 29.726070354000047 ], [ 106.270066324000027, 29.726125614000068 ], [ 106.270098650000079, 29.726147680000054 ], [ 106.270105269000055, 29.726164399000076 ], [ 106.270055127000035, 29.726254388000083 ], [ 106.26995206600003, 29.726327484000084 ], [ 106.26997775500007, 29.726362497000082 ], [ 106.269993713000076, 29.726433348000054 ], [ 106.270001322000041, 29.726441851000065 ], [ 106.270029004000037, 29.726482546000057 ], [ 106.270050530000049, 29.726525988000045 ], [ 106.269947185000035, 29.726628601000083 ], [ 106.269959834000076, 29.726650705000047 ], [ 106.269974361000038, 29.726671682000074 ], [ 106.270004627000048, 29.726709871000075 ], [ 106.270017032000055, 29.726720801000049 ], [ 106.27002976700004, 29.726728427000065 ], [ 106.270045411000069, 29.726734032000085 ], [ 106.27006928100009, 29.726739503000086 ], [ 106.270069738000075, 29.726739578000029 ], [ 106.27008182000003, 29.726709556000056 ], [ 106.270121429000028, 29.726688292000063 ], [ 106.270219158000046, 29.726671526000075 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.271253296000069, 29.72588703100007 ], [ 106.27124780000004, 29.725883909000054 ], [ 106.271219801000029, 29.725877217000058 ], [ 106.271171868000067, 29.725870716000092 ], [ 106.271151755000062, 29.725856987000043 ], [ 106.271138961000077, 29.725790979000056 ], [ 106.271129669000061, 29.725686651000053 ], [ 106.271136986000045, 29.725634373000048 ], [ 106.271176419000028, 29.725599188000039 ], [ 106.271247927000047, 29.725577618000045 ], [ 106.271315533000063, 29.72556304600004 ], [ 106.271321654000076, 29.725562619000073 ], [ 106.271431075000066, 29.725554974000094 ], [ 106.271518575000073, 29.725536732000091 ], [ 106.271546178000051, 29.725512103000085 ], [ 106.271541884000044, 29.725487780000037 ], [ 106.271525715000053, 29.725470533000074 ], [ 106.271493598000063, 29.725453437000059 ], [ 106.271457626000029, 29.725446823000077 ], [ 106.271377881000035, 29.725447589000051 ], [ 106.271294149000028, 29.725448393000072 ], [ 106.271242140000027, 29.725434970000041 ], [ 106.271213922000072, 29.725410876000069 ], [ 106.271209584000076, 29.725383073000049 ], [ 106.271221151000077, 29.725351638000063 ], [ 106.271260935000058, 29.725344295000074 ], [ 106.271336605000045, 29.725336607000084 ], [ 106.271420250000062, 29.725328842000067 ], [ 106.271511516000032, 29.725293161000089 ], [ 106.271555024000065, 29.725264898000038 ], [ 106.271554665000053, 29.725236434000063 ], [ 106.271554498000057, 29.725223136000068 ], [ 106.271538374000045, 29.72520936800003 ], [ 106.271446272000048, 29.725178928000044 ], [ 106.271338487000037, 29.725169523000083 ], [ 106.271258830000093, 29.725177249000069 ], [ 106.271211158000028, 29.725191628000058 ], [ 106.271083655000041, 29.72519981400006 ], [ 106.270999836000044, 29.725193657000098 ], [ 106.270963688000052, 29.725173121000061 ], [ 106.270919039000034, 29.725110900000068 ], [ 106.270901774000038, 29.725006648000093 ], [ 106.270897360000049, 29.724913401000038 ], [ 106.270896340000036, 29.724891841000048 ], [ 106.270863126000052, 29.724787743000022 ], [ 106.270790393000041, 29.724711869000085 ], [ 106.270717789000059, 29.724646435000064 ], [ 106.270625339000048, 29.72458815300007 ], [ 106.270600759000047, 29.72453618000009 ], [ 106.270583450000061, 29.724428448000083 ], [ 106.270586165000054, 29.724327486000046 ], [ 106.270616836000045, 29.724229735000051 ], [ 106.270698988000049, 29.72410364600006 ], [ 106.270756966000079, 29.724021309000079 ], [ 106.27067401100004, 29.724020352000078 ], [ 106.270602023000038, 29.724003640000035 ], [ 106.27057402500003, 29.723996948000028 ], [ 106.270467729000075, 29.723789134000068 ], [ 106.270433683000093, 29.72361891300006 ], [ 106.270440824000048, 29.723552713000064 ], [ 106.27049979800006, 29.723486016000042 ], [ 106.270606837000059, 29.723436262000064 ], [ 106.27070257400004, 29.723438823000045 ], [ 106.27073850000005, 29.723452662000049 ], [ 106.270757691000028, 29.723382604000054 ], [ 106.270741085000054, 29.723330555000075 ], [ 106.270712913000068, 29.723309942000071 ], [ 106.27065297200005, 29.72330007600004 ], [ 106.270565300000044, 29.723304398000035 ], [ 106.270446080000056, 29.723336867000061 ], [ 106.270378780000044, 29.723375799000056 ], [ 106.270339656000033, 29.723435345000045 ], [ 106.270312315000069, 29.723480855000041 ], [ 106.270291206000081, 29.723578422000056 ], [ 106.270298646000072, 29.723661976000066 ], [ 106.270300224000039, 29.723787261000041 ], [ 106.27031779400005, 29.72391587400006 ], [ 106.270314859000052, 29.723999434000056 ], [ 106.27030368700008, 29.724062194000041 ], [ 106.270295384000079, 29.72407817900006 ], [ 106.270276434000039, 29.724114662000083 ], [ 106.27027210500006, 29.724128459000038 ], [ 106.270261100000027, 29.724163538000081 ], [ 106.270234153000047, 29.724240369000086 ], [ 106.270235119000063, 29.724316934000061 ], [ 106.270247563000069, 29.724355101000075 ], [ 106.27029624100004, 29.724420763000062 ], [ 106.270315407000055, 29.724447962000063 ], [ 106.270344965000049, 29.724489907000081 ], [ 106.270374409000055, 29.724514150000054 ], [ 106.270457789000034, 29.724582801000047 ], [ 106.270542660000046, 29.724672480000041 ], [ 106.270607507000079, 29.724755391000084 ], [ 106.270652288000065, 29.72482805300006 ], [ 106.27068519400008, 29.724907791000085 ], [ 106.270762705000038, 29.725046269000067 ], [ 106.270824311000069, 29.725188381000066 ], [ 106.270845915000052, 29.725320436000054 ], [ 106.270859060000078, 29.725414285000049 ], [ 106.270848064000063, 29.72549096300007 ], [ 106.270836890000055, 29.72555372000005 ], [ 106.270829881000054, 29.725630361000075 ], [ 106.270823354000072, 29.725745282000041 ], [ 106.270833302000028, 29.725821065000041 ], [ 106.27083658700009, 29.725846091000054 ], [ 106.270857708000051, 29.725939864000047 ], [ 106.270906388000071, 29.726005527000037 ], [ 106.270946524000067, 29.726026025000071 ], [ 106.271006421000038, 29.726032411000066 ], [ 106.271074203000069, 29.726031760000069 ], [ 106.271133660000032, 29.726003345000038 ], [ 106.271181026000093, 29.725964604000072 ], [ 106.27123627800006, 29.725918827000037 ], [ 106.271259849000046, 29.725890756000073 ], [ 106.271253296000069, 29.72588703100007 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.271847647000087, 29.724403542000061 ], [ 106.271763349000025, 29.724392754000061 ], [ 106.271623227000077, 29.724348852000048 ], [ 106.271446826000044, 29.724273974000081 ], [ 106.271433285000057, 29.724265311000067 ], [ 106.271334264000075, 29.724201963000045 ], [ 106.271309299000052, 29.724187570000087 ], [ 106.27119629200007, 29.724328588000052 ], [ 106.271109670000044, 29.724416435000084 ], [ 106.271042196000053, 29.724441447000057 ], [ 106.270950622000043, 29.724433455000057 ], [ 106.270934409000063, 29.724432041000053 ], [ 106.270854227000029, 29.724398004000076 ], [ 106.270815913000035, 29.724386613000039 ], [ 106.270786183000041, 29.724377774000061 ], [ 106.270742148000068, 29.724364275000077 ], [ 106.270718225000053, 29.724364504000054 ], [ 106.270690708000075, 29.724396094000038 ], [ 106.27069149800009, 29.724458736000081 ], [ 106.270732423000027, 29.724541877000021 ], [ 106.270792758000027, 29.724583065000051 ], [ 106.270948609000087, 29.724609413000053 ], [ 106.271103977000053, 29.724597480000057 ], [ 106.271163872000045, 29.724603865000066 ], [ 106.271227931000055, 29.724624134000063 ], [ 106.271295889000044, 29.724637403000084 ], [ 106.271395568000059, 29.724636446000087 ], [ 106.271534681000048, 29.724600304000028 ], [ 106.271689041000059, 29.724508326000034 ], [ 106.271752046000088, 29.724445071000044 ], [ 106.271847647000087, 29.724403542000061 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.273610846000054, 29.72211473600003 ], [ 106.273585548000028, 29.722114979000082 ], [ 106.273538984000027, 29.722100705000049 ], [ 106.273466843000051, 29.722064592000031 ], [ 106.273391655000083, 29.721982282000052 ], [ 106.273327333000054, 29.722036489000061 ], [ 106.273285590000057, 29.722070016000092 ], [ 106.273235924000062, 29.722144106000091 ], [ 106.273110504000044, 29.722229968000079 ], [ 106.27302650300004, 29.72225654000005 ], [ 106.272937961000039, 29.722257391000085 ], [ 106.272874438000031, 29.722235919000077 ], [ 106.272857015000056, 29.722191919000068 ], [ 106.27283323100005, 29.722095432000053 ], [ 106.272683745000052, 29.722215033000058 ], [ 106.272560860000056, 29.722314722000078 ], [ 106.272502275000079, 29.722329534000036 ], [ 106.272526062000054, 29.722356366000046 ], [ 106.272564450000061, 29.722388 ], [ 106.272607966000081, 29.722414092000069 ], [ 106.272647164000034, 29.722437205000066 ], [ 106.272682289000045, 29.722464874000092 ], [ 106.272712637000041, 29.722496558000049 ], [ 106.272735709000074, 29.72252244200007 ], [ 106.272760809000033, 29.722546853000026 ], [ 106.272807372000059, 29.722584381000047 ], [ 106.272858679000095, 29.722616855000069 ], [ 106.272914008000043, 29.722643835000042 ], [ 106.272933256000044, 29.722650764000033 ], [ 106.272938715000066, 29.722651213000056 ], [ 106.273077992000026, 29.722660915000059 ], [ 106.273162132000039, 29.722645384000089 ], [ 106.273224865000032, 29.722604294000057 ], [ 106.273308216000032, 29.722526197000029 ], [ 106.273387210000067, 29.722437103000058 ], [ 106.27350326800007, 29.722277719000083 ], [ 106.273610846000054, 29.72211473600003 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.272225712000079, 29.72320112400007 ], [ 106.272218559000066, 29.723144405000074 ], [ 106.272180520000063, 29.723143715000049 ], [ 106.272204112000054, 29.72309682700006 ], [ 106.272222606000085, 29.723048229000085 ], [ 106.272235855000076, 29.722998346000058 ], [ 106.272239986000045, 29.722964607000044 ], [ 106.272238298000048, 29.722930707000046 ], [ 106.272230840000077, 29.722897413000059 ], [ 106.272217778000027, 29.722865454000036 ], [ 106.272198613000057, 29.722821557000088 ], [ 106.272184905000088, 29.722776118000073 ], [ 106.272176837000075, 29.722729669000046 ], [ 106.272168496000063, 29.722687805000078 ], [ 106.27215308600006, 29.72264750700009 ], [ 106.272130937000043, 29.722609673000072 ], [ 106.272102558000029, 29.722575155000076 ], [ 106.272053413000037, 29.722528786000058 ], [ 106.271999271000027, 29.722486865000068 ], [ 106.271940684000072, 29.722449785000041 ], [ 106.271878196000046, 29.72241791700009 ], [ 106.271881422000035, 29.72244843600004 ], [ 106.271881470000039, 29.722448922000069 ], [ 106.271881569000072, 29.722450988000045 ], [ 106.271881522000058, 29.722453053000038 ], [ 106.271881310000026, 29.722455113000077 ], [ 106.271880955000043, 29.722457154000033 ], [ 106.271880442000054, 29.722459169000043 ], [ 106.27187977400007, 29.722461153000051 ], [ 106.271878973000071, 29.722463101000073 ], [ 106.271878015000027, 29.722464985000045 ], [ 106.271876920000068, 29.722466818000047 ], [ 106.271875692000037, 29.722468588000083 ], [ 106.271874337000042, 29.722470280000035 ], [ 106.271872852000058, 29.722471892000037 ], [ 106.271871260000069, 29.722473414000035 ], [ 106.271869550000076, 29.722474844000082 ], [ 106.271867738000026, 29.722476171000039 ], [ 106.271865831000071, 29.722477388000069 ], [ 106.271863830000029, 29.722478499000079 ], [ 106.271861756000092, 29.722479494000083 ], [ 106.271859606000078, 29.722480369000035 ], [ 106.27185740300007, 29.722481123000087 ], [ 106.271855148000057, 29.722481740000038 ], [ 106.271852850000073, 29.722482230000082 ], [ 106.271850519000054, 29.722482586000069 ], [ 106.271848165000051, 29.722482817000074 ], [ 106.27184580200003, 29.722482903000071 ], [ 106.271843433000072, 29.722482863000042 ], [ 106.271841377000044, 29.722482701000047 ], [ 106.271891720000042, 29.722670646000036 ], [ 106.271929881000062, 29.722845995000057 ], [ 106.271952788000078, 29.722951263000091 ], [ 106.272006586000032, 29.723111434000089 ], [ 106.272024313000031, 29.723216267000044 ], [ 106.272083171000077, 29.723192364000052 ], [ 106.272138815000062, 29.723177907000032 ], [ 106.272225712000079, 29.72320112400007 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.275445967000053, 29.723190282000079 ], [ 106.275454053000033, 29.723101827000043 ], [ 106.275476594000054, 29.723016184000084 ], [ 106.27547918700003, 29.722954300000087 ], [ 106.275461682000071, 29.722904392000093 ], [ 106.275389180000047, 29.722775480000053 ], [ 106.275319281000066, 29.72259624500008 ], [ 106.275299262000047, 29.722599723000091 ], [ 106.275259574000074, 29.722603352000085 ], [ 106.275247948000072, 29.722601814000086 ], [ 106.275239085000067, 29.722597921000038 ], [ 106.275225233000072, 29.722583731000036 ], [ 106.27522076300005, 29.722571073000037 ], [ 106.275222404000047, 29.722537430000049 ], [ 106.275219013000026, 29.722524131000057 ], [ 106.275210381000079, 29.722512487000071 ], [ 106.275198678000038, 29.72250145300006 ], [ 106.275185419000096, 29.722492424000052 ], [ 106.275172051000027, 29.722486392000075 ], [ 106.275158860000033, 29.722483452000063 ], [ 106.275143368000045, 29.722482555000049 ], [ 106.275126270000044, 29.722483776000058 ], [ 106.275109175000082, 29.722486998000083 ], [ 106.27508043000006, 29.722497900000072 ], [ 106.27506790700005, 29.722505401000031 ], [ 106.275057565000054, 29.722513753000044 ], [ 106.275044734000062, 29.722528796000059 ], [ 106.275036083000032, 29.72254498000007 ], [ 106.275032673000055, 29.722563072000071 ], [ 106.27503391700003, 29.722590346000057 ], [ 106.275038112000061, 29.722609851000076 ], [ 106.275054513000057, 29.722650727000087 ], [ 106.275059526000064, 29.722668864000077 ], [ 106.27506010500008, 29.722714707000069 ], [ 106.275063038000042, 29.722730879000039 ], [ 106.275073603000067, 29.722748296000074 ], [ 106.275109249000081, 29.722782806000058 ], [ 106.275121333000087, 29.722799529000035 ], [ 106.275126599000032, 29.722815499000024 ], [ 106.275132721000034, 29.72285338800009 ], [ 106.275138607000031, 29.722868575000064 ], [ 106.275147359000073, 29.722879983000041 ], [ 106.275175367000031, 29.72290544700008 ], [ 106.27518571800006, 29.72291823700003 ], [ 106.27519845900008, 29.722946005000033 ], [ 106.275232974000076, 29.722931133000081 ], [ 106.275309533000041, 29.723051473000055 ], [ 106.275139635000073, 29.723118181000064 ], [ 106.275114639000037, 29.723087392000085 ], [ 106.275027604000073, 29.723124031000054 ], [ 106.274955587000079, 29.723050741000065 ], [ 106.275141241000028, 29.722970686000057 ], [ 106.275139874000047, 29.722968795000039 ], [ 106.275128419000055, 29.722956891000074 ], [ 106.275112232000026, 29.72294519300004 ], [ 106.275090820000059, 29.722936228000037 ], [ 106.275063488000058, 29.722932395000043 ], [ 106.275031225000092, 29.722933265000048 ], [ 106.274978185000066, 29.722939332000063 ], [ 106.274958709000032, 29.72294141400004 ], [ 106.274921511000059, 29.722947374000057 ], [ 106.274896372000057, 29.722956826000086 ], [ 106.274882363000074, 29.722966983000049 ], [ 106.274868139000034, 29.722982048000066 ], [ 106.274845122000045, 29.723012207000064 ], [ 106.274831841000037, 29.723031603000035 ], [ 106.274819993000051, 29.723054204000043 ], [ 106.274795986000072, 29.723118695000036 ], [ 106.274778049000076, 29.72316717100006 ], [ 106.274760016000073, 29.72320156600005 ], [ 106.274716874000049, 29.723254976000067 ], [ 106.274703571000032, 29.72327848500003 ], [ 106.27469303900007, 29.723311772000038 ], [ 106.274688898000079, 29.723339071000048 ], [ 106.274691, 29.72336143800004 ], [ 106.274699372000043, 29.723378766000049 ], [ 106.274712109000063, 29.723391389000081 ], [ 106.274727016000043, 29.723402359000083 ], [ 106.274743391000072, 29.723411771000084 ], [ 106.274762859000077, 29.723419873000065 ], [ 106.274785527000063, 29.723426727000064 ], [ 106.274812159000078, 29.723432568000089 ], [ 106.274814635000041, 29.723433022000052 ], [ 106.274813358000074, 29.72342931900004 ], [ 106.27492253500003, 29.723365196000085 ], [ 106.275033237000059, 29.723303100000059 ], [ 106.275062347000073, 29.72329330500008 ], [ 106.275289185000076, 29.723188027000045 ], [ 106.275343154000041, 29.723177584000041 ], [ 106.275360875000047, 29.723177414000077 ], [ 106.27539863700008, 29.723184790000062 ], [ 106.275445967000053, 29.723190282000079 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.274860063000062, 29.724772742000084 ], [ 106.274924766000026, 29.724743722000081 ], [ 106.275065145000042, 29.72472132300004 ], [ 106.275082071000043, 29.724718622000069 ], [ 106.275239862000035, 29.724692567000091 ], [ 106.275240805000067, 29.72460350300009 ], [ 106.275249980000069, 29.724547333000093 ], [ 106.275284300000067, 29.72452543200006 ], [ 106.27541289800007, 29.724532822000072 ], [ 106.275442931000043, 29.724562730000052 ], [ 106.275448418000053, 29.724605817000054 ], [ 106.275451706000069, 29.724658619000085 ], [ 106.275468578000073, 29.724655938000069 ], [ 106.275590094000052, 29.724632958000083 ], [ 106.275567823000074, 29.724560930000045 ], [ 106.275566020000042, 29.724540841000078 ], [ 106.275567807000073, 29.724518012000086 ], [ 106.275584537000043, 29.724444364000075 ], [ 106.275588438000071, 29.724419466000082 ], [ 106.275588604000077, 29.72439748100004 ], [ 106.275426203000052, 29.724368740000042 ], [ 106.275304351000045, 29.724340457000043 ], [ 106.27519592200008, 29.724306153000047 ], [ 106.275151645000051, 29.724274177000044 ], [ 106.275141820000044, 29.72425749100006 ], [ 106.275078575000066, 29.72428152000009 ], [ 106.275004666000029, 29.724299489000089 ], [ 106.274974182000051, 29.724288012000049 ], [ 106.274965914000063, 29.724301571000069 ], [ 106.274958016000028, 29.724310352000089 ], [ 106.274949503000073, 29.724316297000094 ], [ 106.274933575000034, 29.724323342000048 ], [ 106.274916857000051, 29.724328546000045 ], [ 106.274898371000063, 29.724331961000065 ], [ 106.274879640000051, 29.724333242000053 ], [ 106.274861863000069, 29.72433232200007 ], [ 106.274845765000066, 29.724329230000091 ], [ 106.274810018000039, 29.724312869000073 ], [ 106.274788947000047, 29.724306379000041 ], [ 106.274766052000075, 29.724301991000065 ], [ 106.274741304000031, 29.724299703000046 ], [ 106.27471470100005, 29.724299518000063 ], [ 106.274686305000046, 29.724301414000081 ], [ 106.274655962000068, 29.724305405000042 ], [ 106.274588620000031, 29.724319773000058 ], [ 106.274554263000027, 29.72432999800008 ], [ 106.27452093900007, 29.724342588000066 ], [ 106.274489562000056, 29.724357194000049 ], [ 106.274460791000095, 29.724373511000067 ], [ 106.274420141000078, 29.724402542000057 ], [ 106.274390845000028, 29.724418247000074 ], [ 106.27432297200005, 29.724447098000045 ], [ 106.274322372000029, 29.724447429000065 ], [ 106.274303498000052, 29.724488520000079 ], [ 106.274267117000079, 29.724567161000049 ], [ 106.274252829000034, 29.724619493000031 ], [ 106.274257226000032, 29.724671645000058 ], [ 106.274258502000066, 29.724772707000053 ], [ 106.27428830000008, 29.72478805300004 ], [ 106.27431527400006, 29.72480136900009 ], [ 106.274335049000058, 29.724809080000043 ], [ 106.274436723000065, 29.72484867300005 ], [ 106.274458996000078, 29.724857108000023 ], [ 106.274483166000039, 29.724861701000066 ], [ 106.274505530000056, 29.724861775000086 ], [ 106.274524324000026, 29.724857373000074 ], [ 106.274595728000065, 29.724817592000075 ], [ 106.274669629000073, 29.724781440000072 ], [ 106.274745764000045, 29.724749027000087 ], [ 106.274823904000087, 29.724720476000066 ], [ 106.274846567000054, 29.724749049000074 ], [ 106.274860063000062, 29.724772742000084 ] ], [ [ 106.274904509000066, 29.724633546000067 ], [ 106.274766442000058, 29.724597605000046 ], [ 106.274809168000047, 29.724445925000047 ], [ 106.274863912000058, 29.724450170000072 ], [ 106.274879798000029, 29.724409443000074 ], [ 106.275019413000052, 29.724422423000078 ], [ 106.274992948000033, 29.724491889000038 ], [ 106.274940912000034, 29.724485229000042 ], [ 106.274904509000066, 29.724633546000067 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.27548897500003, 29.727082351000039 ], [ 106.27547547000006, 29.727076619000059 ], [ 106.275463308000042, 29.727031223000036 ], [ 106.275449931000026, 29.726889757000031 ], [ 106.275410824000062, 29.726546259000095 ], [ 106.275414889000047, 29.726409681000064 ], [ 106.275426220000043, 29.72638934400004 ], [ 106.275460851000048, 29.726378896000075 ], [ 106.27548981700005, 29.726378617000091 ], [ 106.275553605000027, 29.72638305900006 ], [ 106.275594349000073, 29.726397839000075 ], [ 106.275619057000029, 29.72651896700005 ], [ 106.275667833000057, 29.726710662000073 ], [ 106.275676624000027, 29.726800734000051 ], [ 106.275726404000068, 29.72676066800005 ], [ 106.275748554000074, 29.72667954200006 ], [ 106.275748054000076, 29.726640043000085 ], [ 106.27574689100004, 29.726548077000075 ], [ 106.275686784000072, 29.726376719000093 ], [ 106.275685912000029, 29.726337471000075 ], [ 106.275667732000045, 29.726273222000092 ], [ 106.275637103000065, 29.726254569000048 ], [ 106.275571647000049, 29.726228672000047 ], [ 106.275527851000049, 29.726198777000036 ], [ 106.275514539000028, 29.726176167000069 ], [ 106.275505425000063, 29.726142148000065 ], [ 106.275522071000069, 29.726085144000084 ], [ 106.275504179000052, 29.726043630000056 ], [ 106.275481667000065, 29.726034074000033 ], [ 106.275460527000064, 29.726025102000047 ], [ 106.275417161000064, 29.726029310000058 ], [ 106.275387251000041, 29.726067494000066 ], [ 106.275358108000034, 29.726166305000049 ], [ 106.275341845000085, 29.726253625000076 ], [ 106.275332080000055, 29.726266090000081 ], [ 106.275311935000047, 29.726291809000081 ], [ 106.275265091000051, 29.72636426400004 ], [ 106.275214623000068, 29.726493599000044 ], [ 106.275220644000058, 29.726626177000067 ], [ 106.275374336000027, 29.727105982000065 ], [ 106.275440178000053, 29.727273784000097 ], [ 106.27548897500003, 29.727082351000039 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.27606968200007, 29.724841534000063 ], [ 106.27597084000007, 29.724843704000079 ], [ 106.275858416000062, 29.724856580000054 ], [ 106.275759600000086, 29.724877187000065 ], [ 106.275674231000053, 29.72488058100004 ], [ 106.27567474500006, 29.724919706000037 ], [ 106.275676453000074, 29.724934579000035 ], [ 106.275682269000072, 29.724954793000059 ], [ 106.275699611000064, 29.725000628000092 ], [ 106.275704912000037, 29.725022614000071 ], [ 106.275708423000026, 29.725061655000044 ], [ 106.275705787000064, 29.725091817000074 ], [ 106.275697912000055, 29.725111385000044 ], [ 106.275664782000035, 29.725158051000051 ], [ 106.275658552000039, 29.725169738000083 ], [ 106.275654959000065, 29.725180606000041 ], [ 106.275650103000032, 29.725206027000056 ], [ 106.275648733000025, 29.725225207000047 ], [ 106.275650622000057, 29.72524138000006 ], [ 106.275655895000057, 29.725254580000069 ], [ 106.275666554000068, 29.725268027000084 ], [ 106.275683599000061, 29.725282952000033 ], [ 106.275694599000076, 29.725289827000044 ], [ 106.275708353000027, 29.72529536900004 ], [ 106.275767419000033, 29.725308944000066 ], [ 106.27579066900006, 29.725317721000071 ], [ 106.275818223000044, 29.725334162000085 ], [ 106.275864003000038, 29.725362693000083 ], [ 106.275890291000053, 29.725381139000035 ], [ 106.275898675000064, 29.725388377000062 ], [ 106.275886838000076, 29.725358486000065 ], [ 106.275864399000056, 29.725301822000059 ], [ 106.275854895000066, 29.725237450000066 ], [ 106.275858136000068, 29.725150206000084 ], [ 106.275913168000045, 29.725035916000081 ], [ 106.276037269000028, 29.72488683400007 ], [ 106.27606968200007, 29.724841534000063 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.276055478000046, 29.726289011000059 ], [ 106.276056270000026, 29.726282732000069 ], [ 106.276060327000039, 29.726250538000038 ], [ 106.27609955500003, 29.72614391500008 ], [ 106.276122225000051, 29.726103222000052 ], [ 106.27613414800004, 29.72601968900004 ], [ 106.276125947000025, 29.725976352000092 ], [ 106.27611552500008, 29.725921278000044 ], [ 106.276061767000044, 29.725792871000071 ], [ 106.275996887000076, 29.725634098000054 ], [ 106.275981160000072, 29.725659573000087 ], [ 106.275968988000045, 29.725673626000059 ], [ 106.275954374000037, 29.725685791000039 ], [ 106.275937707000026, 29.725695748000071 ], [ 106.275919417000068, 29.725703222000053 ], [ 106.275899997000067, 29.725708036000078 ], [ 106.275879932000066, 29.725710051000071 ], [ 106.275859758000095, 29.725709218000077 ], [ 106.275797362000048, 29.725700483000068 ], [ 106.275735698000062, 29.72568837700004 ], [ 106.275675015000047, 29.725672951000035 ], [ 106.275660447000064, 29.725669971000059 ], [ 106.275645513000029, 29.725669168000085 ], [ 106.275630640000031, 29.725670546000057 ], [ 106.275616236000076, 29.725674086000076 ], [ 106.275602718000073, 29.725679682000077 ], [ 106.275590463000071, 29.725687179000094 ], [ 106.275559574000056, 29.725712616000067 ], [ 106.275532487000078, 29.725741173000074 ], [ 106.275509609000039, 29.725772396000082 ], [ 106.275578579000069, 29.725815524000048 ], [ 106.275651107000058, 29.725853928000049 ], [ 106.275726785000074, 29.725887395000093 ], [ 106.275724165000042, 29.725895917000063 ], [ 106.275713267000071, 29.725914234000076 ], [ 106.27569724600005, 29.725929587000053 ], [ 106.275687201000039, 29.725934473000038 ], [ 106.275674158000072, 29.72593691000009 ], [ 106.275623277000079, 29.725935757000059 ], [ 106.275604378000025, 29.725937644000048 ], [ 106.275568952000071, 29.725947538000067 ], [ 106.275544366000091, 29.725961350000034 ], [ 106.275517461000049, 29.72598382700005 ], [ 106.275492673000031, 29.726008727000075 ], [ 106.27548613700003, 29.726018242000066 ], [ 106.275482467000074, 29.726027127000062 ], [ 106.275481667000065, 29.726034074000033 ], [ 106.275504179000052, 29.726043630000056 ], [ 106.275522071000069, 29.726085144000084 ], [ 106.275505425000063, 29.726142148000065 ], [ 106.275514539000028, 29.726176167000069 ], [ 106.275527851000049, 29.726198777000036 ], [ 106.275571647000049, 29.726228672000047 ], [ 106.275637103000065, 29.726254569000048 ], [ 106.275667732000045, 29.726273222000092 ], [ 106.275685912000029, 29.726337471000075 ], [ 106.275686784000072, 29.726376719000093 ], [ 106.27574689100004, 29.726548077000075 ], [ 106.275748054000076, 29.726640043000085 ], [ 106.275802094000028, 29.72659783500006 ], [ 106.275814352000054, 29.726537084000089 ], [ 106.275822027000061, 29.726457427000064 ], [ 106.275869062000041, 29.726400129000062 ], [ 106.275920631000076, 29.726357946000061 ], [ 106.275980931000049, 29.726319468000042 ], [ 106.276055478000046, 29.726289011000059 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.275501145000078, 29.727429160000039 ], [ 106.275457260000053, 29.727317318000079 ], [ 106.27544193600005, 29.727309917000063 ], [ 106.275361127000053, 29.727276979000063 ], [ 106.275277920000065, 29.727248970000062 ], [ 106.275246094000067, 29.727237117000069 ], [ 106.275216453000056, 29.72722152700004 ], [ 106.275187971000037, 29.727206910000067 ], [ 106.275157187000048, 29.727196417000066 ], [ 106.275138555000069, 29.727189950000081 ], [ 106.275121460000037, 29.727180805000053 ], [ 106.275106399000038, 29.727169242000052 ], [ 106.275093815000048, 29.727155618000044 ], [ 106.275084094000078, 29.727140304000049 ], [ 106.275077508000038, 29.727123770000048 ], [ 106.275074252000081, 29.72710650100003 ], [ 106.275074413000027, 29.727089001000081 ], [ 106.275078975000042, 29.72702323500004 ], [ 106.275073269000089, 29.727023102000082 ], [ 106.275067807000028, 29.727022730000048 ], [ 106.275062611000067, 29.727022111000057 ], [ 106.275057682000067, 29.727021267000058 ], [ 106.275052996000056, 29.727020174000074 ], [ 106.275048566000066, 29.727018847000057 ], [ 106.275044402000049, 29.727017281000087 ], [ 106.275040495000042, 29.727015477000069 ], [ 106.275026642000057, 29.727005338000083 ], [ 106.275016414000049, 29.726991717000075 ], [ 106.275008850000063, 29.726975400000075 ], [ 106.275002965000056, 29.726957164000051 ], [ 106.274997781000081, 29.726937793000054 ], [ 106.274992333000057, 29.726918073000043 ], [ 106.274985651000065, 29.726898789000074 ], [ 106.274976752000043, 29.726880716000032 ], [ 106.274966272000029, 29.726865972000034 ], [ 106.27495392600008, 29.726852506000057 ], [ 106.274940446000073, 29.726839973000043 ], [ 106.274926551000078, 29.726828028000057 ], [ 106.274912958000087, 29.726816315000065 ], [ 106.274900408000065, 29.726804493000095 ], [ 106.274889607000034, 29.726792221000043 ], [ 106.274881298000025, 29.726779141000073 ], [ 106.274877450000076, 29.726769888000028 ], [ 106.274874878000048, 29.726760143000035 ], [ 106.274873414000069, 29.726749919000039 ], [ 106.274872939000034, 29.726739236000068 ], [ 106.274873305000028, 29.726728101000049 ], [ 106.274874356000055, 29.726716526000082 ], [ 106.274875961000077, 29.72670454200005 ], [ 106.274877986000035, 29.726692146000055 ], [ 106.274879904000045, 29.726681268000053 ], [ 106.274881751000066, 29.726670352000035 ], [ 106.274883290000048, 29.726659641000076 ], [ 106.274884235000059, 29.726649375000072 ], [ 106.274884351000026, 29.726639804000058 ], [ 106.274883354000053, 29.726631173000044 ], [ 106.274881007000033, 29.726623726000067 ], [ 106.27487704400005, 29.726617703000034 ], [ 106.274872722000055, 29.726614164000072 ], [ 106.274867285000028, 29.726611627000072 ], [ 106.274860723000074, 29.726610092000051 ], [ 106.27485303900005, 29.726609564000054 ], [ 106.27484423900006, 29.726610027000046 ], [ 106.274834316000067, 29.726611493000064 ], [ 106.274823268000034, 29.726613962000048 ], [ 106.274811095000075, 29.726617437000073 ], [ 106.274818143000061, 29.726638520000051 ], [ 106.274821405000068, 29.726660302000091 ], [ 106.274820783000052, 29.726682251000049 ], [ 106.274816313000031, 29.726703862000086 ], [ 106.27480808100006, 29.726724616000066 ], [ 106.274796296000034, 29.726744024000073 ], [ 106.274781223000048, 29.726761613000058 ], [ 106.274767900000029, 29.726773501000078 ], [ 106.27476861100007, 29.726829772000087 ], [ 106.274739897000075, 29.726934938000056 ], [ 106.274698835000038, 29.727014002000086 ], [ 106.274664444000052, 29.727145446000065 ], [ 106.274641472000042, 29.727229580000085 ], [ 106.274648541000033, 29.727313424000045 ], [ 106.274660649000054, 29.727342343000096 ], [ 106.274685716000079, 29.727402223000077 ], [ 106.274753396000051, 29.727527440000067 ], [ 106.274770590000074, 29.727558600000052 ], [ 106.274888690000068, 29.727772629000057 ], [ 106.27490909400008, 29.727819970000041 ], [ 106.27493577100006, 29.727881866000075 ], [ 106.274950189000052, 29.727896385000058 ], [ 106.274989102000063, 29.727946443000071 ], [ 106.27502097200005, 29.72800015700005 ], [ 106.275045363000061, 29.728056776000084 ], [ 106.275061949000076, 29.728115509000073 ], [ 106.275065762000054, 29.728292765000049 ], [ 106.275068934000046, 29.728384830000035 ], [ 106.275089040000069, 29.728410533000044 ], [ 106.275162795000028, 29.728540936000055 ], [ 106.275208207000048, 29.728655607000071 ], [ 106.275216464000039, 29.728637569000057 ], [ 106.275240436000047, 29.72859141800005 ], [ 106.275260095000078, 29.728560533000064 ], [ 106.275283750000028, 29.728531872000076 ], [ 106.275311086000045, 29.72850581200003 ], [ 106.27534171700006, 29.728482722000084 ], [ 106.275359707000064, 29.728468694000071 ], [ 106.275375067000027, 29.728452453000042 ], [ 106.275387457000079, 29.728434385000075 ], [ 106.27539657300008, 29.728414894000078 ], [ 106.275402236000048, 29.728394427000069 ], [ 106.275404296000033, 29.728373453000067 ], [ 106.275402717000077, 29.728352442000066 ], [ 106.275398403000054, 29.728303775000082 ], [ 106.275393946000065, 29.728229220000056 ], [ 106.275382881000041, 29.728155190000056 ], [ 106.275365255000054, 29.728082135000076 ], [ 106.275341179000065, 29.728010503000061 ], [ 106.275310811000054, 29.727940709000052 ], [ 106.275274313000068, 29.727873183000035 ], [ 106.27523192600006, 29.727808340000074 ], [ 106.275183894000065, 29.727746572000051 ], [ 106.275147297000046, 29.727705584000034 ], [ 106.275108222000028, 29.727666382000052 ], [ 106.275079209000069, 29.727636678000067 ], [ 106.275055979000058, 29.72760332800004 ], [ 106.275039090000064, 29.72756717600004 ], [ 106.275028976000044, 29.727529154000081 ], [ 106.275025901000049, 29.727490215000039 ], [ 106.275029946000075, 29.727451345000077 ], [ 106.275028549000069, 29.727450420000086 ], [ 106.27501436200005, 29.727428530000058 ], [ 106.275004700000068, 29.72740484600007 ], [ 106.274999849000039, 29.727380060000087 ], [ 106.274999955000055, 29.727354912000063 ], [ 106.275005006000072, 29.727330156000061 ], [ 106.275014845000044, 29.727306528000039 ], [ 106.275029202000042, 29.727284723000082 ], [ 106.275047644000054, 29.727265396000057 ], [ 106.275069605000056, 29.727249127000047 ], [ 106.275094445000036, 29.727236396000084 ], [ 106.275121431000059, 29.72722757400004 ], [ 106.275250596000035, 29.727301352000044 ], [ 106.275380960000064, 29.727373492000083 ], [ 106.275501145000078, 29.727429160000039 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.275208207000048, 29.728655607000071 ], [ 106.275162795000028, 29.728540936000055 ], [ 106.275089040000069, 29.728410533000044 ], [ 106.275068934000046, 29.728384830000035 ], [ 106.275071869000044, 29.72846996100008 ], [ 106.275082945000065, 29.72869525100009 ], [ 106.275085373000081, 29.728703480000039 ], [ 106.275089389000073, 29.728711226000083 ], [ 106.275094871000078, 29.728718255000047 ], [ 106.27510165700005, 29.72872435000005 ], [ 106.275109544000031, 29.728729343000065 ], [ 106.275118292000059, 29.728733074000054 ], [ 106.275127655000077, 29.728735438000058 ], [ 106.275137330000064, 29.728736355000084 ], [ 106.275147048000065, 29.728735811000046 ], [ 106.275156520000053, 29.728733816000048 ], [ 106.275165447000063, 29.728730429000045 ], [ 106.275173583000026, 29.728725749000034 ], [ 106.275180673000079, 29.728719917000031 ], [ 106.27518649700005, 29.728713104000061 ], [ 106.275190907000081, 29.728705522000034 ], [ 106.275193751000089, 29.728697393000065 ], [ 106.275194956000064, 29.728688957000081 ], [ 106.275194923000072, 29.728684628000039 ], [ 106.275208207000048, 29.728655607000071 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.276524705000043, 29.728743226000063 ], [ 106.276478807000046, 29.728629423000079 ], [ 106.276421457000026, 29.728220175000033 ], [ 106.276376403000029, 29.727866460000094 ], [ 106.276325042000053, 29.727472332000051 ], [ 106.276282038000033, 29.72728049300008 ], [ 106.276263561000064, 29.727194664000088 ], [ 106.276213044000031, 29.72707538200007 ], [ 106.276126548000036, 29.727247338000041 ], [ 106.27608650600007, 29.727288179000087 ], [ 106.276011964000077, 29.727349582000041 ], [ 106.275983445000065, 29.727385256000048 ], [ 106.275961360000053, 29.72747143700008 ], [ 106.275968754000075, 29.727597790000061 ], [ 106.275992822000035, 29.727668355000052 ], [ 106.276051586000051, 29.727733530000084 ], [ 106.276092780000056, 29.727783703000057 ], [ 106.27612888200008, 29.727889552000082 ], [ 106.276154231000078, 29.728061245000049 ], [ 106.276258028000029, 29.728479973000045 ], [ 106.276312649000033, 29.728722417000089 ], [ 106.276319417000082, 29.728752458000095 ], [ 106.276361443000042, 29.728868363000061 ], [ 106.276444277000053, 29.729004104000062 ], [ 106.276608282000041, 29.729144118000086 ], [ 106.276686372000029, 29.729183176000049 ], [ 106.276637145000052, 29.729131285000054 ], [ 106.276583918000028, 29.729046227000076 ], [ 106.276524705000043, 29.728743226000063 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.277346828000077, 29.728874064000085 ], [ 106.277372077000052, 29.728817152000087 ], [ 106.27739888800005, 29.728731681000053 ], [ 106.277376275000051, 29.728597994000047 ], [ 106.277311976000078, 29.728476882000045 ], [ 106.277247295000052, 29.728325341000073 ], [ 106.277188659000046, 29.728100702000066 ], [ 106.277166107000028, 29.727961786000044 ], [ 106.277156587000036, 29.727946778000039 ], [ 106.277149647000059, 29.727938131000087 ], [ 106.277141252000035, 29.727930545000039 ], [ 106.277131591000057, 29.727924188000088 ], [ 106.277120925000077, 29.727919231000048 ], [ 106.277109493000069, 29.727915788000075 ], [ 106.277097595000043, 29.727913945000072 ], [ 106.277085501000045, 29.727913755000095 ], [ 106.277073531000042, 29.727915206000031 ], [ 106.277061963000051, 29.727918276000082 ], [ 106.277033887000073, 29.727929912000036 ], [ 106.276985211000067, 29.727940772000064 ], [ 106.276953935000051, 29.727932481000042 ], [ 106.276935835000074, 29.727928361000078 ], [ 106.276916204000031, 29.727932846000051 ], [ 106.276899981000042, 29.727947322000031 ], [ 106.276900198000078, 29.72796450300007 ], [ 106.276905356000057, 29.72798307000005 ], [ 106.276915525000049, 29.728008747000047 ], [ 106.276919023000062, 29.728025896000069 ], [ 106.276930833000051, 29.728051557000065 ], [ 106.276937630000077, 29.728070107000065 ], [ 106.276928042000065, 29.728090247000072 ], [ 106.276914827000041, 29.72808321500008 ], [ 106.276896656000076, 29.728073367000036 ], [ 106.276873564000027, 29.728063566000063 ], [ 106.276843872000029, 29.728050965000079 ], [ 106.276789737000058, 29.728051486000091 ], [ 106.276755143000059, 29.72804036500008 ], [ 106.276723793000045, 29.728026348000075 ], [ 106.276708702000064, 29.728000718000093 ], [ 106.276707955000063, 29.727999039000053 ], [ 106.276706767000064, 29.728044486000044 ], [ 106.276759352000056, 29.728342222000038 ], [ 106.276840447000041, 29.72868837600004 ], [ 106.276863291000041, 29.72884032100006 ], [ 106.276906361000059, 29.728937291000083 ], [ 106.276941842000042, 29.728985642000055 ], [ 106.277040078000027, 29.729033387000072 ], [ 106.277116780000028, 29.729032647000054 ], [ 106.277179381000053, 29.729019869000073 ], [ 106.277255620000062, 29.728982614000074 ], [ 106.277331396000079, 29.728908844000053 ], [ 106.277346828000077, 29.728874064000085 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.276551752000046, 29.726529742000078 ], [ 106.276555021000036, 29.726524299000062 ], [ 106.276540691000037, 29.726494004000074 ], [ 106.276449276000065, 29.726434020000053 ], [ 106.276400005000028, 29.72639797600004 ], [ 106.27639561400008, 29.726388330000074 ], [ 106.276364141000045, 29.726319195000084 ], [ 106.276377084000046, 29.726239944000046 ], [ 106.276385647000041, 29.726205007000097 ], [ 106.276406263000069, 29.726181998000079 ], [ 106.276489973000025, 29.726159469000031 ], [ 106.276316150000085, 29.726082504000097 ], [ 106.276125947000025, 29.725976352000092 ], [ 106.27613414800004, 29.72601968900004 ], [ 106.276122225000051, 29.726103222000052 ], [ 106.27609955500003, 29.72614391500008 ], [ 106.276060327000039, 29.726250538000038 ], [ 106.276056270000026, 29.726282732000069 ], [ 106.276055478000046, 29.726289011000059 ], [ 106.276044025000033, 29.726379868000041 ], [ 106.276077120000025, 29.726383518000034 ], [ 106.276123409000036, 29.726395782000058 ], [ 106.276166671000055, 29.726414660000032 ], [ 106.276205689000051, 29.726439612000036 ], [ 106.276239340000075, 29.726469929000071 ], [ 106.276266693000025, 29.726504744000067 ], [ 106.276286938000055, 29.726543084000067 ], [ 106.27629952500007, 29.726583851000047 ], [ 106.276329431000079, 29.726672664000034 ], [ 106.276352, 29.726763117000075 ], [ 106.276355258000095, 29.726782845000066 ], [ 106.276390373000027, 29.726738918000081 ], [ 106.276507214000063, 29.726603886000088 ], [ 106.276551752000046, 29.726529742000078 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.27803743100003, 29.710864027000071 ], [ 106.277872653000031, 29.710877698000051 ], [ 106.277754246000029, 29.71086669500005 ], [ 106.277711818000071, 29.710812446000087 ], [ 106.277702555000076, 29.71063034400003 ], [ 106.277720273000057, 29.710542499000052 ], [ 106.27764641400006, 29.710679554000073 ], [ 106.277624609000043, 29.710718698000044 ], [ 106.277608564000047, 29.710772386000084 ], [ 106.277603482000075, 29.710811370000048 ], [ 106.277603975000034, 29.710850298000086 ], [ 106.27761617200008, 29.710932914000061 ], [ 106.27761672600009, 29.710976709000079 ], [ 106.277634126000066, 29.711030075000053 ], [ 106.277691841000035, 29.71118525200006 ], [ 106.277703914000028, 29.711258136000076 ], [ 106.27770496200003, 29.711340859000078 ], [ 106.277705516000026, 29.711384654000092 ], [ 106.277700682000045, 29.711443102000093 ], [ 106.277667852000036, 29.711492084000046 ], [ 106.277634837000051, 29.71152647200006 ], [ 106.277579463000052, 29.711556205000079 ], [ 106.277522048000037, 29.711567225000064 ], [ 106.277555175000032, 29.711627749000066 ], [ 106.27769591200007, 29.711753926000089 ], [ 106.277878079000061, 29.711855411000045 ], [ 106.277997410000069, 29.71193928100007 ], [ 106.278058283000064, 29.71197501600005 ], [ 106.278062338000041, 29.711903528000043 ], [ 106.278052630000047, 29.711137172000061 ], [ 106.27803743100003, 29.710864027000071 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.27718260100005, 29.711305403000047 ], [ 106.277130168000042, 29.711163264000042 ], [ 106.277066424000054, 29.711038641000069 ], [ 106.276988280000069, 29.710909982000096 ], [ 106.276881342000081, 29.71077325300007 ], [ 106.276841822000051, 29.710673443000079 ], [ 106.276817017000042, 29.710602715000046 ], [ 106.276791999000068, 29.710515289000057 ], [ 106.276791418000073, 29.71046937400007 ], [ 106.276819368000091, 29.710410660000033 ], [ 106.276880630000051, 29.710339101000056 ], [ 106.276937692000047, 29.710313503000073 ], [ 106.276980620000074, 29.71030474000008 ], [ 106.277028013000063, 29.710270886000046 ], [ 106.27706063800008, 29.710203778000057 ], [ 106.277073979000079, 29.710124332000085 ], [ 106.277058949000036, 29.710070207000058 ], [ 106.276967306000074, 29.710008472000087 ], [ 106.276913811000043, 29.709938020000038 ], [ 106.276898940000081, 29.709896417000028 ], [ 106.276898042000028, 29.709825458000068 ], [ 106.27691563500008, 29.709704225000049 ], [ 106.276890671000061, 29.709620974000078 ], [ 106.276802702000055, 29.709471537000073 ], [ 106.276758084000051, 29.70934672900006 ], [ 106.276746961000072, 29.709277507000078 ], [ 106.27654467800005, 29.709218556000057 ], [ 106.276305825000065, 29.70921651500004 ], [ 106.276003617000086, 29.709258678000076 ], [ 106.276058395000064, 29.709351735000045 ], [ 106.276081549000025, 29.709487210000077 ], [ 106.276089216000074, 29.709669627000039 ], [ 106.276047878000043, 29.709791685000081 ], [ 106.275973791000069, 29.709867268000039 ], [ 106.27588939900005, 29.709975703000055 ], [ 106.275858720000045, 29.71009298000007 ], [ 106.275887294000029, 29.710233084000041 ], [ 106.275845009000079, 29.710280283000092 ], [ 106.275727571000061, 29.710318848000036 ], [ 106.275637345000064, 29.710330081000048 ], [ 106.275518962000035, 29.710353613000052 ], [ 106.275511548000054, 29.710356161000046 ], [ 106.275406884000063, 29.710392126000041 ], [ 106.275284086000056, 29.710430744000071 ], [ 106.275118531000032, 29.710479131000046 ], [ 106.274969231000057, 29.710541398000089 ], [ 106.274928684000031, 29.710593169000045 ], [ 106.274895379000043, 29.710635694000075 ], [ 106.275184856000067, 29.710637586000079 ], [ 106.27535088500008, 29.710626628000053 ], [ 106.275468973000045, 29.710639528000065 ], [ 106.275539122000055, 29.710676287000059 ], [ 106.275542787000063, 29.710678790000088 ], [ 106.275583806000043, 29.710706794000085 ], [ 106.275593190000052, 29.710713200000043 ], [ 106.275616342000035, 29.710782964000078 ], [ 106.275828836000073, 29.71069689200004 ], [ 106.275920007000082, 29.710700693000028 ], [ 106.275990273000048, 29.71074680800006 ], [ 106.275991103000081, 29.710812310000058 ], [ 106.276003359000072, 29.71093385100006 ], [ 106.275972386000035, 29.711027736000059 ], [ 106.275919085000055, 29.711051645000058 ], [ 106.275995345000069, 29.711113142000045 ], [ 106.276003603000049, 29.711092596000064 ], [ 106.27609346900006, 29.711024408000078 ], [ 106.276206714000068, 29.711011437000078 ], [ 106.276338804000034, 29.71105372400007 ], [ 106.276521590000073, 29.711158884000049 ], [ 106.276710165000054, 29.711362988000076 ], [ 106.276848495000081, 29.711539856000062 ], [ 106.276907712000082, 29.711559085000086 ], [ 106.276971114000048, 29.711550553000052 ], [ 106.277047672000037, 29.711506254000085 ], [ 106.27713219900005, 29.711374757000044 ], [ 106.27718260100005, 29.711305403000047 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.270746760000065, 29.694822824000081 ], [ 106.270774535000044, 29.694744067000048 ], [ 106.270806658000041, 29.694724922000038 ], [ 106.270882006000079, 29.694711641000087 ], [ 106.270961463000049, 29.694739134000081 ], [ 106.271001290000072, 29.694760729000048 ], [ 106.271076875000063, 29.694766284000089 ], [ 106.271164869000074, 29.694736770000077 ], [ 106.271109318000072, 29.694534816000044 ], [ 106.271073434000073, 29.694286354000042 ], [ 106.271067198000026, 29.694243178000086 ], [ 106.271057331000065, 29.694132315000051 ], [ 106.271025825000052, 29.694138851000055 ], [ 106.270982837000076, 29.694151822000038 ], [ 106.270940205000045, 29.69419304600007 ], [ 106.270853337000062, 29.694243514000039 ], [ 106.270846057000028, 29.694254927000092 ], [ 106.270819437000057, 29.69429666000007 ], [ 106.270732623000072, 29.694382309000051 ], [ 106.270845260000044, 29.694363496000044 ], [ 106.270949570000028, 29.694365635000057 ], [ 106.270989437000026, 29.694390369000068 ], [ 106.271029658000032, 29.694443355000082 ], [ 106.271026775000053, 29.694499897000071 ], [ 106.270983904000047, 29.694522286000055 ], [ 106.270840124000074, 29.694526805000063 ], [ 106.270732021000072, 29.694509004000054 ], [ 106.270661604000054, 29.694452375000068 ], [ 106.27064445600007, 29.694469293000054 ], [ 106.270468450000067, 29.694560527000082 ], [ 106.27021806700003, 29.694668757000041 ], [ 106.269957440000042, 29.694703820000093 ], [ 106.269947280000054, 29.694703588000046 ], [ 106.26998091400003, 29.694830169000056 ], [ 106.270039113000053, 29.69488298400006 ], [ 106.270132833000048, 29.694900923000045 ], [ 106.270312254000032, 29.694870946000037 ], [ 106.270530869000027, 29.694812336000034 ], [ 106.27064580900003, 29.694801815000062 ], [ 106.270728585000029, 29.694807301000086 ], [ 106.270746760000065, 29.694822824000081 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.271057331000065, 29.694132315000051 ], [ 106.271053764000044, 29.694092252000075 ], [ 106.271068212000046, 29.694018263000082 ], [ 106.271108519000052, 29.693961536000071 ], [ 106.271153272000049, 29.693849136000047 ], [ 106.27116172500007, 29.693705738000066 ], [ 106.271154680000066, 29.693553529000042 ], [ 106.271127288000059, 29.693414950000093 ], [ 106.271090144000027, 29.693316776000071 ], [ 106.271022452000068, 29.693236809000044 ], [ 106.27100732100007, 29.69320794500004 ], [ 106.270875664000073, 29.693181168000077 ], [ 106.27084502200006, 29.69318146200003 ], [ 106.270744339000046, 29.693182428000064 ], [ 106.270665543000064, 29.69318318400007 ], [ 106.270520893000025, 29.693169281000056 ], [ 106.270363592000081, 29.693193725000071 ], [ 106.27023697900006, 29.693221697000073 ], [ 106.270179832000053, 29.693203132000058 ], [ 106.270155947000035, 29.693152614000045 ], [ 106.270152845000041, 29.693146052000085 ], [ 106.270152930000052, 29.693145029000053 ], [ 106.270049512000071, 29.693074404000068 ], [ 106.26997652900009, 29.69292236200004 ], [ 106.270012693000069, 29.692899716000056 ], [ 106.26998717500004, 29.692853307000064 ], [ 106.269933924000043, 29.692796481000066 ], [ 106.269837090000067, 29.692755362000074 ], [ 106.269740256000034, 29.692714243000069 ], [ 106.269695808000051, 29.692661154000064 ], [ 106.269685996000078, 29.692577152000073 ], [ 106.269707162000032, 29.692519612000069 ], [ 106.269772200000034, 29.692469296000073 ], [ 106.269902949000027, 29.692422173000065 ], [ 106.270056016000069, 29.692409237000049 ], [ 106.270201173000032, 29.692445406000047 ], [ 106.270283788000029, 29.692418520000047 ], [ 106.270396692000077, 29.692344810000058 ], [ 106.270461295000075, 29.692260095000062 ], [ 106.270469136000031, 29.692187393000044 ], [ 106.270437773000026, 29.692130355000078 ], [ 106.270375718000025, 29.692069790000055 ], [ 106.270251947000077, 29.691975414000076 ], [ 106.270136979000029, 29.691884776000038 ], [ 106.270087578000073, 29.691785864000053 ], [ 106.270059678000067, 29.691656167000076 ], [ 106.270058716000051, 29.691579726000036 ], [ 106.270040486000028, 29.691522563000028 ], [ 106.269986755000048, 29.69148879800008 ], [ 106.269943226000066, 29.69149614100008 ], [ 106.269891413000039, 29.691504879000028 ], [ 106.269778598000073, 29.691459841000029 ], [ 106.269741810000028, 29.691445153000078 ], [ 106.26965339700007, 29.691377197000069 ], [ 106.269643680000058, 29.691300838000078 ], [ 106.269681683000044, 29.691189621000035 ], [ 106.269707228000073, 29.691132039000092 ], [ 106.269742054000062, 29.691116415000067 ], [ 106.269799009000053, 29.69111969100004 ], [ 106.269864078000069, 29.69114380700006 ], [ 106.269911668000077, 29.691026871000073 ], [ 106.269984498000056, 29.690900030000073 ], [ 106.270075175000045, 29.690799775000073 ], [ 106.270188362000056, 29.690748997000064 ], [ 106.270345661000079, 29.690724553000052 ], [ 106.270415507000052, 29.69070859300006 ], [ 106.270463178000071, 29.690669911000054 ], [ 106.270531918000074, 29.690566044000033 ], [ 106.270605758000045, 29.690519466000065 ], [ 106.270701282000061, 29.690492212000034 ], [ 106.270709715000066, 29.690426053000067 ], [ 106.270714717000033, 29.690386820000072 ], [ 106.270708573000036, 29.690306262000028 ], [ 106.270708058000025, 29.69030025600005 ], [ 106.270707695000056, 29.69029601200009 ], [ 106.270584357000075, 29.690301551000061 ], [ 106.270569808000062, 29.690302539000076 ], [ 106.270439033000059, 29.690311411000042 ], [ 106.270264624000049, 29.690321551000071 ], [ 106.270119566000062, 29.690352574000087 ], [ 106.269965291000062, 29.690421784000083 ], [ 106.269830354000078, 29.690486575000083 ], [ 106.269695417000037, 29.690551367000065 ], [ 106.269516798000041, 29.690612343000062 ], [ 106.269300194000039, 29.690737181000081 ], [ 106.269117418000064, 29.690853228000048 ], [ 106.268900548000033, 29.690956903000078 ], [ 106.268731304000028, 29.69099238900009 ], [ 106.268542349000029, 29.691002665000038 ], [ 106.268524537000076, 29.691002018000066 ], [ 106.268358030000059, 29.690995964000077 ], [ 106.26817344300008, 29.690968099000077 ], [ 106.26802357400004, 29.69091682100008 ], [ 106.268135929000053, 29.691173034000084 ], [ 106.268207331000042, 29.691511136000091 ], [ 106.268276742000069, 29.692285874000035 ], [ 106.268278699000064, 29.692441683000084 ], [ 106.268280423000078, 29.692578901000051 ], [ 106.268293732000075, 29.692896258000076 ], [ 106.268353349000051, 29.693188751000029 ], [ 106.268432021000081, 29.693513622000065 ], [ 106.268547471000034, 29.69379743800005 ], [ 106.268633011000077, 29.693926870000041 ], [ 106.268707900000038, 29.693950574000041 ], [ 106.268726310000034, 29.693949822000036 ], [ 106.268968832000041, 29.693939934000074 ], [ 106.269173728000055, 29.693921689000035 ], [ 106.269378416000052, 29.693887165000046 ], [ 106.269546327000057, 29.693893697000078 ], [ 106.269770992000076, 29.693964810000072 ], [ 106.269958265000071, 29.694028138000078 ], [ 106.270061224000074, 29.694059715000037 ], [ 106.270182317000035, 29.694050412000074 ], [ 106.270339881000041, 29.693975635000072 ], [ 106.27050687100008, 29.693908908000086 ], [ 106.270646505000059, 29.693891288000088 ], [ 106.270786652000027, 29.693914365000072 ], [ 106.270871376000059, 29.693978677000068 ], [ 106.270918605000077, 29.694027068000075 ], [ 106.270919219000064, 29.694075906000077 ], [ 106.270892584000094, 29.694181989000072 ], [ 106.270853337000062, 29.694243514000039 ], [ 106.270940205000045, 29.69419304600007 ], [ 106.270982837000076, 29.694151822000038 ], [ 106.271025825000052, 29.694138851000055 ], [ 106.271057331000065, 29.694132315000051 ] ], [ [ 106.270675571000027, 29.693294071000079 ], [ 106.270623370000067, 29.693386916000069 ], [ 106.270493674000079, 29.693342327000039 ], [ 106.270551788000034, 29.693239339000062 ], [ 106.270675571000027, 29.693294071000079 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.27100732100007, 29.69320794500004 ], [ 106.270980406000035, 29.693156597000041 ], [ 106.27093153800007, 29.69294208600007 ], [ 106.270911133000027, 29.692794247000055 ], [ 106.270814764000079, 29.692864483000051 ], [ 106.270771134000029, 29.692876370000072 ], [ 106.270674540000073, 29.692854361000066 ], [ 106.270621577000043, 29.692820466000054 ], [ 106.270603489000052, 29.692774770000089 ], [ 106.270615805000034, 29.69270966900007 ], [ 106.270672039000033, 29.692655615000035 ], [ 106.270772192000038, 29.692612606000068 ], [ 106.270897024000078, 29.692599788000056 ], [ 106.270910008000044, 29.692454113000046 ], [ 106.27093971000005, 29.692368732000084 ], [ 106.271005486000035, 29.692296442000043 ], [ 106.271131849000028, 29.692147432000063 ], [ 106.271186632000081, 29.692017023000069 ], [ 106.271185223000032, 29.691905069000079 ], [ 106.271184546000029, 29.691851331000059 ], [ 106.271147234000068, 29.69173972100009 ], [ 106.271115728000055, 29.691681800000076 ], [ 106.271022223000045, 29.691588644000028 ], [ 106.270835892000036, 29.691456071000061 ], [ 106.270721479000031, 29.691384143000054 ], [ 106.270633013000065, 29.691460025000076 ], [ 106.270595469000057, 29.691475995000072 ], [ 106.270563645000038, 29.691472832000045 ], [ 106.270511716000044, 29.691450781000082 ], [ 106.270473277000079, 29.691395645000057 ], [ 106.270442827000068, 29.691343901000039 ], [ 106.270385027000032, 29.691328844000058 ], [ 106.270247795000046, 29.691316285000081 ], [ 106.270186, 29.691299532000073 ], [ 106.270148762000076, 29.691181941000082 ], [ 106.270131411000079, 29.691065894000079 ], [ 106.270185588000061, 29.690950894000082 ], [ 106.270243717000028, 29.690834124000052 ], [ 106.270291367000027, 29.690831932000037 ], [ 106.27063522900005, 29.690849056000047 ], [ 106.27064669300006, 29.690795050000073 ], [ 106.27068670500006, 29.690606546000087 ], [ 106.270701282000061, 29.690492212000034 ], [ 106.270605758000045, 29.690519466000065 ], [ 106.270531918000074, 29.690566044000033 ], [ 106.270463178000071, 29.690669911000054 ], [ 106.270415507000052, 29.69070859300006 ], [ 106.270345661000079, 29.690724553000052 ], [ 106.270188362000056, 29.690748997000064 ], [ 106.270075175000045, 29.690799775000073 ], [ 106.269984498000056, 29.690900030000073 ], [ 106.269911668000077, 29.691026871000073 ], [ 106.269864078000069, 29.69114380700006 ], [ 106.269869384000074, 29.691145774000059 ], [ 106.269962320000047, 29.691225156000087 ], [ 106.270028943000071, 29.691300969000054 ], [ 106.270064780000055, 29.691365607000069 ], [ 106.270056938000039, 29.69143831000008 ], [ 106.270012279000085, 29.691470437000081 ], [ 106.269986755000048, 29.69148879800008 ], [ 106.270040486000028, 29.691522563000028 ], [ 106.270058716000051, 29.691579726000036 ], [ 106.270059678000067, 29.691656167000076 ], [ 106.270087578000073, 29.691785864000053 ], [ 106.270136979000029, 29.691884776000038 ], [ 106.270251947000077, 29.691975414000076 ], [ 106.270375718000025, 29.692069790000055 ], [ 106.270437773000026, 29.692130355000078 ], [ 106.270469136000031, 29.692187393000044 ], [ 106.270461295000075, 29.692260095000062 ], [ 106.270396692000077, 29.692344810000058 ], [ 106.270283788000029, 29.692418520000047 ], [ 106.270201173000032, 29.692445406000047 ], [ 106.270253964000077, 29.692483789000047 ], [ 106.270280854000077, 29.692533225000091 ], [ 106.270321454000069, 29.692628397000082 ], [ 106.270318086000046, 29.692708703000054 ], [ 106.270275803000061, 29.692827607000083 ], [ 106.270228111000051, 29.692909599000078 ], [ 106.270325528000058, 29.693069371000028 ], [ 106.270201155000052, 29.693177961000057 ], [ 106.270152930000052, 29.693145029000053 ], [ 106.270152845000041, 29.693146052000085 ], [ 106.270155947000035, 29.693152614000045 ], [ 106.270179832000053, 29.693203132000058 ], [ 106.27023697900006, 29.693221697000073 ], [ 106.270363592000081, 29.693193725000071 ], [ 106.270520893000025, 29.693169281000056 ], [ 106.270665543000064, 29.69318318400007 ], [ 106.270744339000046, 29.693182428000064 ], [ 106.27084502200006, 29.69318146200003 ], [ 106.270875664000073, 29.693181168000077 ], [ 106.27100732100007, 29.69320794500004 ] ], [ [ 106.270996839000091, 29.691677758000086 ], [ 106.271103581000034, 29.69181052100004 ], [ 106.271099782000078, 29.691856428000044 ], [ 106.271069620000048, 29.69189494200009 ], [ 106.270969516000051, 29.691941773000057 ], [ 106.270842617000028, 29.691946813000076 ], [ 106.270745928000053, 29.691917162000042 ], [ 106.270644044000051, 29.69182257600005 ], [ 106.27055529200004, 29.691727864000086 ], [ 106.27048467700007, 29.691682672000063 ], [ 106.270401360000051, 29.691672003000065 ], [ 106.270291396000061, 29.69163101000003 ], [ 106.270264601000065, 29.691589220000083 ], [ 106.270272780000028, 29.691543270000064 ], [ 106.27031121400006, 29.691466451000039 ], [ 106.270393858000034, 29.691423612000051 ], [ 106.270464281000045, 29.691453516000081 ], [ 106.270601184000043, 29.691547765000049 ], [ 106.270685270000058, 29.691619587000048 ], [ 106.27077743600006, 29.691637815000032 ], [ 106.270895339000049, 29.691613749000052 ], [ 106.270943540000076, 29.691617109000045 ], [ 106.270996839000091, 29.691677758000086 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.268726310000034, 29.693949822000036 ], [ 106.268707900000038, 29.693950574000041 ], [ 106.268633011000077, 29.693926870000041 ], [ 106.268547471000034, 29.69379743800005 ], [ 106.268432021000081, 29.693513622000065 ], [ 106.268353349000051, 29.693188751000029 ], [ 106.268293732000075, 29.692896258000076 ], [ 106.268280423000078, 29.692578901000051 ], [ 106.268278699000064, 29.692441683000084 ], [ 106.268276742000069, 29.692285874000035 ], [ 106.268207331000042, 29.691511136000091 ], [ 106.268135929000053, 29.691173034000084 ], [ 106.26802357400004, 29.69091682100008 ], [ 106.26798229300006, 29.690822688000086 ], [ 106.267810871000052, 29.690244245000081 ], [ 106.267782340000053, 29.689874312000082 ], [ 106.267772508000064, 29.689566770000063 ], [ 106.26780597700008, 29.689378739000055 ], [ 106.26784069100006, 29.689289766000062 ], [ 106.267839710000047, 29.689211563000075 ], [ 106.267813861000036, 29.689055385000071 ], [ 106.267756457000075, 29.688763941000044 ], [ 106.267723265000029, 29.68849833600007 ], [ 106.267678065000041, 29.688227631000075 ], [ 106.267646771000045, 29.688113219000062 ], [ 106.267560953000043, 29.687936758000038 ], [ 106.26747541500005, 29.687687177000043 ], [ 106.267405987000075, 29.687484608000087 ], [ 106.267276804000062, 29.687183422000089 ], [ 106.267197744000043, 29.687069466000082 ], [ 106.26720903100005, 29.687017218000047 ], [ 106.267232784000058, 29.687006561000082 ], [ 106.267284633000031, 29.687012696000071 ], [ 106.26735633100003, 29.687012010000043 ], [ 106.267443613000069, 29.68698334600009 ], [ 106.267490801000065, 29.686934198000074 ], [ 106.267521969000029, 29.686878245000063 ], [ 106.267504901000052, 29.686787970000076 ], [ 106.267479009000056, 29.686733195000041 ], [ 106.267472162000047, 29.686718713000062 ], [ 106.267370448000065, 29.686617612000074 ], [ 106.267309161000071, 29.686683279000082 ], [ 106.267227976000086, 29.686800328000061 ], [ 106.267137207000076, 29.686885394000061 ], [ 106.267041444000043, 29.686938433000073 ], [ 106.267019785000073, 29.686942431000038 ], [ 106.266949821000026, 29.68695534700003 ], [ 106.266917917000058, 29.686962815000058 ], [ 106.266879407000033, 29.687063013000067 ], [ 106.266843559000051, 29.68714382100006 ], [ 106.266830897000034, 29.687236478000045 ], [ 106.266845628000056, 29.68730875600005 ], [ 106.26690435200004, 29.687517895000049 ], [ 106.266913430000045, 29.687864591000046 ], [ 106.266901319000056, 29.688029842000052 ], [ 106.266897679000067, 29.688116573000059 ], [ 106.266965789000039, 29.688325422000055 ], [ 106.266969724000035, 29.688341911000059 ], [ 106.267069565000057, 29.688626846000084 ], [ 106.267075276000071, 29.688705231000085 ], [ 106.267042265000057, 29.688901154000071 ], [ 106.267016741000077, 29.689074739000031 ], [ 106.267027795000061, 29.689219756000057 ], [ 106.267046464000032, 29.689288436000087 ], [ 106.267155141000046, 29.689241966000047 ], [ 106.26724353000003, 29.689236576000042 ], [ 106.26731122200006, 29.689240473000041 ], [ 106.267337577000035, 29.689267480000069 ], [ 106.267385884000078, 29.689385142000045 ], [ 106.267409488000055, 29.689607536000043 ], [ 106.26749626600008, 29.689888384000085 ], [ 106.267561152000056, 29.690083123000093 ], [ 106.267589218000069, 29.690246411000089 ], [ 106.267600820000041, 29.690341708000052 ], [ 106.267586067000082, 29.690409997000071 ], [ 106.267523977000053, 29.69043785100007 ], [ 106.267435531000046, 29.690438697000047 ], [ 106.267350387000079, 29.690443393000063 ], [ 106.267458531000045, 29.690799898000083 ], [ 106.267484357000058, 29.690879152000036 ], [ 106.267516152000056, 29.690976719000048 ], [ 106.267555209000079, 29.691145655000067 ], [ 106.26755713200005, 29.691298823000064 ], [ 106.267517406000081, 29.691444326000063 ], [ 106.267482598000072, 29.691613970000052 ], [ 106.267476706000025, 29.691880086000083 ], [ 106.267495648000079, 29.692071282000075 ], [ 106.267581223000036, 29.692028298000082 ], [ 106.267701011000042, 29.692023277000082 ], [ 106.26779884900003, 29.692037843000037 ], [ 106.267839330000072, 29.692080088000068 ], [ 106.267876102000059, 29.692180504000074 ], [ 106.26788209800003, 29.692304469000074 ], [ 106.267888287000062, 29.692443932000057 ], [ 106.267889844000081, 29.692470608000068 ], [ 106.267893942000072, 29.692540771000033 ], [ 106.26791720500006, 29.692625814000056 ], [ 106.267985336000052, 29.69274918300005 ], [ 106.268031133000079, 29.692861139000062 ], [ 106.268041518000075, 29.692981187000036 ], [ 106.26801161700007, 29.693074489000075 ], [ 106.267958941000074, 29.693121501000061 ], [ 106.267848077000053, 29.69313031300004 ], [ 106.267629111000076, 29.693123703000076 ], [ 106.267669334000061, 29.693465764000045 ], [ 106.267687891000037, 29.693623574000064 ], [ 106.267701629000044, 29.694000740000035 ], [ 106.267855672000053, 29.694028172000063 ], [ 106.267931753000028, 29.694052254000042 ], [ 106.267979991000075, 29.694122089000068 ], [ 106.268048885000056, 29.694328183000039 ], [ 106.268107321000059, 29.694455812000054 ], [ 106.268141352000043, 29.694525782000088 ], [ 106.268213164000031, 29.69458712200009 ], [ 106.268234587000052, 29.694615813000045 ], [ 106.268411486000048, 29.694539736000074 ], [ 106.268519416000061, 29.694460137000078 ], [ 106.268607781000071, 29.694331102000039 ], [ 106.268676528000071, 29.694148498000065 ], [ 106.268726310000034, 29.693949822000036 ] ], [ [ 106.267880461000061, 29.693823711000046 ], [ 106.267905326000061, 29.693975488000028 ], [ 106.267905345000031, 29.693976100000043 ], [ 106.267797973000029, 29.693979971000086 ], [ 106.267776980000065, 29.693872143000071 ], [ 106.267775615000062, 29.693815570000087 ], [ 106.267880461000061, 29.693823711000046 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.267555937000054, 29.692679813000041 ], [ 106.267537804000028, 29.692496794000071 ], [ 106.267495648000079, 29.692071282000075 ], [ 106.267476706000025, 29.691880086000083 ], [ 106.267482598000072, 29.691613970000052 ], [ 106.267517406000081, 29.691444326000063 ], [ 106.26755713200005, 29.691298823000064 ], [ 106.267555209000079, 29.691145655000067 ], [ 106.267516152000056, 29.690976719000048 ], [ 106.267484357000058, 29.690879152000036 ], [ 106.267434957000035, 29.690925210000039 ], [ 106.267377170000046, 29.690962091000081 ], [ 106.267314814000031, 29.690966321000076 ], [ 106.267235405000065, 29.690938018000047 ], [ 106.267151427000044, 29.690877064000063 ], [ 106.267100730000038, 29.690815791000034 ], [ 106.267071958000031, 29.690798803000064 ], [ 106.267046238000034, 29.690783617000079 ], [ 106.267000111000073, 29.690754996000063 ], [ 106.266945345000067, 29.690701028000028 ], [ 106.266802950000056, 29.690517116000084 ], [ 106.266803310000057, 29.690545785000037 ], [ 106.266745155000081, 29.690610702000075 ], [ 106.26659402000007, 29.690706541000047 ], [ 106.266487106000056, 29.690801958000065 ], [ 106.266453787000046, 29.690888091000083 ], [ 106.26644017600006, 29.690978324000067 ], [ 106.266456585000071, 29.691111178000074 ], [ 106.266478353000025, 29.691229072000052 ], [ 106.266690681000057, 29.69129561100004 ], [ 106.266816126000037, 29.69134527000006 ], [ 106.266891920000035, 29.691417202000085 ], [ 106.267006524000067, 29.691597746000063 ], [ 106.26705817900006, 29.691735300000065 ], [ 106.267076097000029, 29.691836846000058 ], [ 106.267056115000059, 29.691902428000049 ], [ 106.266945293000049, 29.692023371000065 ], [ 106.266888098000038, 29.692107473000085 ], [ 106.266859889000045, 29.692180398000062 ], [ 106.266864922000082, 29.692245420000063 ], [ 106.266888555000037, 29.692248363000083 ], [ 106.267056316000037, 29.692302537000046 ], [ 106.267135364000069, 29.692336106000095 ], [ 106.267184931000031, 29.692369958000086 ], [ 106.267260089000047, 29.692485086000076 ], [ 106.267260495000073, 29.692517418000076 ], [ 106.267261112000028, 29.692566599000095 ], [ 106.26723697500006, 29.692601155000091 ], [ 106.267183356000032, 29.692635994000049 ], [ 106.267176034000045, 29.692636065000045 ], [ 106.267248467000059, 29.692748484000049 ], [ 106.267306993000034, 29.692813810000075 ], [ 106.267374007000058, 29.692848049000077 ], [ 106.267431706000082, 29.692847497000059 ], [ 106.267471214000068, 29.69281223900008 ], [ 106.267555937000054, 29.692679813000041 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.27224516800004, 29.683338024000076 ], [ 106.272222390000081, 29.683302912000045 ], [ 106.272181379000074, 29.683160930000042 ], [ 106.272157290000067, 29.68291240100006 ], [ 106.272167109000065, 29.682850617000042 ], [ 106.272286665000081, 29.682594185000081 ], [ 106.272436894000066, 29.68239415700009 ], [ 106.272504947000073, 29.682303547000053 ], [ 106.272530044000064, 29.68216634200007 ], [ 106.272522423000055, 29.682137113000071 ], [ 106.272495355000046, 29.68203330100004 ], [ 106.272411910000073, 29.681799810000086 ], [ 106.272402379000042, 29.68173286200004 ], [ 106.27238043300008, 29.681594657000058 ], [ 106.27239617700009, 29.68153323100006 ], [ 106.272467385000027, 29.681451445000047 ], [ 106.27259607600007, 29.681345682000085 ], [ 106.272732403000077, 29.681306433000096 ], [ 106.272740206000037, 29.681301018000045 ], [ 106.272757412000033, 29.68129897200004 ], [ 106.272654671000055, 29.681126055000046 ], [ 106.272610377000035, 29.680943151000058 ], [ 106.272611952000034, 29.680790361000053 ], [ 106.272637709000037, 29.680612895000081 ], [ 106.272660468000026, 29.680475179000041 ], [ 106.272647048000067, 29.680243092000076 ], [ 106.272621703000027, 29.680179822000063 ], [ 106.27254950400004, 29.67999958900009 ], [ 106.272366800000043, 29.679662183000062 ], [ 106.272172387000069, 29.679383226000084 ], [ 106.272122984000077, 29.679603460000067 ], [ 106.272066321000068, 29.679815222000055 ], [ 106.272026556000071, 29.679919221000031 ], [ 106.271949633000077, 29.679971766000047 ], [ 106.271845079000059, 29.680004653000083 ], [ 106.271703668000043, 29.680009997000063 ], [ 106.271543603000055, 29.679983635000038 ], [ 106.271522695000044, 29.679978756000082 ], [ 106.271460682000054, 29.680051961000057 ], [ 106.271356867000065, 29.68011384700009 ], [ 106.271227657000054, 29.680136833000066 ], [ 106.271053464000033, 29.680147203000047 ], [ 106.27090975200008, 29.680205122000075 ], [ 106.270810863000065, 29.680262611000046 ], [ 106.270708782000042, 29.680329486000062 ], [ 106.270717195000032, 29.680401510000067 ], [ 106.27070337300006, 29.680542339000041 ], [ 106.270700445000045, 29.680555424000094 ], [ 106.270748175000065, 29.680591834000044 ], [ 106.270756343000073, 29.680621257000045 ], [ 106.270757872000047, 29.680632457000051 ], [ 106.27077433200003, 29.68060519900008 ], [ 106.270800287000043, 29.680602681000032 ], [ 106.27083949300004, 29.680620459000071 ], [ 106.270912991000046, 29.680678756000077 ], [ 106.270958421000046, 29.68077816900006 ], [ 106.271006137000029, 29.680852598000058 ], [ 106.271068842000034, 29.680879228000041 ], [ 106.271125980000079, 29.680876411000042 ], [ 106.271193426000082, 29.680866687000048 ], [ 106.27122802100007, 29.68087837600007 ], [ 106.271279149000065, 29.680917005000087 ], [ 106.271291520000034, 29.680971313000043 ], [ 106.271294195000053, 29.681029116000047 ], [ 106.271297063000077, 29.681102225000071 ], [ 106.271307335000074, 29.681144647000053 ], [ 106.271333104000064, 29.681180118000043 ], [ 106.271397973000035, 29.681227119000081 ], [ 106.271456977000071, 29.681272475000068 ], [ 106.271471252000026, 29.68132336400004 ], [ 106.271463997000069, 29.68136595400005 ], [ 106.271466565000026, 29.681415254000058 ], [ 106.27148670400004, 29.681467787000088 ], [ 106.271530128000052, 29.681513293000084 ], [ 106.271536335000064, 29.681542148000066 ], [ 106.271522959000038, 29.681562687000039 ], [ 106.271470460000046, 29.681569993000043 ], [ 106.27140991400006, 29.681556968000056 ], [ 106.271352985000078, 29.681521796000087 ], [ 106.271311808000064, 29.681500081000085 ], [ 106.271261086000038, 29.681493764000042 ], [ 106.271196707000058, 29.681492890000065 ], [ 106.271201734000044, 29.681526973000075 ], [ 106.271212785000046, 29.681579061000036 ], [ 106.27124462300003, 29.681630949000063 ], [ 106.271349478000047, 29.681702561000069 ], [ 106.271465095000067, 29.681803570000064 ], [ 106.271504844000049, 29.681864459000053 ], [ 106.271510841000065, 29.68192794200008 ], [ 106.271517408000079, 29.682036805000045 ], [ 106.271531230000051, 29.682102483000047 ], [ 106.271570806000057, 29.682149758000037 ], [ 106.271616381000072, 29.682260516000035 ], [ 106.271632886000077, 29.682332976000055 ], [ 106.271623886000043, 29.682365945000065 ], [ 106.271632550000049, 29.682532266000067 ], [ 106.271600896000066, 29.682671109000065 ], [ 106.271548185000043, 29.682795569000064 ], [ 106.271488331000057, 29.682906455000076 ], [ 106.271533093000073, 29.68292331400005 ], [ 106.271588511000061, 29.683013925000068 ], [ 106.271611036000095, 29.683144955000046 ], [ 106.271598460000064, 29.683245258000042 ], [ 106.271608100000037, 29.683243419000064 ], [ 106.271683612000061, 29.683271860000048 ], [ 106.271726184000045, 29.683337075000054 ], [ 106.271723478000069, 29.683453764000035 ], [ 106.271658427000034, 29.683592927000063 ], [ 106.271573879000073, 29.683699465000071 ], [ 106.271869447000029, 29.683553916000029 ], [ 106.272018680000031, 29.683470738000043 ], [ 106.27224516800004, 29.683338024000076 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.273080103000041, 29.681256173000065 ], [ 106.273080698000058, 29.681226613000032 ], [ 106.273104490000037, 29.681167752000057 ], [ 106.273115399000076, 29.681111270000081 ], [ 106.273111737000079, 29.681025613000092 ], [ 106.273071535000042, 29.680960603000074 ], [ 106.272989997000082, 29.680945601000076 ], [ 106.272914661000073, 29.680910244000071 ], [ 106.272865621000051, 29.680861103000048 ], [ 106.272826318000057, 29.680816381000056 ], [ 106.272826036000041, 29.680793833000056 ], [ 106.272849834000056, 29.680786839000053 ], [ 106.272906642000066, 29.680786290000079 ], [ 106.272937154000033, 29.680799527000097 ], [ 106.272972734000064, 29.680754087000075 ], [ 106.273002336000047, 29.680695171000085 ], [ 106.273036790000049, 29.680611402000068 ], [ 106.273051601000077, 29.680557139000072 ], [ 106.273032389000036, 29.680467119000078 ], [ 106.27300963700003, 29.680352331000048 ], [ 106.27300243500008, 29.680241902000038 ], [ 106.272980109000059, 29.680160935000064 ], [ 106.27291622100006, 29.680111938000032 ], [ 106.272829046000027, 29.680110520000088 ], [ 106.27273294500003, 29.680118207000074 ], [ 106.272643110000061, 29.680161917000078 ], [ 106.272621703000027, 29.680179822000063 ], [ 106.272647048000067, 29.680243092000076 ], [ 106.272660468000026, 29.680475179000041 ], [ 106.272637709000037, 29.680612895000081 ], [ 106.272611952000034, 29.680790361000053 ], [ 106.272610377000035, 29.680943151000058 ], [ 106.272654671000055, 29.681126055000046 ], [ 106.272757412000033, 29.68129897200004 ], [ 106.27305324200006, 29.681263788000081 ], [ 106.273080103000041, 29.681256173000065 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.273142178000057, 29.691167118000067 ], [ 106.27310766100004, 29.691104283000076 ], [ 106.272940093000045, 29.690945273000075 ], [ 106.272750110000061, 29.690851749000053 ], [ 106.272616285000026, 29.69084052900007 ], [ 106.272525213000051, 29.690812223000076 ], [ 106.272457487000054, 29.690742005000061 ], [ 106.272409065000033, 29.690688277000049 ], [ 106.272313378000035, 29.690672521000074 ], [ 106.272218321000025, 29.690706784000039 ], [ 106.27209546000006, 29.690808013000041 ], [ 106.271982726000033, 29.690955001000063 ], [ 106.271951042000069, 29.691092872000073 ], [ 106.271952407000072, 29.691201245000048 ], [ 106.271943488000034, 29.691251355000073 ], [ 106.271934056000077, 29.691260617000069 ], [ 106.271956757000055, 29.691281453000041 ], [ 106.272005632000059, 29.691317061000056 ], [ 106.272056491000058, 29.691344886000081 ], [ 106.272081449000041, 29.691300079000086 ], [ 106.272191110000051, 29.691270769000084 ], [ 106.272287757000072, 29.691235935000073 ], [ 106.272346356000071, 29.691263628000051 ], [ 106.272392369000045, 29.69131969700004 ], [ 106.272402945000067, 29.691360586000091 ], [ 106.27243033700006, 29.691355829000088 ], [ 106.272474096000053, 29.691344133000079 ], [ 106.272487599000044, 29.691339495000079 ], [ 106.272498486000075, 29.691332622000061 ], [ 106.272515074000069, 29.691316679000064 ], [ 106.272535983000068, 29.69128490800006 ], [ 106.272543561000077, 29.691271308000065 ], [ 106.27255172200006, 29.691253187000086 ], [ 106.272534796000059, 29.691242072000072 ], [ 106.272521798000071, 29.691235433000081 ], [ 106.272505572000057, 29.691228825000046 ], [ 106.272445359000073, 29.691215872000051 ], [ 106.272422680000034, 29.691209327000081 ], [ 106.272374648000039, 29.691189492000028 ], [ 106.272359714000061, 29.691182868000055 ], [ 106.272348625000063, 29.691173955000064 ], [ 106.272331641000065, 29.69115833200004 ], [ 106.272318446000043, 29.691135907000046 ], [ 106.272309095000026, 29.691111195000069 ], [ 106.272306141000058, 29.691081906000075 ], [ 106.272308356000053, 29.691052568000092 ], [ 106.272313938000082, 29.691034472000062 ], [ 106.272322077000069, 29.691014100000068 ], [ 106.272334086000058, 29.690993690000084 ], [ 106.272349972000029, 29.690973242000045 ], [ 106.272369756000046, 29.690955010000042 ], [ 106.272392126000057, 29.690936757000088 ], [ 106.272411997000063, 29.690925290000052 ], [ 106.272433162000027, 29.690913811000087 ], [ 106.272455026000046, 29.690906838000046 ], [ 106.272476273000052, 29.690902123000068 ], [ 106.272499457000038, 29.690897390000092 ], [ 106.27252657300005, 29.69089712900006 ], [ 106.272556329000054, 29.690901353000068 ], [ 106.27259385900004, 29.690907756000058 ], [ 106.272636612000042, 29.690918621000041 ], [ 106.272684585000036, 29.690933948000062 ], [ 106.272719674000029, 29.690951651000034 ], [ 106.272755439000036, 29.690971601000058 ], [ 106.272790586000042, 29.690993815000063 ], [ 106.27282450000007, 29.69102054900009 ], [ 106.272871524000038, 29.69106294200008 ], [ 106.272893643000032, 29.691076260000038 ], [ 106.272926795000046, 29.691093985000055 ], [ 106.272978444000046, 29.691120284000071 ], [ 106.272996332000048, 29.691129392000054 ], [ 106.273007058000076, 29.69113309700009 ], [ 106.273028108000062, 29.691140366000074 ], [ 106.273058594000076, 29.691151347000076 ], [ 106.273100027000055, 29.691159970000051 ], [ 106.273135622000041, 29.691166393000064 ], [ 106.273142178000057, 29.691167118000067 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.271934056000077, 29.691260617000069 ], [ 106.271943488000034, 29.691251355000073 ], [ 106.271952407000072, 29.691201245000048 ], [ 106.271951042000069, 29.691092872000073 ], [ 106.271982726000033, 29.690955001000063 ], [ 106.27209546000006, 29.690808013000041 ], [ 106.272218321000025, 29.690706784000039 ], [ 106.272313378000035, 29.690672521000074 ], [ 106.272409065000033, 29.690688277000049 ], [ 106.272457487000054, 29.690742005000061 ], [ 106.272525213000051, 29.690812223000076 ], [ 106.272616285000026, 29.69084052900007 ], [ 106.272750110000061, 29.690851749000053 ], [ 106.272940093000045, 29.690945273000075 ], [ 106.27310766100004, 29.691104283000076 ], [ 106.273142178000057, 29.691167118000067 ], [ 106.27321964500004, 29.691308136000085 ], [ 106.273233231000063, 29.69104443100008 ], [ 106.273196075000044, 29.690779093000053 ], [ 106.273199090000048, 29.690542183000048 ], [ 106.273281224000073, 29.690130294000092 ], [ 106.27328820200006, 29.689915951000046 ], [ 106.273336229000051, 29.689468525000052 ], [ 106.273390888000051, 29.689219293000065 ], [ 106.273545671000079, 29.688865978000084 ], [ 106.273569242000065, 29.688779679000039 ], [ 106.273633696000047, 29.688669075000057 ], [ 106.273649667000029, 29.688625670000082 ], [ 106.273649123000041, 29.688582414000052 ], [ 106.273581166000042, 29.688431680000068 ], [ 106.273465112000054, 29.688230949000062 ], [ 106.273275432000048, 29.687940371000082 ], [ 106.273236401000077, 29.68786388400008 ], [ 106.273166249000042, 29.687610240000083 ], [ 106.273170629000049, 29.687466018000066 ], [ 106.273176311000057, 29.687333793000057 ], [ 106.272838591000038, 29.687424416000056 ], [ 106.272522833000053, 29.687522045000037 ], [ 106.272480982000047, 29.687534985000063 ], [ 106.272295387000042, 29.687592319000093 ], [ 106.272101155000044, 29.687685446000035 ], [ 106.271920904000083, 29.687806214000091 ], [ 106.271826632000057, 29.687898382000064 ], [ 106.271728418000066, 29.688038200000054 ], [ 106.27166640300004, 29.688165769000076 ], [ 106.271641571000032, 29.688224772000062 ], [ 106.271620128000052, 29.688275727000065 ], [ 106.271752092000057, 29.688191879000044 ], [ 106.271809067000049, 29.688163523000075 ], [ 106.271860020000076, 29.688163035000045 ], [ 106.271943380000039, 29.688206729000058 ], [ 106.272014212000045, 29.688267231000065 ], [ 106.272015124000063, 29.688339528000085 ], [ 106.27197865800008, 29.688478927000062 ], [ 106.271879273000081, 29.688680113000089 ], [ 106.271729071000038, 29.688892910000053 ], [ 106.271603436000078, 29.689033166000055 ], [ 106.271429319000049, 29.689196253000034 ], [ 106.271445954000058, 29.689243927000074 ], [ 106.271509312000035, 29.689472167000076 ], [ 106.27151153300008, 29.68947913400007 ], [ 106.271614260000035, 29.689801225000046 ], [ 106.271624182000039, 29.689837202000032 ], [ 106.271715590000042, 29.689836182000079 ], [ 106.27179695600006, 29.689852077000062 ], [ 106.271854766000047, 29.689893209000058 ], [ 106.271879423000044, 29.689955503000078 ], [ 106.27190943100004, 29.690063602000066 ], [ 106.271972278000078, 29.690125528000074 ], [ 106.272034757000043, 29.690158278000069 ], [ 106.272082968000063, 29.690195333000073 ], [ 106.272102536000034, 29.690232663000071 ], [ 106.272100613000077, 29.690237694000071 ], [ 106.272207928000057, 29.690260832000035 ], [ 106.272241712000039, 29.690289689000046 ], [ 106.272280848000037, 29.690364350000035 ], [ 106.272281951000025, 29.690451882000044 ], [ 106.272268155000063, 29.690493701000033 ], [ 106.272230333000039, 29.690523247000044 ], [ 106.272139996000078, 29.69055329400004 ], [ 106.272039955000025, 29.690570930000035 ], [ 106.271996780000052, 29.69055467000004 ], [ 106.271957790000044, 29.690503160000052 ], [ 106.271948570000063, 29.690517614000051 ], [ 106.27190597200007, 29.690547204000044 ], [ 106.271839244000034, 29.69055618200008 ], [ 106.271743871000069, 29.690565435000053 ], [ 106.271684157000038, 29.690557425000062 ], [ 106.271679673000051, 29.690592759000094 ], [ 106.271611277000034, 29.690765050000032 ], [ 106.271538014000043, 29.690852322000065 ], [ 106.271557536000046, 29.690934070000093 ], [ 106.271577681000053, 29.691017252000055 ], [ 106.271583557000042, 29.691104738000032 ], [ 106.271589329000051, 29.691183888000072 ], [ 106.271628411000066, 29.691254380000093 ], [ 106.271724729000027, 29.691320155000085 ], [ 106.271805939000046, 29.691323544000056 ], [ 106.271896327000036, 29.691297664000036 ], [ 106.271934056000077, 29.691260617000069 ] ], [ [ 106.272444104000044, 29.688513391000075 ], [ 106.272501987000055, 29.688557331000077 ], [ 106.272515568000074, 29.688623944000085 ], [ 106.272516618000054, 29.688707364000031 ], [ 106.27249807100003, 29.688752038000072 ], [ 106.272466786000052, 29.688796835000055 ], [ 106.27242248000006, 29.688819507000062 ], [ 106.272320432000086, 29.688809364000065 ], [ 106.27225624900008, 29.688771046000049 ], [ 106.27224281000008, 29.688715556000098 ], [ 106.272235390000048, 29.688632197000061 ], [ 106.272240708000027, 29.688548717000057 ], [ 106.272259537000025, 29.688526288000045 ], [ 106.272322808000069, 29.68849230800004 ], [ 106.272444104000044, 29.688513391000075 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.272149765000052, 29.692548650000042 ], [ 106.272186858000055, 29.692474511000054 ], [ 106.272198591000063, 29.692378328000082 ], [ 106.272133092000061, 29.692316794000078 ], [ 106.272061619000056, 29.692294876000052 ], [ 106.271990858000038, 29.692329463000078 ], [ 106.271965754000064, 29.692391867000083 ], [ 106.27191367000006, 29.692457819000083 ], [ 106.271889305000059, 29.692488671000046 ], [ 106.271890230000054, 29.692562127000091 ], [ 106.271955658000081, 29.692618011000032 ], [ 106.272053018000065, 29.692639681000056 ], [ 106.272130037000068, 29.692588080000061 ], [ 106.272149765000052, 29.692548650000042 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.271737769000026, 29.695142137000058 ], [ 106.271746779000068, 29.695120634000091 ], [ 106.271790033000059, 29.694952984000057 ], [ 106.27181805500004, 29.694776680000068 ], [ 106.271832563000032, 29.694672983000089 ], [ 106.271845800000051, 29.694578372000077 ], [ 106.271865861000052, 29.694448268000087 ], [ 106.271878420000064, 29.694366817000056 ], [ 106.271901405000051, 29.694217740000052 ], [ 106.271911038000042, 29.694155261000034 ], [ 106.271923886000081, 29.693974701000059 ], [ 106.271911587000034, 29.693798783000094 ], [ 106.271879353000031, 29.693640661000074 ], [ 106.271857475000047, 29.693504442000055 ], [ 106.271820922000089, 29.693403573000069 ], [ 106.271706774000052, 29.693145017000063 ], [ 106.27168580600005, 29.693090901000065 ], [ 106.271628627000041, 29.692943326000087 ], [ 106.271580663000066, 29.692736945000043 ], [ 106.271581350000076, 29.69272254200007 ], [ 106.271588638000026, 29.692569634000051 ], [ 106.271637097000053, 29.692415138000062 ], [ 106.271690373000069, 29.692242991000061 ], [ 106.271708759000035, 29.692101986000065 ], [ 106.271707374000073, 29.691991977000029 ], [ 106.271680901000082, 29.691891011000052 ], [ 106.271587967000073, 29.691715867000077 ], [ 106.271479361000047, 29.691496866000076 ], [ 106.271395622000057, 29.691251219000041 ], [ 106.271358348000035, 29.691093144000032 ], [ 106.271377177000033, 29.690987342000085 ], [ 106.271431951000082, 29.690934005000088 ], [ 106.271521891000077, 29.690871530000038 ], [ 106.271538014000043, 29.690852322000065 ], [ 106.271362279000073, 29.69086133400009 ], [ 106.271217007000075, 29.690875428000091 ], [ 106.271071524000035, 29.69087259000008 ], [ 106.270935574000092, 29.690856962000058 ], [ 106.270814063000046, 29.690832729000086 ], [ 106.27064669300006, 29.690795050000073 ], [ 106.27063522900005, 29.690849056000047 ], [ 106.270628595000062, 29.690880306000064 ], [ 106.270579842000075, 29.691082315000081 ], [ 106.270575841000039, 29.691171928000074 ], [ 106.270582040000079, 29.691256964000047 ], [ 106.270639415000062, 29.691332552000066 ], [ 106.270721479000031, 29.691384143000054 ], [ 106.270835892000036, 29.691456071000061 ], [ 106.271022223000045, 29.691588644000028 ], [ 106.271115728000055, 29.691681800000076 ], [ 106.271147234000068, 29.69173972100009 ], [ 106.271184546000029, 29.691851331000059 ], [ 106.271185223000032, 29.691905069000079 ], [ 106.271186632000081, 29.692017023000069 ], [ 106.271131849000028, 29.692147432000063 ], [ 106.271005486000035, 29.692296442000043 ], [ 106.27093971000005, 29.692368732000084 ], [ 106.270910008000044, 29.692454113000046 ], [ 106.270897024000078, 29.692599788000056 ], [ 106.270892028000048, 29.692655828000053 ], [ 106.270911133000027, 29.692794247000055 ], [ 106.27093153800007, 29.69294208600007 ], [ 106.270980406000035, 29.693156597000041 ], [ 106.27100732100007, 29.69320794500004 ], [ 106.271022452000068, 29.693236809000044 ], [ 106.271090144000027, 29.693316776000071 ], [ 106.271127288000059, 29.693414950000093 ], [ 106.271154680000066, 29.693553529000042 ], [ 106.27116172500007, 29.693705738000066 ], [ 106.271153272000049, 29.693849136000047 ], [ 106.271108519000052, 29.693961536000071 ], [ 106.271068212000046, 29.694018263000082 ], [ 106.271053764000044, 29.694092252000075 ], [ 106.271057331000065, 29.694132315000051 ], [ 106.271067198000026, 29.694243178000086 ], [ 106.271073434000073, 29.694286354000042 ], [ 106.271109318000072, 29.694534816000044 ], [ 106.271164869000074, 29.694736770000077 ], [ 106.271173783000052, 29.694769173000051 ], [ 106.271190640000043, 29.694886499000066 ], [ 106.271184598000048, 29.695017472000067 ], [ 106.271156774000076, 29.695102429000087 ], [ 106.271132765000061, 29.695175739000032 ], [ 106.271102633000055, 29.695278937000062 ], [ 106.271101867000027, 29.695281561000051 ], [ 106.27105904900003, 29.69542820700007 ], [ 106.270940300000063, 29.695768383000086 ], [ 106.270929576000071, 29.695870744000047 ], [ 106.271145765000028, 29.695868837000038 ], [ 106.271295281000064, 29.695878744000087 ], [ 106.27145157700005, 29.695911269000081 ], [ 106.271539691000044, 29.695938885000075 ], [ 106.271543690000044, 29.695804723000034 ], [ 106.271531448000076, 29.695633205000046 ], [ 106.271570272000076, 29.695514008000089 ], [ 106.271678271000042, 29.695284124000072 ], [ 106.271737769000026, 29.695142137000058 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.272668643000031, 29.693071104000072 ], [ 106.272649406000028, 29.693060803000034 ], [ 106.272607103000041, 29.69303415000007 ], [ 106.272568610000064, 29.693002947000092 ], [ 106.272533967000072, 29.692969452000057 ], [ 106.272519598000031, 29.692956063000054 ], [ 106.272502666000037, 29.692944954000033 ], [ 106.272484472000031, 29.692936105000058 ], [ 106.272464401000036, 29.692931789000063 ], [ 106.272443684000052, 29.692927478000048 ], [ 106.272423053000068, 29.692929931000034 ], [ 106.272402421000038, 29.692932384000066 ], [ 106.272383112000057, 29.692937079000039 ], [ 106.272388588000069, 29.692961831000044 ], [ 106.272390192000046, 29.692986619000067 ], [ 106.272386631000074, 29.693011459000051 ], [ 106.272379196000045, 29.693036340000052 ], [ 106.272366569000042, 29.693059012000049 ], [ 106.272350039000059, 29.693079465000036 ], [ 106.272329606000028, 29.693097702000031 ], [ 106.272306535000055, 29.693111456000047 ], [ 106.272287958000064, 29.693119789000029 ], [ 106.272345665000046, 29.693120434000033 ], [ 106.272529761000058, 29.693096711000074 ], [ 106.272659429000043, 29.693077170000034 ], [ 106.272668643000031, 29.693071104000072 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.274168606000046, 29.678760876000069 ], [ 106.274052538000035, 29.678744968000043 ], [ 106.274026628000058, 29.678775043000098 ], [ 106.274014400000056, 29.678789235000067 ], [ 106.275208577000058, 29.679757496000047 ], [ 106.275131443000078, 29.680152339000077 ], [ 106.275215957000071, 29.680029291000032 ], [ 106.275247482000069, 29.679928548000081 ], [ 106.275257489000069, 29.679789971000048 ], [ 106.275201876000054, 29.679635521000076 ], [ 106.275088165000057, 29.679456390000034 ], [ 106.27493363800005, 29.679313696000062 ], [ 106.274636752000049, 29.679191919000061 ], [ 106.274530793000054, 29.679119324000052 ], [ 106.274385021000057, 29.679016190000084 ], [ 106.274184136000031, 29.678798252000028 ], [ 106.274168606000046, 29.678760876000069 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.273333811000043, 29.677920190000062 ], [ 106.273530187000077, 29.677907329000053 ], [ 106.273677039000063, 29.677901640000062 ], [ 106.273765128000051, 29.677896517000079 ], [ 106.273867909000046, 29.677891252000048 ], [ 106.274043067000036, 29.677876175000051 ], [ 106.274228149000081, 29.677886683000054 ], [ 106.27445285500005, 29.677884523000039 ], [ 106.274548241000048, 29.677886730000061 ], [ 106.27432654200004, 29.677776247000047 ], [ 106.27430572600008, 29.677765874000045 ], [ 106.274310447000062, 29.677784839000086 ], [ 106.274312725000087, 29.677811878000053 ], [ 106.274300574000051, 29.677821014000067 ], [ 106.274270234000028, 29.677821306000055 ], [ 106.274223557000028, 29.677805970000065 ], [ 106.27412355000007, 29.677759575000039 ], [ 106.274109433000035, 29.677766476000045 ], [ 106.274090020000074, 29.677814020000092 ], [ 106.274057971000047, 29.67783236800005 ], [ 106.273744220000026, 29.677833130000064 ], [ 106.273618057000078, 29.677811792000057 ], [ 106.273490862000074, 29.677810759000053 ], [ 106.273452160000033, 29.677813387000075 ], [ 106.273393616000078, 29.677829735000046 ], [ 106.273213571000042, 29.67783597500005 ], [ 106.273161997000045, 29.677810452000067 ], [ 106.273149948000025, 29.677804489000039 ], [ 106.27315787100008, 29.677929234000089 ], [ 106.273329647000025, 29.677920761000046 ], [ 106.273333811000043, 29.677920190000062 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.273557958000026, 29.678695952000055 ], [ 106.273170713000084, 29.678724613000043 ], [ 106.272988908000059, 29.678724376000051 ], [ 106.27300815600006, 29.678748996000085 ], [ 106.273039596000046, 29.678784775000047 ], [ 106.273107945000049, 29.678829219000082 ], [ 106.273150053000052, 29.678891957000083 ], [ 106.273177649000047, 29.678930027000032 ], [ 106.273202103000074, 29.678974893000088 ], [ 106.27322341200005, 29.679026555000064 ], [ 106.27324806300004, 29.679087205000084 ], [ 106.273289945000045, 29.679131903000044 ], [ 106.273344113000064, 29.67912687300009 ], [ 106.273378158000071, 29.67911301600008 ], [ 106.273428727000066, 29.679078703000073 ], [ 106.273452888000065, 29.679049155000079 ], [ 106.273472360000028, 29.679006122000086 ], [ 106.273492506000025, 29.678965337000083 ], [ 106.273522163000052, 29.678910931000079 ], [ 106.273534192000056, 29.678840908000041 ], [ 106.273557958000026, 29.678695952000055 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.272649806000061, 29.677943411000047 ], [ 106.272712737000063, 29.677940844000098 ], [ 106.272781293000037, 29.677940185000065 ], [ 106.272913526000082, 29.677924759000064 ], [ 106.272996841000065, 29.677931227000052 ], [ 106.273146644000064, 29.677929788000085 ], [ 106.27315625500006, 29.677929314000043 ], [ 106.27315787100008, 29.677929234000089 ], [ 106.273149948000025, 29.677804489000039 ], [ 106.273109862000069, 29.677803146000088 ], [ 106.273056986000029, 29.677808163000066 ], [ 106.272972791000029, 29.677838290000068 ], [ 106.272918065000056, 29.677850090000049 ], [ 106.272865189000072, 29.67785510900006 ], [ 106.27275985600005, 29.677847100000072 ], [ 106.272753932000057, 29.677838137000037 ], [ 106.272753648000048, 29.677815589000101 ], [ 106.27260332000003, 29.677787020000036 ], [ 106.272552379000047, 29.677777370000065 ], [ 106.272550906000049, 29.677782292000067 ], [ 106.272543711000026, 29.677806330000067 ], [ 106.272567688000038, 29.677864731000057 ], [ 106.272552309000048, 29.677873899000076 ], [ 106.272520812000039, 29.677833611000036 ], [ 106.272441755000045, 29.67786143100005 ], [ 106.272453020000057, 29.677909422000084 ], [ 106.272511698000073, 29.677951347000089 ], [ 106.27257567900007, 29.677946436000081 ], [ 106.272649806000061, 29.677943411000047 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.273149948000025, 29.677804489000039 ], [ 106.273149883000031, 29.677803465000068 ], [ 106.273162209000077, 29.677752378000033 ], [ 106.27325519700004, 29.677669370000039 ], [ 106.273477515000081, 29.677556802000083 ], [ 106.273712314000079, 29.677510787000077 ], [ 106.273430827000027, 29.67741406700009 ], [ 106.27309593800004, 29.677368628000067 ], [ 106.272805865000066, 29.677342221000064 ], [ 106.27263354400003, 29.67725974200005 ], [ 106.272460332000037, 29.677376863000063 ], [ 106.272318247000044, 29.677423533000077 ], [ 106.272137435000047, 29.677484731000035 ], [ 106.272005149000051, 29.677536968000084 ], [ 106.271905675000028, 29.677620038000043 ], [ 106.271867803000077, 29.677702516000071 ], [ 106.271851875000038, 29.677735977000065 ], [ 106.271974972000066, 29.677715645000031 ], [ 106.272108008000032, 29.67772286200006 ], [ 106.272300294000047, 29.677800300000058 ], [ 106.272453020000057, 29.677909422000084 ], [ 106.272441755000045, 29.67786143100005 ], [ 106.272520812000039, 29.677833611000036 ], [ 106.272552309000048, 29.677873899000076 ], [ 106.272567688000038, 29.677864731000057 ], [ 106.272543711000026, 29.677806330000067 ], [ 106.272550906000049, 29.677782292000067 ], [ 106.272552379000047, 29.677777370000065 ], [ 106.27260332000003, 29.677787020000036 ], [ 106.272753648000048, 29.677815589000101 ], [ 106.272753932000057, 29.677838137000037 ], [ 106.27275985600005, 29.677847100000072 ], [ 106.272865189000072, 29.67785510900006 ], [ 106.272918065000056, 29.677850090000049 ], [ 106.272972791000029, 29.677838290000068 ], [ 106.273056986000029, 29.677808163000066 ], [ 106.273109862000069, 29.677803146000088 ], [ 106.273149948000025, 29.677804489000039 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.271426933000043, 29.678522240000063 ], [ 106.27140401500003, 29.678507283000048 ], [ 106.271350882000036, 29.678455849000049 ], [ 106.271291444000042, 29.678459475000064 ], [ 106.271250114000054, 29.678511815000029 ], [ 106.271250768000073, 29.678563752000052 ], [ 106.271244578000051, 29.678627978000058 ], [ 106.271203133000029, 29.678671151000049 ], [ 106.271130047000042, 29.678702408000046 ], [ 106.271001365000075, 29.678764752000067 ], [ 106.270832486000074, 29.678814102000054 ], [ 106.270813988000043, 29.678927360000039 ], [ 106.270800525000027, 29.679044919000027 ], [ 106.27080877700007, 29.679246915000082 ], [ 106.270836147000068, 29.679253153000044 ], [ 106.270909560000078, 29.67928433000009 ], [ 106.270960358000096, 29.679331666000053 ], [ 106.270998067000065, 29.67942695000005 ], [ 106.271063807000075, 29.679573774000065 ], [ 106.271112342000052, 29.679701700000066 ], [ 106.271134612000026, 29.679760401000078 ], [ 106.271218105000059, 29.679867201000047 ], [ 106.271346779000055, 29.679937701000089 ], [ 106.271522695000044, 29.679978756000082 ], [ 106.271528378000042, 29.679890390000089 ], [ 106.271509429000048, 29.679855023000076 ], [ 106.271577372000081, 29.679770594000047 ], [ 106.271635927000034, 29.679696700000072 ], [ 106.271669991000067, 29.67962304100007 ], [ 106.271669029000066, 29.679546664000046 ], [ 106.271622471000057, 29.679461556000032 ], [ 106.271600364000051, 29.679373160000068 ], [ 106.271531235000054, 29.679162994000091 ], [ 106.271483446000047, 29.678980122000038 ], [ 106.271430851000048, 29.678693410000051 ], [ 106.271426933000043, 29.678522240000063 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.270123287000047, 29.675580026000038 ], [ 106.270092991000084, 29.675554143000056 ], [ 106.270018822000054, 29.675614470000085 ], [ 106.269915929000035, 29.675641629000037 ], [ 106.26978288600003, 29.675654536000078 ], [ 106.269634180000025, 29.67565865500006 ], [ 106.269630277000033, 29.675693200000069 ], [ 106.269630501000051, 29.675876230000071 ], [ 106.269724460000077, 29.676252266000066 ], [ 106.26979022900008, 29.67657422200006 ], [ 106.269824673000073, 29.676632765000079 ], [ 106.269863961000055, 29.676664089000045 ], [ 106.26992629900009, 29.676672549000049 ], [ 106.269975759000033, 29.676687925000067 ], [ 106.270070062000059, 29.676764008000077 ], [ 106.270204423000052, 29.676932545000053 ], [ 106.270359954000071, 29.677181820000044 ], [ 106.270461600000033, 29.677271455000042 ], [ 106.270562604000077, 29.677310128000055 ], [ 106.270694501000037, 29.677356410000066 ], [ 106.270854830000076, 29.677214623000054 ], [ 106.27096255500004, 29.677042014000044 ], [ 106.271043788000057, 29.676881291000079 ], [ 106.271130071000073, 29.676592562000046 ], [ 106.271174200000075, 29.676394389000045 ], [ 106.271175737000078, 29.676251878000073 ], [ 106.271107753000081, 29.676142024000061 ], [ 106.271007018000034, 29.676076103000078 ], [ 106.270856449000064, 29.676019387000053 ], [ 106.270716269000062, 29.67599455900006 ], [ 106.270542610000064, 29.675955510000058 ], [ 106.270315310000058, 29.675887897000045 ], [ 106.270184573000051, 29.675819354000048 ], [ 106.27013060400003, 29.675764620000052 ], [ 106.270116553000037, 29.675706591000051 ], [ 106.270123287000047, 29.675580026000038 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.267313054000056, 29.679093334000065 ], [ 106.267324224000049, 29.678981884000056 ], [ 106.267359255000045, 29.678880087000039 ], [ 106.267419662000066, 29.678774877000077 ], [ 106.267465467000079, 29.678663465000049 ], [ 106.267470898000056, 29.678517562000081 ], [ 106.267472739000027, 29.678374863000048 ], [ 106.267511362000064, 29.67826986100005 ], [ 106.267608193000072, 29.678173816000076 ], [ 106.267760395000039, 29.678150163000048 ], [ 106.267862408000042, 29.678177723000093 ], [ 106.26796852800004, 29.678243292000051 ], [ 106.268015845000036, 29.678252352000072 ], [ 106.268135650000033, 29.678251205000027 ], [ 106.268277240000032, 29.678249850000043 ], [ 106.268383042000039, 29.678290056000037 ], [ 106.268438256000081, 29.678349770000061 ], [ 106.268468522000049, 29.678437509000045 ], [ 106.268569930000069, 29.678389879000065 ], [ 106.268738918000054, 29.678337336000077 ], [ 106.268813897000044, 29.678303698000033 ], [ 106.268844352000031, 29.678290034000046 ], [ 106.268955378000058, 29.678265822000071 ], [ 106.268976672000065, 29.678259878000063 ], [ 106.269004302000042, 29.678161869000061 ], [ 106.269026329000042, 29.678081178000067 ], [ 106.269056708000051, 29.678054060000079 ], [ 106.269133375000081, 29.678043266000088 ], [ 106.26914856500008, 29.678029707000061 ], [ 106.269174473000078, 29.677952332000082 ], [ 106.269219580000026, 29.677874773000035 ], [ 106.269292113000063, 29.677840545000038 ], [ 106.269380508000054, 29.677846405000082 ], [ 106.269473038000058, 29.677875699000076 ], [ 106.269519072000037, 29.677871904000085 ], [ 106.26957574100004, 29.677797587000043 ], [ 106.269642908000051, 29.677678600000036 ], [ 106.269590044000054, 29.677578579000059 ], [ 106.269548279000048, 29.677449283000044 ], [ 106.269530726000028, 29.677348146000043 ], [ 106.269490866000069, 29.677408416000048 ], [ 106.269418845000075, 29.677505035000081 ], [ 106.269357237000065, 29.677573339000052 ], [ 106.269278118000045, 29.677619240000062 ], [ 106.269183707000082, 29.677648359000045 ], [ 106.269113154000081, 29.677690415000079 ], [ 106.269062198000043, 29.677749213000084 ], [ 106.269009582000095, 29.677847527000026 ], [ 106.268952400000046, 29.677925194000071 ], [ 106.268837139000041, 29.678009059000097 ], [ 106.268745143000046, 29.678058844000081 ], [ 106.268639799000042, 29.678074901000059 ], [ 106.268540513000076, 29.67805892400008 ], [ 106.268481961000091, 29.678027508000074 ], [ 106.268444569000053, 29.677965794000045 ], [ 106.268432785000073, 29.677885026000073 ], [ 106.268451649000042, 29.67784346500007 ], [ 106.268490228000076, 29.677828048000038 ], [ 106.268552568000075, 29.677818046000091 ], [ 106.268614860000071, 29.677804283000061 ], [ 106.268653156000028, 29.677766298000055 ], [ 106.268676468000081, 29.677735979000097 ], [ 106.268686882000054, 29.67770766600006 ], [ 106.268673512000078, 29.677672055000066 ], [ 106.26865396200003, 29.677659075000058 ], [ 106.268597942000056, 29.67765773100006 ], [ 106.26853979100008, 29.677658287000042 ], [ 106.268446921000077, 29.677638486000031 ], [ 106.268381837000049, 29.677601490000086 ], [ 106.268350718000079, 29.677524669000046 ], [ 106.268347691000031, 29.677455103000057 ], [ 106.268368637000037, 29.677407878000054 ], [ 106.268413558000077, 29.677382996000066 ], [ 106.26845445500004, 29.677380723000059 ], [ 106.268506263000063, 29.677389632000086 ], [ 106.268605688000036, 29.677416894000086 ], [ 106.268754343000069, 29.677419233000073 ], [ 106.268849035000073, 29.677412682000067 ], [ 106.26891120900008, 29.677389516000055 ], [ 106.268972769000072, 29.677317451000079 ], [ 106.268982545000028, 29.677238357000082 ], [ 106.268969009000045, 29.677189583000089 ], [ 106.268927523000059, 29.677144836000075 ], [ 106.268849161000063, 29.677079754000086 ], [ 106.268799201000036, 29.677046373000049 ], [ 106.26874968900006, 29.67704873000007 ], [ 106.268689574000078, 29.677064353000048 ], [ 106.268633484000077, 29.677057366000035 ], [ 106.268585772000051, 29.67703149000004 ], [ 106.268535646000032, 29.676984947000054 ], [ 106.268485756000075, 29.676957210000062 ], [ 106.268455509000034, 29.676949974000085 ], [ 106.268386780000071, 29.67696568000008 ], [ 106.26830297500004, 29.676981530000038 ], [ 106.268242860000043, 29.676997153000062 ], [ 106.268203998000047, 29.676990001000036 ], [ 106.268136713000047, 29.676949265000079 ], [ 106.268079773000068, 29.676874571000038 ], [ 106.268079159000081, 29.676825672000064 ], [ 106.268091681000044, 29.676793576000065 ], [ 106.268155937000074, 29.676764747000043 ], [ 106.268179297000074, 29.676738190000041 ], [ 106.268172506000042, 29.676711922000038 ], [ 106.26815482800005, 29.676676353000062 ], [ 106.268117507000056, 29.676620280000066 ], [ 106.268093131000057, 29.676565967000048 ], [ 106.268086056000072, 29.676517130000036 ], [ 106.268104873000027, 29.676471807000041 ], [ 106.268103753000048, 29.676458851000056 ], [ 106.26808528600003, 29.676503331000045 ], [ 106.267916386000095, 29.676532037000072 ], [ 106.267838667000035, 29.676218941000059 ], [ 106.267934755000056, 29.676204572000078 ], [ 106.267914799000039, 29.676106643000075 ], [ 106.26792219500004, 29.675777945000046 ], [ 106.267946127000073, 29.675542982000067 ], [ 106.267961107000076, 29.675512658000049 ], [ 106.268003089000047, 29.675492136000059 ], [ 106.268041526000047, 29.67549512200009 ], [ 106.268087559000037, 29.675491328000078 ], [ 106.268163004000044, 29.675383299000089 ], [ 106.268264778000059, 29.67523142500005 ], [ 106.26834486000007, 29.675187065000049 ], [ 106.268456291000064, 29.675192705000086 ], [ 106.268498862000058, 29.675219124000087 ], [ 106.26854970200003, 29.675292411000044 ], [ 106.26858138700004, 29.675369234000069 ], [ 106.268589992000045, 29.675442925000084 ], [ 106.268613577000053, 29.675486292000077 ], [ 106.268706189000056, 29.675522293000078 ], [ 106.268798212000036, 29.675511352000051 ], [ 106.268997701000046, 29.675496027000065 ], [ 106.26930026000008, 29.675448993000089 ], [ 106.269289029000049, 29.675345091000054 ], [ 106.269259041000055, 29.675194651000087 ], [ 106.269197954000049, 29.675023669000041 ], [ 106.269033906000061, 29.674957195000051 ], [ 106.268958959000031, 29.674940509000066 ], [ 106.268898869000054, 29.674916428000071 ], [ 106.268848886000058, 29.674903852000057 ], [ 106.268765820000056, 29.674901748000078 ], [ 106.26866089300006, 29.674878096000036 ], [ 106.268537553000044, 29.674843020000086 ], [ 106.268497080000031, 29.674794096000081 ], [ 106.268491441000037, 29.674741938000071 ], [ 106.268505751000077, 29.674691040000084 ], [ 106.268531701000029, 29.674641480000048 ], [ 106.268537924000043, 29.674608063000047 ], [ 106.268534148000072, 29.674571841000038 ], [ 106.268543693000026, 29.674538392000041 ], [ 106.268597947000046, 29.674494364000051 ], [ 106.268633842000042, 29.674443257000057 ], [ 106.268649594000067, 29.67437494100005 ], [ 106.268660307000061, 29.674302322000074 ], [ 106.268689487000088, 29.674245480000078 ], [ 106.268738341000088, 29.674209450000035 ], [ 106.26883080500005, 29.674127376000062 ], [ 106.268781311000055, 29.674023200000075 ], [ 106.268715924000048, 29.6741438100001 ], [ 106.268687863000039, 29.674174441000048 ], [ 106.268638599000042, 29.674199656000045 ], [ 106.26850843800004, 29.674245096000053 ], [ 106.268416040000034, 29.67427544100007 ], [ 106.268168642000035, 29.67438829200006 ], [ 106.267866658000059, 29.674520079000047 ], [ 106.267703361000031, 29.67461371000007 ], [ 106.267590019000068, 29.674655305000051 ], [ 106.267488957000069, 29.67466732000009 ], [ 106.267364929000053, 29.67466467100007 ], [ 106.267105763000075, 29.674637668000063 ], [ 106.266800198000055, 29.674596386000079 ], [ 106.26680082500009, 29.674615346000053 ], [ 106.266757312000038, 29.674827439000069 ], [ 106.266707272000076, 29.674979116000088 ], [ 106.266704823000069, 29.674993283000038 ], [ 106.266674985000066, 29.675165903000043 ], [ 106.266676439000037, 29.675281806000044 ], [ 106.266702174000045, 29.675493239000048 ], [ 106.266739815000051, 29.675697177000075 ], [ 106.266840255000034, 29.676241359000066 ], [ 106.266887860000054, 29.676499278000044 ], [ 106.266940048000052, 29.676746458000085 ], [ 106.266956860000064, 29.676826083000041 ], [ 106.267011677000028, 29.677171916000066 ], [ 106.267078063000042, 29.677519750000044 ], [ 106.267079188000025, 29.677525647000039 ], [ 106.267064030000029, 29.677753981000084 ], [ 106.267003627000065, 29.677967011000074 ], [ 106.266994428000032, 29.677975704000055 ], [ 106.266959407000058, 29.67826562800008 ], [ 106.266915112000049, 29.678497512000028 ], [ 106.26685956700004, 29.678700967000054 ], [ 106.266829398000027, 29.678901008000079 ], [ 106.266812198000039, 29.678977269000093 ], [ 106.266762563000043, 29.679072864000091 ], [ 106.266712293000069, 29.679117734000037 ], [ 106.266590824000048, 29.679146781000036 ], [ 106.266589251000028, 29.679150617000062 ], [ 106.266601494000042, 29.679258303000047 ], [ 106.266653200000064, 29.679310090000058 ], [ 106.266733976000069, 29.679300487000035 ], [ 106.266868912000064, 29.679271272000054 ], [ 106.266998683000054, 29.679222771000056 ], [ 106.267113617000064, 29.679167968000062 ], [ 106.267311277000033, 29.679094488000093 ], [ 106.267313054000056, 29.679093334000065 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.253680320000058, 29.661013369000045 ], [ 106.253674937000028, 29.661014529000052 ], [ 106.253648474000059, 29.661014780000073 ], [ 106.253618139000025, 29.661015067000051 ], [ 106.253602256000079, 29.661035513000051 ], [ 106.253573547000045, 29.661062845000053 ], [ 106.253543297000078, 29.661069897000058 ], [ 106.253509089000033, 29.661070221000049 ], [ 106.253467671000067, 29.661061592000063 ], [ 106.253425073000074, 29.661061994000082 ], [ 106.253398162000053, 29.661078035000052 ], [ 106.253365918000043, 29.661080594000058 ], [ 106.253317596000045, 29.661087817000066 ], [ 106.253285576000053, 29.661108415000058 ], [ 106.253265595000073, 29.661110860000072 ], [ 106.253231810000045, 29.661093138000076 ], [ 106.253235572000051, 29.661084082000059 ], [ 106.253229483000041, 29.661061589000049 ], [ 106.253230832000042, 29.661014220000084 ], [ 106.253245228000026, 29.660978003000089 ], [ 106.253280419000077, 29.660952863000038 ], [ 106.253298998000048, 29.660941412000053 ], [ 106.253324252000027, 29.660947940000092 ], [ 106.253345551000052, 29.660947738000061 ], [ 106.253357619000042, 29.66093183800006 ], [ 106.253342467000039, 29.660907175000091 ], [ 106.253299648000052, 29.660837673000053 ], [ 106.253264460000025, 29.660810945000037 ], [ 106.253234460000044, 29.660838289000083 ], [ 106.253151842000079, 29.660942805000047 ], [ 106.253061224000078, 29.661078966000048 ], [ 106.253066722000028, 29.661105974000062 ], [ 106.253077891000046, 29.661121655000045 ], [ 106.253089030000069, 29.661135080000069 ], [ 106.253109374000076, 29.661161947000039 ], [ 106.253122673000064, 29.661193394000055 ], [ 106.253115180000066, 29.661213761000059 ], [ 106.253088324000032, 29.661234310000047 ], [ 106.253048362000072, 29.661239198000089 ], [ 106.252986375000035, 29.661237528000072 ], [ 106.252943750000057, 29.66123567600004 ], [ 106.252909598000031, 29.661240510000084 ], [ 106.252887204000046, 29.661256507000068 ], [ 106.25288226400005, 29.661274593000094 ], [ 106.252882572000047, 29.66129939700005 ], [ 106.252893178000079, 29.661321848000057 ], [ 106.252905748000046, 29.66134653600005 ], [ 106.252923594000038, 29.661380192000077 ], [ 106.252969949000033, 29.661422601000087 ], [ 106.253097514000061, 29.661507087000075 ], [ 106.25319236100006, 29.661555803000056 ], [ 106.253309431000062, 29.661626858000094 ], [ 106.253359384000078, 29.661640877000089 ], [ 106.253398409000056, 29.661611264000047 ], [ 106.253465974000051, 29.661523687000056 ], [ 106.253553794000027, 29.661408938000079 ], [ 106.253593715000079, 29.661306632000048 ], [ 106.253660573000062, 29.661162102000048 ], [ 106.253679605000059, 29.661036012000061 ], [ 106.253680320000058, 29.661013369000045 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.252484243000026, 29.661940336000036 ], [ 106.252417341000069, 29.661938313000057 ], [ 106.252358773000026, 29.661920879000029 ], [ 106.252327736000041, 29.661909181000066 ], [ 106.252313488000027, 29.661867345000076 ], [ 106.252318904000049, 29.661750376000047 ], [ 106.252348864000055, 29.661675147000036 ], [ 106.252389715000049, 29.661647780000067 ], [ 106.252454813000043, 29.661638173000082 ], [ 106.252547739000079, 29.661658278000061 ], [ 106.252663763000044, 29.661670499000081 ], [ 106.252659881000056, 29.661664570000081 ], [ 106.252616893000038, 29.661633406000071 ], [ 106.25257143400006, 29.661611282000074 ], [ 106.252537085000029, 29.661600333000077 ], [ 106.252491460000044, 29.661564683000048 ], [ 106.252446196000051, 29.66155834500006 ], [ 106.252392626000074, 29.661558852000045 ], [ 106.252334399000063, 29.661548127000053 ], [ 106.252310071000082, 29.661512277000046 ], [ 106.252325536000072, 29.661458007000071 ], [ 106.252327670000057, 29.661421905000061 ], [ 106.252327252000057, 29.66138808400007 ], [ 106.252318778000074, 29.661381398000049 ], [ 106.252297422000026, 29.661377090000091 ], [ 106.252273737000053, 29.661393098000069 ], [ 106.252252578000039, 29.661404575000063 ], [ 106.252218342000063, 29.66140264400007 ], [ 106.252199346000054, 29.661380272000081 ], [ 106.252196346000062, 29.661346474000084 ], [ 106.252174041000046, 29.661265503000031 ], [ 106.252136133000079, 29.66122752400009 ], [ 106.252088093000054, 29.661205428000073 ], [ 106.252042885000037, 29.661203599000082 ], [ 106.251971186000048, 29.661199767000088 ], [ 106.251939505000053, 29.661195555000059 ], [ 106.251907178000067, 29.661191350000085 ], [ 106.25187033300007, 29.661187189000085 ], [ 106.251851979000037, 29.661216677000088 ], [ 106.251868646000048, 29.661259367000074 ], [ 106.251927459000058, 29.66131744300009 ], [ 106.251954452000064, 29.661360036000076 ], [ 106.251989696000066, 29.661391272000067 ], [ 106.252021684000056, 29.661420286000062 ], [ 106.252033048000044, 29.661451749000037 ], [ 106.252003358000081, 29.661452032000053 ], [ 106.251947628000053, 29.661434517000082 ], [ 106.251896923000061, 29.661405680000094 ], [ 106.251853850000032, 29.661367751000057 ], [ 106.251810610000078, 29.661316292000041 ], [ 106.251788753000028, 29.661271397000068 ], [ 106.251788166000054, 29.661224045000044 ], [ 106.251787552000053, 29.661174440000078 ], [ 106.251762946000042, 29.661116039000035 ], [ 106.251782169000094, 29.66110458300005 ], [ 106.25181668700003, 29.661077195000082 ], [ 106.251841495000065, 29.661047647000093 ], [ 106.251846267000076, 29.661016030000052 ], [ 106.251850255000079, 29.66097314600006 ], [ 106.251857581000081, 29.660939249000084 ], [ 106.251854663000074, 29.660912217000092 ], [ 106.251834599000063, 29.660907894000047 ], [ 106.251804855000046, 29.660903666000074 ], [ 106.251792229000046, 29.660874471000056 ], [ 106.25179877000005, 29.660829306000043 ], [ 106.251841005000074, 29.660799592000036 ], [ 106.251895304000072, 29.660805845000077 ], [ 106.25192805000006, 29.660843873000086 ], [ 106.251975360000074, 29.660859210000073 ], [ 106.252012991000072, 29.660874639000038 ], [ 106.252041162000069, 29.660908199000062 ], [ 106.252068773000076, 29.660948530000045 ], [ 106.252114342000027, 29.660979672000053 ], [ 106.252101376000041, 29.661027150000056 ], [ 106.252112121000039, 29.661060874000039 ], [ 106.252146440000047, 29.66106957300007 ], [ 106.252186485000038, 29.661071448000094 ], [ 106.252218923000044, 29.661084672000072 ], [ 106.252236824000079, 29.661122839000093 ], [ 106.252234521000048, 29.66114541200005 ], [ 106.252202307000061, 29.661150226000061 ], [ 106.252182438000034, 29.661161689000036 ], [ 106.25218013600005, 29.661184261000077 ], [ 106.252205669000034, 29.661213336000063 ], [ 106.252253009000071, 29.661230930000045 ], [ 106.252297600000077, 29.661235018000074 ], [ 106.252327232000027, 29.661230228000075 ], [ 106.252364779000075, 29.661238893000071 ], [ 106.25241472700003, 29.66125871700007 ], [ 106.252454293000028, 29.661274129000045 ], [ 106.252494449000039, 29.661285025000048 ], [ 106.25252882500007, 29.661298230000053 ], [ 106.252543892000077, 29.661316129000053 ], [ 106.252562018000049, 29.66137233500007 ], [ 106.252591986000027, 29.661394601000044 ], [ 106.252617214000054, 29.661398874000039 ], [ 106.252641740000058, 29.661398642000044 ], [ 106.252664246000066, 29.66139166400006 ], [ 106.252688911000064, 29.66140270700004 ], [ 106.25268913500004, 29.66142074500004 ], [ 106.252662418000057, 29.66145256800008 ], [ 106.252662809000071, 29.66148413600007 ], [ 106.252692749000062, 29.661504149000049 ], [ 106.252725133000084, 29.661512863000027 ], [ 106.252752102000045, 29.66150133200005 ], [ 106.252771857000042, 29.661480850000089 ], [ 106.252798909000035, 29.661476085000054 ], [ 106.252816504000066, 29.66148944900004 ], [ 106.252829720000079, 29.661514130000054 ], [ 106.252874366000071, 29.661522727000083 ], [ 106.252886740000065, 29.661531629000077 ], [ 106.252886963000051, 29.661549669000067 ], [ 106.252884747000053, 29.661579007000061 ], [ 106.252904921000038, 29.661592345000081 ], [ 106.252926866000053, 29.661592140000039 ], [ 106.252961691000053, 29.661589555000035 ], [ 106.252989668000055, 29.661607331000084 ], [ 106.253026428000055, 29.661604727000043 ], [ 106.253051321000044, 29.661581941000058 ], [ 106.25308095400004, 29.661577152000064 ], [ 106.253093386000046, 29.66159056500004 ], [ 106.253103402000079, 29.661617531000047 ], [ 106.253116673000079, 29.661646721000061 ], [ 106.253146613000069, 29.661666734000054 ], [ 106.253188875000035, 29.661691140000073 ], [ 106.253187746000037, 29.661707417000056 ], [ 106.253272352000067, 29.661687403000084 ], [ 106.253330400000038, 29.66166287100009 ], [ 106.253359384000078, 29.661640877000089 ], [ 106.253309431000062, 29.661626858000094 ], [ 106.25319236100006, 29.661555803000056 ], [ 106.253097514000061, 29.661507087000075 ], [ 106.252969949000033, 29.661422601000087 ], [ 106.252923594000038, 29.661380192000077 ], [ 106.252905748000046, 29.66134653600005 ], [ 106.252893178000079, 29.661321848000057 ], [ 106.252882572000047, 29.66129939700005 ], [ 106.25288226400005, 29.661274593000094 ], [ 106.252887204000046, 29.661256507000068 ], [ 106.252909598000031, 29.661240510000084 ], [ 106.252943750000057, 29.66123567600004 ], [ 106.252986375000035, 29.661237528000072 ], [ 106.253048362000072, 29.661239198000089 ], [ 106.253088324000032, 29.661234310000047 ], [ 106.253115180000066, 29.661213761000059 ], [ 106.253122673000064, 29.661193394000055 ], [ 106.253109374000076, 29.661161947000039 ], [ 106.253089030000069, 29.661135080000069 ], [ 106.253077891000046, 29.661121655000045 ], [ 106.253066722000028, 29.661105974000062 ], [ 106.253061224000078, 29.661078966000048 ], [ 106.253151842000079, 29.660942805000047 ], [ 106.253234460000044, 29.660838289000083 ], [ 106.253264460000025, 29.660810945000037 ], [ 106.253299648000052, 29.660837673000053 ], [ 106.253342467000039, 29.660907175000091 ], [ 106.253357619000042, 29.66093183800006 ], [ 106.253345551000052, 29.660947738000061 ], [ 106.253324252000027, 29.660947940000092 ], [ 106.253298998000048, 29.660941412000053 ], [ 106.253280419000077, 29.660952863000038 ], [ 106.253245228000026, 29.660978003000089 ], [ 106.253230832000042, 29.661014220000084 ], [ 106.253229483000041, 29.661061589000049 ], [ 106.253235572000051, 29.661084082000059 ], [ 106.253231810000045, 29.661093138000076 ], [ 106.253265595000073, 29.661110860000072 ], [ 106.253285576000053, 29.661108415000058 ], [ 106.253317596000045, 29.661087817000066 ], [ 106.253365918000043, 29.661080594000058 ], [ 106.253398162000053, 29.661078035000052 ], [ 106.253425073000074, 29.661061994000082 ], [ 106.253467671000067, 29.661061592000063 ], [ 106.253509089000033, 29.661070221000049 ], [ 106.253543297000078, 29.661069897000058 ], [ 106.253573547000045, 29.661062845000053 ], [ 106.253602256000079, 29.661035513000051 ], [ 106.253618139000025, 29.661015067000051 ], [ 106.253648474000059, 29.661014780000073 ], [ 106.253674937000028, 29.661014529000052 ], [ 106.253680320000058, 29.661013369000045 ], [ 106.253682070000082, 29.660958045000093 ], [ 106.253708374000041, 29.66086486100005 ], [ 106.253733406000038, 29.660816560000068 ], [ 106.253709697000033, 29.660802806000046 ], [ 106.253686523000056, 29.660799510000057 ], [ 106.253661403000081, 29.660801505000048 ], [ 106.253620171000094, 29.66080189500007 ], [ 106.253594974000066, 29.66079774100006 ], [ 106.253572706000057, 29.660786531000046 ], [ 106.253536198000063, 29.660762280000085 ], [ 106.253513799000075, 29.660740530000048 ], [ 106.253475849000054, 29.660681153000045 ], [ 106.253433022000081, 29.660634121000037 ], [ 106.253372169000045, 29.66059341100004 ], [ 106.253300221000075, 29.660550166000057 ], [ 106.253249584000059, 29.660534694000035 ], [ 106.25324575500008, 29.660551788000085 ], [ 106.253206944000056, 29.660597256000074 ], [ 106.253196898000056, 29.660619902000064 ], [ 106.253207447000079, 29.660637843000078 ], [ 106.253098570000077, 29.660602790000041 ], [ 106.253043347000073, 29.660573997000085 ], [ 106.252966542000081, 29.66057472500006 ], [ 106.252956101000052, 29.660617670000079 ], [ 106.253006692000042, 29.660689354000052 ], [ 106.253045945000054, 29.660783694000088 ], [ 106.253019732000041, 29.66085610600004 ], [ 106.252921346000051, 29.660886350000055 ], [ 106.252811963000056, 29.660862580000071 ], [ 106.252725264000048, 29.660846795000054 ], [ 106.252688184000078, 29.660878565000075 ], [ 106.252619593000077, 29.660903282000039 ], [ 106.252551077000078, 29.660934018000027 ], [ 106.252501431000042, 29.660958556000082 ], [ 106.252444636000064, 29.660962102000045 ], [ 106.252346451000051, 29.660961525000054 ], [ 106.252270580000072, 29.660954720000056 ], [ 106.25220502500008, 29.660946313000071 ], [ 106.252118596000059, 29.660921556000055 ], [ 106.252056262000053, 29.660895066000087 ], [ 106.252028278000068, 29.660860730000074 ], [ 106.252020942000058, 29.660824696000077 ], [ 106.25199821800004, 29.660797833000061 ], [ 106.251941256000066, 29.660787840000065 ], [ 106.251862015000029, 29.660787086000088 ], [ 106.25179134900003, 29.660783238000079 ], [ 106.251749926000059, 29.660768622000038 ], [ 106.251728646000061, 29.660796143000091 ], [ 106.251691822000055, 29.660897967000043 ], [ 106.251655583000058, 29.661099013000065 ], [ 106.25163840700003, 29.661119472000056 ], [ 106.251631727000074, 29.661153360000075 ], [ 106.25165695000004, 29.661209501000087 ], [ 106.251697498000055, 29.661251963000037 ], [ 106.251725247000081, 29.661303568000051 ], [ 106.251745953000068, 29.661359749000042 ], [ 106.251756528000044, 29.661431811000057 ], [ 106.251739548000046, 29.661468053000071 ], [ 106.251710054000057, 29.661484117000047 ], [ 106.251653146000081, 29.661475634000059 ], [ 106.251600503000077, 29.661446815000087 ], [ 106.251566662000073, 29.661424584000095 ], [ 106.251532256000075, 29.661460990000084 ], [ 106.251489008000078, 29.661513266000039 ], [ 106.251464901000077, 29.661547320000068 ], [ 106.251458360000072, 29.661592483000057 ], [ 106.251483389000043, 29.661632838000063 ], [ 106.251512684000033, 29.661652858000075 ], [ 106.251556601000061, 29.661654699000039 ], [ 106.251576358000079, 29.661634216000046 ], [ 106.251605262000055, 29.661622666000085 ], [ 106.251646793000077, 29.661640316000039 ], [ 106.251676256000053, 29.661673863000086 ], [ 106.25171879400007, 29.661720818000052 ], [ 106.25178543700008, 29.661785585000068 ], [ 106.251817426000059, 29.661814599000081 ], [ 106.251846582000042, 29.661823344000094 ], [ 106.25186145300006, 29.661825460000045 ], [ 106.25186569300007, 29.661802869000045 ], [ 106.251826521000055, 29.661767157000025 ], [ 106.251791783000044, 29.661724639000052 ], [ 106.25175962600008, 29.661682097000039 ], [ 106.251717790000043, 29.661639644000047 ], [ 106.251689788000093, 29.661567747000046 ], [ 106.251689508000027, 29.661545199000038 ], [ 106.251696329000026, 29.661522582000082 ], [ 106.251720688000034, 29.661508823000084 ], [ 106.251747712000054, 29.661501802000092 ], [ 106.251777034000057, 29.661524076000031 ], [ 106.251785255000073, 29.661562334000052 ], [ 106.25178564600003, 29.661593902000043 ], [ 106.251800180000032, 29.661620826000032 ], [ 106.251827511000045, 29.661638608000089 ], [ 106.251856583000063, 29.66164059000004 ], [ 106.251871149000067, 29.661617901000056 ], [ 106.251858746000039, 29.661606744000036 ], [ 106.251843733000044, 29.661593354000043 ], [ 106.251840901000037, 29.661573085000043 ], [ 106.251858132000052, 29.661557137000045 ], [ 106.251894865000054, 29.661552280000077 ], [ 106.251931371000069, 29.661581251000079 ], [ 106.25197124400006, 29.661621466000042 ], [ 106.251986059000046, 29.661670938000054 ], [ 106.251986589000069, 29.661713779000078 ], [ 106.251979826000081, 29.661740903000062 ], [ 106.251980355000072, 29.66178374500004 ], [ 106.251985993000062, 29.661822027000095 ], [ 106.25201809400005, 29.661860061000077 ], [ 106.252025668000044, 29.661898325000035 ], [ 106.252070339000056, 29.661961046000052 ], [ 106.252120146000038, 29.662021461000055 ], [ 106.252178680000043, 29.662056991000053 ], [ 106.252184012000043, 29.662070470000053 ], [ 106.25216220700004, 29.66208195300004 ], [ 106.25213756800008, 29.662073164000052 ], [ 106.252108497000052, 29.662071184000069 ], [ 106.25209645700005, 29.662089339000097 ], [ 106.252096820000077, 29.662118652000057 ], [ 106.25207967200005, 29.662141365000092 ], [ 106.252028712000026, 29.662144102000067 ], [ 106.251989902000048, 29.662137701000049 ], [ 106.251962572000025, 29.662119920000066 ], [ 106.25193512900006, 29.662093117000044 ], [ 106.251910885000029, 29.662064031000057 ], [ 106.251895704000049, 29.662037114000043 ], [ 106.25187611900003, 29.662019258000043 ], [ 106.251858607000031, 29.662012658000034 ], [ 106.251839329000063, 29.662019605000069 ], [ 106.251844856000062, 29.662048869000049 ], [ 106.251867135000055, 29.662075718000029 ], [ 106.25185781700003, 29.662105122000067 ], [ 106.251821362000044, 29.662132528000093 ], [ 106.251788698000041, 29.662153133000054 ], [ 106.25179894300004, 29.662094404000076 ], [ 106.251774588000046, 29.662056297000042 ], [ 106.251737715000047, 29.662049880000041 ], [ 106.251694500000042, 29.662052544000066 ], [ 106.251651395000067, 29.662064227000087 ], [ 106.251620949000028, 29.662055493000079 ], [ 106.251579168000035, 29.66201755100008 ], [ 106.25153828100008, 29.66199989800009 ], [ 106.251522596000029, 29.661984260000043 ], [ 106.251528521000068, 29.661941358000032 ], [ 106.251590875000048, 29.661920473000066 ], [ 106.251629882000032, 29.661890788000054 ], [ 106.251614225000026, 29.661877407000073 ], [ 106.251575472000084, 29.661875516000066 ], [ 106.251543396000045, 29.661891605000051 ], [ 106.251514913000051, 29.661885109000082 ], [ 106.251499284000033, 29.661873982000088 ], [ 106.251476638000042, 29.661869685000056 ], [ 106.25145668600004, 29.661874382000061 ], [ 106.251439342000026, 29.661881312000045 ], [ 106.251426352000081, 29.661874670000088 ], [ 106.251419590000069, 29.661849928000041 ], [ 106.251432080000029, 29.661815984000054 ], [ 106.251438058000076, 29.661777591000089 ], [ 106.25141844400008, 29.661757481000055 ], [ 106.251390018000052, 29.661755494000086 ], [ 106.251359879000063, 29.661771565000038 ], [ 106.251345369000035, 29.661798761000043 ], [ 106.25134342900003, 29.661850647000062 ], [ 106.25133949700006, 29.661898041000079 ], [ 106.251319656000078, 29.661911759000073 ], [ 106.251281716000051, 29.661923393000052 ], [ 106.25126420600003, 29.66191679200006 ], [ 106.251259185000038, 29.661876249000048 ], [ 106.251263340000037, 29.661846892000082 ], [ 106.251250097000081, 29.661819957000034 ], [ 106.251217798000027, 29.661818006000086 ], [ 106.251194112000064, 29.661834016000054 ], [ 106.251157603000081, 29.661856912000079 ], [ 106.25109505100005, 29.661862013000061 ], [ 106.251074792000054, 29.66184190700006 ], [ 106.251059668000039, 29.661819500000039 ], [ 106.25102481700003, 29.661819829000073 ], [ 106.251014011000052, 29.661833461000068 ], [ 106.251016843000059, 29.661853730000075 ], [ 106.251031857000058, 29.661867118000089 ], [ 106.25104307900007, 29.661887309000065 ], [ 106.251010865000069, 29.66189212300009 ], [ 106.250967480000043, 29.661881257000058 ], [ 106.250937201000056, 29.66188605200005 ], [ 106.250930915000026, 29.661899643000091 ], [ 106.250935039000069, 29.661919900000044 ], [ 106.250998625000079, 29.661946360000055 ], [ 106.251048434000054, 29.661954910000073 ], [ 106.251072650000026, 29.661981742000076 ], [ 106.251070542000036, 29.662020099000067 ], [ 106.251073403000078, 29.662042623000044 ], [ 106.251099584000031, 29.662071691000055 ], [ 106.251149560000044, 29.662093772000045 ], [ 106.251156116000075, 29.662095137000048 ], [ 106.251169191000031, 29.662080867000046 ], [ 106.251201527000035, 29.66206941900009 ], [ 106.251243191000071, 29.662061934000064 ], [ 106.251293087000079, 29.662063489000051 ], [ 106.251350975000051, 29.662054838000071 ], [ 106.25140675800003, 29.66206342900005 ], [ 106.251443117000065, 29.662080137000082 ], [ 106.251450190000071, 29.662079658000035 ], [ 106.251484904000066, 29.662068053000041 ], [ 106.251526071000058, 29.662056390000092 ], [ 106.251528175000033, 29.662069899000066 ], [ 106.251539481000066, 29.662096855000065 ], [ 106.251552781000044, 29.662128300000063 ], [ 106.251587241000038, 29.662148270000049 ], [ 106.25162868700005, 29.662159153000061 ], [ 106.251657393000087, 29.662183689000067 ], [ 106.251676840000073, 29.662190271000043 ], [ 106.25169151700004, 29.662176601000059 ], [ 106.251706840000054, 29.662162926000068 ], [ 106.25172174100004, 29.662167296000071 ], [ 106.251756255000032, 29.662191776000043 ], [ 106.251756450000073, 29.662207559000084 ], [ 106.251766271000065, 29.662218742000054 ], [ 106.251788132000058, 29.662211772000035 ], [ 106.251822006000054, 29.662184391000036 ], [ 106.251862949000042, 29.662154687000051 ], [ 106.251889973000061, 29.662147667000049 ], [ 106.251912086000061, 29.662160989000078 ], [ 106.251943878000077, 29.662174219000065 ], [ 106.25198785200007, 29.662180569000043 ], [ 106.252019477000033, 29.662180270000079 ], [ 106.252060785000026, 29.66217988000005 ], [ 106.252078435000044, 29.66219775400009 ], [ 106.252097853000066, 29.662202079000046 ], [ 106.252117077000037, 29.662190622000082 ], [ 106.252148759000079, 29.662194834000047 ], [ 106.252185883000038, 29.662221545000083 ], [ 106.252215095000054, 29.662234798000028 ], [ 106.252244673000064, 29.662225498000055 ], [ 106.252253991000032, 29.66219609500007 ], [ 106.252250795000066, 29.662146514000085 ], [ 106.252245045000052, 29.662099211000058 ], [ 106.252256917000068, 29.66206752700009 ], [ 106.252286411000057, 29.662051463000068 ], [ 106.252366444000074, 29.662050706000059 ], [ 106.252393776000076, 29.662068489000042 ], [ 106.252406401000044, 29.662097687000095 ], [ 106.252409625000041, 29.662149522000043 ], [ 106.252419838000037, 29.662192272000084 ], [ 106.252454409000052, 29.66222126200006 ], [ 106.252522346000049, 29.662234149000085 ], [ 106.25255655400008, 29.662233828000065 ], [ 106.252605606000031, 29.662233363000038 ], [ 106.252646998000046, 29.662239737000036 ], [ 106.252734608000026, 29.662225379000066 ], [ 106.252751895000074, 29.662213939000086 ], [ 106.252753553000048, 29.662191374000081 ], [ 106.252745415000049, 29.662159878000065 ], [ 106.252704810000068, 29.662164773000089 ], [ 106.252661960000069, 29.662144882000057 ], [ 106.25265895900003, 29.662111084000053 ], [ 106.252656716000047, 29.662086299000062 ], [ 106.252640973000041, 29.662066153000069 ], [ 106.252609375000077, 29.662068706000067 ], [ 106.252598655000043, 29.662089104000081 ], [ 106.252580751000039, 29.662102804000074 ], [ 106.252547134000054, 29.662098610000047 ], [ 106.252526929000055, 29.662083016000054 ], [ 106.252529147000075, 29.662053678000063 ], [ 106.252510796000081, 29.66203130200007 ], [ 106.252505831000065, 29.661995268000059 ], [ 106.25250350400006, 29.661963717000045 ], [ 106.252484243000026, 29.661940336000036 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.250119921000078, 29.662699228000058 ], [ 106.250122885000053, 29.662696665000052 ], [ 106.250159408000059, 29.662681591000084 ], [ 106.250236537000035, 29.662660933000033 ], [ 106.250291011000058, 29.66265348700005 ], [ 106.25032961400008, 29.662646191000075 ], [ 106.250359180000032, 29.662630316000048 ], [ 106.250412255000072, 29.662589956000087 ], [ 106.250471112000071, 29.662535679000083 ], [ 106.250492603000055, 29.662508615000043 ], [ 106.250497081000049, 29.66250318700008 ], [ 106.250444557000037, 29.662485320000084 ], [ 106.25041918800008, 29.662480358000039 ], [ 106.250387849000049, 29.662474153000058 ], [ 106.250323825000066, 29.662473457000093 ], [ 106.250267405000045, 29.662485692000072 ], [ 106.250197444000037, 29.662486352000091 ], [ 106.250139391000062, 29.662486898000054 ], [ 106.250100538000027, 29.662516032000042 ], [ 106.250000001000046, 29.66253394500006 ], [ 106.249908112000071, 29.662489771000075 ], [ 106.249847817000045, 29.662417704000063 ], [ 106.249803191000069, 29.66233165500006 ], [ 106.24977883400004, 29.662283461000072 ], [ 106.24977444600006, 29.662248916000067 ], [ 106.249754263000057, 29.662217976000079 ], [ 106.249730376000059, 29.662207825000046 ], [ 106.24967894100007, 29.662211769000059 ], [ 106.249588931000062, 29.662273126000059 ], [ 106.249501216000056, 29.662351408000067 ], [ 106.249497284000029, 29.662355344000041 ], [ 106.249410261000037, 29.662442453000036 ], [ 106.249408540000047, 29.662450412000066 ], [ 106.24939308900008, 29.662481681000092 ], [ 106.249330684000029, 29.662558349000051 ], [ 106.249327579000081, 29.662627541000059 ], [ 106.249336182000036, 29.662682791000062 ], [ 106.249368580000066, 29.662741274000027 ], [ 106.249432653000042, 29.662799459000048 ], [ 106.249476714000082, 29.66284054200008 ], [ 106.249528396000073, 29.662857346000063 ], [ 106.249580163000076, 29.662881065000072 ], [ 106.249580377000029, 29.662898353000053 ], [ 106.249576675000071, 29.662919137000067 ], [ 106.249681887000065, 29.662896386000057 ], [ 106.249803667000037, 29.662867165000083 ], [ 106.25, 29.662831603000082 ], [ 106.250059123000028, 29.66275532100008 ], [ 106.250091473000055, 29.662723822000086 ], [ 106.250119921000078, 29.662699228000058 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.247079203000055, 29.653030243000043 ], [ 106.247070343000075, 29.652995003000058 ], [ 106.247031904000053, 29.652918726000053 ], [ 106.246978617000082, 29.652869531000068 ], [ 106.246908246000032, 29.65280209000008 ], [ 106.246846099000038, 29.652718007000093 ], [ 106.246799094000039, 29.652654411000071 ], [ 106.246770784000034, 29.652616107000082 ], [ 106.246751370000027, 29.652589841000069 ], [ 106.246721806000039, 29.652549841000059 ], [ 106.24665492700008, 29.652583967000048 ], [ 106.24662982100007, 29.652591540000056 ], [ 106.24659207100008, 29.652595563000091 ], [ 106.246566648000055, 29.652577460000085 ], [ 106.246511287000033, 29.65251561600007 ], [ 106.246478360000026, 29.652441532000068 ], [ 106.246477885000047, 29.652402962000053 ], [ 106.246480700000063, 29.652375383000049 ], [ 106.246486600000026, 29.65234226400009 ], [ 106.246502099000068, 29.652320075000031 ], [ 106.246564570000032, 29.652269892000035 ], [ 106.24664918700006, 29.652225012000088 ], [ 106.246708843000079, 29.652202408000051 ], [ 106.246755882000059, 29.65217992300007 ], [ 106.246768261000057, 29.652160520000052 ], [ 106.246764767000059, 29.652132999000059 ], [ 106.246758085000067, 29.652102754000058 ], [ 106.246773550000057, 29.652077811000083 ], [ 106.24682062400008, 29.652058081000067 ], [ 106.24690856400008, 29.652026945000035 ], [ 106.246993385000053, 29.651998594000069 ], [ 106.247040730000037, 29.652000904000083 ], [ 106.247085023000068, 29.652011509000083 ], [ 106.247151428000052, 29.652024661000038 ], [ 106.247205319000059, 29.652046196000072 ], [ 106.247234080000055, 29.652076234000052 ], [ 106.247238194000033, 29.652089977000063 ], [ 106.247327459000076, 29.652132813000037 ], [ 106.24739790600006, 29.652141850000071 ], [ 106.247454720000064, 29.652141690000065 ], [ 106.247445320000054, 29.652167236000079 ], [ 106.247456304000082, 29.652233721000076 ], [ 106.247492642000054, 29.652295527000028 ], [ 106.247548814000027, 29.652317195000091 ], [ 106.24763094900004, 29.652309255000027 ], [ 106.247639025000069, 29.652214244000046 ], [ 106.247638039000037, 29.652134349000047 ], [ 106.24763798500004, 29.652129910000042 ], [ 106.247637218000079, 29.652067769000045 ], [ 106.247631479000063, 29.652014552000086 ], [ 106.247595087000036, 29.651948307000062 ], [ 106.247513123000033, 29.651895808000063 ], [ 106.247451815000034, 29.651869750000053 ], [ 106.247360072000049, 29.651848417000053 ], [ 106.247243085000036, 29.651840640000046 ], [ 106.24708047200005, 29.651842170000069 ], [ 106.246770492000053, 29.651845085000051 ], [ 106.246597935000082, 29.651864465000077 ], [ 106.24637527200008, 29.651942024000054 ], [ 106.246192606000079, 29.651965938000043 ], [ 106.245999558000051, 29.65197219100008 ], [ 106.245877599000039, 29.651973338000062 ], [ 106.245790828000054, 29.651943079000034 ], [ 106.245744273000071, 29.651876929000075 ], [ 106.24572001000007, 29.651773550000083 ], [ 106.24570753900008, 29.651776208000058 ], [ 106.245460029000071, 29.651783381000079 ], [ 106.245356540000046, 29.651762710000071 ], [ 106.245340722000037, 29.651759551000051 ], [ 106.245173049000073, 29.651673805000087 ], [ 106.245102497000062, 29.651589462000057 ], [ 106.245011925000028, 29.651632752000072 ], [ 106.244940864000057, 29.651677573000082 ], [ 106.244861741000094, 29.651751906000076 ], [ 106.244818731000066, 29.651853466000038 ], [ 106.244802502000027, 29.651944545000052 ], [ 106.244797652000045, 29.652020363000076 ], [ 106.244833218000053, 29.652090750000074 ], [ 106.244891728000027, 29.652145767000032 ], [ 106.245095487000071, 29.652254986000063 ], [ 106.24522984500004, 29.652284390000091 ], [ 106.245268985000052, 29.652322624000082 ], [ 106.245332603000065, 29.65237701000007 ], [ 106.245385844000054, 29.652440657000053 ], [ 106.245386577000048, 29.652500215000096 ], [ 106.245387480000034, 29.65257351800005 ], [ 106.245445909000068, 29.652632534000073 ], [ 106.245524812000042, 29.652650121000075 ], [ 106.245661185000074, 29.652648839000054 ], [ 106.245755596000038, 29.652647952000063 ], [ 106.245860724000067, 29.652665292000052 ], [ 106.245982039000069, 29.652719135000044 ], [ 106.246055922000039, 29.652755096000078 ], [ 106.246218972000065, 29.65279021900006 ], [ 106.246366287000058, 29.652825490000051 ], [ 106.246461151000062, 29.652861253000083 ], [ 106.246571694000068, 29.652892287000046 ], [ 106.246640332000027, 29.652928298000063 ], [ 106.24671455400005, 29.652991747000048 ], [ 106.246736269000053, 29.653051108000057 ], [ 106.246736834000046, 29.653096922000092 ], [ 106.246714759000042, 29.653310578000063 ], [ 106.246725373000061, 29.653305857000081 ], [ 106.246865920000062, 29.653225057000046 ], [ 106.246983134000061, 29.653165082000047 ], [ 106.247030019000078, 29.653141092000052 ], [ 106.247061632000054, 29.65310841500008 ], [ 106.247079711000026, 29.653071449000041 ], [ 106.247079203000055, 29.653030243000043 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.250194886000031, 29.659674113000058 ], [ 106.250179839000054, 29.659711187000084 ], [ 106.250144280000029, 29.659752021000088 ], [ 106.250127423000052, 29.659777679000058 ], [ 106.250126077000061, 29.659807690000036 ], [ 106.250124657000072, 29.659831703000062 ], [ 106.250095687000055, 29.659849975000043 ], [ 106.250044062000029, 29.659841463000078 ], [ 106.25, 29.659826886000069 ], [ 106.249942882000028, 29.659822718000044 ], [ 106.249836333000076, 29.659888958000064 ], [ 106.249768994000078, 29.659942360000052 ], [ 106.249714267000058, 29.659963936000054 ], [ 106.249653038000076, 29.659964513000091 ], [ 106.249591526000074, 29.659942171000072 ], [ 106.249576664000074, 29.659919390000084 ], [ 106.24955546800004, 29.659855919000059 ], [ 106.24956048100006, 29.659789654000068 ], [ 106.249612113000069, 29.659720402000058 ], [ 106.249666755000078, 29.659658763000039 ], [ 106.249692619000029, 29.659627957000058 ], [ 106.249703809000039, 29.659589649000047 ], [ 106.249700421000057, 29.659551478000086 ], [ 106.249677417000044, 29.659488708000076 ], [ 106.249665017000041, 29.659427788000073 ], [ 106.249668061000079, 29.659359940000058 ], [ 106.249701951000077, 29.659274847000063 ], [ 106.249747152000054, 29.659162520000056 ], [ 106.249761381000042, 29.659057267000041 ], [ 106.249760585000047, 29.658992847000036 ], [ 106.249752318000063, 29.658952234000072 ], [ 106.249740253000027, 29.658918438000057 ], [ 106.249712828000042, 29.658898351000065 ], [ 106.249681730000077, 29.658895253000093 ], [ 106.249611897000079, 29.658899302000059 ], [ 106.249469311000041, 29.658985420000075 ], [ 106.249311784000042, 29.659119151000088 ], [ 106.249312329000077, 29.659163230000047 ], [ 106.249309034000078, 29.659210733000066 ], [ 106.249290127000052, 29.659251602000044 ], [ 106.249255943000037, 29.659312961000076 ], [ 106.24927602300005, 29.659367027000094 ], [ 106.249390859000073, 29.659483169000062 ], [ 106.249434860000065, 29.65952346400007 ], [ 106.249454072000049, 29.659569420000089 ], [ 106.24945477600005, 29.659626407000072 ], [ 106.249425810000048, 29.659698406000079 ], [ 106.249394328000051, 29.659774211000073 ], [ 106.249375884000074, 29.659812138000063 ], [ 106.249360463000073, 29.659875993000067 ], [ 106.249372126000026, 29.659923273000061 ], [ 106.249397809000072, 29.659967966000075 ], [ 106.249461005000057, 29.660030122000084 ], [ 106.249504329000061, 29.660065609000064 ], [ 106.249553664000089, 29.660087246000039 ], [ 106.24961597000005, 29.660094709000081 ], [ 106.249666757000057, 29.660102281000036 ], [ 106.249761242000034, 29.660103402000072 ], [ 106.249832739000055, 29.660108765000079 ], [ 106.24989972700007, 29.660122221000051 ], [ 106.25, 29.660169225000047 ], [ 106.250060346000055, 29.660186295000077 ], [ 106.25011162100003, 29.660166312000062 ], [ 106.25014572200007, 29.660146491000042 ], [ 106.250190147000069, 29.660128074000056 ], [ 106.250241606000031, 29.660123088000034 ], [ 106.250284237000074, 29.660098686000094 ], [ 106.250309476000041, 29.66005645000007 ], [ 106.250308993000033, 29.660017456000052 ], [ 106.250308437000058, 29.659972463000091 ], [ 106.250311444000033, 29.659937936000063 ], [ 106.250314268000068, 29.659888412000043 ], [ 106.250317089000077, 29.659838887000031 ], [ 106.250309702000038, 29.659796960000051 ], [ 106.25029208400008, 29.659761126000035 ], [ 106.25026759900004, 29.659725359000053 ], [ 106.250248432000049, 29.659703041000057 ], [ 106.250232849000042, 29.659692688000067 ], [ 106.250194886000031, 29.659674113000058 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.253240907000077, 29.658407526000076 ], [ 106.253157367000028, 29.658336985000062 ], [ 106.252909671000054, 29.658179444000041 ], [ 106.252707568000062, 29.658058705000084 ], [ 106.252551031000053, 29.657972578000056 ], [ 106.252546341000027, 29.657971626000066 ], [ 106.252447962000076, 29.65795165000009 ], [ 106.252277466000066, 29.657953261000049 ], [ 106.252087292000056, 29.657985721000038 ], [ 106.252079012000095, 29.657987324000089 ], [ 106.252103858000055, 29.65802024900006 ], [ 106.252136025000027, 29.658049360000064 ], [ 106.252166200000033, 29.65806868400006 ], [ 106.252207600000077, 29.658087903000077 ], [ 106.25227710200005, 29.658110125000061 ], [ 106.25234282100007, 29.658129114000076 ], [ 106.252388145000054, 29.658163002000034 ], [ 106.252403657000059, 29.658206978000067 ], [ 106.252387347000081, 29.658249620000049 ], [ 106.252357839000069, 29.658284216000084 ], [ 106.252302121000071, 29.658317425000067 ], [ 106.252242262000038, 29.658347216000035 ], [ 106.252272307000055, 29.658359872000055 ], [ 106.252311916000053, 29.658387668000046 ], [ 106.252334624000071, 29.658409500000058 ], [ 106.252356188000078, 29.658447054000078 ], [ 106.25238332400005, 29.658416441000039 ], [ 106.252456240000072, 29.658390463000039 ], [ 106.252532801000029, 29.658383789000077 ], [ 106.252630185000044, 29.658408158000043 ], [ 106.25271063100007, 29.65844012500008 ], [ 106.252767088000041, 29.658460418000065 ], [ 106.252816881000058, 29.658492674000062 ], [ 106.252905861000045, 29.658526048000059 ], [ 106.253068365000047, 29.658582528000064 ], [ 106.253097762000039, 29.658544311000067 ], [ 106.253133268000056, 29.658475936000062 ], [ 106.253240907000077, 29.658407526000076 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.252479720000053, 29.659929919000028 ], [ 106.252478823000047, 29.659928076000082 ], [ 106.252478518000032, 29.659903481000072 ], [ 106.252480389000027, 29.65989204300006 ], [ 106.252486303000069, 29.659882325000066 ], [ 106.252494293000041, 29.65987785700008 ], [ 106.252506285000038, 29.659871594000034 ], [ 106.252524257000061, 29.659860883000075 ], [ 106.252544175000025, 29.659844882000069 ], [ 106.25254999100008, 29.659827258000064 ], [ 106.252548769000057, 29.659809700000036 ], [ 106.252543587000048, 29.659797451000088 ], [ 106.25253127600007, 29.65977956300009 ], [ 106.25251344000003, 29.65974808600004 ], [ 106.252486155000042, 29.659712010000085 ], [ 106.252458970000077, 29.659684137000063 ], [ 106.252419608000025, 29.659648175000079 ], [ 106.252371993000054, 29.659595882000083 ], [ 106.252336104000051, 29.65951534900006 ], [ 106.252332558000035, 29.659503912000055 ], [ 106.252326320000066, 29.659483796000071 ], [ 106.252340747000076, 29.659456702000064 ], [ 106.252360553000074, 29.659430730000057 ], [ 106.252395398000033, 29.659378187000073 ], [ 106.25232920500008, 29.659390955000038 ], [ 106.252282300000047, 29.659407858000058 ], [ 106.252246574000026, 29.659439743000057 ], [ 106.252206562000026, 29.659505962000075 ], [ 106.252161975000035, 29.659583196000085 ], [ 106.252134304000037, 29.659631464000078 ], [ 106.252123924000045, 29.659680942000072 ], [ 106.252136877000055, 29.659712368000037 ], [ 106.252168436000034, 29.659724415000081 ], [ 106.252193798000064, 29.659743378000091 ], [ 106.252191082000081, 29.659777696000059 ], [ 106.252179098000056, 29.659824446000066 ], [ 106.252176381000027, 29.659858762000049 ], [ 106.252176722000058, 29.659886193000091 ], [ 106.252186550000033, 29.659919020000075 ], [ 106.252194690000067, 29.65994226000004 ], [ 106.252195217000065, 29.65998477700008 ], [ 106.252181832000076, 29.660045256000039 ], [ 106.252173480000081, 29.660131750000062 ], [ 106.252155062000043, 29.660166215000057 ], [ 106.252123808000078, 29.660178855000083 ], [ 106.252109435000094, 29.660179360000082 ], [ 106.252171822000037, 29.660212509000068 ], [ 106.252209934000064, 29.660230200000058 ], [ 106.252236064000044, 29.660254022000061 ], [ 106.252286475000062, 29.660291155000031 ], [ 106.252371330000074, 29.660327961000057 ], [ 106.252372636000075, 29.660328837000073 ], [ 106.252400196000053, 29.660294593000057 ], [ 106.252401341000052, 29.660247948000062 ], [ 106.252394006000031, 29.660211913000065 ], [ 106.252383187000078, 29.66017290100006 ], [ 106.252377667000076, 29.660144373000037 ], [ 106.252370219000056, 29.660099312000057 ], [ 106.252373160000062, 29.660058667000037 ], [ 106.252382954000041, 29.660014948000082 ], [ 106.252410043000054, 29.659977085000037 ], [ 106.252449262000027, 29.659945122000064 ], [ 106.252479720000053, 29.659929919000028 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.253723209000043, 29.659776738000055 ], [ 106.253703526000038, 29.659741836000084 ], [ 106.253649160000066, 29.659699042000057 ], [ 106.253562121000073, 29.659649132000073 ], [ 106.253462470000045, 29.65961047900003 ], [ 106.25338260500007, 29.659567926000079 ], [ 106.253352218000032, 29.659554271000058 ], [ 106.253314007000029, 29.659634155000049 ], [ 106.253298931000074, 29.659675131000089 ], [ 106.25326697800007, 29.659726167000098 ], [ 106.253240554000058, 29.659766012000034 ], [ 106.253211128000032, 29.659792275000083 ], [ 106.253182966000054, 29.659806152000048 ], [ 106.253146075000075, 29.659801552000093 ], [ 106.253116065000029, 29.659780800000078 ], [ 106.253103055000054, 29.659759889000039 ], [ 106.253099870000028, 29.659731458000056 ], [ 106.253100795000094, 29.659691853000076 ], [ 106.253101707000042, 29.659651011000058 ], [ 106.253102848000026, 29.659628728000087 ], [ 106.253102540000043, 29.659603983000068 ], [ 106.25310788400003, 29.659577948000049 ], [ 106.253128780000054, 29.659549291000083 ], [ 106.253155512000035, 29.659534190000041 ], [ 106.253182195000079, 29.659515376000058 ], [ 106.253206062000061, 29.659497827000056 ], [ 106.253226596000047, 29.659477129000042 ], [ 106.25318992800004, 29.659453434000049 ], [ 106.253155624000044, 29.659429011000039 ], [ 106.253141151000094, 29.659404401000081 ], [ 106.253135168000028, 29.659376798000039 ], [ 106.253089978000048, 29.659375253000068 ], [ 106.25304268800005, 29.659377622000079 ], [ 106.253005396000049, 29.659387587000079 ], [ 106.252963918000049, 29.659414889000058 ], [ 106.252924664000034, 29.659444095000087 ], [ 106.252883197000074, 29.65947235900007 ], [ 106.252870850000079, 29.659477898000034 ], [ 106.25288104100008, 29.659501850000083 ], [ 106.252881389000038, 29.659530035000046 ], [ 106.252884377000044, 29.659562703000059 ], [ 106.252893887000027, 29.659600949000033 ], [ 106.252904674000035, 29.659638055000066 ], [ 106.252919403000078, 29.659680761000054 ], [ 106.252924171000075, 29.659752876000088 ], [ 106.252912958000081, 29.659785681000066 ], [ 106.252878625000051, 29.659827722000042 ], [ 106.252841386000057, 29.659843859000031 ], [ 106.252779470000078, 29.659847827000078 ], [ 106.252740551000045, 29.65983240900005 ], [ 106.252723422000045, 29.65980438400004 ], [ 106.252702337000073, 29.659769631000081 ], [ 106.252681181000071, 29.659729240000047 ], [ 106.252658874000076, 29.659700136000083 ], [ 106.252641676000053, 29.659666473000073 ], [ 106.252610124000071, 29.659620543000077 ], [ 106.252562043000069, 29.659595065000076 ], [ 106.252521834000049, 29.659579660000077 ], [ 106.252469937000058, 29.659558728000032 ], [ 106.252408977000073, 29.659535626000036 ], [ 106.252368767000064, 29.659520221000037 ], [ 106.252332558000035, 29.659503912000055 ], [ 106.252336104000051, 29.65951534900006 ], [ 106.252371993000054, 29.659595882000083 ], [ 106.252419608000025, 29.659648175000079 ], [ 106.252458970000077, 29.659684137000063 ], [ 106.252486155000042, 29.659712010000085 ], [ 106.25251344000003, 29.65974808600004 ], [ 106.25253127600007, 29.65977956300009 ], [ 106.252543587000048, 29.659797451000088 ], [ 106.252548769000057, 29.659809700000036 ], [ 106.25254999100008, 29.659827258000064 ], [ 106.252544175000025, 29.659844882000069 ], [ 106.252524257000061, 29.659860883000075 ], [ 106.252506285000038, 29.659871594000034 ], [ 106.252494293000041, 29.65987785700008 ], [ 106.252486303000069, 29.659882325000066 ], [ 106.252480389000027, 29.65989204300006 ], [ 106.252478518000032, 29.659903481000072 ], [ 106.252478823000047, 29.659928076000082 ], [ 106.252479720000053, 29.659929919000028 ], [ 106.252486048000037, 29.659942941000054 ], [ 106.252501307000045, 29.65995685200004 ], [ 106.252510543000028, 29.659971699000025 ], [ 106.252516958000058, 29.660002384000052 ], [ 106.252523677000056, 29.660057664000078 ], [ 106.252552380000068, 29.66010131500008 ], [ 106.252620620000073, 29.660170070000049 ], [ 106.25267756900007, 29.660220481000067 ], [ 106.252711237000028, 29.660258815000081 ], [ 106.252743668000051, 29.660278713000082 ], [ 106.252798291000033, 29.660303673000048 ], [ 106.252807322000081, 29.660307043000042 ], [ 106.252809076000062, 29.660273703000087 ], [ 106.252815791000046, 29.660243943000069 ], [ 106.252819472000056, 29.660198125000079 ], [ 106.252816057000075, 29.660151137000071 ], [ 106.252822511000034, 29.660100343000064 ], [ 106.252848921000066, 29.660059260000082 ], [ 106.252886906000072, 29.660037866000042 ], [ 106.252932053000052, 29.660022591000089 ], [ 106.252997108000045, 29.660013314000082 ], [ 106.253054184000078, 29.660046184000066 ], [ 106.253113368000072, 29.66013471500008 ], [ 106.253114119000031, 29.660195339000033 ], [ 106.253073621000055, 29.660242743000083 ], [ 106.253049892000035, 29.660271427000048 ], [ 106.253036095000027, 29.660301254000046 ], [ 106.253023744000075, 29.660333543000032 ], [ 106.25299439500003, 29.660365992000038 ], [ 106.252957134000042, 29.660386213000034 ], [ 106.252982588000066, 29.660403832000036 ], [ 106.253024071000027, 29.660423644000055 ], [ 106.253114295000046, 29.660480770000046 ], [ 106.253156870000055, 29.660507600000084 ], [ 106.253184710000028, 29.660517606000042 ], [ 106.253209954000056, 29.66049759100008 ], [ 106.253237886000079, 29.660465154000065 ], [ 106.253261568000028, 29.660432759000066 ], [ 106.253286500000058, 29.660386740000021 ], [ 106.253288660000067, 29.660332275000073 ], [ 106.253260947000058, 29.660268194000079 ], [ 106.253258777000042, 29.660207583000048 ], [ 106.253289575000053, 29.660177595000039 ], [ 106.253337325000075, 29.660143734000087 ], [ 106.253385257000048, 29.660124720000063 ], [ 106.253523913000052, 29.660109798000061 ], [ 106.253605982000067, 29.660101597000043 ], [ 106.253682125000068, 29.660072417000034 ], [ 106.253725532000033, 29.660031173000053 ], [ 106.253730415000064, 29.659968021000044 ], [ 106.253729295000028, 29.659877703000067 ], [ 106.25373684300007, 29.659800915000066 ], [ 106.253723209000043, 29.659776738000055 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.253765359000056, 29.66075490500009 ], [ 106.253822350000064, 29.660644937000086 ], [ 106.253913044000058, 29.660485193000049 ], [ 106.254003107000074, 29.660274490000052 ], [ 106.254046057000039, 29.660216878000085 ], [ 106.25393417600003, 29.660213780000053 ], [ 106.253928340000073, 29.660159713000038 ], [ 106.253927726000029, 29.660110107000037 ], [ 106.253926943000067, 29.660046973000082 ], [ 106.253904918000046, 29.659988549000051 ], [ 106.253885332000038, 29.65997069400003 ], [ 106.253856571000028, 29.659941650000064 ], [ 106.253819025000041, 29.65993298400009 ], [ 106.253789195000095, 29.659921991000083 ], [ 106.253778450000027, 29.659888267000042 ], [ 106.253790966000054, 29.659856578000074 ], [ 106.25383367600007, 29.659865194000076 ], [ 106.253855872000045, 29.659885279000029 ], [ 106.253885138000044, 29.659903043000043 ], [ 106.253917269000056, 29.659891464000054 ], [ 106.253935566000052, 29.659857465000073 ], [ 106.253902680000081, 29.659808163000029 ], [ 106.253906050000069, 29.659767541000058 ], [ 106.253940089000025, 29.659753688000087 ], [ 106.254016473000036, 29.659719139000057 ], [ 106.254100658000027, 29.65968902700007 ], [ 106.25413480800006, 29.65967781300008 ], [ 106.254126990000032, 29.659677887000036 ], [ 106.254054624000048, 29.659698506000044 ], [ 106.253998608000074, 29.659699036000063 ], [ 106.253925905000074, 29.65969247500005 ], [ 106.253852850000044, 29.65966040800004 ], [ 106.253849299000095, 29.659663401000042 ], [ 106.253843963000065, 29.659663451000082 ], [ 106.253844740000034, 29.659664387000085 ], [ 106.253819904000068, 29.659691684000045 ], [ 106.253789878000092, 29.659716774000056 ], [ 106.253750591000042, 29.659723909000032 ], [ 106.253734258000065, 29.659760145000057 ], [ 106.253723209000043, 29.659776738000055 ], [ 106.25373684300007, 29.659800915000066 ], [ 106.253729295000028, 29.659877703000067 ], [ 106.253730415000064, 29.659968021000044 ], [ 106.253725532000033, 29.660031173000053 ], [ 106.253682125000068, 29.660072417000034 ], [ 106.253605982000067, 29.660101597000043 ], [ 106.253523913000052, 29.660109798000061 ], [ 106.253385257000048, 29.660124720000063 ], [ 106.253337325000075, 29.660143734000087 ], [ 106.253289575000053, 29.660177595000039 ], [ 106.253258777000042, 29.660207583000048 ], [ 106.253260947000058, 29.660268194000079 ], [ 106.253288660000067, 29.660332275000073 ], [ 106.253286500000058, 29.660386740000021 ], [ 106.253261568000028, 29.660432759000066 ], [ 106.253237886000079, 29.660465154000065 ], [ 106.253209954000056, 29.66049759100008 ], [ 106.253184710000028, 29.660517606000042 ], [ 106.253190210000085, 29.66051958300006 ], [ 106.253241664000029, 29.660532273000054 ], [ 106.253249584000059, 29.660534694000035 ], [ 106.253300221000075, 29.660550166000057 ], [ 106.253372169000045, 29.66059341100004 ], [ 106.253433022000081, 29.660634121000037 ], [ 106.253475849000054, 29.660681153000045 ], [ 106.253513799000075, 29.660740530000048 ], [ 106.253536198000063, 29.660762280000085 ], [ 106.253572706000057, 29.660786531000046 ], [ 106.253594974000066, 29.66079774100006 ], [ 106.253620171000094, 29.66080189500007 ], [ 106.253661403000081, 29.660801505000048 ], [ 106.253686523000056, 29.660799510000057 ], [ 106.253709697000033, 29.660802806000046 ], [ 106.253733406000038, 29.660816560000068 ], [ 106.253765359000056, 29.66075490500009 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.255346012000075, 29.65936319400004 ], [ 106.255298674000073, 29.659332958000061 ], [ 106.25524779300008, 29.65927430600005 ], [ 106.255173531000025, 29.659150170000085 ], [ 106.255051278000053, 29.658998016000055 ], [ 106.254891360000045, 29.65884183800005 ], [ 106.254785102000028, 29.658766189000055 ], [ 106.254686774000049, 29.658723316000081 ], [ 106.254596295000056, 29.658706651000045 ], [ 106.254560325000057, 29.658699799000082 ], [ 106.254535869000051, 29.658712970000067 ], [ 106.254483956000058, 29.65874277700005 ], [ 106.254455977000077, 29.658776866000036 ], [ 106.254452385000036, 29.658799452000036 ], [ 106.254501266000034, 29.658837326000082 ], [ 106.254546051000034, 29.658857198000071 ], [ 106.254598691000069, 29.658886015000064 ], [ 106.254659975000038, 29.658935048000053 ], [ 106.254708913000059, 29.658977431000032 ], [ 106.254773928000077, 29.659015151000055 ], [ 106.254835240000034, 29.659066438000085 ], [ 106.254888835000031, 29.659120053000031 ], [ 106.254949194000062, 29.659146541000045 ], [ 106.254954524000027, 29.659211888000083 ], [ 106.25496243300006, 29.659329076000066 ], [ 106.254963497000062, 29.659414760000047 ], [ 106.25497155100004, 29.659439490000061 ], [ 106.254944977000036, 29.659430720000042 ], [ 106.25491523200003, 29.659426493000073 ], [ 106.254885515000069, 29.659424519000076 ], [ 106.254857145000074, 29.659427042000061 ], [ 106.254837922000036, 29.659438500000075 ], [ 106.254808569000033, 29.659465838000077 ], [ 106.254791284000078, 29.659477277000065 ], [ 106.254757161000043, 29.659484366000068 ], [ 106.25474248300003, 29.659498036000063 ], [ 106.254735636000078, 29.659518395000077 ], [ 106.25472674100007, 29.659529755000051 ], [ 106.254722350000065, 29.659535864000084 ], [ 106.254702515000076, 29.659572767000043 ], [ 106.254655247000073, 29.659609458000084 ], [ 106.254601687000047, 29.659640774000081 ], [ 106.254521247000085, 29.659679592000092 ], [ 106.254451157000062, 29.659716501000041 ], [ 106.254380641000068, 29.659718980000033 ], [ 106.254313936000088, 29.659694240000075 ], [ 106.254209978000063, 29.659677101000053 ], [ 106.25413480800006, 29.65967781300008 ], [ 106.254100658000027, 29.65968902700007 ], [ 106.254016473000036, 29.659719139000057 ], [ 106.253940089000025, 29.659753688000087 ], [ 106.253906050000069, 29.659767541000058 ], [ 106.253902680000081, 29.659808163000029 ], [ 106.253935566000052, 29.659857465000073 ], [ 106.253917269000056, 29.659891464000054 ], [ 106.253885138000044, 29.659903043000043 ], [ 106.253855872000045, 29.659885279000029 ], [ 106.25383367600007, 29.659865194000076 ], [ 106.253790966000054, 29.659856578000074 ], [ 106.253778450000027, 29.659888267000042 ], [ 106.253789195000095, 29.659921991000083 ], [ 106.253819025000041, 29.65993298400009 ], [ 106.253856571000028, 29.659941650000064 ], [ 106.253885332000038, 29.65997069400003 ], [ 106.253904918000046, 29.659988549000051 ], [ 106.253926943000067, 29.660046973000082 ], [ 106.253927726000029, 29.660110107000037 ], [ 106.253928340000073, 29.660159713000038 ], [ 106.25393417600003, 29.660213780000053 ], [ 106.254046057000039, 29.660216878000085 ], [ 106.254050375000091, 29.660211088000032 ], [ 106.254122076000044, 29.660180430000089 ], [ 106.254221417000068, 29.660164501000057 ], [ 106.254327588000081, 29.660145509000071 ], [ 106.254419806000044, 29.660108662000084 ], [ 106.25450180200005, 29.660077907000069 ], [ 106.254504676000067, 29.66003291200008 ], [ 106.254476401000034, 29.659967226000049 ], [ 106.254468905000067, 29.659916334000066 ], [ 106.254468274000033, 29.659865377000067 ], [ 106.254471221000074, 29.65982637500008 ], [ 106.254525687000083, 29.659789886000056 ], [ 106.254604586000028, 29.659786141000037 ], [ 106.254676696000047, 29.659788456000058 ], [ 106.254741718000048, 29.659772851000071 ], [ 106.254775517000041, 29.659730561000057 ], [ 106.254792120000047, 29.659685437000064 ], [ 106.25482912800004, 29.659625128000073 ], [ 106.254880049000064, 29.659579678000057 ], [ 106.254968946000076, 29.659551856000064 ], [ 106.255044413000064, 29.659548143000048 ], [ 106.255119508000064, 29.659514455000082 ], [ 106.255225006000046, 29.659441508000036 ], [ 106.255346012000075, 29.65936319400004 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.255028066000094, 29.65831837200005 ], [ 106.255034426000066, 29.658272398000058 ], [ 106.255055704000043, 29.658121305000062 ], [ 106.255058079000037, 29.658085014000044 ], [ 106.255070674000081, 29.657892494000066 ], [ 106.255073542000062, 29.657836466000056 ], [ 106.255063981000035, 29.65778366700005 ], [ 106.255035024000051, 29.657746607000032 ], [ 106.255011642000056, 29.657728162000069 ], [ 106.254990003000046, 29.657706589000039 ], [ 106.254970008000058, 29.657674111000063 ], [ 106.254955259000042, 29.657633804000056 ], [ 106.254943995000076, 29.657587245000062 ], [ 106.25492286900004, 29.657543984000089 ], [ 106.254922066000063, 29.657542341000067 ], [ 106.254893264000032, 29.657517724000055 ], [ 106.254848300000049, 29.657482370000075 ], [ 106.254801845000031, 29.657470366000041 ], [ 106.254762571000072, 29.657462960000093 ], [ 106.25471785600007, 29.657447828000052 ], [ 106.254680190000059, 29.65742640600007 ], [ 106.254658609000046, 29.657409499000039 ], [ 106.254635130000054, 29.657383277000068 ], [ 106.254615214000069, 29.65735702000006 ], [ 106.254596980000031, 29.657322970000052 ], [ 106.25458590900007, 29.657291963000034 ], [ 106.254578400000071, 29.65726092400007 ], [ 106.254573873000027, 29.657183188000094 ], [ 106.254573437000033, 29.657170045000047 ], [ 106.254571031000069, 29.657097657000065 ], [ 106.254557968000029, 29.65704955700005 ], [ 106.254532536000056, 29.657009353000035 ], [ 106.254503598000042, 29.656973849000057 ], [ 106.25446931900008, 29.656938395000054 ], [ 106.254394006000041, 29.656897107000077 ], [ 106.254329664000068, 29.656879048000064 ], [ 106.254166782000027, 29.656813700000043 ], [ 106.254114754000057, 29.656783081000064 ], [ 106.254091352000046, 29.656763080000072 ], [ 106.254062589000057, 29.65674157400008 ], [ 106.254046196000047, 29.656712173000077 ], [ 106.25403164100004, 29.656687421000072 ], [ 106.254015287000072, 29.656661131000078 ], [ 106.254011300000059, 29.656626946000074 ], [ 106.254010381000057, 29.656552874000052 ], [ 106.25393914100006, 29.656545828000048 ], [ 106.253868526000076, 29.656545940000051 ], [ 106.253913949000037, 29.656630208000077 ], [ 106.254006794000077, 29.656743916000025 ], [ 106.254074951000064, 29.656790147000038 ], [ 106.254161446000069, 29.656872664000048 ], [ 106.25423988700004, 29.656946576000053 ], [ 106.254319250000037, 29.657095133000034 ], [ 106.254346143000078, 29.65717995000006 ], [ 106.254329655000049, 29.657292956000049 ], [ 106.254281840000033, 29.657444453000036 ], [ 106.254220911000061, 29.657660312000075 ], [ 106.254179445000034, 29.657842999000074 ], [ 106.254161162000059, 29.65797164700006 ], [ 106.254138002000062, 29.658027423000082 ], [ 106.254102872000033, 29.658079841000067 ], [ 106.254039938000062, 29.658134256000036 ], [ 106.253943304000074, 29.65819593500003 ], [ 106.253886784000031, 29.658286751000048 ], [ 106.253863514000045, 29.658333846000069 ], [ 106.253863989000081, 29.658372036000056 ], [ 106.253868415000056, 29.658408454000035 ], [ 106.253894727000045, 29.658446400000056 ], [ 106.253933028000063, 29.658489441000082 ], [ 106.253957419000074, 29.65853658300005 ], [ 106.253969803000075, 29.658537367000068 ], [ 106.25411587800005, 29.658588548000075 ], [ 106.254244322000034, 29.658633327000075 ], [ 106.254324908000058, 29.658651223000046 ], [ 106.254341241000077, 29.658633628000072 ], [ 106.25433608000003, 29.658581810000047 ], [ 106.254270701000053, 29.658514776000061 ], [ 106.254225385000041, 29.658452064000073 ], [ 106.254208411000036, 29.658384572000042 ], [ 106.254248511000071, 29.658339091000073 ], [ 106.254309039000077, 29.658327243000084 ], [ 106.254361485000061, 29.65834027600005 ], [ 106.25439035800008, 29.658378340000066 ], [ 106.254443251000055, 29.658427450000087 ], [ 106.254520669000044, 29.658476329000049 ], [ 106.25459382300005, 29.658493679000063 ], [ 106.254678371000068, 29.658492878000057 ], [ 106.254743530000042, 29.658490007000065 ], [ 106.254847637000069, 29.658452939000092 ], [ 106.254884508000032, 29.658459356000041 ], [ 106.254921014000047, 29.65848832600005 ], [ 106.25493810100005, 29.658564836000036 ], [ 106.254915005000043, 29.658628198000084 ], [ 106.254899178000073, 29.658653153000046 ], [ 106.254874708000045, 29.658657894000044 ], [ 106.254822291000039, 29.658647115000054 ], [ 106.254737042000045, 29.658643413000046 ], [ 106.254668740000056, 29.658653079000086 ], [ 106.254608325000049, 29.658673946000071 ], [ 106.254560325000057, 29.658699799000082 ], [ 106.254596295000056, 29.658706651000045 ], [ 106.254686774000049, 29.658723316000081 ], [ 106.254785102000028, 29.658766189000055 ], [ 106.254891360000045, 29.65884183800005 ], [ 106.255051278000053, 29.658998016000055 ], [ 106.255173531000025, 29.659150170000085 ], [ 106.25524779300008, 29.65927430600005 ], [ 106.255298674000073, 29.659332958000061 ], [ 106.255346012000075, 29.65936319400004 ], [ 106.255332682000073, 29.659342924000047 ], [ 106.255314488000067, 29.659311984000055 ], [ 106.255276786000081, 29.659144339000083 ], [ 106.255204224000067, 29.658894579000048 ], [ 106.255135321000068, 29.658652560000068 ], [ 106.255122025000063, 29.658585797000054 ], [ 106.255100269000096, 29.658554890000062 ], [ 106.255076732000077, 29.658524002000039 ], [ 106.255049711000026, 29.658499368000037 ], [ 106.255026289000057, 29.658477812000058 ], [ 106.255017096000074, 29.658454564000063 ], [ 106.255014813000059, 29.658414141000044 ], [ 106.255028066000094, 29.65831837200005 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.268649832000065, 29.619463693000057 ], [ 106.268620551000026, 29.619466200000094 ], [ 106.268564158000061, 29.619466739000078 ], [ 106.268522638000036, 29.619469730000048 ], [ 106.268484443000034, 29.619501219000089 ], [ 106.26844350800009, 29.619550890000077 ], [ 106.268331860000046, 29.619642735000074 ], [ 106.268228076000071, 29.619651507000082 ], [ 106.268103386000064, 29.619650106000044 ], [ 106.268019968000033, 29.619638125000051 ], [ 106.267969576000041, 29.619552421000037 ], [ 106.267921192000074, 29.619500060000068 ], [ 106.26782552800006, 29.619356405000079 ], [ 106.267795973000034, 29.619283012000039 ], [ 106.267787393000063, 29.619233051000037 ], [ 106.267784828000075, 29.619155230000043 ], [ 106.267775865000033, 29.619074691000037 ], [ 106.267757939000035, 29.61891361100005 ], [ 106.267748681000057, 29.618809442000043 ], [ 106.267768978000049, 29.618778666000075 ], [ 106.267814761000068, 29.618750427000066 ], [ 106.267859006000037, 29.618726372000083 ], [ 106.267876, 29.618685897000038 ], [ 106.267864394000071, 29.61864847500004 ], [ 106.267840714000044, 29.618536104000043 ], [ 106.267838168000026, 29.618459673000075 ], [ 106.267845831000045, 29.618437235000044 ], [ 106.267830176000075, 29.618429859000067 ], [ 106.267801832000046, 29.61842703800005 ], [ 106.26776479800003, 29.618436668000069 ], [ 106.267704668000079, 29.618438787000059 ], [ 106.267638960000056, 29.618419319000047 ], [ 106.267605057000026, 29.618396453000052 ], [ 106.267576268000028, 29.618358080000064 ], [ 106.267574209000031, 29.618324131000062 ], [ 106.267543585000055, 29.618350114000066 ], [ 106.267482039000072, 29.618381142000082 ], [ 106.267435953000074, 29.61841033200005 ], [ 106.26743284500003, 29.618471241000062 ], [ 106.267445027000065, 29.618516785000054 ], [ 106.267464952000068, 29.618562254000043 ], [ 106.267444192000028, 29.618604730000069 ], [ 106.26738260500008, 29.618632376000054 ], [ 106.267318743000033, 29.618632986000087 ], [ 106.267255156000047, 29.618655578000066 ], [ 106.267215518000057, 29.618697148000081 ], [ 106.267300391000049, 29.618743707000082 ], [ 106.267508169000052, 29.618973659000059 ], [ 106.267644337000036, 29.619086285000034 ], [ 106.267707159000054, 29.619114554000074 ], [ 106.267612463000034, 29.619143188000059 ], [ 106.267552466000041, 29.619150921000077 ], [ 106.267489681000029, 29.61915390800004 ], [ 106.267421521000074, 29.619164105000038 ], [ 106.267373743000064, 29.619165757000069 ], [ 106.267325963000076, 29.619167405000045 ], [ 106.267265938000051, 29.619172752000054 ], [ 106.267233164000061, 29.619173065000037 ], [ 106.267170501000066, 29.619167283000078 ], [ 106.267151621000039, 29.619179629000087 ], [ 106.267081884000049, 29.619174216000093 ], [ 106.266807895000056, 29.619097867000054 ], [ 106.266721302000064, 29.619092268000088 ], [ 106.266547359000072, 29.619097636000056 ], [ 106.266494476000048, 29.619090804000038 ], [ 106.266559203000043, 29.619019771000076 ], [ 106.266573165000068, 29.618973913000048 ], [ 106.266566812000065, 29.61893078900005 ], [ 106.266522700000053, 29.618890566000058 ], [ 106.266467054000032, 29.618858074000062 ], [ 106.266440446000047, 29.618822765000058 ], [ 106.266439843000057, 29.61877450400004 ], [ 106.266488007000078, 29.618673704000052 ], [ 106.266542733000051, 29.618632536000064 ], [ 106.26665199200005, 29.618572607000093 ], [ 106.266635007000048, 29.618545223000069 ], [ 106.266611321000028, 29.618493780000062 ], [ 106.266599892000045, 29.618479013000073 ], [ 106.266593146000048, 29.618474546000069 ], [ 106.266585518000056, 29.618472604000086 ], [ 106.266577573000063, 29.618473257000058 ], [ 106.266530468000042, 29.618489224000086 ], [ 106.266508858000066, 29.618489029000045 ], [ 106.266487774000041, 29.618483393000083 ], [ 106.266445406000059, 29.618466912000084 ], [ 106.266425989000041, 29.618456394000077 ], [ 106.266403404000073, 29.618436882000079 ], [ 106.266392136000036, 29.618421482000091 ], [ 106.26638360000004, 29.618404475000094 ], [ 106.26637803400007, 29.618386467000043 ], [ 106.266375677000042, 29.618368065000087 ], [ 106.266378567000061, 29.618341304000069 ], [ 106.266397712000071, 29.618283600000034 ], [ 106.266399045000071, 29.618267342000085 ], [ 106.266394797000032, 29.618243600000078 ], [ 106.266384366000068, 29.618221044000052 ], [ 106.266370538000047, 29.618202416000088 ], [ 106.266321523000045, 29.618152566000045 ], [ 106.266285193000044, 29.61810863900007 ], [ 106.266269392000027, 29.618082326000035 ], [ 106.266263932000072, 29.618065128000072 ], [ 106.266263454000068, 29.618056943000049 ], [ 106.266268583000056, 29.618041161000065 ], [ 106.266274536000026, 29.618033734000051 ], [ 106.266291494000029, 29.618020397000059 ], [ 106.266384372000061, 29.617974478000068 ], [ 106.266408699000067, 29.617957274000048 ], [ 106.266423544000091, 29.617942991000067 ], [ 106.266357217000063, 29.617889626000082 ], [ 106.266243981000073, 29.617811225000082 ], [ 106.266185145000065, 29.617749214000078 ], [ 106.266140107000084, 29.617707368000087 ], [ 106.266112311000029, 29.617699767000087 ], [ 106.266044224000041, 29.617703508000087 ], [ 106.265980919000071, 29.61770328100005 ], [ 106.265963726000052, 29.617710313000089 ], [ 106.265953044000071, 29.617727162000048 ], [ 106.265949861000081, 29.617750283000074 ], [ 106.265953020000055, 29.617774790000055 ], [ 106.265962536000089, 29.617799709000053 ], [ 106.265986583000029, 29.617843692000069 ], [ 106.265993276000074, 29.617864671000067 ], [ 106.265998419000042, 29.617949054000064 ], [ 106.266009231000055, 29.617990845000062 ], [ 106.266037138000073, 29.61804054300006 ], [ 106.266105972000048, 29.618114267000067 ], [ 106.266111152000065, 29.618124973000075 ], [ 106.266111786000067, 29.618135389000088 ], [ 106.266107410000075, 29.618145002000055 ], [ 106.266086869000048, 29.618162141000081 ], [ 106.266040949000057, 29.618178310000069 ], [ 106.266013663000081, 29.618180542000061 ], [ 106.265990662000036, 29.618180132000074 ], [ 106.265997889000062, 29.618206435000051 ], [ 106.265990054000042, 29.618235150000082 ], [ 106.265974027000027, 29.618263944000034 ], [ 106.265971742000033, 29.618299764000085 ], [ 106.266004873000043, 29.618328088000059 ], [ 106.266081614000029, 29.61834883400007 ], [ 106.266123146000055, 29.618393784000091 ], [ 106.266115223000043, 29.618415341000059 ], [ 106.266096374000028, 29.618436999000039 ], [ 106.266017617000045, 29.618473550000086 ], [ 106.265971427000068, 29.618493085000068 ], [ 106.265917193000078, 29.618524628000046 ], [ 106.265854139000055, 29.618506136000072 ], [ 106.265824305000081, 29.618523129000035 ], [ 106.265797321000036, 29.618549638000047 ], [ 106.265789337000058, 29.618566421000082 ], [ 106.265726790000031, 29.618588498000062 ], [ 106.265683092000074, 29.618588915000092 ], [ 106.265631140000039, 29.61858463800008 ], [ 106.265593552000041, 29.618622161000079 ], [ 106.265634872000078, 29.618667548000072 ], [ 106.265679793000061, 29.618693687000079 ], [ 106.265681627000049, 29.61869415700005 ], [ 106.265753, 29.618712470000048 ], [ 106.265831998000067, 29.618708173000076 ], [ 106.265937455000028, 29.618712481000053 ], [ 106.266022644000032, 29.618716981000034 ], [ 106.266057210000042, 29.618725506000093 ], [ 106.266076071000043, 29.618774918000039 ], [ 106.266052348000073, 29.618822964000056 ], [ 106.266041537000049, 29.618839354000052 ], [ 106.266085778000047, 29.618863009000044 ], [ 106.26613173100003, 29.618893102000072 ], [ 106.266185329000052, 29.61892710300009 ], [ 106.26622812800008, 29.618947933000072 ], [ 106.266278671000066, 29.618980639000092 ], [ 106.266319967000072, 29.619002810000048 ], [ 106.266390209000065, 29.619031343000071 ], [ 106.266432826000027, 29.619037574000057 ], [ 106.266477193000071, 29.619062372000087 ], [ 106.266494484000077, 29.619108667000031 ], [ 106.26649044100003, 29.619149856000035 ], [ 106.266469528000073, 29.619178976000057 ], [ 106.266498260000049, 29.619195321000056 ], [ 106.266538150000031, 29.619204671000034 ], [ 106.266571556000031, 29.619204352000057 ], [ 106.266623825000067, 29.619185782000052 ], [ 106.266663315000073, 29.619163162000063 ], [ 106.266729779000059, 29.619134727000077 ], [ 106.266796644000067, 29.619138259000056 ], [ 106.266844678000041, 29.619162822000078 ], [ 106.266899389000059, 29.619212341000036 ], [ 106.266939923000052, 29.61927311900007 ], [ 106.266989845000069, 29.619321296000066 ], [ 106.267014490000065, 29.619383615000061 ], [ 106.267034152000065, 29.619429301000082 ], [ 106.267033170000047, 29.619477963000072 ], [ 106.26700517900008, 29.619529663000037 ], [ 106.266975494000064, 29.619573041000077 ], [ 106.266950773000076, 29.619631660000024 ], [ 106.266938830000072, 29.61969432800004 ], [ 106.266925659000037, 29.619786200000082 ], [ 106.266888107000057, 29.619836602000071 ], [ 106.266866271000026, 29.619871563000061 ], [ 106.266863803000035, 29.619928581000071 ], [ 106.266867698000055, 29.619985537000051 ], [ 106.266911500000049, 29.620053235000057 ], [ 106.266994603000057, 29.620083022000081 ], [ 106.26708209400006, 29.620082186000054 ], [ 106.267136005000054, 29.620067770000048 ], [ 106.267164257000047, 29.62003691800005 ], [ 106.267163684000082, 29.619991051000067 ], [ 106.267159806000052, 29.619935484000056 ], [ 106.26715921400006, 29.619888227000047 ], [ 106.267180963000058, 29.619846316000057 ], [ 106.26724082100003, 29.619798481000085 ], [ 106.26729950500004, 29.619784019000061 ], [ 106.267350235000038, 29.619769634000075 ], [ 106.26738161600008, 29.619734582000039 ], [ 106.267392246000043, 29.61969416800008 ], [ 106.267394836000051, 29.619646879000065 ], [ 106.267410292000079, 29.61961058900005 ], [ 106.267456006000032, 29.61957679000005 ], [ 106.267510058000028, 29.619573494000043 ], [ 106.267583597000055, 29.619601983000056 ], [ 106.267653009000085, 29.619681945000085 ], [ 106.267675992000079, 29.619738719000061 ], [ 106.267679145000045, 29.619767909000075 ], [ 106.267759786000056, 29.619783785000038 ], [ 106.267842079000047, 29.619811637000055 ], [ 106.267856302000041, 29.619856848000037 ], [ 106.267886943000065, 29.619904288000043 ], [ 106.267925271000081, 29.61991223900009 ], [ 106.267920810000078, 29.619940324000083 ], [ 106.267935692000037, 29.619968979000078 ], [ 106.267962326000031, 29.619992235000044 ], [ 106.267990287000032, 29.620003139000062 ], [ 106.268027267000036, 29.62000435900006 ], [ 106.268132785000034, 29.619993403000088 ], [ 106.268170088000048, 29.619998123000066 ], [ 106.268214499000067, 29.620011371000082 ], [ 106.268389877000061, 29.62010377200005 ], [ 106.268427832000043, 29.620132047000084 ], [ 106.268488667000042, 29.620189256000053 ], [ 106.268517082000074, 29.620205627000075 ], [ 106.268534665000061, 29.620205462000058 ], [ 106.268549088000057, 29.620195850000073 ], [ 106.268570405000048, 29.620158617000076 ], [ 106.268575598000055, 29.62011909500006 ], [ 106.268562527000029, 29.620040231000068 ], [ 106.26857238100007, 29.620004052000063 ], [ 106.268603140000039, 29.619962118000039 ], [ 106.268628172000035, 29.619943797000065 ], [ 106.268653204000032, 29.619925474000073 ], [ 106.268890784000064, 29.619838413000082 ], [ 106.268951419000089, 29.619822659000075 ], [ 106.268976804000047, 29.61971811200004 ], [ 106.268972811000026, 29.61968670300007 ], [ 106.26889301500006, 29.619637153000035 ], [ 106.268849636000027, 29.619621845000033 ], [ 106.268781186000069, 29.619616212000043 ], [ 106.268734170000073, 29.619597793000082 ], [ 106.268683358000033, 29.619563690000064 ], [ 106.268654217000062, 29.619535669000076 ], [ 106.268642949000025, 29.619498041000035 ], [ 106.268649832000065, 29.619463693000057 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.267215518000057, 29.618697148000081 ], [ 106.267255156000047, 29.618655578000066 ], [ 106.267318743000033, 29.618632986000087 ], [ 106.26738260500008, 29.618632376000054 ], [ 106.267444192000028, 29.618604730000069 ], [ 106.267464952000068, 29.618562254000043 ], [ 106.267445027000065, 29.618516785000054 ], [ 106.26743284500003, 29.618471241000062 ], [ 106.267435953000074, 29.61841033200005 ], [ 106.267482039000072, 29.618381142000082 ], [ 106.267543585000055, 29.618350114000066 ], [ 106.267574209000031, 29.618324131000062 ], [ 106.267581885000041, 29.618317617000052 ], [ 106.267615978000038, 29.618258103000073 ], [ 106.267624956000077, 29.61820221000006 ], [ 106.267664685000057, 29.618129113000066 ], [ 106.267706709000038, 29.61808474300005 ], [ 106.26775249700006, 29.618031881000036 ], [ 106.267788715000052, 29.617987566000068 ], [ 106.267830718000027, 29.617941505000093 ], [ 106.267890158000057, 29.617896968000085 ], [ 106.26794968400003, 29.617859196000033 ], [ 106.268045956000037, 29.617819379000085 ], [ 106.268117050000072, 29.617778113000046 ], [ 106.26814911200006, 29.617733794000053 ], [ 106.268075157000055, 29.617707414000055 ], [ 106.267978581000079, 29.617662198000058 ], [ 106.267863954000063, 29.61758080300006 ], [ 106.267726441000036, 29.617489023000076 ], [ 106.267523890000064, 29.61733985800004 ], [ 106.267452559000048, 29.617269652000065 ], [ 106.26744332100003, 29.61721377800006 ], [ 106.267444778000026, 29.617159665000081 ], [ 106.267457213000057, 29.617129699000081 ], [ 106.267486724000051, 29.617099570000043 ], [ 106.267529021000044, 29.617067455000033 ], [ 106.26759721500008, 29.617057475000077 ], [ 106.267582366000056, 29.616869619000049 ], [ 106.267569463000029, 29.61672235300005 ], [ 106.267541208000068, 29.616674299000064 ], [ 106.267493510000065, 29.616619181000093 ], [ 106.267410078000069, 29.616581318000033 ], [ 106.26731303400004, 29.616560499000062 ], [ 106.267160329000035, 29.616511217000046 ], [ 106.267079632000048, 29.616470912000061 ], [ 106.267018140000062, 29.616418343000081 ], [ 106.26698715100008, 29.61637273100007 ], [ 106.266967012000066, 29.616310101000071 ], [ 106.266952672000059, 29.616269163000069 ], [ 106.266924661000076, 29.616240435000062 ], [ 106.266847093000081, 29.616229095000055 ], [ 106.26678611300008, 29.61621759600007 ], [ 106.26672489200007, 29.616186770000066 ], [ 106.266652068000042, 29.616112562000072 ], [ 106.266621946000043, 29.616056754000059 ], [ 106.266501609000059, 29.616123373000043 ], [ 106.266442580000046, 29.616168572000046 ], [ 106.266381114000069, 29.616246029000081 ], [ 106.26637442100008, 29.616262363000097 ], [ 106.266375670000059, 29.61626991800005 ], [ 106.266376136000076, 29.616307172000063 ], [ 106.266376580000056, 29.616342561000074 ], [ 106.266349565000041, 29.616398705000055 ], [ 106.266345884000032, 29.616445312000053 ], [ 106.266318777000038, 29.616494005000035 ], [ 106.266283307000037, 29.616555820000087 ], [ 106.266230503000031, 29.616595443000058 ], [ 106.266173179000077, 29.616614619000085 ], [ 106.266107096000056, 29.616615249000063 ], [ 106.266017285000032, 29.616593752000085 ], [ 106.26597603700003, 29.616534534000035 ], [ 106.265973070000044, 29.616495556000078 ], [ 106.265970937000091, 29.616467519000086 ], [ 106.265957540000045, 29.616419213000082 ], [ 106.265884109000069, 29.616343536000045 ], [ 106.265874603000043, 29.616265386000073 ], [ 106.265873765000038, 29.616198330000081 ], [ 106.265877307000039, 29.616140549000072 ], [ 106.265892680000036, 29.616079535000047 ], [ 106.265866913000082, 29.616089477000052 ], [ 106.26579050600003, 29.616097920000072 ], [ 106.265752581000072, 29.616090815000064 ], [ 106.265746720000038, 29.616160768000043 ], [ 106.265728153000055, 29.616260485000058 ], [ 106.265701001000025, 29.616366777000053 ], [ 106.265659392000032, 29.616453050000072 ], [ 106.265649101000065, 29.616474386000039 ], [ 106.265620170000034, 29.616537416000089 ], [ 106.265548542000033, 29.616651704000045 ], [ 106.26543386000003, 29.616853936000044 ], [ 106.265414059000079, 29.616888855000063 ], [ 106.265365657000075, 29.616979119000057 ], [ 106.265339039000025, 29.617029143000082 ], [ 106.265307796000059, 29.617071600000074 ], [ 106.265338843000052, 29.617087612000034 ], [ 106.265379799000073, 29.617112588000055 ], [ 106.265393705000065, 29.61714120400006 ], [ 106.265378688000055, 29.617178551000045 ], [ 106.265332856000043, 29.617228031000074 ], [ 106.265280214000029, 29.617351984000038 ], [ 106.265273636000074, 29.617445056000072 ], [ 106.265325132000044, 29.61753926700003 ], [ 106.265385778000052, 29.617591114000049 ], [ 106.265470027000049, 29.617673175000046 ], [ 106.265573774000075, 29.617766887000073 ], [ 106.265620746000081, 29.617808717000067 ], [ 106.265636560000075, 29.617825169000081 ], [ 106.265665847000037, 29.617855638000041 ], [ 106.265716628000064, 29.617892358000063 ], [ 106.265788630000046, 29.617923801000071 ], [ 106.265866145000075, 29.617931517000041 ], [ 106.265908422000052, 29.617907438000078 ], [ 106.26589649500005, 29.617882186000092 ], [ 106.265861450000045, 29.617865610000067 ], [ 106.265830317000052, 29.61785237700008 ], [ 106.265802928000028, 29.617828962000086 ], [ 106.26579268200004, 29.617783401000054 ], [ 106.265803766000033, 29.617741017000078 ], [ 106.265874670000073, 29.617684534000027 ], [ 106.265977192000037, 29.617680173000053 ], [ 106.26606242400004, 29.617686124000038 ], [ 106.266112311000029, 29.617699767000087 ], [ 106.266140107000084, 29.617707368000087 ], [ 106.266185145000065, 29.617749214000078 ], [ 106.266243981000073, 29.617811225000082 ], [ 106.266357217000063, 29.617889626000082 ], [ 106.266423544000091, 29.617942991000067 ], [ 106.266456925000057, 29.617969847000037 ], [ 106.266509789000054, 29.618018385000084 ], [ 106.266560548000029, 29.618053413000045 ], [ 106.266626937000069, 29.618100130000066 ], [ 106.266687329000035, 29.618131684000051 ], [ 106.266718250000054, 29.618128006000063 ], [ 106.266735201000074, 29.618090641000041 ], [ 106.266732569000055, 29.618034861000073 ], [ 106.26673187800003, 29.618026222000086 ], [ 106.266723389000049, 29.617919952000083 ], [ 106.266691074000065, 29.617812029000053 ], [ 106.266668940000045, 29.617744597000076 ], [ 106.266675750000047, 29.617670123000039 ], [ 106.266738638000049, 29.617591731000061 ], [ 106.266823597000041, 29.617575701000071 ], [ 106.26690502200006, 29.617586761000041 ], [ 106.26698874200008, 29.617626548000086 ], [ 106.267089985000041, 29.617674623000088 ], [ 106.267154228000052, 29.61770444900009 ], [ 106.26722397900005, 29.617710547000058 ], [ 106.26728356700005, 29.617677846000049 ], [ 106.267311960000029, 29.617626843000032 ], [ 106.267317406000075, 29.617598042000054 ], [ 106.267346072000066, 29.61756901900009 ], [ 106.267425184000047, 29.617549662000041 ], [ 106.267550950000043, 29.617546769000057 ], [ 106.267614809000079, 29.617546158000032 ], [ 106.267640305000043, 29.617572971000069 ], [ 106.267652573000078, 29.617625279000045 ], [ 106.267672813000047, 29.617696112000093 ], [ 106.267679465000072, 29.617763693000093 ], [ 106.267678335000042, 29.61782796600005 ], [ 106.267677055000036, 29.617880403000072 ], [ 106.267644813000061, 29.617933135000047 ], [ 106.267598644000032, 29.617955560000041 ], [ 106.267554134000079, 29.61795598700008 ], [ 106.267499949000069, 29.617956504000059 ], [ 106.267451464000033, 29.617948511000066 ], [ 106.267408891000059, 29.617948919000074 ], [ 106.267378329000053, 29.617981341000068 ], [ 106.26738460100006, 29.618018485000043 ], [ 106.26740833100007, 29.618058845000061 ], [ 106.267428720000055, 29.618141515000051 ], [ 106.267412, 29.618197481000045 ], [ 106.267345221000028, 29.618274219000053 ], [ 106.267321079000055, 29.618355621000038 ], [ 106.267288963000055, 29.618418500000079 ], [ 106.267252619000047, 29.618452670000053 ], [ 106.267130055000052, 29.618556998000088 ], [ 106.26708407600006, 29.618594641000076 ], [ 106.267044114000043, 29.618649138000087 ], [ 106.267027447000032, 29.61868930300005 ], [ 106.267021568000075, 29.618703470000071 ], [ 106.267045341000028, 29.61874721100008 ], [ 106.267097676000063, 29.618753475000055 ], [ 106.267211219000046, 29.618701658000081 ], [ 106.267215518000057, 29.618697148000081 ] ], [ [ 106.266138999000077, 29.617290524000055 ], [ 106.266139397000074, 29.617322233000042 ], [ 106.266128353000056, 29.617355721000081 ], [ 106.266092354000079, 29.617379433000053 ], [ 106.266038957000035, 29.617386619000058 ], [ 106.265997062000054, 29.617397033000088 ], [ 106.26595739000004, 29.617432463000057 ], [ 106.265927393000027, 29.617477816000076 ], [ 106.265908856000067, 29.617523059000064 ], [ 106.265884714000038, 29.617578370000039 ], [ 106.265860342000053, 29.617615324000045 ], [ 106.265812717000074, 29.617625793000066 ], [ 106.265734364000025, 29.617623202000054 ], [ 106.265701665000051, 29.617605154000049 ], [ 106.265676480000081, 29.617577019000063 ], [ 106.265668256000026, 29.617530362000078 ], [ 106.265665511000066, 29.617463623000049 ], [ 106.265664615000048, 29.617391860000058 ], [ 106.265667706000045, 29.61733341200005 ], [ 106.265680575000033, 29.617293229000044 ], [ 106.265729965000048, 29.617271059000085 ], [ 106.265783444000078, 29.617270549000061 ], [ 106.265817512000069, 29.617245187000037 ], [ 106.265824673000054, 29.617206729000085 ], [ 106.265812650000044, 29.617161778000085 ], [ 106.265798903000075, 29.61713186500009 ], [ 106.265750444000048, 29.617075577000037 ], [ 106.265736761000028, 29.617050671000069 ], [ 106.265747659000056, 29.617005500000065 ], [ 106.265772071000072, 29.616971885000055 ], [ 106.265802360000066, 29.616949897000044 ], [ 106.265834873000088, 29.616952925000081 ], [ 106.265895992000026, 29.616952342000044 ], [ 106.265972622000049, 29.61696997100006 ], [ 106.266024422000044, 29.616987838000057 ], [ 106.266062955000066, 29.617014177000044 ], [ 106.266067401000043, 29.617064207000055 ], [ 106.266045108000071, 29.617114493000088 ], [ 106.266009380000085, 29.61715990000004 ], [ 106.265987212000027, 29.617220201000066 ], [ 106.266025974000058, 29.617264897000034 ], [ 106.266068016000077, 29.617266165000046 ], [ 106.26612334400005, 29.617260629000043 ], [ 106.266138999000077, 29.617290524000055 ] ], [ [ 106.266801926000028, 29.617026198000072 ], [ 106.266829266000073, 29.617037197000062 ], [ 106.266853884000056, 29.617059479000087 ], [ 106.26685878900004, 29.617108221000084 ], [ 106.266857952000066, 29.617155768000085 ], [ 106.266862794000076, 29.617199508000052 ], [ 106.266909074000068, 29.617236595000062 ], [ 106.266943681000043, 29.617256280000046 ], [ 106.26695421900007, 29.617297464000043 ], [ 106.266950628000075, 29.61735379300006 ], [ 106.26694548200004, 29.617400129000092 ], [ 106.266934638000066, 29.61744902300007 ], [ 106.26690926100008, 29.617480540000081 ], [ 106.266889407000065, 29.617495741000077 ], [ 106.266853603000072, 29.617494832000084 ], [ 106.266828906000057, 29.61746629500005 ], [ 106.266801222000026, 29.617427778000035 ], [ 106.266756390000069, 29.617391927000089 ], [ 106.266717504000042, 29.617373533000034 ], [ 106.266639901000076, 29.617350506000044 ], [ 106.266609667000068, 29.617337032000076 ], [ 106.266596549000042, 29.617318393000062 ], [ 106.266571414000055, 29.617254831000089 ], [ 106.266567784000088, 29.617193567000076 ], [ 106.266567378000047, 29.61716104400006 ], [ 106.266574050000031, 29.61712219900005 ], [ 106.266592316000072, 29.617094503000086 ], [ 106.266617756000073, 29.61706798900007 ], [ 106.266659005000065, 29.617046328000079 ], [ 106.266686049000057, 29.617033560000035 ], [ 106.266740306000031, 29.617021782000045 ], [ 106.266801926000028, 29.617026198000072 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.266112311000029, 29.617699767000087 ], [ 106.26606242400004, 29.617686124000038 ], [ 106.265977192000037, 29.617680173000053 ], [ 106.265874670000073, 29.617684534000027 ], [ 106.265803766000033, 29.617741017000078 ], [ 106.26579268200004, 29.617783401000054 ], [ 106.265802928000028, 29.617828962000086 ], [ 106.265830317000052, 29.61785237700008 ], [ 106.265861450000045, 29.617865610000067 ], [ 106.26589649500005, 29.617882186000092 ], [ 106.265908422000052, 29.617907438000078 ], [ 106.265866145000075, 29.617931517000041 ], [ 106.265788630000046, 29.617923801000071 ], [ 106.265716628000064, 29.617892358000063 ], [ 106.265665847000037, 29.617855638000041 ], [ 106.265636560000075, 29.617825169000081 ], [ 106.265647773000069, 29.617848478000035 ], [ 106.265649973000052, 29.617855026000079 ], [ 106.265651034000044, 29.617861261000087 ], [ 106.265650597000047, 29.617867082000092 ], [ 106.265647991000037, 29.617873117000045 ], [ 106.265643400000044, 29.617878609000055 ], [ 106.265637223000056, 29.617883677000066 ], [ 106.265629862000026, 29.617888442000034 ], [ 106.265596600000038, 29.617906880000078 ], [ 106.265571410000064, 29.617924811000083 ], [ 106.265562828000043, 29.61792981900004 ], [ 106.265555906000031, 29.617932883000037 ], [ 106.265526364000038, 29.617943494000087 ], [ 106.265515390000076, 29.617949318000061 ], [ 106.26551315100005, 29.6179490140001 ], [ 106.26552244700008, 29.617973321000079 ], [ 106.26554025300004, 29.617990577000068 ], [ 106.265596176000031, 29.618018845000044 ], [ 106.265615136000065, 29.618041798000036 ], [ 106.265615555000068, 29.618043901000075 ], [ 106.265679975000069, 29.618076579000039 ], [ 106.265726838000049, 29.618121259000077 ], [ 106.265746969000077, 29.618164637000056 ], [ 106.265738746000068, 29.618219178000057 ], [ 106.265735807000056, 29.618269001000034 ], [ 106.265734610000038, 29.618315695000039 ], [ 106.265707383000063, 29.618417100000045 ], [ 106.265693585000065, 29.618453022000036 ], [ 106.265658496000071, 29.618495371000048 ], [ 106.265594916000055, 29.618537991000032 ], [ 106.265558997000028, 29.618568261000064 ], [ 106.265561194000043, 29.618569776000069 ], [ 106.265562718000069, 29.618570826000052 ], [ 106.265591713000049, 29.618620140000083 ], [ 106.265593552000041, 29.618622161000079 ], [ 106.265631140000039, 29.61858463800008 ], [ 106.265683092000074, 29.618588915000092 ], [ 106.265726790000031, 29.618588498000062 ], [ 106.265789337000058, 29.618566421000082 ], [ 106.265797321000036, 29.618549638000047 ], [ 106.265824305000081, 29.618523129000035 ], [ 106.265854139000055, 29.618506136000072 ], [ 106.265917193000078, 29.618524628000046 ], [ 106.265971427000068, 29.618493085000068 ], [ 106.266017617000045, 29.618473550000086 ], [ 106.266096374000028, 29.618436999000039 ], [ 106.266115223000043, 29.618415341000059 ], [ 106.266123146000055, 29.618393784000091 ], [ 106.266081614000029, 29.61834883400007 ], [ 106.266004873000043, 29.618328088000059 ], [ 106.265971742000033, 29.618299764000085 ], [ 106.265974027000027, 29.618263944000034 ], [ 106.265990054000042, 29.618235150000082 ], [ 106.265997889000062, 29.618206435000051 ], [ 106.265990662000036, 29.618180132000074 ], [ 106.266013663000081, 29.618180542000061 ], [ 106.266040949000057, 29.618178310000069 ], [ 106.266086869000048, 29.618162141000081 ], [ 106.266107410000075, 29.618145002000055 ], [ 106.266111786000067, 29.618135389000088 ], [ 106.266111152000065, 29.618124973000075 ], [ 106.266105972000048, 29.618114267000067 ], [ 106.266037138000073, 29.61804054300006 ], [ 106.266009231000055, 29.617990845000062 ], [ 106.265998419000042, 29.617949054000064 ], [ 106.265993276000074, 29.617864671000067 ], [ 106.265986583000029, 29.617843692000069 ], [ 106.265962536000089, 29.617799709000053 ], [ 106.265953020000055, 29.617774790000055 ], [ 106.265949861000081, 29.617750283000074 ], [ 106.265953044000071, 29.617727162000048 ], [ 106.265963726000052, 29.617710313000089 ], [ 106.265980919000071, 29.61770328100005 ], [ 106.266044224000041, 29.617703508000087 ], [ 106.266112311000029, 29.617699767000087 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.265990461000058, 29.618875167000063 ], [ 106.266026487000033, 29.618862174000075 ], [ 106.266041537000049, 29.618839354000052 ], [ 106.266052348000073, 29.618822964000056 ], [ 106.266076071000043, 29.618774918000039 ], [ 106.266057210000042, 29.618725506000093 ], [ 106.266022644000032, 29.618716981000034 ], [ 106.265937455000028, 29.618712481000053 ], [ 106.265831998000067, 29.618708173000076 ], [ 106.265753, 29.618712470000048 ], [ 106.265681627000049, 29.61869415700005 ], [ 106.265671400000031, 29.618703391000047 ], [ 106.265665022000064, 29.618716181000089 ], [ 106.265665678000062, 29.618732236000085 ], [ 106.265673238000034, 29.618748982000049 ], [ 106.26568586500008, 29.618764931000047 ], [ 106.265701719000049, 29.618778597000066 ], [ 106.265715956000065, 29.618787289000068 ], [ 106.265730874000042, 29.61879403700004 ], [ 106.265792390000058, 29.618813491000086 ], [ 106.265806989000055, 29.618819437000074 ], [ 106.265864276000059, 29.618852891000071 ], [ 106.265879496000025, 29.618859721000032 ], [ 106.265895446000059, 29.618865205000073 ], [ 106.265911963000065, 29.618869435000075 ], [ 106.265946065000037, 29.618874487000085 ], [ 106.265963332000069, 29.618875482000075 ], [ 106.265990461000058, 29.618875167000063 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.265362775000028, 29.618505131000063 ], [ 106.265333944000076, 29.618461121000049 ], [ 106.265326219000031, 29.618412956000039 ], [ 106.265318281000077, 29.618347677000088 ], [ 106.26529787700008, 29.618282515000093 ], [ 106.265264891000072, 29.618208138000053 ], [ 106.265246560000037, 29.618166299000055 ], [ 106.265242667000052, 29.618139882000037 ], [ 106.265256233000059, 29.618085290000064 ], [ 106.265269739000075, 29.618026030000063 ], [ 106.265271731000041, 29.618024823000038 ], [ 106.26518959200007, 29.617969996000042 ], [ 106.265105560000052, 29.61788550100005 ], [ 106.265006420000077, 29.617788980000061 ], [ 106.264996379000095, 29.617849292000066 ], [ 106.264984715000026, 29.617906745000088 ], [ 106.264968637000038, 29.618007522000088 ], [ 106.264930779000068, 29.618248078000072 ], [ 106.264895472000035, 29.618395561000057 ], [ 106.264856714000089, 29.618663175000044 ], [ 106.264838814000029, 29.618767009000067 ], [ 106.264817863000076, 29.618823989000081 ], [ 106.26477989600005, 29.61888113100008 ], [ 106.264756202000058, 29.61891608500008 ], [ 106.264985571000068, 29.618776465000057 ], [ 106.265212623000082, 29.618616672000087 ], [ 106.265288755000029, 29.618545101000059 ], [ 106.265361231000043, 29.618505447000071 ], [ 106.265362775000028, 29.618505131000063 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.265593552000041, 29.618622161000079 ], [ 106.265591713000049, 29.618620140000083 ], [ 106.265562718000069, 29.618570826000052 ], [ 106.265561194000043, 29.618569776000069 ], [ 106.265558997000028, 29.618568261000064 ], [ 106.265499337000051, 29.618527153000059 ], [ 106.265460762000032, 29.618522208000062 ], [ 106.265397624000059, 29.618498015000061 ], [ 106.265362775000028, 29.618505131000063 ], [ 106.265361231000043, 29.618505447000071 ], [ 106.265288755000029, 29.618545101000059 ], [ 106.265212623000082, 29.618616672000087 ], [ 106.264985571000068, 29.618776465000057 ], [ 106.264756202000058, 29.61891608500008 ], [ 106.264754069000048, 29.618919230000078 ], [ 106.264731269000038, 29.61895189400007 ], [ 106.264722458000051, 29.618989830000093 ], [ 106.264722848000076, 29.619020921000072 ], [ 106.264741969000056, 29.619065352000067 ], [ 106.264769201000036, 29.61910167100006 ], [ 106.26477774600005, 29.619107879000072 ], [ 106.264796234000073, 29.619097337000074 ], [ 106.264807243000064, 29.619081067000085 ], [ 106.264815451000061, 29.619062150000044 ], [ 106.264825683000026, 29.619044442000074 ], [ 106.264881828000057, 29.619002125000062 ], [ 106.264894175000052, 29.618983599000046 ], [ 106.264904132000026, 29.618963585000078 ], [ 106.264916550000066, 29.618946083000079 ], [ 106.264932620000081, 29.618935084000043 ], [ 106.264994063000074, 29.618912848000029 ], [ 106.265017036000074, 29.618899555000048 ], [ 106.265037014000029, 29.618883071000088 ], [ 106.265073984000026, 29.618846693000073 ], [ 106.265112955000063, 29.618866430000079 ], [ 106.265172951000068, 29.61885869900004 ], [ 106.265205515000048, 29.618841682000031 ], [ 106.265257079000037, 29.618814936000042 ], [ 106.265325089000044, 29.61879280800008 ], [ 106.265376742000072, 29.618773223000055 ], [ 106.265422693000062, 29.618734600000042 ], [ 106.265446944000075, 29.618708114000057 ], [ 106.265490195000041, 29.618671901000077 ], [ 106.265547251000044, 29.618647490000061 ], [ 106.26558527800006, 29.618630421000027 ], [ 106.265593552000041, 29.618622161000079 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.263428418000046, 29.621940594000083 ], [ 106.263272351000069, 29.621784141000042 ], [ 106.26309711600004, 29.621626968000037 ], [ 106.262960890000045, 29.621522785000074 ], [ 106.262777816000039, 29.621420288000078 ], [ 106.262706346000073, 29.621383739000073 ], [ 106.262703183000042, 29.621381609000085 ], [ 106.262585467000065, 29.621302338000081 ], [ 106.262561706000042, 29.621364597000081 ], [ 106.262549580000041, 29.621399845000028 ], [ 106.262616295000043, 29.621433379000056 ], [ 106.262662789000046, 29.621468705000037 ], [ 106.262727248000033, 29.62150833100009 ], [ 106.262794209000049, 29.621543462000087 ], [ 106.262845904000073, 29.62158544600004 ], [ 106.262864425000032, 29.621634450000048 ], [ 106.26283178100006, 29.621683942000061 ], [ 106.26277850300005, 29.621720219000046 ], [ 106.262728118000041, 29.621783293000082 ], [ 106.262713605000044, 29.621850497000079 ], [ 106.262737298000047, 29.621903924000023 ], [ 106.262814799000068, 29.621963545000078 ], [ 106.262892440000044, 29.622034343000049 ], [ 106.262967606000075, 29.622111871000069 ], [ 106.263006733000054, 29.622171858000062 ], [ 106.26303551500007, 29.622223002000055 ], [ 106.263066661000039, 29.622258473000048 ], [ 106.263110375000053, 29.622275940000058 ], [ 106.263148805000071, 29.622280046000075 ], [ 106.263169189000052, 29.622273145000065 ], [ 106.263189320000038, 29.622246127000047 ], [ 106.263204168000073, 29.622205746000066 ], [ 106.263206169000057, 29.622161016000071 ], [ 106.263203248000082, 29.622131983000092 ], [ 106.26320544400005, 29.622102899000076 ], [ 106.263220488000059, 29.622078165000072 ], [ 106.263301822000074, 29.622034916000079 ], [ 106.26335259800004, 29.622003136000043 ], [ 106.263428418000046, 29.621940594000083 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.26310367800005, 29.620979086000091 ], [ 106.263080669000033, 29.620970911000082 ], [ 106.263042320000068, 29.620971276000031 ], [ 106.262996156000042, 29.620959988000042 ], [ 106.262907411000086, 29.620917268000085 ], [ 106.262847471000043, 29.620877626000038 ], [ 106.262836936000042, 29.620867354000033 ], [ 106.262795510000046, 29.620915388000064 ], [ 106.262736729000039, 29.620958352000059 ], [ 106.262633544000039, 29.621044143000063 ], [ 106.262588828000048, 29.621061844000057 ], [ 106.26254741200006, 29.621055957000063 ], [ 106.262503965000064, 29.621031242000068 ], [ 106.262453171000061, 29.620994032000052 ], [ 106.262311321000041, 29.620861887000046 ], [ 106.262234681000052, 29.620769955000075 ], [ 106.262203501000045, 29.620719994000069 ], [ 106.262190451000038, 29.620682426000087 ], [ 106.26220627400005, 29.620654005000059 ], [ 106.262263140000073, 29.620601637000036 ], [ 106.262300334000031, 29.620557308000059 ], [ 106.262310531000026, 29.620510095000039 ], [ 106.262262686000042, 29.620421030000049 ], [ 106.262215194000078, 29.620360231000056 ], [ 106.262176669000041, 29.62029777600009 ], [ 106.262157933000026, 29.620236704000035 ], [ 106.262157287000036, 29.62018488200005 ], [ 106.262171392000027, 29.620162760000081 ], [ 106.262212405000071, 29.620130343000081 ], [ 106.262205324000035, 29.620129749000061 ], [ 106.262122418000047, 29.62009367600006 ], [ 106.262000263000061, 29.619985928000059 ], [ 106.261963269000034, 29.61994104200005 ], [ 106.261910804000081, 29.619877832000039 ], [ 106.26183986500007, 29.619906847000038 ], [ 106.261767163000059, 29.619929427000045 ], [ 106.261684370000069, 29.619930214000078 ], [ 106.261591634000069, 29.619924206000061 ], [ 106.26150466100006, 29.619906084000039 ], [ 106.261468878000073, 29.619882308000061 ], [ 106.26139915400006, 29.619824402000052 ], [ 106.261372841000082, 29.619769529000049 ], [ 106.261370204000059, 29.619716153000073 ], [ 106.261370114000059, 29.619708919000061 ], [ 106.261341368000046, 29.619724298000047 ], [ 106.261301685000035, 29.619730717000042 ], [ 106.261232521000068, 29.619729864000078 ], [ 106.26117543900007, 29.619727386000079 ], [ 106.261111348000043, 29.619717421000079 ], [ 106.261101418000067, 29.619714718000065 ], [ 106.261083822000046, 29.619728257000073 ], [ 106.26105466100006, 29.619746661000082 ], [ 106.26102390300008, 29.619775654000073 ], [ 106.261007068000026, 29.619812068000041 ], [ 106.261009136000055, 29.619839238000043 ], [ 106.261012969000035, 29.619869413000064 ], [ 106.261015111000063, 29.619902625000059 ], [ 106.260999779000031, 29.619920898000096 ], [ 106.260979149000036, 29.619930157000045 ], [ 106.260963864000075, 29.619951043000068 ], [ 106.260974568000051, 29.619956266000081 ], [ 106.261110470000062, 29.620029468000045 ], [ 106.26131668000005, 29.620185807000041 ], [ 106.261391278000076, 29.620249583000088 ], [ 106.261515959000064, 29.620356177000073 ], [ 106.261769614000073, 29.620570786000087 ], [ 106.261814487000038, 29.620514814000053 ], [ 106.261855394000065, 29.620479873000075 ], [ 106.261888974000044, 29.620434008000075 ], [ 106.261915698000067, 29.62041490800004 ], [ 106.26196051200003, 29.620405058000067 ], [ 106.262018416000046, 29.620435918000048 ], [ 106.262058367000066, 29.620468519000038 ], [ 106.262083939000036, 29.620501257000058 ], [ 106.262111485000062, 29.620548111000055 ], [ 106.26211728800007, 29.620581037000075 ], [ 106.262117699000044, 29.620614014000076 ], [ 106.262118501000032, 29.620678399000038 ], [ 106.262124069000038, 29.620692480000056 ], [ 106.262153256000033, 29.620726754000088 ], [ 106.262173417000042, 29.620757973000085 ], [ 106.262181037000062, 29.62079245200005 ], [ 106.262168906000056, 29.620828690000053 ], [ 106.262147672000026, 29.620855591000058 ], [ 106.262119923000057, 29.62087921400007 ], [ 106.262203557000092, 29.620967931000056 ], [ 106.262248691000082, 29.621015809000085 ], [ 106.262408334000042, 29.621175614000038 ], [ 106.262584600000039, 29.621301754000061 ], [ 106.262585467000065, 29.621302338000081 ], [ 106.262703183000042, 29.621381609000085 ], [ 106.262706346000073, 29.621383739000073 ], [ 106.262777816000039, 29.621420288000078 ], [ 106.262960890000045, 29.621522785000074 ], [ 106.26309711600004, 29.621626968000037 ], [ 106.263272351000069, 29.621784141000042 ], [ 106.263428418000046, 29.621940594000083 ], [ 106.263452028000074, 29.62196426100007 ], [ 106.263586767000049, 29.622130230000039 ], [ 106.263675058000047, 29.622259715000045 ], [ 106.263752798000041, 29.622373728000078 ], [ 106.263812598000072, 29.622457612000066 ], [ 106.263888696000038, 29.622632417000084 ], [ 106.26389430200004, 29.622653694000061 ], [ 106.263936074000071, 29.622431672000058 ], [ 106.263926494000032, 29.622285845000079 ], [ 106.263945851000074, 29.622193504000048 ], [ 106.263969127000053, 29.622180483000079 ], [ 106.264062745000047, 29.622169351000082 ], [ 106.264080130000082, 29.622153826000041 ], [ 106.264076976000069, 29.622135937000049 ], [ 106.264049684000057, 29.622061960000053 ], [ 106.264008320000073, 29.622034195000079 ], [ 106.263935082000046, 29.622034893000031 ], [ 106.263835415000074, 29.62203072300008 ], [ 106.263832334000028, 29.621994240000049 ], [ 106.263809247000054, 29.62195175800008 ], [ 106.263797068000031, 29.621879609000068 ], [ 106.263762376000045, 29.621810961000058 ], [ 106.263694017000034, 29.62175577000005 ], [ 106.263640981000037, 29.621723427000074 ], [ 106.263627073000066, 29.621687449000031 ], [ 106.26363060500006, 29.621648833000055 ], [ 106.263625716000035, 29.621578730000067 ], [ 106.263591801000089, 29.621526182000085 ], [ 106.263523752000026, 29.621473072000075 ], [ 106.263409438000053, 29.621469041000069 ], [ 106.263367689000063, 29.62144803700005 ], [ 106.263353186000074, 29.621414337000086 ], [ 106.263358423000057, 29.621372250000029 ], [ 106.263392459000059, 29.621282329000049 ], [ 106.263380135000034, 29.621233809000042 ], [ 106.263348331000032, 29.621167803000038 ], [ 106.263169172000062, 29.620997747000047 ], [ 106.263136725000038, 29.620980136000071 ], [ 106.26310367800005, 29.620979086000091 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.261678191000044, 29.618448488000073 ], [ 106.261697638000044, 29.618414887000085 ], [ 106.261707952000052, 29.618385229000069 ], [ 106.261711145000049, 29.618355639000075 ], [ 106.26171311800006, 29.618322194000086 ], [ 106.261714084000062, 29.618305827000079 ], [ 106.261722405000057, 29.61825907400004 ], [ 106.261750309000035, 29.618212136000061 ], [ 106.261785179000071, 29.618152685000034 ], [ 106.261825428000066, 29.618096294000061 ], [ 106.261867614000039, 29.618052331000047 ], [ 106.26191018600008, 29.618039480000053 ], [ 106.261956320000081, 29.61802659500006 ], [ 106.261985269000036, 29.618018196000037 ], [ 106.262000672000056, 29.618013727000047 ], [ 106.262108419000072, 29.617944248000065 ], [ 106.262180754000042, 29.617890664000068 ], [ 106.26224248300008, 29.617843403000052 ], [ 106.262273811000057, 29.617785542000039 ], [ 106.262299779000045, 29.61772617500008 ], [ 106.262304346000064, 29.617663901000071 ], [ 106.262303763000034, 29.617617233000082 ], [ 106.262285456000029, 29.61757695700004 ], [ 106.262275528000032, 29.617567561000051 ], [ 106.262235007000072, 29.617529209000057 ], [ 106.262092967000072, 29.617418544000092 ], [ 106.262049967000067, 29.617397173000086 ], [ 106.262001627000075, 29.617375852000066 ], [ 106.26192323500004, 29.617371930000047 ], [ 106.261859106000031, 29.617369428000067 ], [ 106.261755639000057, 29.617376213000057 ], [ 106.261720338000046, 29.617378527000085 ], [ 106.26164405600008, 29.617401033000068 ], [ 106.261583680000058, 29.617414054000047 ], [ 106.261505599000031, 29.617435021000059 ], [ 106.261434541000028, 29.617448143000043 ], [ 106.261349396000071, 29.617473845000063 ], [ 106.261278552000078, 29.617504078000081 ], [ 106.26124679600008, 29.61752771700009 ], [ 106.261215572000026, 29.617555600000053 ], [ 106.261202773000036, 29.617567030000092 ], [ 106.26118191300003, 29.61760767800007 ], [ 106.261164691000033, 29.617654515000076 ], [ 106.261149423000063, 29.617715335000071 ], [ 106.261146444000076, 29.617762037000045 ], [ 106.261125777000089, 29.617818241000069 ], [ 106.261090926000065, 29.617879247000076 ], [ 106.261061319000078, 29.617932425000042 ], [ 106.261015652000026, 29.617982644000055 ], [ 106.260975421000069, 29.618040590000081 ], [ 106.260936893000064, 29.618092297000086 ], [ 106.260914272000036, 29.618134517000044 ], [ 106.260870518000047, 29.618195608000072 ], [ 106.260819147000063, 29.618230042000054 ], [ 106.260799886000029, 29.618242953000042 ], [ 106.260741677000055, 29.618287068000086 ], [ 106.26066421400003, 29.618357814000035 ], [ 106.260602522000056, 29.618408185000078 ], [ 106.260537289000069, 29.618460145000089 ], [ 106.260500425000046, 29.618502501000084 ], [ 106.260481519000052, 29.618557133000081 ], [ 106.260480280000095, 29.618600706000052 ], [ 106.260479045000068, 29.618639844000079 ], [ 106.260479003000057, 29.618641168000071 ], [ 106.260484828000074, 29.618680007000076 ], [ 106.260543154000075, 29.618788357000088 ], [ 106.260556101000077, 29.618827128000071 ], [ 106.260560165000072, 29.61886754000005 ], [ 106.260560784000063, 29.618917319000051 ], [ 106.260550528000067, 29.618951643000059 ], [ 106.260531332000028, 29.618982941000063 ], [ 106.260505014000046, 29.619014306000057 ], [ 106.260476935000042, 29.619047244000058 ], [ 106.260446998000091, 29.619073977000085 ], [ 106.260437009000043, 29.619085882000029 ], [ 106.260415417000047, 29.619111616000051 ], [ 106.260397923000028, 29.61913667400006 ], [ 106.260385829000029, 29.619166349000064 ], [ 106.260375630000055, 29.619205340000061 ], [ 106.260381359000064, 29.619236401000087 ], [ 106.260397866000062, 29.619275138000035 ], [ 106.260439162000083, 29.619302750000081 ], [ 106.260489322000069, 29.619327166000062 ], [ 106.260537681000088, 29.61935004300005 ], [ 106.260596723000049, 29.619372818000038 ], [ 106.260668677000069, 29.619381269000083 ], [ 106.260636180000063, 29.619349324000044 ], [ 106.260627587000045, 29.619292559000087 ], [ 106.260626794000089, 29.619228830000054 ], [ 106.260635664000063, 29.619149506000046 ], [ 106.260687966000035, 29.619074936000061 ], [ 106.260745775000032, 29.618967585000068 ], [ 106.26074699600008, 29.61890728200007 ], [ 106.260722762000057, 29.61886100200007 ], [ 106.260664759000065, 29.618794371000035 ], [ 106.260646289000093, 29.618735978000075 ], [ 106.260686956000029, 29.618677023000092 ], [ 106.260753443000056, 29.618633326000058 ], [ 106.26081828000008, 29.618615483000035 ], [ 106.26099914200006, 29.618574144000039 ], [ 106.261085169000069, 29.618516480000036 ], [ 106.26116354800007, 29.618477838000047 ], [ 106.261277130000053, 29.618416466000035 ], [ 106.261414474000048, 29.618363482000063 ], [ 106.261510893000036, 29.618348784000091 ], [ 106.261580037000044, 29.618360185000085 ], [ 106.261637632000031, 29.618394090000034 ], [ 106.261671659000058, 29.618435109000075 ], [ 106.261678191000044, 29.618448488000073 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.264221932000055, 29.617009800000066 ], [ 106.264182147000056, 29.61700081600009 ], [ 106.264156505000074, 29.61699293100008 ], [ 106.264108987000043, 29.616971905000064 ], [ 106.26406571800004, 29.616945802000085 ], [ 106.264016907000041, 29.616907860000083 ], [ 106.263994926000066, 29.616885280000076 ], [ 106.263961538000046, 29.61684456300009 ], [ 106.263943862000076, 29.616826976000077 ], [ 106.263924005000035, 29.616814558000044 ], [ 106.263907090000032, 29.616809841000073 ], [ 106.263888646000055, 29.616808765000091 ], [ 106.263869011000068, 29.616810637000064 ], [ 106.263827516000049, 29.616820441000076 ], [ 106.263744247000034, 29.616845150000081 ], [ 106.263683892000074, 29.616854878000076 ], [ 106.26361458100007, 29.616859076000086 ], [ 106.263564115000065, 29.616855939000061 ], [ 106.263543154000047, 29.616849633000072 ], [ 106.263527428000032, 29.616838735000048 ], [ 106.263517506000028, 29.616821968000064 ], [ 106.263503736000075, 29.616780423000083 ], [ 106.263491436000038, 29.616760882000055 ], [ 106.263472209000042, 29.616745898000087 ], [ 106.263447892000045, 29.616735674000044 ], [ 106.263421884000081, 29.616731012000045 ], [ 106.263397573000077, 29.616732707000043 ], [ 106.263378358000068, 29.616741560000037 ], [ 106.263365801000077, 29.616759210000051 ], [ 106.263353155000061, 29.616804625000043 ], [ 106.263344362000055, 29.616823479000068 ], [ 106.263332485000035, 29.616833291000034 ], [ 106.263316419000034, 29.61683855300004 ], [ 106.263296843000035, 29.616840302000078 ], [ 106.263195157000041, 29.616832667000047 ], [ 106.263140201000056, 29.616832800000054 ], [ 106.263116553000046, 29.616836230000047 ], [ 106.263097182000081, 29.616842665000025 ], [ 106.263083375000065, 29.616852676000057 ], [ 106.263076424000076, 29.616866830000045 ], [ 106.263076485000056, 29.616884011000078 ], [ 106.26308277000004, 29.616921930000039 ], [ 106.263081206000038, 29.616938180000091 ], [ 106.263072341000054, 29.616950087000081 ], [ 106.26305698300007, 29.616958147000037 ], [ 106.263013643000079, 29.616966323000039 ], [ 106.262879668000039, 29.616977697000038 ], [ 106.262838888000033, 29.616975998000051 ], [ 106.262773340000081, 29.616966935000054 ], [ 106.262728068000058, 29.61696505400004 ], [ 106.262682893000033, 29.616970386000048 ], [ 106.262660987000061, 29.616975734000057 ], [ 106.262619868000058, 29.61699164200007 ], [ 106.262584108000055, 29.617014310000059 ], [ 106.262548954000067, 29.617050140000064 ], [ 106.262501213000064, 29.617113214000085 ], [ 106.26245682900003, 29.61718184900008 ], [ 106.262438557000067, 29.617199286000073 ], [ 106.262417165000045, 29.617209738000039 ], [ 106.262368155000047, 29.617224333000078 ], [ 106.262345607000043, 29.617234170000071 ], [ 106.262287842000035, 29.617282318000029 ], [ 106.262269331000027, 29.617291253000076 ], [ 106.26222589200006, 29.617302145000046 ], [ 106.262194759000067, 29.617306664000068 ], [ 106.262156624000056, 29.617302282000093 ], [ 106.262120083000084, 29.617301520000073 ], [ 106.262096443000075, 29.617304301000047 ], [ 106.262061176000046, 29.61731343800005 ], [ 106.261999659000026, 29.617335498000049 ], [ 106.261961692000057, 29.617341065000073 ], [ 106.261879279000027, 29.61732337400008 ], [ 106.261854906000053, 29.617323007000042 ], [ 106.26186755100008, 29.617306037000041 ], [ 106.261770614000056, 29.617253985000048 ], [ 106.261761749000073, 29.617253503000086 ], [ 106.26176631800007, 29.617276305000068 ], [ 106.261770759000058, 29.617318961000088 ], [ 106.261755639000057, 29.617376213000057 ], [ 106.261859106000031, 29.617369428000067 ], [ 106.26192323500004, 29.617371930000047 ], [ 106.262001627000075, 29.617375852000066 ], [ 106.262049967000067, 29.617397173000086 ], [ 106.262092967000072, 29.617418544000092 ], [ 106.262235007000072, 29.617529209000057 ], [ 106.262275528000032, 29.617567561000051 ], [ 106.262308892000078, 29.617543921000053 ], [ 106.262360108000053, 29.617520933000026 ], [ 106.262425245000031, 29.617512812000086 ], [ 106.26251105700004, 29.617510496000083 ], [ 106.26257800500008, 29.617509858000069 ], [ 106.262639578000062, 29.61749127100007 ], [ 106.262702792000027, 29.617466669000073 ], [ 106.26277996400006, 29.617459934000067 ], [ 106.26286932000005, 29.617466584000056 ], [ 106.262986254000054, 29.617481972000071 ], [ 106.263058501000046, 29.617493285000076 ], [ 106.26314800800003, 29.617511935000035 ], [ 106.263184430000081, 29.617541589000044 ], [ 106.263203837000049, 29.617583406000051 ], [ 106.263211264000063, 29.617628338000092 ], [ 106.263232369000036, 29.617668640000087 ], [ 106.263284241000065, 29.617698148000049 ], [ 106.263359845000025, 29.617703428000084 ], [ 106.263424833000059, 29.617683308000036 ], [ 106.263475863000053, 29.617645320000062 ], [ 106.26350784300007, 29.61759401200004 ], [ 106.26351922300006, 29.617542901000039 ], [ 106.263508362000039, 29.617498001000055 ], [ 106.263488842000072, 29.617447183000067 ], [ 106.263488206000034, 29.61739618700005 ], [ 106.263532258000055, 29.61734926500008 ], [ 106.263624317000051, 29.617297385000089 ], [ 106.263757613000067, 29.617248111000034 ], [ 106.263865458000055, 29.617223083000056 ], [ 106.26396664400005, 29.617214619000034 ], [ 106.26408693500008, 29.61722397300008 ], [ 106.264118134000057, 29.617247678000069 ], [ 106.264125543000034, 29.617291110000039 ], [ 106.264126049000026, 29.61733160700004 ], [ 106.264145699000039, 29.617392924000054 ], [ 106.264185723000026, 29.617436045000087 ], [ 106.264251179000041, 29.617453421000057 ], [ 106.264329767000049, 29.617422671000043 ], [ 106.264373893000027, 29.617381748000074 ], [ 106.264394044000028, 29.617345553000067 ], [ 106.264388238000038, 29.617293106000101 ], [ 106.264367058000076, 29.617246805000029 ], [ 106.264342240000076, 29.617184037000072 ], [ 106.264314100000036, 29.617130303000067 ], [ 106.264275624000049, 29.617073666000064 ], [ 106.26422507500007, 29.617012644000049 ], [ 106.264221932000055, 29.617009800000066 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.241518511000038, 29.649743382000047 ], [ 106.24158479700003, 29.649727312000039 ], [ 106.241628095000067, 29.649716066000057 ], [ 106.241644975000042, 29.649701002000075 ], [ 106.241646355000057, 29.649697253000056 ], [ 106.241650981000078, 29.649684685000068 ], [ 106.241652299000066, 29.649665701000064 ], [ 106.241655036000068, 29.649635864000064 ], [ 106.241665100000034, 29.649599922000053 ], [ 106.241684518000056, 29.649568189000039 ], [ 106.241706366000074, 29.649544576000036 ], [ 106.241714334000051, 29.649529236000028 ], [ 106.241711829000053, 29.649515010000062 ], [ 106.241688305000025, 29.649496911000082 ], [ 106.241598002000046, 29.649428870000058 ], [ 106.241578746000087, 29.64950001200009 ], [ 106.241557692000072, 29.649563790000062 ], [ 106.241524618000028, 29.649597162000081 ], [ 106.241499998000052, 29.649607565000053 ], [ 106.241465094000034, 29.649610435000053 ], [ 106.241421395000032, 29.649608301000058 ], [ 106.241365877000078, 29.64959229000004 ], [ 106.241207578000058, 29.649504759000081 ], [ 106.241172566000046, 29.649498729000065 ], [ 106.241139086000032, 29.649499042000055 ], [ 106.241089658000078, 29.649504591000039 ], [ 106.241030009000056, 29.649507693000086 ], [ 106.24099360200006, 29.649506763000094 ], [ 106.240954129000045, 29.649493144000076 ], [ 106.240939354000048, 29.649475481000078 ], [ 106.240931764000038, 29.649450118000061 ], [ 106.240940156000079, 29.649422064000088 ], [ 106.240951316000064, 29.64938254000009 ], [ 106.240951082000038, 29.64936346800004 ], [ 106.240942161000078, 29.649348292000056 ], [ 106.240925760000039, 29.64931665500006 ], [ 106.240901269000062, 29.64921896900006 ], [ 106.240900536000026, 29.649159210000043 ], [ 106.240904435000076, 29.649121025000049 ], [ 106.240925571000048, 29.649073548000043 ], [ 106.240860757000064, 29.649099699000089 ], [ 106.24077040800006, 29.64914255900004 ], [ 106.240706386000056, 29.649179259000054 ], [ 106.240675263000071, 29.649202653000081 ], [ 106.240654218000032, 29.64923895000004 ], [ 106.24065476700008, 29.64928370900008 ], [ 106.240665641000078, 29.649361583000093 ], [ 106.240706781000043, 29.649481049000087 ], [ 106.240740429000027, 29.649564479000045 ], [ 106.240765612000075, 29.64959405400009 ], [ 106.240810795000073, 29.649609893000051 ], [ 106.240854376000073, 29.649621680000056 ], [ 106.240922678000061, 29.649625105000034 ], [ 106.240978668000025, 29.649636777000072 ], [ 106.241005336000057, 29.649660919000034 ], [ 106.241030570000078, 29.649694559000068 ], [ 106.241079422000041, 29.649756435000082 ], [ 106.241121767000038, 29.649793980000087 ], [ 106.241163765000067, 29.649803072000051 ], [ 106.241233600000044, 29.649805129000072 ], [ 106.241312625000035, 29.649797614000082 ], [ 106.241416203000028, 29.649768187000056 ], [ 106.241518511000038, 29.649743382000047 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.24188412500007, 29.649846440000093 ], [ 106.241855817000044, 29.649823016000084 ], [ 106.241841015000034, 29.649797837000047 ], [ 106.241838974000075, 29.649762693000067 ], [ 106.241845815000033, 29.649664172000087 ], [ 106.241858455000056, 29.649644362000057 ], [ 106.24187450200003, 29.649639992000061 ], [ 106.241921194000042, 29.649639554000085 ], [ 106.241943753000044, 29.649640750000064 ], [ 106.241975850000074, 29.649632010000062 ], [ 106.241993388000026, 29.649617780000074 ], [ 106.242008884000029, 29.649568406000075 ], [ 106.24203205200007, 29.649488017000063 ], [ 106.242047806000073, 29.649459739000065 ], [ 106.242058990000032, 29.649452601000057 ], [ 106.24208307300006, 29.649446749000052 ], [ 106.242116903000067, 29.649449148000095 ], [ 106.242087419000029, 29.649382648000071 ], [ 106.242040613000029, 29.649306296000081 ], [ 106.24198612400005, 29.649226677000058 ], [ 106.241943571000036, 29.64918534100007 ], [ 106.24188981900005, 29.649165812000032 ], [ 106.241826778000075, 29.649168072000066 ], [ 106.241723771000068, 29.649184061000092 ], [ 106.241651240000067, 29.649191419000093 ], [ 106.241605663000044, 29.649215216000069 ], [ 106.241556471000095, 29.64925574200003 ], [ 106.241513073000078, 29.649301221000087 ], [ 106.241469490000043, 29.649331678000056 ], [ 106.241529538000066, 29.649377285000064 ], [ 106.241566548000037, 29.649405170000083 ], [ 106.241591318000076, 29.649401842000085 ], [ 106.241644883000049, 29.649401340000047 ], [ 106.241680128000041, 29.649380714000067 ], [ 106.241708079000034, 29.649344371000044 ], [ 106.241759515000069, 29.649328103000066 ], [ 106.241806091000058, 29.649336688000052 ], [ 106.241848426000047, 29.64936786200008 ], [ 106.241873474000045, 29.649410474000039 ], [ 106.241906913000037, 29.649453007000098 ], [ 106.241960671000072, 29.64946828900008 ], [ 106.241978206000056, 29.649477145000038 ], [ 106.24198302800005, 29.649501906000076 ], [ 106.241978815000039, 29.649526752000039 ], [ 106.241937144000076, 29.649549693000047 ], [ 106.241886217000058, 29.649554680000044 ], [ 106.241852603000041, 29.649550484000084 ], [ 106.241799658000048, 29.649548726000035 ], [ 106.241766321000057, 29.64956708000004 ], [ 106.241751386000033, 29.649612320000063 ], [ 106.241751856000064, 29.649650653000041 ], [ 106.241752715000075, 29.649720553000073 ], [ 106.241748447000077, 29.649740888000057 ], [ 106.241728551000051, 29.649750095000055 ], [ 106.241720216000033, 29.64975468200003 ], [ 106.241684472000046, 29.649734722000058 ], [ 106.241653081000038, 29.64970119000008 ], [ 106.241646355000057, 29.649697253000056 ], [ 106.241644975000042, 29.649701002000075 ], [ 106.241628095000067, 29.649716066000057 ], [ 106.24158479700003, 29.649727312000039 ], [ 106.241518511000038, 29.649743382000047 ], [ 106.241529137000043, 29.649751963000092 ], [ 106.241586961000053, 29.649782992000034 ], [ 106.241625535000026, 29.649823223000055 ], [ 106.241661305000036, 29.64984543800005 ], [ 106.241675163000082, 29.649870115000056 ], [ 106.241671767000071, 29.64988254300005 ], [ 106.241683695000063, 29.649882059000046 ], [ 106.241726210000081, 29.649883911000071 ], [ 106.241807279000056, 29.649879778000074 ], [ 106.24188412500007, 29.649846440000093 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.242669995000028, 29.650609788000054 ], [ 106.242757026000049, 29.650596621000094 ], [ 106.24287907300004, 29.650556367000029 ], [ 106.242918316000043, 29.650540389000067 ], [ 106.243029145000037, 29.650495265000082 ], [ 106.243145794000043, 29.650432341000059 ], [ 106.243179155000064, 29.650290885000061 ], [ 106.243213234000052, 29.650033021000063 ], [ 106.243198380000081, 29.650018209000052 ], [ 106.243177223000032, 29.649984434000096 ], [ 106.243158281000035, 29.649892292000054 ], [ 106.24315942800007, 29.649808685000036 ], [ 106.243173812000066, 29.649740152000046 ], [ 106.243171123000081, 29.649698379000082 ], [ 106.243141799000071, 29.649642431000068 ], [ 106.24310196600004, 29.649640924000042 ], [ 106.243060267000033, 29.649627071000044 ], [ 106.243019987000025, 29.649613682000059 ], [ 106.242992678000064, 29.649606431000038 ], [ 106.242958281000028, 29.649605502000046 ], [ 106.242913920000035, 29.649609671000057 ], [ 106.242885454000032, 29.649624956000086 ], [ 106.242825733000075, 29.649661808000079 ], [ 106.24275997500007, 29.649673687000064 ], [ 106.242714196000065, 29.649679123000055 ], [ 106.242674085000033, 29.649679499000065 ], [ 106.242633821000027, 29.64966736100007 ], [ 106.242580572000065, 29.649647837000092 ], [ 106.242527997000082, 29.649620581000079 ], [ 106.242491299000051, 29.649589208000069 ], [ 106.242462183000043, 29.649552753000076 ], [ 106.242442910000079, 29.649539579000081 ], [ 106.242414225000076, 29.649538178000061 ], [ 106.242393225000058, 29.649540044000055 ], [ 106.242362651000064, 29.649540331000086 ], [ 106.24232430900004, 29.649530674000058 ], [ 106.242304974000035, 29.649512493000088 ], [ 106.242288488000042, 29.649489064000079 ], [ 106.242259622000077, 29.649530894000069 ], [ 106.242239089000066, 29.649563436000058 ], [ 106.242241044000082, 29.649591549000032 ], [ 106.242244523000068, 29.649612613000045 ], [ 106.242246323000074, 29.649628069000073 ], [ 106.242241787000069, 29.649652023000041 ], [ 106.242225928000039, 29.64967186300003 ], [ 106.242198798000061, 29.649691808000057 ], [ 106.242133183000078, 29.649724773000052 ], [ 106.242070512000055, 29.649735205000066 ], [ 106.242027144000076, 29.64974405200007 ], [ 106.242006385000096, 29.649758312000063 ], [ 106.241992223000068, 29.649785168000051 ], [ 106.24198126400006, 29.649810589000083 ], [ 106.242046807000065, 29.649902806000057 ], [ 106.242084477000049, 29.649954494000042 ], [ 106.242115568000031, 29.649994992000078 ], [ 106.24215464200006, 29.650029791000058 ], [ 106.242190322000056, 29.650050554000078 ], [ 106.242221189000077, 29.650072769000069 ], [ 106.24226331000007, 29.650093472000044 ], [ 106.242329425000037, 29.650122556000042 ], [ 106.242357354000035, 29.650136002000071 ], [ 106.242375667000033, 29.650152701000071 ], [ 106.242379455000048, 29.650166373000047 ], [ 106.242377274000035, 29.65018537300006 ], [ 106.242391824000038, 29.650203393000069 ], [ 106.242412874000081, 29.650229532000079 ], [ 106.242445633000045, 29.650288481000075 ], [ 106.242461253000059, 29.650332777000077 ], [ 106.242463601000054, 29.65037061300006 ], [ 106.242447472000038, 29.650438250000029 ], [ 106.242463476000069, 29.650513816000057 ], [ 106.242488536000053, 29.650559669000074 ], [ 106.24250958600004, 29.650585808000063 ], [ 106.242511773000047, 29.650610478000086 ], [ 106.242571029000032, 29.650610715000088 ], [ 106.242669995000028, 29.650609788000054 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.245181470000034, 29.654500644000056 ], [ 106.245217420000074, 29.654436544000077 ], [ 106.245253322000053, 29.65440450400007 ], [ 106.245291319000046, 29.654387461000045 ], [ 106.245333280000068, 29.654382061000028 ], [ 106.245384956000066, 29.654389919000032 ], [ 106.245440575000032, 29.654407751000075 ], [ 106.245488636000061, 29.654432328000045 ], [ 106.245542386000068, 29.65445351400006 ], [ 106.245520831000078, 29.654416858000044 ], [ 106.245504772000061, 29.654394450000037 ], [ 106.245500191000076, 29.654371935000082 ], [ 106.245494190000059, 29.654350687000097 ], [ 106.24549946500008, 29.654313041000073 ], [ 106.245523221000042, 29.65426143500008 ], [ 106.245583660000079, 29.654159356000033 ], [ 106.245654139000067, 29.654036939000022 ], [ 106.245710132000056, 29.653922024000053 ], [ 106.245745255000031, 29.65386058100006 ], [ 106.245775228000085, 29.653817991000025 ], [ 106.245805375000046, 29.653789502000045 ], [ 106.245846362000066, 29.653767180000042 ], [ 106.245896318000064, 29.653744772000035 ], [ 106.245991139000068, 29.653723510000074 ], [ 106.246060761000081, 29.653695585000033 ], [ 106.246106336000025, 29.653676326000035 ], [ 106.246158473000037, 29.653642882000039 ], [ 106.246211828000071, 29.653598835000082 ], [ 106.246271773000046, 29.653542956000081 ], [ 106.246319811000035, 29.653504843000064 ], [ 106.246413423000035, 29.65344747100006 ], [ 106.246544716000074, 29.653386214000076 ], [ 106.246714759000042, 29.653310578000063 ], [ 106.246736834000046, 29.653096922000092 ], [ 106.246736269000053, 29.653051108000057 ], [ 106.24671455400005, 29.652991747000048 ], [ 106.246640332000027, 29.652928298000063 ], [ 106.246571694000068, 29.652892287000046 ], [ 106.246461151000062, 29.652861253000083 ], [ 106.246366287000058, 29.652825490000051 ], [ 106.246218972000065, 29.65279021900006 ], [ 106.246055922000039, 29.652755096000078 ], [ 106.245982039000069, 29.652719135000044 ], [ 106.245860724000067, 29.652665292000052 ], [ 106.245755596000038, 29.652647952000063 ], [ 106.245661185000074, 29.652648839000054 ], [ 106.245524812000042, 29.652650121000075 ], [ 106.245445909000068, 29.652632534000073 ], [ 106.245387480000034, 29.65257351800005 ], [ 106.245283198000038, 29.652624899000052 ], [ 106.245204917000081, 29.652657708000049 ], [ 106.245121164000082, 29.652672240000062 ], [ 106.245068487000026, 29.65265440700006 ], [ 106.245041754000056, 29.652613421000062 ], [ 106.245045984000072, 29.652530906000038 ], [ 106.245117836000077, 29.65240193700004 ], [ 106.24522984500004, 29.652284390000091 ], [ 106.245095487000071, 29.652254986000063 ], [ 106.244891728000027, 29.652145767000032 ], [ 106.244833218000053, 29.652090750000074 ], [ 106.244797652000045, 29.652020363000076 ], [ 106.244802502000027, 29.651944545000052 ], [ 106.244818731000066, 29.651853466000038 ], [ 106.244861741000094, 29.651751906000076 ], [ 106.244940864000057, 29.651677573000082 ], [ 106.245011925000028, 29.651632752000072 ], [ 106.245102497000062, 29.651589462000057 ], [ 106.245076418000053, 29.651558284000082 ], [ 106.245055279000042, 29.651387999000058 ], [ 106.245053796000036, 29.65088071800005 ], [ 106.24505367200004, 29.650876145000041 ], [ 106.245022347000031, 29.650877808000079 ], [ 106.24488870900008, 29.65089465200009 ], [ 106.244817859000079, 29.650938185000086 ], [ 106.244796033000057, 29.650977361000059 ], [ 106.244792291000067, 29.651035852000057 ], [ 106.244761496000081, 29.651071215000055 ], [ 106.244699042000036, 29.65107180100005 ], [ 106.244640903000061, 29.651060656000084 ], [ 106.244595813000046, 29.651022108000056 ], [ 106.244533311000055, 29.651018798000042 ], [ 106.244506736000062, 29.651034636000066 ], [ 106.244489611000063, 29.651093253000049 ], [ 106.24445464300004, 29.651152037000081 ], [ 106.244423798000085, 29.651183503000087 ], [ 106.244357122000054, 29.651203615000043 ], [ 106.24429471600007, 29.651208097000055 ], [ 106.244214560000046, 29.651220541000047 ], [ 106.244139249000057, 29.651264116000043 ], [ 106.24407756200003, 29.651327048000045 ], [ 106.244042256000057, 29.651358556000048 ], [ 106.243935437000061, 29.651381642000047 ], [ 106.243972150000047, 29.651393049000031 ], [ 106.244007742000065, 29.651403043000069 ], [ 106.244066850000081, 29.651402488000091 ], [ 106.24416837900003, 29.651365923000075 ], [ 106.244217115000026, 29.651351873000067 ], [ 106.244274767000036, 29.651339681000078 ], [ 106.244336985000075, 29.651337155000078 ], [ 106.244381658000066, 29.651354212000061 ], [ 106.244442010000057, 29.651380832000083 ], [ 106.244553992000078, 29.651447746000091 ], [ 106.244594458000051, 29.651484262000054 ], [ 106.24462390500004, 29.651528649000056 ], [ 106.244631052000045, 29.65156741900006 ], [ 106.244636755000045, 29.65171502700008 ], [ 106.24462376300005, 29.651787936000062 ], [ 106.24459145000003, 29.651870732000084 ], [ 106.244586582000068, 29.651926581000055 ], [ 106.244590046000042, 29.651982352000054 ], [ 106.244601782000075, 29.652033193000076 ], [ 106.24463021300005, 29.652086303000083 ], [ 106.244642158000033, 29.65215412600007 ], [ 106.244642934000069, 29.652217201000038 ], [ 106.244632213000045, 29.652248842000063 ], [ 106.244604767000055, 29.652275789000043 ], [ 106.244563375000041, 29.652298013000056 ], [ 106.244521864000035, 29.652310534000037 ], [ 106.244463747000054, 29.652328064000084 ], [ 106.244410901000037, 29.652338606000061 ], [ 106.244425801000034, 29.652430090000056 ], [ 106.244413636000047, 29.65246599500006 ], [ 106.244379306000042, 29.652493848000073 ], [ 106.244300856000066, 29.652522117000046 ], [ 106.244234876000064, 29.652539253000036 ], [ 106.244175403000042, 29.652572849000077 ], [ 106.244138193000026, 29.652622754000046 ], [ 106.244101729000079, 29.652733220000066 ], [ 106.244099493000078, 29.652807576000043 ], [ 106.244109624000032, 29.652862543000076 ], [ 106.244144901000027, 29.652911767000028 ], [ 106.244211896000081, 29.652977212000053 ], [ 106.244298, 29.653051241000064 ], [ 106.244370371000059, 29.653134870000088 ], [ 106.244434530000035, 29.653233238000034 ], [ 106.244460609000043, 29.653306304000061 ], [ 106.244452848000037, 29.653357695000068 ], [ 106.244411654000032, 29.653420396000062 ], [ 106.24433282900003, 29.653494448000057 ], [ 106.244258065000054, 29.65355746300008 ], [ 106.244187227000054, 29.653598449000071 ], [ 106.244128977000059, 29.653639317000053 ], [ 106.244087602000036, 29.653687357000074 ], [ 106.244071403000078, 29.653735162000082 ], [ 106.244057980000036, 29.653914518000072 ], [ 106.244055562000028, 29.653990763000078 ], [ 106.244066064000037, 29.654025844000042 ], [ 106.244086379000066, 29.654040311000063 ], [ 106.244143358000031, 29.654033913000028 ], [ 106.244206688000077, 29.653998140000056 ], [ 106.244270199000027, 29.653977022000046 ], [ 106.244327142000031, 29.65396769300008 ], [ 106.244387766000045, 29.653984713000067 ], [ 106.244445251000059, 29.654019353000084 ], [ 106.24448624300004, 29.654077600000058 ], [ 106.244513812000037, 29.654135974000045 ], [ 106.244527849000065, 29.654185679000076 ], [ 106.244535355000039, 29.654250104000077 ], [ 106.244546035000042, 29.654299841000064 ], [ 106.24457006800003, 29.654343589000067 ], [ 106.244634517000065, 29.65439868500005 ], [ 106.244812305000039, 29.654510937000051 ], [ 106.244939708000061, 29.654436892000042 ], [ 106.245023252000067, 29.654399420000061 ], [ 106.245072763000053, 29.654388949000062 ], [ 106.245111190000046, 29.654408599000071 ], [ 106.245181470000034, 29.654500644000056 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.242484606000062, 29.652223356000039 ], [ 106.242569718000027, 29.652153726000055 ], [ 106.242637953000042, 29.652060400000032 ], [ 106.242698157000063, 29.651977843000058 ], [ 106.242762968000093, 29.651938023000064 ], [ 106.242836290000071, 29.651926640000056 ], [ 106.242862943000034, 29.651941924000088 ], [ 106.24288938400008, 29.651890441000031 ], [ 106.242916112000046, 29.651862603000041 ], [ 106.242942842000048, 29.651834765000046 ], [ 106.242951187000074, 29.651779512000076 ], [ 106.242936980000081, 29.651671882000077 ], [ 106.242912103000052, 29.651604254000063 ], [ 106.242889591000051, 29.651578614000069 ], [ 106.242867157000035, 29.651559435000074 ], [ 106.242837936000058, 29.651556523000071 ], [ 106.242674758000078, 29.651733753000087 ], [ 106.242592782000031, 29.651776240000064 ], [ 106.242519255000047, 29.651799685000071 ], [ 106.242454132000034, 29.651800295000047 ], [ 106.242384295000079, 29.651770609000042 ], [ 106.242340228000046, 29.651717925000064 ], [ 106.242304544000035, 29.651628822000077 ], [ 106.242311301000029, 29.651542229000086 ], [ 106.24234451600006, 29.651487268000039 ], [ 106.242428296000071, 29.651426495000067 ], [ 106.242422376000036, 29.651425096000075 ], [ 106.242333978000033, 29.651430503000086 ], [ 106.242212436000045, 29.651454701000038 ], [ 106.242135758000074, 29.651494439000093 ], [ 106.242116660000079, 29.65150746900007 ], [ 106.242058117000056, 29.651547407000066 ], [ 106.242002246000027, 29.651621139000035 ], [ 106.241906578000055, 29.651756646000074 ], [ 106.241882914000044, 29.651811186000081 ], [ 106.24187704600007, 29.651914243000071 ], [ 106.241857825000068, 29.652010673000063 ], [ 106.241825965000032, 29.652075138000036 ], [ 106.241757512000049, 29.652150641000048 ], [ 106.241713279000066, 29.652204528000084 ], [ 106.241701736000039, 29.652261674000048 ], [ 106.241718672000061, 29.652311423000068 ], [ 106.241788616000065, 29.652357110000089 ], [ 106.241874399000039, 29.652363437000076 ], [ 106.242013102000044, 29.652358573000072 ], [ 106.24213917000003, 29.652321742000087 ], [ 106.242399682000041, 29.65226582900004 ], [ 106.242472743000064, 29.652233061000061 ], [ 106.242484606000062, 29.652223356000039 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.241671997000026, 29.652608588000081 ], [ 106.241711443000042, 29.652562348000071 ], [ 106.241772503000064, 29.652541480000078 ], [ 106.241864348000036, 29.652504538000084 ], [ 106.241938851000043, 29.652474524000066 ], [ 106.242044359000033, 29.652446473000047 ], [ 106.242170464000026, 29.652413721000073 ], [ 106.242246055000066, 29.652419778000084 ], [ 106.242297481000037, 29.652455377000084 ], [ 106.24234922200003, 29.652463914000059 ], [ 106.242413702000079, 29.652458797000065 ], [ 106.242457874000081, 29.65242906800006 ], [ 106.242478082000048, 29.652392798000051 ], [ 106.242494418000035, 29.652356562000083 ], [ 106.242493947000071, 29.652318231000041 ], [ 106.242480062000027, 29.652291300000059 ], [ 106.242466149000052, 29.652262114000063 ], [ 106.242484606000062, 29.652223356000039 ], [ 106.242472743000064, 29.652233061000061 ], [ 106.242399682000041, 29.65226582900004 ], [ 106.24213917000003, 29.652321742000087 ], [ 106.242013102000044, 29.652358573000072 ], [ 106.241874399000039, 29.652363437000076 ], [ 106.241788616000065, 29.652357110000089 ], [ 106.241718672000061, 29.652311423000068 ], [ 106.241701736000039, 29.652261674000048 ], [ 106.241713279000066, 29.652204528000084 ], [ 106.241757512000049, 29.652150641000048 ], [ 106.241825965000032, 29.652075138000036 ], [ 106.241857825000068, 29.652010673000063 ], [ 106.24187704600007, 29.651914243000071 ], [ 106.241882914000044, 29.651811186000081 ], [ 106.241848176000076, 29.651844573000055 ], [ 106.241783586000054, 29.651868793000059 ], [ 106.241702600000053, 29.651878998000093 ], [ 106.24161446100004, 29.651902710000059 ], [ 106.241557081000053, 29.65191814700006 ], [ 106.24146672300003, 29.651957356000079 ], [ 106.241428623000047, 29.652023808000081 ], [ 106.241411909000078, 29.652071175000049 ], [ 106.241412513000057, 29.652120268000083 ], [ 106.241423715000053, 29.652152266000083 ], [ 106.241428548000044, 29.652193766000039 ], [ 106.241427974000032, 29.652247788000068 ], [ 106.241475899000079, 29.65230296400005 ], [ 106.241516605000072, 29.652358960000075 ], [ 106.241540834000034, 29.652439916000048 ], [ 106.241521934000048, 29.652530296000069 ], [ 106.241452816000049, 29.652578299000076 ], [ 106.241340541000056, 29.652633474000087 ], [ 106.241257288000043, 29.652634252000052 ], [ 106.241187396000043, 29.652619122000086 ], [ 106.241156619000037, 29.652583329000041 ], [ 106.241166421000059, 29.652540390000073 ], [ 106.241139572000066, 29.652509070000058 ], [ 106.241135682000049, 29.652498006000091 ], [ 106.24110934600003, 29.652482673000051 ], [ 106.241081920000056, 29.652474339000037 ], [ 106.24107310800008, 29.652468694000049 ], [ 106.241062051000029, 29.652458295000084 ], [ 106.241058632000033, 29.652446872000041 ], [ 106.241058456000076, 29.65243255300004 ], [ 106.241056117000028, 29.652420165000066 ], [ 106.241046567000069, 29.652412908000088 ], [ 106.241000106000058, 29.652413343000031 ], [ 106.240946636000047, 29.652439949000044 ], [ 106.24092902700005, 29.652466219000075 ], [ 106.240888406000067, 29.652565798000065 ], [ 106.240889112000048, 29.652623223000035 ], [ 106.240925804000028, 29.652690753000055 ], [ 106.240992124000059, 29.652737122000076 ], [ 106.241088071000036, 29.652762327000065 ], [ 106.241207605000056, 29.652761209000065 ], [ 106.241285047000076, 29.652739600000075 ], [ 106.241385945000047, 29.652681223000059 ], [ 106.241475083000068, 29.652638621000051 ], [ 106.241624051000031, 29.652600679000038 ], [ 106.241671997000026, 29.652608588000081 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.239399622000079, 29.65378422900006 ], [ 106.239375997000081, 29.65375459300008 ], [ 106.239377455000067, 29.653610254000057 ], [ 106.239411587000063, 29.653551303000086 ], [ 106.239413930000069, 29.65347911900005 ], [ 106.239371935000065, 29.653423132000054 ], [ 106.239329563000069, 29.65328371500004 ], [ 106.239292943000066, 29.653139731000078 ], [ 106.239298679000058, 29.653081045000071 ], [ 106.23932955600003, 29.65301986900004 ], [ 106.239416692000077, 29.652967188000058 ], [ 106.239485950000073, 29.652930460000039 ], [ 106.239542014000051, 29.652923169000076 ], [ 106.239598945000068, 29.652933912000037 ], [ 106.239659351000057, 29.652964919000052 ], [ 106.239766750000058, 29.65303833300004 ], [ 106.239842618000068, 29.653066938000052 ], [ 106.239852796000037, 29.653107435000038 ], [ 106.239814968000076, 29.653128085000045 ], [ 106.239803179000035, 29.653134905000055 ], [ 106.239826883000035, 29.653165252000065 ], [ 106.239842966000026, 29.653231781000045 ], [ 106.239848662000043, 29.653299688000061 ], [ 106.239861092000069, 29.653310315000066 ], [ 106.239959374000094, 29.653377049000078 ], [ 106.240022426000053, 29.653360673000051 ], [ 106.240059360000032, 29.653319736000078 ], [ 106.240083949000052, 29.653272149000081 ], [ 106.240118191000079, 29.65322221800005 ], [ 106.240158545000057, 29.653197034000069 ], [ 106.240208663000033, 29.653178525000037 ], [ 106.240312712000048, 29.653181982000039 ], [ 106.24032397600007, 29.653153123000045 ], [ 106.240380732000062, 29.653105850000092 ], [ 106.240448873000048, 29.653051793000088 ], [ 106.240486601000057, 29.653011375000059 ], [ 106.240493098000059, 29.652917830000039 ], [ 106.240425712000047, 29.652748417000051 ], [ 106.240405161000069, 29.652727923000043 ], [ 106.24037413800005, 29.652671836000074 ], [ 106.240350213000056, 29.652615683000075 ], [ 106.240326454000069, 29.65257305800009 ], [ 106.24027466800004, 29.652508146000063 ], [ 106.240240242000027, 29.652490428000078 ], [ 106.240197021000029, 29.652544953000071 ], [ 106.240194513000063, 29.652603609000042 ], [ 106.240198321000037, 29.652650930000043 ], [ 106.240210859000058, 29.652673364000066 ], [ 106.240238351000073, 29.652704678000074 ], [ 106.240267219000032, 29.652742744000079 ], [ 106.240270833000082, 29.652774281000063 ], [ 106.240256910000028, 29.652796963000071 ], [ 106.240233059000047, 29.652799442000063 ], [ 106.240211116000069, 29.652799646000055 ], [ 106.240204414000061, 29.652779413000079 ], [ 106.240175243000067, 29.652716544000047 ], [ 106.240144976000067, 29.652669470000031 ], [ 106.240117871000052, 29.652669723000091 ], [ 106.240108494000026, 29.652694618000055 ], [ 106.240119632000074, 29.65270804400005 ], [ 106.24011112200003, 29.652750970000053 ], [ 106.240111481000042, 29.652780282000041 ], [ 106.240119585000059, 29.65280952400008 ], [ 106.240118737000046, 29.652845612000078 ], [ 106.240094996000053, 29.652857110000067 ], [ 106.240061243000071, 29.652841640000069 ], [ 106.240015542000037, 29.652799222000056 ], [ 106.239963046000071, 29.652781671000067 ], [ 106.239918570000043, 29.652786597000041 ], [ 106.239879285000029, 29.652793731000088 ], [ 106.239842925000062, 29.652776030000034 ], [ 106.23978591100007, 29.65275852100007 ], [ 106.239716128000055, 29.652752410000055 ], [ 106.239648668000029, 29.652777847000038 ], [ 106.239566761000049, 29.652783123000059 ], [ 106.239532270000041, 29.65281276200005 ], [ 106.239508722000039, 29.652840042000037 ], [ 106.23948549000005, 29.652840260000069 ], [ 106.239461473000077, 29.65282920900006 ], [ 106.239440572000035, 29.652809109000092 ], [ 106.239418216000047, 29.652775490000071 ], [ 106.239399454000079, 29.65271929000005 ], [ 106.239242933000071, 29.652745558000046 ], [ 106.239149972000064, 29.652744173000094 ], [ 106.239113988000057, 29.652725877000083 ], [ 106.239157261000059, 29.652807525000064 ], [ 106.239177296000037, 29.652904073000059 ], [ 106.239192843000069, 29.653019185000066 ], [ 106.239221702000066, 29.653260287000084 ], [ 106.239265655000068, 29.653483601000062 ], [ 106.239290529000073, 29.653591374000083 ], [ 106.239351105000026, 29.653729672000047 ], [ 106.239396612000064, 29.653846761000072 ], [ 106.239399622000079, 29.65378422900006 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.239803179000035, 29.653134905000055 ], [ 106.239814968000076, 29.653128085000045 ], [ 106.239852796000037, 29.653107435000038 ], [ 106.239842618000068, 29.653066938000052 ], [ 106.239766750000058, 29.65303833300004 ], [ 106.239659351000057, 29.652964919000052 ], [ 106.239598945000068, 29.652933912000037 ], [ 106.239542014000051, 29.652923169000076 ], [ 106.239485950000073, 29.652930460000039 ], [ 106.239416692000077, 29.652967188000058 ], [ 106.23932955600003, 29.65301986900004 ], [ 106.239298679000058, 29.653081045000071 ], [ 106.239292943000066, 29.653139731000078 ], [ 106.239329563000069, 29.65328371500004 ], [ 106.239371935000065, 29.653423132000054 ], [ 106.239413930000069, 29.65347911900005 ], [ 106.239411587000063, 29.653551303000086 ], [ 106.239377455000067, 29.653610254000057 ], [ 106.239375997000081, 29.65375459300008 ], [ 106.239399622000079, 29.65378422900006 ], [ 106.239405480000073, 29.653662618000052 ], [ 106.239424582000026, 29.653560198000037 ], [ 106.239428908000036, 29.653497924000082 ], [ 106.23942809100005, 29.653431253000058 ], [ 106.23942196600008, 29.653346850000059 ], [ 106.23942125800005, 29.653289067000053 ], [ 106.239425531000052, 29.653222350000082 ], [ 106.239455408000026, 29.653168726000043 ], [ 106.239541426000073, 29.653127914000038 ], [ 106.239729271000044, 29.653090596000084 ], [ 106.239795861000061, 29.653125535000065 ], [ 106.239803179000035, 29.653134905000055 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.238149760000056, 29.65377161900005 ], [ 106.238138898000045, 29.65364849000008 ], [ 106.238090994000061, 29.653505598000041 ], [ 106.237960006000037, 29.653278374000081 ], [ 106.237741626000059, 29.653034048000048 ], [ 106.237631587000067, 29.652883559000081 ], [ 106.237622374000068, 29.652927657000077 ], [ 106.237623745000064, 29.653039628000045 ], [ 106.237659769000061, 29.653186615000038 ], [ 106.237701962000074, 29.65328294600004 ], [ 106.237760910000077, 29.653407782000045 ], [ 106.237815801000067, 29.653536237000083 ], [ 106.237813543000073, 29.653686722000089 ], [ 106.237814726000067, 29.653783438000058 ], [ 106.237791303000051, 29.653880383000057 ], [ 106.237755183000047, 29.65394520500007 ], [ 106.237685616000093, 29.654000941000049 ], [ 106.237745722000057, 29.653998534000038 ], [ 106.237791656000084, 29.654096637000066 ], [ 106.237955871000054, 29.654342721000031 ], [ 106.237987439000051, 29.654377400000048 ], [ 106.238016633000029, 29.654389683000094 ], [ 106.238078869000049, 29.654395976000046 ], [ 106.23810106500008, 29.65439931000008 ], [ 106.238154847000033, 29.654448332000076 ], [ 106.238129848000028, 29.654390965000061 ], [ 106.238108064000073, 29.654310432000035 ], [ 106.238095424000051, 29.65422173700005 ], [ 106.238096209000048, 29.654023773000063 ], [ 106.238107256000035, 29.653920427000067 ], [ 106.238121057000058, 29.653840715000054 ], [ 106.238149760000056, 29.65377161900005 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.205716812000048, 29.633499897000046 ], [ 106.205690822000079, 29.633488586000052 ], [ 106.205582638000067, 29.633448169000069 ], [ 106.205521973000032, 29.633418610000039 ], [ 106.205474320000064, 29.633396461000075 ], [ 106.205448272000069, 29.633377895000081 ], [ 106.205433467000034, 29.633408965000051 ], [ 106.205416145000072, 29.63344797000007 ], [ 106.205381038000041, 29.633487136000038 ], [ 106.20533727000003, 29.633545805000043 ], [ 106.205240401000026, 29.633651044000089 ], [ 106.205292139000051, 29.633654048000039 ], [ 106.205344011000079, 29.633668632000091 ], [ 106.205378606000068, 29.633679609000065 ], [ 106.205421996000041, 29.633705560000067 ], [ 106.205487194000057, 29.633753895000041 ], [ 106.205523174000078, 29.633825639000069 ], [ 106.205518912000059, 29.633754181000093 ], [ 106.205522565000081, 29.633706181000029 ], [ 106.205553710000061, 29.633661618000076 ], [ 106.205602863000081, 29.633603901000072 ], [ 106.205679795000037, 29.633535277000078 ], [ 106.205716812000048, 29.633499897000046 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.210042674000078, 29.629397709000042 ], [ 106.209940911000047, 29.629380891000046 ], [ 106.209735949000063, 29.629349001000033 ], [ 106.209304365000037, 29.629307880000052 ], [ 106.20917627900009, 29.629299729000078 ], [ 106.209165437000081, 29.629299828000057 ], [ 106.209169540000062, 29.629311561000065 ], [ 106.209209375000057, 29.629379389000064 ], [ 106.209223560000069, 29.629477759000057 ], [ 106.209208026000056, 29.629629439000041 ], [ 106.209145522000028, 29.629842161000049 ], [ 106.209065639000073, 29.630051934000054 ], [ 106.20898121700003, 29.630262480000059 ], [ 106.208978009000077, 29.630280074000041 ], [ 106.208976666000069, 29.630329699000068 ], [ 106.209043530000031, 29.630362916000081 ], [ 106.20907670500003, 29.630385165000064 ], [ 106.209140018000028, 29.630391353000054 ], [ 106.209183572000029, 29.630363894000087 ], [ 106.209222446000069, 29.630322948000064 ], [ 106.209294551000028, 29.630308760000048 ], [ 106.209342837000065, 29.630353422000038 ], [ 106.209343322000052, 29.630394010000085 ], [ 106.209368164000068, 29.630420844000071 ], [ 106.209404942000049, 29.630420509000082 ], [ 106.209448441000063, 29.630388541000052 ], [ 106.209491939000031, 29.630356572000043 ], [ 106.209535036000034, 29.630344904000083 ], [ 106.209577030000048, 29.630349031000033 ], [ 106.20962703400005, 29.630321515000048 ], [ 106.209695858000032, 29.630248722000086 ], [ 106.209725672000047, 29.630205604000079 ], [ 106.209753739000064, 29.630178286000042 ], [ 106.209803500000078, 29.630130474000055 ], [ 106.209853613000064, 29.63011197600008 ], [ 106.209902061000037, 29.630116045000072 ], [ 106.209967066000047, 29.630101921000058 ], [ 106.210019626000076, 29.630072126000073 ], [ 106.210065302000046, 29.630060433000036 ], [ 106.210095385000059, 29.630039864000082 ], [ 106.210110574000055, 29.630014918000089 ], [ 106.210092588000066, 29.629967725000085 ], [ 106.210065890000081, 29.629947672000068 ], [ 106.210015509000073, 29.629943622000042 ], [ 106.209952383000029, 29.629953218000086 ], [ 106.209930338000049, 29.629944400000063 ], [ 106.209906060000037, 29.629910795000058 ], [ 106.209896514000036, 29.629868033000029 ], [ 106.20987030200007, 29.629834446000082 ], [ 106.209841345000044, 29.629787353000044 ], [ 106.209862959000077, 29.629760095000044 ], [ 106.209892557000046, 29.62969893700005 ], [ 106.210010713000031, 29.629650502000061 ], [ 106.210040689000039, 29.629620912000068 ], [ 106.210048592000092, 29.629580248000089 ], [ 106.210026142000061, 29.629537606000035 ], [ 106.210016890000077, 29.62946552600005 ], [ 106.210035682000083, 29.629417998000072 ], [ 106.210042674000078, 29.629397709000042 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.210341609000082, 29.630363572000089 ], [ 106.210321399000065, 29.630341781000084 ], [ 106.210286861000043, 29.630226228000076 ], [ 106.210297778000054, 29.630099395000052 ], [ 106.210373397000069, 29.62983784700009 ], [ 106.210423383000034, 29.629579465000063 ], [ 106.210483837000041, 29.629364456000069 ], [ 106.210507818000053, 29.629227128000078 ], [ 106.210462729000028, 29.629254137000082 ], [ 106.210451239000065, 29.629286867000076 ], [ 106.210415347000037, 29.629326912000071 ], [ 106.210377041000072, 29.62935506600008 ], [ 106.210241238000037, 29.629403967000091 ], [ 106.210157285000037, 29.629416650000053 ], [ 106.210042674000078, 29.629397709000042 ], [ 106.210035682000083, 29.629417998000072 ], [ 106.210016890000077, 29.62946552600005 ], [ 106.210026142000061, 29.629537606000035 ], [ 106.210048592000092, 29.629580248000089 ], [ 106.210040689000039, 29.629620912000068 ], [ 106.210010713000031, 29.629650502000061 ], [ 106.209892557000046, 29.62969893700005 ], [ 106.209862959000077, 29.629760095000044 ], [ 106.209841345000044, 29.629787353000044 ], [ 106.20987030200007, 29.629834446000082 ], [ 106.209896514000036, 29.629868033000029 ], [ 106.209906060000037, 29.629910795000058 ], [ 106.209930338000049, 29.629944400000063 ], [ 106.209952383000029, 29.629953218000086 ], [ 106.210015509000073, 29.629943622000042 ], [ 106.210065890000081, 29.629947672000068 ], [ 106.210092588000066, 29.629967725000085 ], [ 106.210110574000055, 29.630014918000089 ], [ 106.210095385000059, 29.630039864000082 ], [ 106.210065302000046, 29.630060433000036 ], [ 106.210019626000076, 29.630072126000073 ], [ 106.209967066000047, 29.630101921000058 ], [ 106.209902061000037, 29.630116045000072 ], [ 106.209853613000064, 29.63011197600008 ], [ 106.209803500000078, 29.630130474000055 ], [ 106.209753739000064, 29.630178286000042 ], [ 106.209725672000047, 29.630205604000079 ], [ 106.209695858000032, 29.630248722000086 ], [ 106.20962703400005, 29.630321515000048 ], [ 106.209577030000048, 29.630349031000033 ], [ 106.209535036000034, 29.630344904000083 ], [ 106.209491939000031, 29.630356572000043 ], [ 106.209448441000063, 29.630388541000052 ], [ 106.209404942000049, 29.630420509000082 ], [ 106.209368164000068, 29.630420844000071 ], [ 106.209343322000052, 29.630394010000085 ], [ 106.209342837000065, 29.630353422000038 ], [ 106.209294551000028, 29.630308760000048 ], [ 106.209222446000069, 29.630322948000064 ], [ 106.209183572000029, 29.630363894000087 ], [ 106.209140018000028, 29.630391353000054 ], [ 106.20907670500003, 29.630385165000064 ], [ 106.209043530000031, 29.630362916000081 ], [ 106.208976666000069, 29.630329699000068 ], [ 106.208978009000077, 29.630280074000041 ], [ 106.20898121700003, 29.630262480000059 ], [ 106.20897147800008, 29.630286769000065 ], [ 106.208920784000057, 29.63046199300004 ], [ 106.208951360000071, 29.630485322000091 ], [ 106.209007728000074, 29.63052833100005 ], [ 106.209017897000081, 29.630536090000074 ], [ 106.209033093000073, 29.630542344000048 ], [ 106.209103114000072, 29.630571161000042 ], [ 106.209144647000073, 29.630562700000041 ], [ 106.20919709900005, 29.630578006000057 ], [ 106.209304208000049, 29.630577031000097 ], [ 106.209373840000069, 29.630571886000038 ], [ 106.209426749000045, 29.630571404000079 ], [ 106.209494714000087, 29.630588823000043 ], [ 106.209571365000059, 29.630630971000073 ], [ 106.209617473000037, 29.63065535600008 ], [ 106.20969046700003, 29.630715578000039 ], [ 106.209721520000087, 29.63077618300008 ], [ 106.209724587000039, 29.630816748000086 ], [ 106.209675469000047, 29.630864552000045 ], [ 106.209738598000058, 29.630909079000038 ], [ 106.209733975000063, 29.630954222000067 ], [ 106.209679829000038, 29.631013349000057 ], [ 106.20962544300005, 29.631052183000065 ], [ 106.209557559000075, 29.631095650000074 ], [ 106.20949803700006, 29.631136784000034 ], [ 106.209460318000026, 29.631166444000076 ], [ 106.20939246100005, 29.63121216500009 ], [ 106.209243387000072, 29.631319515000083 ], [ 106.209200640000063, 29.63136049600007 ], [ 106.209146280000027, 29.631401584000063 ], [ 106.209091461000071, 29.631404339000074 ], [ 106.209042206000049, 29.631386747000079 ], [ 106.208986905000074, 29.631348914000046 ], [ 106.20888616600007, 29.631343068000032 ], [ 106.208829008000066, 29.631366139000082 ], [ 106.208796533000054, 29.631402517000073 ], [ 106.208788736000031, 29.631452200000059 ], [ 106.208789679000063, 29.631531120000083 ], [ 106.208788014000049, 29.631607810000048 ], [ 106.20877013500008, 29.631677882000076 ], [ 106.208732013000031, 29.631727841000043 ], [ 106.208685933000027, 29.63175983200005 ], [ 106.208615198000075, 29.63178077200007 ], [ 106.208577210000044, 29.631787884000069 ], [ 106.208495129000028, 29.631777357000079 ], [ 106.208446037000044, 29.631773294000077 ], [ 106.208391649000077, 29.631812127000043 ], [ 106.208316049000075, 29.631857918000033 ], [ 106.208261741000058, 29.63190351400004 ], [ 106.208220542000049, 29.631929969000055 ], [ 106.208223648000057, 29.631931738000052 ], [ 106.208774007000045, 29.631967438000064 ], [ 106.20894613400003, 29.631941440000052 ], [ 106.209188402000052, 29.631935160000069 ], [ 106.209252197000069, 29.631960026000058 ], [ 106.209261431000073, 29.631980874000071 ], [ 106.209283433000053, 29.631970875000032 ], [ 106.209327632000054, 29.631997533000053 ], [ 106.209365407000064, 29.632026505000056 ], [ 106.20939603000005, 29.632051032000053 ], [ 106.209420173000069, 29.632073362000071 ], [ 106.209465852000051, 29.632061670000041 ], [ 106.209476281000036, 29.632016474000071 ], [ 106.209495853000078, 29.631980213000066 ], [ 106.209517387000062, 29.631946190000065 ], [ 106.209540911000033, 29.631916659000066 ], [ 106.209573712000065, 29.631907340000048 ], [ 106.20959965600008, 29.631918379000069 ], [ 106.20963729500005, 29.631936076000045 ], [ 106.209652916000039, 29.631947209000092 ], [ 106.209659934000058, 29.63199450300004 ], [ 106.209675555000047, 29.632005636000084 ], [ 106.209723410000052, 29.632014219000038 ], [ 106.209799036000049, 29.631916562000068 ], [ 106.20995703400007, 29.631745986000048 ], [ 106.210004244000075, 29.631700453000068 ], [ 106.210048092000079, 29.631643675000078 ], [ 106.210013193000066, 29.631585359000042 ], [ 106.209958508000057, 29.631545267000039 ], [ 106.209892664000051, 29.631489491000075 ], [ 106.209820477000051, 29.631442793000062 ], [ 106.209775308000076, 29.631389081000069 ], [ 106.209784850000062, 29.631323596000069 ], [ 106.209835205000047, 29.631271269000084 ], [ 106.209892683000078, 29.631221134000047 ], [ 106.209960566000063, 29.631177666000045 ], [ 106.210041919000048, 29.631127312000039 ], [ 106.210120341000049, 29.631101790000063 ], [ 106.210174810000083, 29.631069721000074 ], [ 106.210235272000034, 29.630999261000053 ], [ 106.210304925000059, 29.630834003000075 ], [ 106.210344900000052, 29.630777262000038 ], [ 106.210348125000053, 29.630723108000026 ], [ 106.210330084000077, 29.63067140600009 ], [ 106.210288599000094, 29.630601876000075 ], [ 106.210263915000041, 29.630534448000052 ], [ 106.210300908000079, 29.63049802900008 ], [ 106.210307277000027, 29.630437082000075 ], [ 106.210320152000065, 29.630380588000037 ], [ 106.210341609000082, 29.630363572000089 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.205949067000063, 29.633458378000054 ], [ 106.205983976000027, 29.633370337000088 ], [ 106.206035479000036, 29.633157715000024 ], [ 106.206127065000032, 29.632989462000072 ], [ 106.20621071100004, 29.632903044000042 ], [ 106.206271209000079, 29.632861169000069 ], [ 106.206357777000051, 29.632822365000038 ], [ 106.20645804600008, 29.632809756000078 ], [ 106.206528296000045, 29.632806192000082 ], [ 106.206611656000064, 29.632779116000055 ], [ 106.206678071000056, 29.632734647000067 ], [ 106.206761291000078, 29.632695873000038 ], [ 106.206851135000079, 29.632651189000054 ], [ 106.206947393000078, 29.632583055000051 ], [ 106.207070113000043, 29.632488361000078 ], [ 106.207152345000054, 29.632435536000049 ], [ 106.207195700000057, 29.632380207000033 ], [ 106.207207719000053, 29.632333403000072 ], [ 106.207210173000078, 29.632275700000037 ], [ 106.207228011000041, 29.632083644000087 ], [ 106.207234398000026, 29.631959949000077 ], [ 106.207233783000049, 29.631908439000089 ], [ 106.20727243500005, 29.631853137000064 ], [ 106.207342654000058, 29.63180785100008 ], [ 106.207479285000034, 29.631727617000088 ], [ 106.207647320000035, 29.631643661000059 ], [ 106.207879013000081, 29.631568864000091 ], [ 106.208004076000066, 29.631529017000052 ], [ 106.208084991000078, 29.631502472000083 ], [ 106.208143599000039, 29.631463229000076 ], [ 106.208213053000065, 29.63140453200009 ], [ 106.208253048000074, 29.631352554000042 ], [ 106.208289120000074, 29.631281259000051 ], [ 106.208288234000065, 29.631207073000045 ], [ 106.208298733000049, 29.631158591000087 ], [ 106.208313115000067, 29.631126202000065 ], [ 106.208368070000077, 29.631090217000065 ], [ 106.208459368000035, 29.631005514000034 ], [ 106.208502938000038, 29.630943828000056 ], [ 106.208535665000056, 29.63090159400009 ], [ 106.208575929000062, 29.630872195000052 ], [ 106.208638615000055, 29.630865172000085 ], [ 106.208686647000036, 29.630867960000046 ], [ 106.208745488000034, 29.630848069000081 ], [ 106.208774599000037, 29.630812320000079 ], [ 106.20888722400008, 29.630577990000059 ], [ 106.208920784000057, 29.63046199300004 ], [ 106.20897147800008, 29.630286769000065 ], [ 106.20898121700003, 29.630262480000059 ], [ 106.209065639000073, 29.630051934000054 ], [ 106.209145522000028, 29.629842161000049 ], [ 106.209208026000056, 29.629629439000041 ], [ 106.209223560000069, 29.629477759000057 ], [ 106.209209375000057, 29.629379389000064 ], [ 106.209169540000062, 29.629311561000065 ], [ 106.209165437000081, 29.629299828000057 ], [ 106.209127223000053, 29.629300176000065 ], [ 106.209078254000076, 29.629308077000086 ], [ 106.208993428000042, 29.629349851000079 ], [ 106.208915446000049, 29.629428835000059 ], [ 106.208843654000077, 29.629490548000046 ], [ 106.208813859000031, 29.629510057000068 ], [ 106.208787882000081, 29.629513793000058 ], [ 106.208753028000046, 29.629521355000062 ], [ 106.208722019000049, 29.629530132000063 ], [ 106.208694352000066, 29.629560115000064 ], [ 106.208574032000058, 29.629709866000045 ], [ 106.208463449000078, 29.629836793000035 ], [ 106.208357310000054, 29.629983992000053 ], [ 106.20830240500004, 29.63003562100004 ], [ 106.208232258000066, 29.630067727000039 ], [ 106.208159065000075, 29.630095925000028 ], [ 106.208062161000043, 29.630149249000052 ], [ 106.207995205000032, 29.630197056000043 ], [ 106.207934650000027, 29.630244852000086 ], [ 106.207899617000081, 29.630294313000032 ], [ 106.207883565000031, 29.630363256000066 ], [ 106.207877064000058, 29.630446857000035 ], [ 106.207876775000045, 29.630486211000054 ], [ 106.207876377000048, 29.630540944000078 ], [ 106.207859590000055, 29.630606331000084 ], [ 106.20782312700004, 29.630679573000069 ], [ 106.207762421000041, 29.630745361000038 ], [ 106.207778095000037, 29.630847193000076 ], [ 106.207757068000035, 29.63090919100005 ], [ 106.207710140000074, 29.630996777000064 ], [ 106.207645926000055, 29.631050242000072 ], [ 106.207579659000032, 29.631091472000023 ], [ 106.207495526000059, 29.631127154000065 ], [ 106.207417826000039, 29.631137304000045 ], [ 106.20735073000003, 29.631130360000036 ], [ 106.207231584000056, 29.631108904000094 ], [ 106.207197096000073, 29.631102385000069 ], [ 106.20716778700006, 29.631107785000037 ], [ 106.207100203000039, 29.631125230000066 ], [ 106.206949802000068, 29.631214336000081 ], [ 106.206878024000048, 29.631269646000078 ], [ 106.20685043400006, 29.631302977000061 ], [ 106.206822896000062, 29.631340624000071 ], [ 106.206794861000049, 29.631401583000077 ], [ 106.206765020000034, 29.63148537700004 ], [ 106.206759544000079, 29.631553378000028 ], [ 106.206776283000067, 29.631577861000043 ], [ 106.206807384000058, 29.631588200000074 ], [ 106.206856753000068, 29.631621031000066 ], [ 106.206900909000069, 29.631672928000054 ], [ 106.206956009000066, 29.631732990000035 ], [ 106.20698666800007, 29.631778191000077 ], [ 106.207000067000081, 29.631823008000083 ], [ 106.207009568000046, 29.63187994000009 ], [ 106.206968893000067, 29.631925169000045 ], [ 106.206904763000068, 29.631996188000073 ], [ 106.206894673000079, 29.63206284100005 ], [ 106.206901021000078, 29.632138854000047 ], [ 106.206902098000057, 29.632229177000056 ], [ 106.206880045000048, 29.632240785000072 ], [ 106.206838735000076, 29.63224517500004 ], [ 106.206723069000077, 29.632267689000063 ], [ 106.206709391000061, 29.632357615000039 ], [ 106.206676914000084, 29.632419739000053 ], [ 106.206639787000029, 29.632455406000084 ], [ 106.206566542000076, 29.632490142000055 ], [ 106.206485881000049, 29.632508542000043 ], [ 106.206390598000041, 29.632511931000064 ], [ 106.206318407000026, 29.632513850000059 ], [ 106.206232354000065, 29.632528216000079 ], [ 106.206230479000055, 29.632528530000059 ], [ 106.206158498000036, 29.632548111000066 ], [ 106.206061823000027, 29.632592361000039 ], [ 106.206050815000026, 29.63259739900008 ], [ 106.206013281000025, 29.632627694000075 ], [ 106.205977776000054, 29.632676889000038 ], [ 106.205915806000064, 29.632776774000028 ], [ 106.205862915000068, 29.632881306000058 ], [ 106.205830179000031, 29.632934476000059 ], [ 106.205812613000035, 29.632974030000067 ], [ 106.205813246000048, 29.633027208000037 ], [ 106.205821159000038, 29.633123656000066 ], [ 106.205843513000048, 29.633296791000074 ], [ 106.205833185000074, 29.633358165000057 ], [ 106.205818519000047, 29.633404074000051 ], [ 106.205773380000039, 29.633445829000035 ], [ 106.205716812000048, 29.633499897000046 ], [ 106.205767062000064, 29.633494430000027 ], [ 106.205854470000077, 29.633466259000052 ], [ 106.205885675000047, 29.633455023000067 ], [ 106.205949067000063, 29.633458378000054 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.206035839000037, 29.632321924000053 ], [ 106.206115113000067, 29.63231390400005 ], [ 106.206177853000042, 29.632320633000063 ], [ 106.206219927000063, 29.632345796000045 ], [ 106.206227977000026, 29.632320177000054 ], [ 106.206222277000052, 29.632192496000073 ], [ 106.20621723000005, 29.632119552000056 ], [ 106.206199871000081, 29.632064968000069 ], [ 106.20615762400007, 29.632025208000062 ], [ 106.206107153000062, 29.631996471000036 ], [ 106.206052463000049, 29.631964123000039 ], [ 106.20597292900004, 29.631950249000063 ], [ 106.205910364000033, 29.631958117000078 ], [ 106.205864721000069, 29.63198407700008 ], [ 106.20580672300008, 29.632024749000038 ], [ 106.205732322000074, 29.632091116000083 ], [ 106.205682852000052, 29.63214630800007 ], [ 106.205641691000039, 29.632197776000062 ], [ 106.205642256000033, 29.632245214000076 ], [ 106.20565126200006, 29.632299874000054 ], [ 106.205668709000065, 29.632361757000073 ], [ 106.20568989700007, 29.63238711200006 ], [ 106.205719353000063, 29.632405091000052 ], [ 106.205769520000047, 29.632408284000075 ], [ 106.205828039000039, 29.632411402000056 ], [ 106.205907052000043, 29.632381488000071 ], [ 106.205965181000067, 29.632351763000091 ], [ 106.206035839000037, 29.632321924000053 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.204012648000059, 29.634609866000062 ], [ 106.203963122000062, 29.634556218000053 ], [ 106.203884302000063, 29.634505683000043 ], [ 106.203759114000036, 29.63439293000005 ], [ 106.20370609400004, 29.634319382000061 ], [ 106.203679043000079, 29.634237057000057 ], [ 106.203678129000082, 29.634160190000046 ], [ 106.203724234000049, 29.634023035000038 ], [ 106.20377891000004, 29.633933745000036 ], [ 106.203813568000044, 29.633910159000042 ], [ 106.203853869000056, 29.633895828000043 ], [ 106.203902006000078, 29.633892146000051 ], [ 106.203952217000051, 29.633894935000058 ], [ 106.204021436000062, 29.633925814000065 ], [ 106.204118780000059, 29.633942645000044 ], [ 106.204169028000081, 29.63393832800006 ], [ 106.204229760000032, 29.633899283000062 ], [ 106.204426460000036, 29.633767050000067 ], [ 106.204604973000073, 29.6336048400001 ], [ 106.204685575000056, 29.63353159900004 ], [ 106.204796586000043, 29.633398004000078 ], [ 106.204942421000055, 29.633152695000035 ], [ 106.204977878000079, 29.633045399000082 ], [ 106.20500032700005, 29.632874038000068 ], [ 106.20500820400008, 29.632764319000039 ], [ 106.205009246000031, 29.632618193000049 ], [ 106.204989115000046, 29.632534779000075 ], [ 106.204942156000072, 29.63244826600004 ], [ 106.204891488000044, 29.632371816000042 ], [ 106.204833046000033, 29.632285407000033 ], [ 106.204767071000049, 29.632209097000043 ], [ 106.20472401800005, 29.632129237000072 ], [ 106.20471556800004, 29.632062436000066 ], [ 106.204749215000049, 29.631995252000081 ], [ 106.204817625000032, 29.631954504000078 ], [ 106.204961860000026, 29.631852877000089 ], [ 106.205136593000077, 29.631740942000082 ], [ 106.205238549000057, 29.631627415000082 ], [ 106.20534316800007, 29.631480798000034 ], [ 106.205436319000057, 29.631336796000085 ], [ 106.20549770100007, 29.631180526000037 ], [ 106.205518558000051, 29.63102842100005 ], [ 106.205540732000031, 29.630881947000034 ], [ 106.205563317000042, 29.630653478000049 ], [ 106.205584654000077, 29.630516144000072 ], [ 106.205614085000036, 29.630415530000043 ], [ 106.205699910000078, 29.630247705000045 ], [ 106.205730298000063, 29.630195681000092 ], [ 106.205838658000062, 29.630045566000032 ], [ 106.205881015000045, 29.630004207000059 ], [ 106.205992563000052, 29.629949723000042 ], [ 106.206054884000025, 29.629905281000049 ], [ 106.20619367200004, 29.629707293000088 ], [ 106.206453939000042, 29.62942094400006 ], [ 106.206740967000044, 29.629177696000053 ], [ 106.206823729000064, 29.629101321000071 ], [ 106.206766630000061, 29.62904186600008 ], [ 106.206665894000039, 29.629036017000089 ], [ 106.20659830700005, 29.629050163000041 ], [ 106.206530747000045, 29.629066563000045 ], [ 106.206489586000032, 29.629078213000064 ], [ 106.206410896000079, 29.629081184000089 ], [ 106.20634954500008, 29.629077232000043 ], [ 106.206288275000077, 29.629080044000084 ], [ 106.206255959000032, 29.629075828000047 ], [ 106.206220177000048, 29.62905134700009 ], [ 106.206191787000094, 29.62905160500009 ], [ 106.206190093000032, 29.629071917000083 ], [ 106.206188533000045, 29.629103502000074 ], [ 106.206181758000071, 29.629130625000073 ], [ 106.206180299000053, 29.629148121000071 ], [ 106.206206488000078, 29.629210860000054 ], [ 106.206211732000043, 29.62928666900007 ], [ 106.206203525000035, 29.629326566000088 ], [ 106.206166834000044, 29.629343966000079 ], [ 106.206119108000053, 29.629346297000037 ], [ 106.206051466000076, 29.629316571000054 ], [ 106.205998518000058, 29.629244990000075 ], [ 106.205960833000077, 29.62917896000004 ], [ 106.205929771000058, 29.629122352000081 ], [ 106.205892626000036, 29.629101829000028 ], [ 106.205870900000036, 29.629100130000033 ], [ 106.205799572000046, 29.629125432000084 ], [ 106.205725826000048, 29.629129895000073 ], [ 106.205649706000031, 29.629117312000062 ], [ 106.205566759000078, 29.629078243000041 ], [ 106.205501242000025, 29.629044703000101 ], [ 106.205442259000051, 29.629013001000093 ], [ 106.205428764000033, 29.628973299000052 ], [ 106.205434066000066, 29.628965593000089 ], [ 106.205353666000065, 29.628953235000036 ], [ 106.205296160000046, 29.628946991000078 ], [ 106.205230992000054, 29.628947585000052 ], [ 106.20519792500005, 29.628934355000069 ], [ 106.205170099000043, 29.628927842000056 ], [ 106.205128805000072, 29.628928217000066 ], [ 106.205082994000065, 29.62892863300004 ], [ 106.205009652000072, 29.628947340000085 ], [ 106.204996882000046, 29.628958732000058 ], [ 106.204988735000029, 29.628979103000066 ], [ 106.204987122000034, 29.629006177000058 ], [ 106.20498937900004, 29.62903322000005 ], [ 106.204998251000063, 29.629073731000062 ], [ 106.204923916000041, 29.629063130000077 ], [ 106.204841918000056, 29.629059365000039 ], [ 106.204724782000028, 29.629085235000051 ], [ 106.204618561000075, 29.629106495000091 ], [ 106.204604973000073, 29.629109039000074 ], [ 106.204580573000044, 29.629113606000082 ], [ 106.204471837000028, 29.629140879000087 ], [ 106.204469316000043, 29.629144259000036 ], [ 106.204379747000075, 29.629259281000088 ], [ 106.204464288000054, 29.629263966000046 ], [ 106.204541644000074, 29.629271206000048 ], [ 106.204604973000073, 29.629194282000064 ], [ 106.204606299000034, 29.629192671000062 ], [ 106.20472493300008, 29.629132006000077 ], [ 106.204849841000055, 29.629120940000064 ], [ 106.204980550000073, 29.629119752000069 ], [ 106.205122803000052, 29.62913335700005 ], [ 106.205191235000029, 29.629152598000076 ], [ 106.205334256000071, 29.629230748000062 ], [ 106.205363203000061, 29.629275176000075 ], [ 106.205381140000043, 29.629349495000046 ], [ 106.205365154000049, 29.629439023000081 ], [ 106.205362047000051, 29.629451871000065 ], [ 106.20538777400003, 29.629487385000054 ], [ 106.205362931000082, 29.629568795000054 ], [ 106.205337255000074, 29.629634427000042 ], [ 106.205659549000075, 29.629658558000074 ], [ 106.205686809000042, 29.629617718000073 ], [ 106.20571990500008, 29.629579081000081 ], [ 106.205757274000064, 29.629520109000058 ], [ 106.205760071000043, 29.629484002000076 ], [ 106.205728376000081, 29.629423402000036 ], [ 106.205758433000028, 29.629400577000062 ], [ 106.20577722400003, 29.629407171000086 ], [ 106.205795399000067, 29.629416027000048 ], [ 106.205813572000068, 29.629424882000077 ], [ 106.205831101000072, 29.62943374300006 ], [ 106.205848655000082, 29.629444860000039 ], [ 106.205864922000046, 29.629455987000089 ], [ 106.205881215000034, 29.629469369000041 ], [ 106.205897507000032, 29.629482752000051 ], [ 106.20591121700005, 29.629496158000059 ], [ 106.20592428100008, 29.629509570000035 ], [ 106.205936058000077, 29.62952299300008 ], [ 106.205947188000039, 29.629536423000058 ], [ 106.205956381000078, 29.62954986900008 ], [ 106.205963668000038, 29.629565589000038 ], [ 106.20596837100004, 29.629581332000043 ], [ 106.205971141000077, 29.629597093000086 ], [ 106.205970656000048, 29.629610627000091 ], [ 106.205968265000081, 29.629626436000084 ], [ 106.205963290000057, 29.629642267000065 ], [ 106.205956998000033, 29.629655853000088 ], [ 106.205949445000044, 29.629671709000036 ], [ 106.205941245000076, 29.629687569000055 ], [ 106.205932399000062, 29.629703435000067 ], [ 106.205922882000038, 29.629717052000043 ], [ 106.205908983000029, 29.629741985000063 ], [ 106.20589508300003, 29.629766918000087 ], [ 106.205880538000045, 29.629791856000057 ], [ 106.205865966000033, 29.629814539000051 ], [ 106.205850105000081, 29.629837234000028 ], [ 106.205832924000049, 29.629857686000033 ], [ 106.205813782000078, 29.629875902000038 ], [ 106.20579267800008, 29.629891880000059 ], [ 106.20578049900007, 29.629898756000042 ], [ 106.205767675000061, 29.629905637000036 ], [ 106.205754206000051, 29.629912524000076 ], [ 106.205740091000052, 29.62991941700005 ], [ 106.205725304000055, 29.629924064000082 ], [ 106.205710518000046, 29.629928708000083 ], [ 106.205695087000038, 29.629933359000063 ], [ 106.205678983000041, 29.629935760000087 ], [ 106.205655807000028, 29.629940479000091 ], [ 106.205631960000062, 29.629942954000043 ], [ 106.205608785000038, 29.629947674000046 ], [ 106.205585610000071, 29.629952395000085 ], [ 106.205563727000026, 29.629957104000084 ], [ 106.205543133000049, 29.629961801000047 ], [ 106.205524529000058, 29.629970993000086 ], [ 106.205508504000079, 29.629980157000034 ], [ 106.205493208000064, 29.629996082000048 ], [ 106.205480492000049, 29.630011984000078 ], [ 106.205469764000043, 29.630032377000077 ], [ 106.205460972000026, 29.630052753000083 ], [ 106.205453498000054, 29.630075371000082 ], [ 106.205446669000025, 29.630097986000052 ], [ 106.205439839000064, 29.630120598000079 ], [ 106.205432365000036, 29.630143217000061 ], [ 106.205426127000067, 29.630161315000063 ], [ 106.205419218000046, 29.630177164000081 ], [ 106.205412309000053, 29.630193012000063 ], [ 106.20540472600004, 29.630206611000066 ], [ 106.205396526000087, 29.630222472000074 ], [ 106.205388299000063, 29.63023607600006 ], [ 106.20538074500007, 29.6302519310001 ], [ 106.205372518000047, 29.630265536000085 ], [ 106.20536243500004, 29.63028592500007 ], [ 106.20535235400007, 29.630306312000076 ], [ 106.205342272000053, 29.630326699000086 ], [ 106.205332190000036, 29.630347087000072 ], [ 106.205322753000075, 29.630367469000081 ], [ 106.205313316000058, 29.630387850000087 ], [ 106.205303235000031, 29.630408238000086 ], [ 106.205293152000081, 29.630428625000039 ], [ 106.205286242000057, 29.630444475000047 ], [ 106.205278661000079, 29.630458074000039 ], [ 106.205270461000055, 29.630473934000069 ], [ 106.205261587000052, 29.63048754600004 ], [ 106.205251426000075, 29.630501168000084 ], [ 106.205240591000063, 29.630512543000069 ], [ 106.205227846000071, 29.630526189000076 ], [ 106.20521375800007, 29.630535337000083 ], [ 106.205197763000058, 29.630546759000087 ], [ 106.205180448000078, 29.630555936000064 ], [ 106.205163107000033, 29.630562859000072 ], [ 106.205146440000092, 29.630572030000046 ], [ 106.205130415000042, 29.630581197000087 ], [ 106.205116972000042, 29.630590340000076 ], [ 106.205105493000076, 29.630601720000076 ], [ 106.205097884000054, 29.630613064000045 ], [ 106.205094765000084, 29.630622113000076 ], [ 106.205094254000073, 29.630633393000039 ], [ 106.205094389000067, 29.630644668000052 ], [ 106.20509648500007, 29.630658179000079 ], [ 106.205098581000072, 29.630671691000074 ], [ 106.205101297000056, 29.630682942000078 ], [ 106.205104040000037, 29.630696448000045 ], [ 106.20510613600004, 29.630709958000061 ], [ 106.205106915000044, 29.63072122800008 ], [ 106.205107050000038, 29.630732501000072 ], [ 106.205106538000052, 29.630743782000078 ], [ 106.205104737000056, 29.630755074000028 ], [ 106.20510164500007, 29.630766377000043 ], [ 106.205098553000028, 29.63077768200009 ], [ 106.205094170000052, 29.630788996000042 ], [ 106.205088498000066, 29.63080032300007 ], [ 106.205006714000035, 29.63081459700004 ], [ 106.204936005000036, 29.630837792000072 ], [ 106.204886860000045, 29.630829217000052 ], [ 106.204802119000078, 29.630811946000048 ], [ 106.204782144000035, 29.63081438200004 ], [ 106.204783944000042, 29.630803090000089 ], [ 106.204785747000074, 29.630791798000075 ], [ 106.20478625800007, 29.630780519000034 ], [ 106.204786124000066, 29.630769243000085 ], [ 106.204785344000072, 29.630757976000041 ], [ 106.204783946000077, 29.630748968000024 ], [ 106.204781230000037, 29.630737718000038 ], [ 106.204778543000032, 29.630728721000079 ], [ 106.204775209000047, 29.630719731000056 ], [ 106.204771231000052, 29.630710747000084 ], [ 106.204767897000067, 29.630701756000061 ], [ 106.204763919000072, 29.630692772000081 ], [ 106.20476061200003, 29.630686037000089 ], [ 106.204757278000045, 29.630677047000049 ], [ 106.20475523500005, 29.63066804500005 ], [ 106.204753191000066, 29.63065904300003 ], [ 106.204752413000065, 29.63064777500005 ], [ 106.204752897000049, 29.630634239000074 ], [ 106.204754698000045, 29.630622947000059 ], [ 106.204757118000032, 29.630609396000068 ], [ 106.204759565000074, 29.630598098000064 ], [ 106.204761984000072, 29.630584544000051 ], [ 106.204763787000047, 29.630573252000083 ], [ 106.204764271000045, 29.630559718000089 ], [ 106.204762792000054, 29.630543945000056 ], [ 106.204758706000064, 29.63052594200008 ], [ 106.204753356000026, 29.630510204000071 ], [ 106.204746716000045, 29.630494479000042 ], [ 106.204738786000064, 29.630478765000081 ], [ 106.204730855000037, 29.630463051000042 ], [ 106.204723543000057, 29.630445077000044 ], [ 106.20471690200003, 29.630429351000092 ], [ 106.20471088100004, 29.630411365000054 ], [ 106.204706175000084, 29.630395623000084 ], [ 106.20470337900008, 29.630377607000074 ], [ 106.204701876000058, 29.630359580000057 ], [ 106.204701661000058, 29.630341541000057 ], [ 106.204703382000048, 29.630323485000073 ], [ 106.204706393000038, 29.630305416000052 ], [ 106.20471389300009, 29.630285051000037 ], [ 106.20474196300006, 29.630257736000086 ], [ 106.204776296000034, 29.630214577000057 ], [ 106.204797884000072, 29.630185065000042 ], [ 106.204806622000035, 29.630160179000089 ], [ 106.204819232000034, 29.630135258000038 ], [ 106.204828132000046, 29.630123901000047 ], [ 106.204869319000068, 29.630114506000037 ], [ 106.204913114000078, 29.630107344000066 ], [ 106.204932230000054, 29.630086874000082 ], [ 106.204964841000049, 29.630061772000087 ], [ 106.204980568000053, 29.630081925000066 ], [ 106.205009200000063, 29.630101960000051 ], [ 106.205052592000072, 29.630115097000047 ], [ 106.205088160000059, 29.630121539000083 ], [ 106.205133837000062, 29.630109848000075 ], [ 106.205161986000064, 29.630089296000047 ], [ 106.205180913000049, 29.630053044000089 ], [ 106.20519790600008, 29.630016807000061 ], [ 106.205211133000034, 29.629989625000061 ], [ 106.205243664000079, 29.629957759000035 ], [ 106.205273667000029, 29.629930424000062 ], [ 106.20530173700007, 29.629903108000065 ], [ 106.205323298000053, 29.629871340000079 ], [ 106.205305421000062, 29.629833164000043 ], [ 106.205291629000044, 29.629812995000066 ], [ 106.205259233000049, 29.629802014000067 ], [ 106.205255903000079, 29.629795726000058 ], [ 106.205233608000071, 29.629847398000042 ], [ 106.205189031000032, 29.629922287000053 ], [ 106.205155406000088, 29.629962317000036 ], [ 106.20512178000007, 29.630002348000058 ], [ 106.205048197000053, 29.630027844000036 ], [ 106.205019544000052, 29.630008241000038 ], [ 106.20499000600006, 29.629914164000073 ], [ 106.204994685000031, 29.629829706000063 ], [ 106.20499983600007, 29.629784969000074 ], [ 106.204959701000064, 29.629755540000076 ], [ 106.204919091000079, 29.629686390000074 ], [ 106.20494579700005, 29.629620964000082 ], [ 106.20487795400004, 29.629649378000071 ], [ 106.204782513000055, 29.629650245000057 ], [ 106.204788914000062, 29.629732263000058 ], [ 106.204750137000076, 29.62981703100008 ], [ 106.204699817000062, 29.62988700700004 ], [ 106.204677852000032, 29.629951759000043 ], [ 106.20467867900004, 29.630021270000036 ], [ 106.204668376000029, 29.630110744000032 ], [ 106.204663344000039, 29.630165413000043 ], [ 106.204703361000043, 29.630184911000068 ], [ 106.204737814000055, 29.630214391000035 ], [ 106.204710168000076, 29.630279196000053 ], [ 106.204608521000068, 29.630334740000077 ], [ 106.204604973000073, 29.63033593900008 ], [ 106.204517947000056, 29.630365357000077 ], [ 106.204415888000028, 29.630386146000038 ], [ 106.204285177000031, 29.630387333000041 ], [ 106.204239417000053, 29.630362920000028 ], [ 106.204221541000038, 29.630293565000041 ], [ 106.204243505000079, 29.630228812000045 ], [ 106.204328280000027, 29.630188317000083 ], [ 106.20441293500005, 29.63013789200005 ], [ 106.204440582000075, 29.630073088000067 ], [ 106.204444906000049, 29.629958840000079 ], [ 106.204466594000053, 29.629839757000063 ], [ 106.204423916000053, 29.629933050000098 ], [ 106.204404571000055, 29.629975338000062 ], [ 106.204377679000075, 29.630007351000078 ], [ 106.204328442000076, 29.630071336000064 ], [ 106.204197350000072, 29.630132093000043 ], [ 106.204102142000067, 29.630152813000048 ], [ 106.204087181000034, 29.630157437000037 ], [ 106.203930050000054, 29.630206 ], [ 106.203866470000037, 29.630210549000072 ], [ 106.203830205000031, 29.630218819000049 ], [ 106.203716630000031, 29.630223821000072 ], [ 106.203589373000057, 29.630224976000083 ], [ 106.203494403000036, 29.630265550000047 ], [ 106.203426654000069, 29.630301903000085 ], [ 106.203377746000058, 29.630393683000076 ], [ 106.203361219000044, 29.63053282200007 ], [ 106.203375892000054, 29.630620054000079 ], [ 106.203447464000078, 29.630905323000039 ], [ 106.203543946000082, 29.630991813000044 ], [ 106.20363072400005, 29.631026766000044 ], [ 106.203758549000042, 29.631073259000061 ], [ 106.203895085000056, 29.631087904000083 ], [ 106.204067792000046, 29.63108633600007 ], [ 106.204231504000063, 29.631092792000054 ], [ 106.20435890300007, 29.631103549000045 ], [ 106.204418695000072, 29.631162572000047 ], [ 106.204428825000036, 29.631249844000081 ], [ 106.204384179000044, 29.631317759000069 ], [ 106.204335035000042, 29.631389685000055 ], [ 106.204271972000072, 29.631437911000035 ], [ 106.204208534000031, 29.631454372000061 ], [ 106.204113420000056, 29.631483033000048 ], [ 106.20410025700005, 29.631522864000086 ], [ 106.204096279000055, 29.631570554000064 ], [ 106.204115452000053, 29.631653774000078 ], [ 106.204152708000038, 29.631728886000079 ], [ 106.204194888000075, 29.631835723000052 ], [ 106.204200566000054, 29.631930978000067 ], [ 106.204187876000049, 29.632010515000051 ], [ 106.204124766000064, 29.632054771000067 ], [ 106.204034008000065, 29.632067508000034 ], [ 106.203884072000051, 29.632072840000028 ], [ 106.203738633000057, 29.632074160000059 ], [ 106.203690631000029, 29.632059164000054 ], [ 106.20364685100003, 29.632034236000035 ], [ 106.203621403000056, 29.632014702000053 ], [ 106.203593007000052, 29.63197563000006 ], [ 106.203559207000083, 29.631893119000033 ], [ 106.203576962000056, 29.631857217000064 ], [ 106.203658536000034, 29.631836621000048 ], [ 106.203735422000079, 29.631804154000069 ], [ 106.203753224000081, 29.631772223000041 ], [ 106.203753177000067, 29.631768253000072 ], [ 106.203711847000079, 29.631732888000041 ], [ 106.203652670000068, 29.631725483000082 ], [ 106.203638987000033, 29.631721636000069 ], [ 106.203629897000042, 29.631721719000048 ], [ 106.203620759000046, 29.631717830000071 ], [ 106.20354250400004, 29.631635148000029 ], [ 106.203496772000051, 29.631611735000021 ], [ 106.203392143000031, 29.631604742000039 ], [ 106.203278283000031, 29.631585920000081 ], [ 106.203155381000045, 29.63157115000007 ], [ 106.203037212000027, 29.631572222000049 ], [ 106.202901713000074, 29.631644931000039 ], [ 106.202825534000056, 29.631736958000086 ], [ 106.202704237000034, 29.631857190000062 ], [ 106.202614941000036, 29.631993019000049 ], [ 106.202562367000041, 29.63202433400005 ], [ 106.20259707200006, 29.632110529000045 ], [ 106.202629123000065, 29.63221038700004 ], [ 106.202634445000058, 29.632287377000065 ], [ 106.202577638000037, 29.632330261000043 ], [ 106.202524782000069, 29.632334594000042 ], [ 106.202489193000076, 29.63230795200008 ], [ 106.20240029200005, 29.632247128000074 ], [ 106.202327623000031, 29.632205951000067 ], [ 106.202277134000042, 29.632254204000056 ], [ 106.202246309000031, 29.632337877000047 ], [ 106.202247488000083, 29.632437144000054 ], [ 106.202281001000074, 29.63257980100008 ], [ 106.202290725000069, 29.632604430000072 ], [ 106.202301310000053, 29.632584608000052 ], [ 106.202309403000072, 29.63255972800005 ], [ 106.202312040000038, 29.632510092000071 ], [ 106.202310455000031, 29.632485300000045 ], [ 106.202308091000091, 29.632449240000085 ], [ 106.202309005000075, 29.632417660000041 ], [ 106.202339469000037, 29.632374537000086 ], [ 106.202359151000053, 29.632347297000084 ], [ 106.202374960000043, 29.632320092000047 ], [ 106.202397813000061, 29.63228831300006 ], [ 106.202456288000064, 29.632321610000083 ], [ 106.202481694000028, 29.632341676000063 ], [ 106.202506374000052, 29.632354982000038 ], [ 106.20254979200007, 29.632370374000068 ], [ 106.202575118000027, 29.632383675000092 ], [ 106.20264359600003, 29.632389820000064 ], [ 106.202660587000025, 29.632407707000077 ], [ 106.202675506000048, 29.632414336000068 ], [ 106.202693361000058, 29.632396133000036 ], [ 106.202714785000069, 29.632461337000059 ], [ 106.202750435000041, 29.632474544000051 ], [ 106.202791784000055, 29.632478679000091 ], [ 106.202839075000057, 29.632494037000072 ], [ 106.202839771000072, 29.632552664000059 ], [ 106.202832883000042, 29.632679012000033 ], [ 106.202941683000077, 29.632820096000046 ], [ 106.202980098000069, 29.632957310000048 ], [ 106.202998324000077, 29.633024798000058 ], [ 106.202959231000079, 29.633047703000038 ], [ 106.202909788000056, 29.633068447000088 ], [ 106.202883735000057, 29.633102510000064 ], [ 106.202879620000033, 29.633136375000053 ], [ 106.202923979000047, 29.633176564000056 ], [ 106.202957424000033, 29.633221363000075 ], [ 106.202933172000044, 29.633244134000048 ], [ 106.202904969000031, 29.633260175000082 ], [ 106.202835602000064, 29.633287867000035 ], [ 106.202768363000075, 29.633277202000038 ], [ 106.202746828000045, 29.63325710000003 ], [ 106.202718761000028, 29.633230293000064 ], [ 106.202691822000091, 29.633189947000059 ], [ 106.202665638000042, 29.633158611000052 ], [ 106.202643943000055, 29.633124981000037 ], [ 106.202629989000073, 29.63309128100007 ], [ 106.202577832000031, 29.633100776000045 ], [ 106.202530898000077, 29.633126321000073 ], [ 106.202561437000043, 29.633228521000031 ], [ 106.202635195000028, 29.633315216000085 ], [ 106.202694942000065, 29.633370270000061 ], [ 106.20295443200007, 29.633403657000084 ], [ 106.203058732000045, 29.63338285500004 ], [ 106.20314901900008, 29.633330411000081 ], [ 106.203216345000044, 29.633258320000035 ], [ 106.20327491200004, 29.633214107000068 ], [ 106.203406244000064, 29.633173204000062 ], [ 106.20354676200003, 29.633140161000092 ], [ 106.203655370000035, 29.633099463000061 ], [ 106.203713794000066, 29.633043337000061 ], [ 106.203772077000053, 29.632975299000069 ], [ 106.203875573000076, 29.632886996000082 ], [ 106.203988868000067, 29.632858168000038 ], [ 106.204093498000077, 29.632865162000083 ], [ 106.204139420000047, 29.63290445600007 ], [ 106.204162805000067, 29.63295983900008 ], [ 106.204163893000043, 29.633051164000051 ], [ 106.204132240000035, 29.633138857000063 ], [ 106.204096595000067, 29.633248258000037 ], [ 106.204052854000054, 29.633357439000061 ], [ 106.203964871000039, 29.63345842800004 ], [ 106.203833068000051, 29.633547452000084 ], [ 106.203716346000078, 29.633616340000053 ], [ 106.203587068000047, 29.633678515000042 ], [ 106.203476898000076, 29.63372789400006 ], [ 106.203390831000036, 29.633779158000042 ], [ 106.203300643000034, 29.633849251000075 ], [ 106.203201549000028, 29.633925603000076 ], [ 106.203152780000039, 29.634029293000086 ], [ 106.203131424000048, 29.634144649000071 ], [ 106.203124129000059, 29.634295618000071 ], [ 106.203134587000079, 29.634410685000041 ], [ 106.203150212000025, 29.634527870000049 ], [ 106.203185095000038, 29.634616222000087 ], [ 106.203215562000025, 29.634668104000074 ], [ 106.203247979000025, 29.634716491000066 ], [ 106.203270343000057, 29.634756275000086 ], [ 106.203300524000042, 29.634783819000067 ], [ 106.203326115000053, 29.634802935000039 ], [ 106.203312426000025, 29.634720872000056 ], [ 106.203326993000076, 29.63466298600008 ], [ 106.20336457500008, 29.634615998000065 ], [ 106.203415962000065, 29.63460705600005 ], [ 106.203480010000078, 29.634638865000063 ], [ 106.203556626000079, 29.63470208100005 ], [ 106.203676984000026, 29.634798038000042 ], [ 106.203802508000081, 29.634872645000083 ], [ 106.203896812000039, 29.634930601000061 ], [ 106.20394641200005, 29.634936983000038 ], [ 106.203961933000073, 29.634929264000046 ], [ 106.20399305400008, 29.634913788000063 ], [ 106.204023896000081, 29.634877073000037 ], [ 106.204046757000071, 29.634826768000046 ], [ 106.204048443000033, 29.634749330000094 ], [ 106.204036103000078, 29.634663752000048 ], [ 106.204012648000059, 29.634609866000062 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.205363203000061, 29.629275176000075 ], [ 106.205334256000071, 29.629230748000062 ], [ 106.205191235000029, 29.629152598000076 ], [ 106.205122803000052, 29.62913335700005 ], [ 106.204980550000073, 29.629119752000069 ], [ 106.204849841000055, 29.629120940000064 ], [ 106.20472493300008, 29.629132006000077 ], [ 106.204606299000034, 29.629192671000062 ], [ 106.204604973000073, 29.629194282000064 ], [ 106.204541644000074, 29.629271206000048 ], [ 106.204604973000073, 29.62927063100005 ], [ 106.20464617600004, 29.629270257000094 ], [ 106.204755252000041, 29.629269266000055 ], [ 106.20485523800005, 29.629268358000044 ], [ 106.204973593000034, 29.629283167000047 ], [ 106.205024059000039, 29.629322419000065 ], [ 106.205047208000053, 29.629357949000056 ], [ 106.20506169500004, 29.629429297000044 ], [ 106.205121139000028, 29.629471034000055 ], [ 106.205144698000026, 29.629540338000087 ], [ 106.205134101000056, 29.629604987000054 ], [ 106.205095147000065, 29.629674860000076 ], [ 106.205045122000058, 29.629769661000065 ], [ 106.20499983600007, 29.629784969000074 ], [ 106.204994685000031, 29.629829706000063 ], [ 106.20499000600006, 29.629914164000073 ], [ 106.205019544000052, 29.630008241000038 ], [ 106.205048197000053, 29.630027844000036 ], [ 106.20512178000007, 29.630002348000058 ], [ 106.205155406000088, 29.629962317000036 ], [ 106.205189031000032, 29.629922287000053 ], [ 106.205233608000071, 29.629847398000042 ], [ 106.205255903000079, 29.629795726000058 ], [ 106.205272326000056, 29.629757665000049 ], [ 106.205305360000068, 29.629667985000083 ], [ 106.205327325000042, 29.629603231000083 ], [ 106.20534348700005, 29.629528600000064 ], [ 106.205362047000051, 29.629451871000065 ], [ 106.205365154000049, 29.629439023000081 ], [ 106.205381140000043, 29.629349495000046 ], [ 106.205363203000061, 29.629275176000075 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.20475688700003, 29.628854922000066 ], [ 106.204785278000031, 29.628854665000059 ], [ 106.204860821000068, 29.628858489000038 ], [ 106.204900154000029, 29.628855877000046 ], [ 106.204945186000032, 29.628844192000091 ], [ 106.204992744000037, 29.62882797300006 ], [ 106.205016484000055, 29.628816483000033 ], [ 106.205045358000064, 29.628802689000061 ], [ 106.205072915000073, 29.628786653000073 ], [ 106.205104424000069, 29.628777346000046 ], [ 106.205143755000051, 29.628774733000061 ], [ 106.205155933000086, 29.62876785800006 ], [ 106.205161500000031, 29.628747511000078 ], [ 106.205212768000081, 29.628717729000073 ], [ 106.205295223000064, 29.628705704000083 ], [ 106.205334582000035, 29.628705346000057 ], [ 106.20537141300008, 29.628709522000062 ], [ 106.20542058400008, 29.628720350000034 ], [ 106.205438812000068, 29.62873371500006 ], [ 106.205459056000052, 29.628753827000075 ], [ 106.205477578000071, 29.628791995000082 ], [ 106.20549838800008, 29.628805338000056 ], [ 106.20555253200007, 29.628800335000054 ], [ 106.205592939000041, 29.628779672000057 ], [ 106.205603801000052, 29.628770553000038 ], [ 106.205627837000065, 29.628729742000083 ], [ 106.20563076600007, 29.628704909000078 ], [ 106.20562732500008, 29.628686900000048 ], [ 106.205620067000041, 29.628673436000049 ], [ 106.205588128000045, 29.628646665000073 ], [ 106.20555570700003, 29.628633428000057 ], [ 106.205527989000075, 29.62863593600008 ], [ 106.205482204000091, 29.628638606000031 ], [ 106.205457659000047, 29.628636575000087 ], [ 106.205382383000028, 29.628601177000068 ], [ 106.205361630000027, 29.628592345000058 ], [ 106.205351652000047, 29.628589820000055 ], [ 106.205297929000039, 29.628617292000058 ], [ 106.205175084000075, 29.628661523000062 ], [ 106.205079385000047, 29.628654308000073 ], [ 106.205041577000031, 29.628587285000044 ], [ 106.205043741000054, 29.628579845000047 ], [ 106.205038210000055, 29.628581753000045 ], [ 106.20499043600006, 29.628579932000036 ], [ 106.20496686000007, 29.628550831000041 ], [ 106.204966672000083, 29.628535046000074 ], [ 106.204969684000048, 29.628516977000057 ], [ 106.204986111000039, 29.628487512000049 ], [ 106.204994795000061, 29.628458116000051 ], [ 106.204998290000049, 29.628426514000079 ], [ 106.205002431000025, 29.628394904000061 ], [ 106.205009207000046, 29.628367781000062 ], [ 106.205031844000075, 29.628317963000089 ], [ 106.205059239000036, 29.628288398000052 ], [ 106.20506808500005, 29.62827253100005 ], [ 106.205077173000063, 29.62822283700007 ], [ 106.205074996000064, 29.62820256100008 ], [ 106.205067038000038, 29.628184592000085 ], [ 106.205055935000075, 29.628173417000077 ], [ 106.20503700900008, 29.628155549000045 ], [ 106.205010367000057, 29.628140006000081 ], [ 106.204984398000079, 29.62812671100005 ], [ 106.20496625100003, 29.628120109000061 ], [ 106.204927457000068, 29.628113697000057 ], [ 106.20490742800007, 29.628111624000045 ], [ 106.20486554200005, 29.628116515000041 ], [ 106.204816640000047, 29.62812823400008 ], [ 106.204814140000053, 29.628080898000064 ], [ 106.204796721000037, 29.62802693500004 ], [ 106.20481957300008, 29.62799515700004 ], [ 106.204823070000032, 29.627909431000035 ], [ 106.205116804000056, 29.62797441500004 ], [ 106.205140493000044, 29.627983741000037 ], [ 106.205141400000059, 29.627904627000081 ], [ 106.205123096000079, 29.627792065000047 ], [ 106.205020539000046, 29.627818161000061 ], [ 106.204954881000049, 29.627833137000035 ], [ 106.204901439000025, 29.627837217000028 ], [ 106.204855967000071, 29.627819656000042 ], [ 106.204839168000035, 29.627791049000052 ], [ 106.204847911000059, 29.627834110000038 ], [ 106.204815980000049, 29.62791708300005 ], [ 106.204742564000071, 29.627971674000033 ], [ 106.204693407000036, 29.627990096000079 ], [ 106.204656549000049, 29.628004809000061 ], [ 106.204636278000066, 29.628030159000048 ], [ 106.20461202000007, 29.628066329000031 ], [ 106.204604973000073, 29.628082196000037 ], [ 106.204587974000049, 29.628120471000052 ], [ 106.204567960000077, 29.628167388000062 ], [ 106.204535104000058, 29.628253259000076 ], [ 106.204552876000037, 29.6283113030001 ], [ 106.204543370000067, 29.628377317000066 ], [ 106.204513180000049, 29.628434529000064 ], [ 106.204501536000066, 29.628508369000091 ], [ 106.20449668100008, 29.628577931000056 ], [ 106.20448590500007, 29.628627684000033 ], [ 106.204486425000027, 29.628671424000064 ], [ 106.204486732000078, 29.628697196000083 ], [ 106.204459144000054, 29.628766965000061 ], [ 106.204454053000063, 29.628816668000077 ], [ 106.204539652000051, 29.628845684000048 ], [ 106.204562914000064, 29.628890163000051 ], [ 106.20456204900006, 29.628903611000059 ], [ 106.204564608000055, 29.628910792000053 ], [ 106.204570469000046, 29.628915249000041 ], [ 106.204578909000077, 29.628919682000056 ], [ 106.204603510000027, 29.628926224000054 ], [ 106.204604973000073, 29.628926349000036 ], [ 106.204627411000047, 29.628928262000041 ], [ 106.204649966000034, 29.628925802000083 ], [ 106.204658946000052, 29.628921210000037 ], [ 106.204667898000025, 29.628914365000067 ], [ 106.204695886000081, 29.628880283000058 ], [ 106.204709301000037, 29.628868885000081 ], [ 106.20475688700003, 29.628854922000066 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.205043741000054, 29.628579845000047 ], [ 106.205080095000028, 29.62845489700004 ], [ 106.20511607800006, 29.628368340000065 ], [ 106.205145473000087, 29.628246814000079 ], [ 106.205141139000034, 29.628141760000066 ], [ 106.205139888000076, 29.62803667900004 ], [ 106.205140493000044, 29.627983741000037 ], [ 106.205116804000056, 29.62797441500004 ], [ 106.204823070000032, 29.627909431000035 ], [ 106.20481957300008, 29.62799515700004 ], [ 106.204796721000037, 29.62802693500004 ], [ 106.204814140000053, 29.628080898000064 ], [ 106.204816640000047, 29.62812823400008 ], [ 106.20486554200005, 29.628116515000041 ], [ 106.20490742800007, 29.628111624000045 ], [ 106.204927457000068, 29.628113697000057 ], [ 106.20496625100003, 29.628120109000061 ], [ 106.204984398000079, 29.62812671100005 ], [ 106.205010367000057, 29.628140006000081 ], [ 106.20503700900008, 29.628155549000045 ], [ 106.205055935000075, 29.628173417000077 ], [ 106.205067038000038, 29.628184592000085 ], [ 106.205074996000064, 29.62820256100008 ], [ 106.205077173000063, 29.62822283700007 ], [ 106.20506808500005, 29.62827253100005 ], [ 106.205059239000036, 29.628288398000052 ], [ 106.205031844000075, 29.628317963000089 ], [ 106.205009207000046, 29.628367781000062 ], [ 106.205002431000025, 29.628394904000061 ], [ 106.204998290000049, 29.628426514000079 ], [ 106.204994795000061, 29.628458116000051 ], [ 106.204986111000039, 29.628487512000049 ], [ 106.204969684000048, 29.628516977000057 ], [ 106.204966672000083, 29.628535046000074 ], [ 106.20496686000007, 29.628550831000041 ], [ 106.20499043600006, 29.628579932000036 ], [ 106.205038210000055, 29.628581753000045 ], [ 106.205043741000054, 29.628579845000047 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.18716790600007, 29.617723295000079 ], [ 106.187031674000082, 29.617676347000042 ], [ 106.186964599000078, 29.617630918000089 ], [ 106.186894185000028, 29.617537067000061 ], [ 106.186890704000064, 29.617476534000044 ], [ 106.186903600000051, 29.61739405000008 ], [ 106.186949876000028, 29.61732095800005 ], [ 106.187043141000061, 29.617235333000053 ], [ 106.187167154000065, 29.617171236000043 ], [ 106.187288822000028, 29.617143498000079 ], [ 106.187369218000086, 29.617142779000059 ], [ 106.187444439000046, 29.617173599000065 ], [ 106.1875, 29.617242892000032 ], [ 106.187552267000058, 29.617283911000065 ], [ 106.187557605000052, 29.617288986000066 ], [ 106.187624307000078, 29.617305637000079 ], [ 106.187687531000051, 29.617344955000075 ], [ 106.18771896800007, 29.617349659000077 ], [ 106.187738732000071, 29.617332034000064 ], [ 106.187741233000054, 29.617302096000053 ], [ 106.187740707000046, 29.617257232000043 ], [ 106.187773593000031, 29.617142270000041 ], [ 106.187804445000054, 29.61709712400005 ], [ 106.187812711000049, 29.617072122000081 ], [ 106.187812301000065, 29.617037228000065 ], [ 106.187800423000056, 29.616997450000046 ], [ 106.187754256000076, 29.616952993000041 ], [ 106.187719559000072, 29.616913420000049 ], [ 106.187716442000067, 29.616891012000053 ], [ 106.187716150000028, 29.616866087000062 ], [ 106.187715916000059, 29.616846147000054 ], [ 106.187715924000031, 29.616811806000044 ], [ 106.187681283000089, 29.616831703000052 ], [ 106.187655219000078, 29.616854950000061 ], [ 106.187623915000074, 29.616880544000075 ], [ 106.187603117000037, 29.616903745000052 ], [ 106.187582319000057, 29.616926943000067 ], [ 106.187564020000082, 29.616938613000059 ], [ 106.18754050900003, 29.616954932000048 ], [ 106.1875, 29.616962165000071 ], [ 106.187473579000027, 29.61698724900009 ], [ 106.187452613000062, 29.616997674000057 ], [ 106.187424522000086, 29.616999973000073 ], [ 106.187393967000048, 29.616992057000061 ], [ 106.187358343000028, 29.616951427000064 ], [ 106.187332164000054, 29.616916855000056 ], [ 106.187301129000048, 29.616867995000057 ], [ 106.187295987000041, 29.616829140000053 ], [ 106.187300097000048, 29.616779965000038 ], [ 106.187309156000026, 29.616753267000036 ], [ 106.187322998000084, 29.616734716000053 ], [ 106.187340058000075, 29.616718184000039 ], [ 106.187339617000077, 29.616680563000052 ], [ 106.187336994000077, 29.61655738100006 ], [ 106.187335272000041, 29.616558377000043 ], [ 106.187269319000052, 29.616634056000059 ], [ 106.187142481000095, 29.616810399000084 ], [ 106.18706693200005, 29.616881993000046 ], [ 106.187036050000074, 29.616894784000067 ], [ 106.18699805600005, 29.616911811000072 ], [ 106.186809443000072, 29.616909327000084 ], [ 106.186628016000043, 29.616908864000035 ], [ 106.186610134000034, 29.616915555000048 ], [ 106.186592336000047, 29.616919612000057 ], [ 106.186587684000074, 29.616930083000053 ], [ 106.186590290000026, 29.616948832000041 ], [ 106.186609655000041, 29.616971603000088 ], [ 106.186662850000062, 29.617029530000085 ], [ 106.186694954000075, 29.617121018000038 ], [ 106.186691182000061, 29.61720657100005 ], [ 106.18668838800005, 29.617375547000048 ], [ 106.186688974000063, 29.617425601000036 ], [ 106.186699377000025, 29.617498512000051 ], [ 106.186707540000043, 29.617583957000075 ], [ 106.186713217000033, 29.617661082000033 ], [ 106.186737736000055, 29.617700565000053 ], [ 106.186757012000044, 29.617731608000042 ], [ 106.186788238000076, 29.617748015000078 ], [ 106.186819316000026, 29.617751908000059 ], [ 106.186825985000041, 29.617753141000037 ], [ 106.186840847000042, 29.61775588700004 ], [ 106.187093761000028, 29.617745281000051 ], [ 106.187158011000065, 29.617728020000079 ], [ 106.18716790600007, 29.617723295000079 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.184694443000069, 29.614803812000044 ], [ 106.184761656000035, 29.614775569000066 ], [ 106.184950277000041, 29.614669715000051 ], [ 106.185118874000068, 29.614550537000067 ], [ 106.185176020000029, 29.61452880700006 ], [ 106.185213545000067, 29.614528472000078 ], [ 106.185244473000068, 29.614530125000044 ], [ 106.185279836000063, 29.614533667000046 ], [ 106.185326395000061, 29.614550612000073 ], [ 106.185351239000056, 29.614567076000075 ], [ 106.185346604000074, 29.614552197000091 ], [ 106.185328379000055, 29.614511015000058 ], [ 106.185306009000044, 29.614452644000046 ], [ 106.185265879000042, 29.614392708000082 ], [ 106.185253345000035, 29.614332526000066 ], [ 106.185256583000069, 29.614272203000041 ], [ 106.185298892000048, 29.614226632000051 ], [ 106.185290211000051, 29.614177147000078 ], [ 106.185262171000034, 29.614223773000045 ], [ 106.185250644000064, 29.614229665000035 ], [ 106.185234199000035, 29.614239945000072 ], [ 106.185224328000061, 29.614245823000083 ], [ 106.185209437000026, 29.614247403000039 ], [ 106.185191200000077, 29.614246118000047 ], [ 106.185171272000048, 29.614241954000079 ], [ 106.185162924000053, 29.614236238000039 ], [ 106.185144431000026, 29.614213243000048 ], [ 106.185104, 29.614155704000048 ], [ 106.185068064000063, 29.614057594000087 ], [ 106.185082376000025, 29.613864946000032 ], [ 106.185098636000077, 29.61383874500007 ], [ 106.185118275000036, 29.613818304000056 ], [ 106.185177551000038, 29.613787377000055 ], [ 106.185218740000039, 29.61376819100008 ], [ 106.185225416000037, 29.61376680300009 ], [ 106.185196999000041, 29.613697824000045 ], [ 106.185121998000071, 29.613627783000084 ], [ 106.184988537000038, 29.613556299000038 ], [ 106.184948010000028, 29.613550768000042 ], [ 106.184894388000032, 29.613578746000091 ], [ 106.184847211000033, 29.613581131000053 ], [ 106.184739529000069, 29.61359977100005 ], [ 106.184656781000058, 29.613635866000035 ], [ 106.184632517000068, 29.613675367000049 ], [ 106.184624214000053, 29.613734368000053 ], [ 106.184631646000071, 29.613793227000095 ], [ 106.184664285000053, 29.613893110000053 ], [ 106.184732909000047, 29.613994637000069 ], [ 106.184783184000025, 29.614064900000066 ], [ 106.18478357500004, 29.614098288000044 ], [ 106.184783805000052, 29.614117928000042 ], [ 106.184781718000067, 29.614131697000062 ], [ 106.184772842000029, 29.614141597000071 ], [ 106.184766214000035, 29.61415147700006 ], [ 106.184694381000043, 29.614159976000053 ], [ 106.184577802000035, 29.614186551000039 ], [ 106.184472782000057, 29.614240522000038 ], [ 106.184372371000052, 29.614304273000073 ], [ 106.184193889000028, 29.614419791000039 ], [ 106.184080406000078, 29.614519015000038 ], [ 106.184079351000037, 29.614621163000031 ], [ 106.184152702000063, 29.614742290000045 ], [ 106.184218619000035, 29.614804555000028 ], [ 106.184393486000033, 29.614886490000057 ], [ 106.184416328000069, 29.614884750000037 ], [ 106.184515505000036, 29.614870361000033 ], [ 106.184588104000071, 29.614848493000071 ], [ 106.184694443000069, 29.614803812000044 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.189683066000043, 29.624872883000087 ], [ 106.189695417000053, 29.62487277300005 ], [ 106.189730650000058, 29.624869655000047 ], [ 106.189743376000081, 29.624861136000046 ], [ 106.189743211000064, 29.624847130000028 ], [ 106.189742915000068, 29.624821920000048 ], [ 106.189736173000028, 29.624793965000038 ], [ 106.189553735000061, 29.624549069000068 ], [ 106.189355893000027, 29.624357539000069 ], [ 106.189171632000068, 29.624230323000063 ], [ 106.188896252000063, 29.623989060000042 ], [ 106.188883197000052, 29.623969566000078 ], [ 106.188883697000051, 29.62396805800006 ], [ 106.188886488000037, 29.623959612000089 ], [ 106.188732100000038, 29.623826157000057 ], [ 106.188709704000075, 29.623809729000072 ], [ 106.188693650000062, 29.623793245000062 ], [ 106.188674329000037, 29.623768475000062 ], [ 106.188664585000026, 29.623749163000074 ], [ 106.188657982000052, 29.62372705100006 ], [ 106.18865128200008, 29.623696625000036 ], [ 106.18864775200008, 29.623666171000082 ], [ 106.188640920000068, 29.623624662000047 ], [ 106.188627681000071, 29.623577666000077 ], [ 106.188614604000065, 29.623544527000039 ], [ 106.188601625000047, 29.623519700000092 ], [ 106.18857272200006, 29.623489474000049 ], [ 106.188514917000077, 29.623429021000057 ], [ 106.188511713000025, 29.623426278000071 ], [ 106.188175864000073, 29.623188175000053 ], [ 106.188140521000037, 29.623149693000073 ], [ 106.188108414000055, 29.623116723000066 ], [ 106.18810402400004, 29.623112534000086 ], [ 106.187829331000046, 29.622850396000054 ], [ 106.187813018000043, 29.622811743000064 ], [ 106.187806382000076, 29.622786859000087 ], [ 106.187809294000047, 29.622764662000069 ], [ 106.187809131000051, 29.622750807000038 ], [ 106.187818451000055, 29.622734095000052 ], [ 106.187837383000044, 29.622725611000078 ], [ 106.187856250000038, 29.622711585000044 ], [ 106.187900653000042, 29.622711187000046 ], [ 106.187938712000062, 29.622710847000057 ], [ 106.187970623000069, 29.622727189000045 ], [ 106.187995996000041, 29.622726962000058 ], [ 106.18799999600003, 29.622725673000048 ], [ 106.188040236000063, 29.622712709000034 ], [ 106.188074929000038, 29.622695770000071 ], [ 106.188142438000057, 29.622634991000044 ], [ 106.188182239000071, 29.622582705000067 ], [ 106.188189151000074, 29.622563949000043 ], [ 106.18819363700004, 29.622541059000071 ], [ 106.188200598000037, 29.622526458000035 ], [ 106.188217141000052, 29.62251800100006 ], [ 106.188236157000063, 29.622517830000049 ], [ 106.188267084000074, 29.622519631000046 ], [ 106.188286149000078, 29.622523613000052 ], [ 106.188310018000038, 29.622531708000057 ], [ 106.188504392000027, 29.622685755000077 ], [ 106.188561711000034, 29.62270809100005 ], [ 106.188590310000066, 29.622714065000082 ], [ 106.188623589000031, 29.62271376800004 ], [ 106.188664, 29.62271340500007 ], [ 106.188697280000042, 29.622713107000049 ], [ 106.188732888000061, 29.622708633000059 ], [ 106.188780260000044, 29.622693669000057 ], [ 106.188820500000077, 29.622678769000057 ], [ 106.188894020000077, 29.622663570000046 ], [ 106.188929628000039, 29.622659096000064 ], [ 106.18895339900007, 29.622658883000039 ], [ 106.188979377000067, 29.62264411000006 ], [ 106.188993420000031, 29.62262529000008 ], [ 106.188995578000061, 29.622606575000077 ], [ 106.188995237000029, 29.622577497000066 ], [ 106.188992493000057, 29.622546364000076 ], [ 106.188984801000061, 29.62249865900008 ], [ 106.188970051000069, 29.622457248000035 ], [ 106.188960421000047, 29.622446949000036 ], [ 106.188949059000038, 29.622449802000059 ], [ 106.188803141000051, 29.622415123000057 ], [ 106.188757659000032, 29.622388527000052 ], [ 106.188726488000043, 29.622365958000046 ], [ 106.188702400000068, 29.622339170000096 ], [ 106.18868068900008, 29.622312362000049 ], [ 106.188677922000068, 29.622279152000083 ], [ 106.188677581000036, 29.622250074000071 ], [ 106.188701035000065, 29.622222861000072 ], [ 106.18894111000003, 29.622017147000065 ], [ 106.18902789200007, 29.621916665000068 ], [ 106.189053772000079, 29.62189358400008 ], [ 106.189065633000041, 29.621891401000084 ], [ 106.189082273000054, 29.621891252000065 ], [ 106.189096609000046, 29.62189735500003 ], [ 106.189113395000049, 29.621909667000068 ], [ 106.189147483000056, 29.621937730000074 ], [ 106.189156857000057, 29.621918064000049 ], [ 106.189164723000033, 29.621886824000065 ], [ 106.189180849000081, 29.621857908000042 ], [ 106.189194258000043, 29.621831414000034 ], [ 106.189216011000042, 29.621814435000093 ], [ 106.189232500000074, 29.62180522400007 ], [ 106.189122633000068, 29.621720972000045 ], [ 106.189106603000027, 29.621684126000048 ], [ 106.189106192000054, 29.621649086000051 ], [ 106.189105735000055, 29.621610154000049 ], [ 106.189127443000075, 29.621561289000049 ], [ 106.189140399000053, 29.621526130000071 ], [ 106.189157857000069, 29.621494824000081 ], [ 106.189179907000053, 29.621475158000067 ], [ 106.189195411000071, 29.621467232000047 ], [ 106.189208379000036, 29.621466543000057 ], [ 106.189111561000061, 29.621347280000066 ], [ 106.189080119000039, 29.621326148000037 ], [ 106.189053383000044, 29.621326386000085 ], [ 106.189037926000026, 29.621338207000065 ], [ 106.18900923700005, 29.621361825000069 ], [ 106.188982730000077, 29.621381531000054 ], [ 106.188953928000046, 29.621395417000091 ], [ 106.188922827000056, 29.621403483000055 ], [ 106.188891819000048, 29.621419335000041 ], [ 106.188865245000045, 29.621433201000059 ], [ 106.188840920000075, 29.621448994000044 ], [ 106.188821120000057, 29.621470587000086 ], [ 106.188803548000067, 29.62149215900007 ], [ 106.188783816000083, 29.62151959200008 ], [ 106.18877522400004, 29.621546924000093 ], [ 106.188773294000043, 29.621572250000035 ], [ 106.188773636000064, 29.621601449000085 ], [ 106.188785027000051, 29.621622763000055 ], [ 106.188791963000028, 29.621644115000031 ], [ 106.188792168000077, 29.62166163500007 ], [ 106.188790214000051, 29.621685014000036 ], [ 106.188691146000053, 29.621787137000073 ], [ 106.188578686000028, 29.62188743300004 ], [ 106.18854774600004, 29.621909126000045 ], [ 106.188510054000062, 29.621925038000082 ], [ 106.188470134000056, 29.621940971000065 ], [ 106.188428032000047, 29.621960816000062 ], [ 106.188405958000033, 29.621978535000039 ], [ 106.188397275000057, 29.621998081000079 ], [ 106.188395276000051, 29.622017567000061 ], [ 106.188406666000049, 29.622038880000048 ], [ 106.188422514000081, 29.62206015300006 ], [ 106.188431653000066, 29.622079540000072 ], [ 106.188434270000073, 29.62211261200008 ], [ 106.188423518000036, 29.622145806000045 ], [ 106.188376950000077, 29.622259204000038 ], [ 106.188354908000065, 29.622278862000091 ], [ 106.188321502000065, 29.622279161000051 ], [ 106.188178471000072, 29.622190438000072 ], [ 106.18815597300005, 29.622171179000077 ], [ 106.188152960000082, 29.622151745000053 ], [ 106.188169349000077, 29.622124840000087 ], [ 106.188199372000042, 29.622073487000083 ], [ 106.188201500000048, 29.62201751900005 ], [ 106.188201043000049, 29.621978603000052 ], [ 106.18817002100009, 29.621944824000085 ], [ 106.188127807000058, 29.621906281000072 ], [ 106.187738290000041, 29.621690839000053 ], [ 106.187721360000069, 29.621671530000068 ], [ 106.187721131000046, 29.621652072000082 ], [ 106.187729254000033, 29.621632539000078 ], [ 106.187742974000059, 29.621615389000056 ], [ 106.187753880000059, 29.62159582900005 ], [ 106.187753625000028, 29.621573940000076 ], [ 106.187739419000081, 29.621549740000034 ], [ 106.187711211000078, 29.621518370000047 ], [ 106.187590595000074, 29.621441607000065 ], [ 106.187584770000058, 29.621419766000077 ], [ 106.187587212000039, 29.621390554000072 ], [ 106.187600761000056, 29.621358809000078 ], [ 106.187631210000063, 29.621343941000081 ], [ 106.187675637000041, 29.621333814000085 ], [ 106.187706173000038, 29.621326242000059 ], [ 106.187728187000062, 29.621304153000036 ], [ 106.187738951000028, 29.621272432000062 ], [ 106.187724034000041, 29.621187426000056 ], [ 106.187692899000069, 29.621143920000058 ], [ 106.187664633000054, 29.621107683000044 ], [ 106.187653071000057, 29.621071298000061 ], [ 106.187652613000068, 29.62103238300006 ], [ 106.187679996000043, 29.620993215000055 ], [ 106.187839687000064, 29.620840967000053 ], [ 106.187864226000045, 29.620796961000057 ], [ 106.187869223000064, 29.620748265000092 ], [ 106.187868681000054, 29.62070205200007 ], [ 106.187868224000056, 29.62066313400004 ], [ 106.187867883000081, 29.620633946000055 ], [ 106.187872525000046, 29.620621349000086 ], [ 106.187875977000033, 29.620611981000085 ], [ 106.187912023000081, 29.620599495000071 ], [ 106.187934123000048, 29.620584702000084 ], [ 106.187947813000051, 29.620565119000052 ], [ 106.18796971200004, 29.620510800000094 ], [ 106.187931496000033, 29.620498470000086 ], [ 106.187912923000056, 29.620490563000086 ], [ 106.187879016000068, 29.620488175000052 ], [ 106.187854442000059, 29.620493777000043 ], [ 106.18783907500007, 29.620496606000071 ], [ 106.187833010000077, 29.620504734000068 ], [ 106.18781789600007, 29.620529089000058 ], [ 106.187784911000051, 29.620556245000042 ], [ 106.187778239000068, 29.62056173700006 ], [ 106.187738362000061, 29.620575550000069 ], [ 106.187633969000046, 29.620603396000043 ], [ 106.187597203000067, 29.620619872000077 ], [ 106.18756970700008, 29.62063895600005 ], [ 106.1875, 29.620763153000034 ], [ 106.187247417000037, 29.620862016000043 ], [ 106.187185036000074, 29.620870974000077 ], [ 106.187136926000051, 29.620867205000085 ], [ 106.187055173000033, 29.620863737000036 ], [ 106.186959248000065, 29.62088139400004 ], [ 106.186854203000053, 29.620941130000059 ], [ 106.186490037000056, 29.621448356000091 ], [ 106.186301284000095, 29.621748226000076 ], [ 106.186017525000068, 29.622203354000085 ], [ 106.185989482000025, 29.62226647500006 ], [ 106.185982765000062, 29.622307400000064 ], [ 106.185983428000043, 29.622363978000063 ], [ 106.185994846000028, 29.62241731500006 ], [ 106.186129902000062, 29.622582714000075 ], [ 106.186282266000035, 29.622767685000046 ], [ 106.186624538000046, 29.622981381000052 ], [ 106.186882068000045, 29.623217061000048 ], [ 106.187007329000039, 29.623385464000084 ], [ 106.187177691000045, 29.623656711000084 ], [ 106.187363015000074, 29.623843920000066 ], [ 106.187416216000031, 29.624055186000078 ], [ 106.18744031600005, 29.624187925000051 ], [ 106.187425027000074, 29.624325940000059 ], [ 106.187425662000066, 29.624380101000039 ], [ 106.187437106000061, 29.624394771000091 ], [ 106.187454070000058, 29.624399544000088 ], [ 106.1875, 29.624395937000095 ], [ 106.187556546000053, 29.624312028000073 ], [ 106.187612580000064, 29.624168649000072 ], [ 106.187700840000048, 29.624038990000088 ], [ 106.187739017000069, 29.624013435000055 ], [ 106.187767872000052, 29.624013176000055 ], [ 106.187803139000039, 29.624012860000054 ], [ 106.187831994000078, 29.624012602000047 ], [ 106.187873739000054, 29.624017831000064 ], [ 106.187905833000059, 29.624020345000073 ], [ 106.187931646000038, 29.624034122000072 ], [ 106.187954253000044, 29.624047927000046 ], [ 106.187964068000042, 29.624064648000058 ], [ 106.187964265000062, 29.624081455000063 ], [ 106.187964528000066, 29.624103865000055 ], [ 106.18796479100007, 29.624126274000048 ], [ 106.18797143300003, 29.624145825000085 ], [ 106.188010301000077, 29.624179095000045 ], [ 106.188165278000042, 29.624270157000076 ], [ 106.188213567000048, 29.624286533000085 ], [ 106.188248834000035, 29.624286217000069 ], [ 106.188271244000077, 29.624283215000041 ], [ 106.188290382000048, 29.624274639000078 ], [ 106.188325649000035, 29.624274323000066 ], [ 106.188367328000027, 29.624273950000092 ], [ 106.188409073000059, 29.624279179000041 ], [ 106.188622188000082, 29.624406139000079 ], [ 106.188690010000073, 29.624447553000032 ], [ 106.188770524000063, 29.624477648000042 ], [ 106.189005096000074, 29.624520370000084 ], [ 106.189152939000067, 29.624549861000052 ], [ 106.189221024000062, 29.62461368500005 ], [ 106.189266798000062, 29.624688916000082 ], [ 106.189270300000032, 29.62471409800008 ], [ 106.189270530000044, 29.624733706000079 ], [ 106.189277140000058, 29.624750456000076 ], [ 106.189286955000071, 29.624767177000074 ], [ 106.189319214000093, 29.624783697000051 ], [ 106.189348135000046, 29.624789040000056 ], [ 106.189454101000081, 29.624802098000099 ], [ 106.189495846000057, 29.624807326000052 ], [ 106.18963446600003, 29.624870518000076 ], [ 106.189663354000061, 29.624873060000084 ], [ 106.189683066000043, 29.624872883000087 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.189147483000056, 29.621937730000074 ], [ 106.189113395000049, 29.621909667000068 ], [ 106.189096609000046, 29.62189735500003 ], [ 106.189082273000054, 29.621891252000065 ], [ 106.189065633000041, 29.621891401000084 ], [ 106.189053772000079, 29.62189358400008 ], [ 106.18902789200007, 29.621916665000068 ], [ 106.18894111000003, 29.622017147000065 ], [ 106.188701035000065, 29.622222861000072 ], [ 106.188677581000036, 29.622250074000071 ], [ 106.188677922000068, 29.622279152000083 ], [ 106.18868068900008, 29.622312362000049 ], [ 106.188702400000068, 29.622339170000096 ], [ 106.188726488000043, 29.622365958000046 ], [ 106.188757659000032, 29.622388527000052 ], [ 106.188803141000051, 29.622415123000057 ], [ 106.188949059000038, 29.622449802000059 ], [ 106.188942784000062, 29.62238272500008 ], [ 106.188943557000073, 29.622214884000066 ], [ 106.188951338000038, 29.622176452000076 ], [ 106.188964636000037, 29.622140368000093 ], [ 106.188989048000067, 29.622116173000055 ], [ 106.189024352000047, 29.622084688000086 ], [ 106.189065200000073, 29.622057948000073 ], [ 106.189097788000026, 29.62202888400008 ], [ 106.189116685000045, 29.622002341000041 ], [ 106.189147483000056, 29.621937730000074 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.189208379000036, 29.621466543000057 ], [ 106.18921100700004, 29.621467093000039 ], [ 106.189237810000066, 29.621472692000051 ], [ 106.189417875000061, 29.621626824000085 ], [ 106.189478555000051, 29.621671057000068 ], [ 106.189545643000031, 29.621691870000049 ], [ 106.189601364000055, 29.621693317000055 ], [ 106.18963923900003, 29.621692978000056 ], [ 106.189661495000053, 29.62169083100008 ], [ 106.189694914000029, 29.621690532000059 ], [ 106.18971724000005, 29.621694225000049 ], [ 106.189735246000055, 29.621709639000073 ], [ 106.189744387000076, 29.621729024000039 ], [ 106.18974475300007, 29.621760170000073 ], [ 106.189741704000028, 29.621839603000073 ], [ 106.189765368000053, 29.62185985900004 ], [ 106.189933869000072, 29.621954253000073 ], [ 106.190035700000067, 29.621979713000087 ], [ 106.190156513000034, 29.621985822000052 ], [ 106.190245344000061, 29.621988552000055 ], [ 106.190263759000061, 29.621968663000075 ], [ 106.190302219000046, 29.621914949000079 ], [ 106.190323629000034, 29.621865657000054 ], [ 106.190332424000076, 29.621789374000059 ], [ 106.190334715000063, 29.621769493000045 ], [ 106.190368630000094, 29.62148724900004 ], [ 106.19039480400005, 29.621269422000072 ], [ 106.190437916000064, 29.62110117100007 ], [ 106.190448534000041, 29.621059733000038 ], [ 106.190488836000043, 29.620954769000022 ], [ 106.190533465000058, 29.620857458000046 ], [ 106.190291777000027, 29.620760538000074 ], [ 106.190269897000064, 29.620751764000087 ], [ 106.190132795000068, 29.62066841700004 ], [ 106.190089923000073, 29.620623869000035 ], [ 106.190062111000032, 29.620573902000039 ], [ 106.190049701000078, 29.620547583000079 ], [ 106.190043218000028, 29.620510639000084 ], [ 106.189989161000028, 29.620286467000081 ], [ 106.189909559000057, 29.620205247000051 ], [ 106.189896234000059, 29.620191479000077 ], [ 106.18974726700003, 29.62003755000006 ], [ 106.18971689600005, 29.620027250000078 ], [ 106.189683627000079, 29.620027549000035 ], [ 106.189547596000068, 29.620053260000073 ], [ 106.189497894000056, 29.62006757000006 ], [ 106.189464196000088, 29.620093621000084 ], [ 106.189448656000081, 29.620121489000038 ], [ 106.189164191000032, 29.620449902000068 ], [ 106.18911010100004, 29.620516776000045 ], [ 106.189034688000049, 29.620565399000043 ], [ 106.188950403000035, 29.620577220000087 ], [ 106.188861679000084, 29.620570639000043 ], [ 106.188806549000063, 29.620549003000061 ], [ 106.188718682000058, 29.620468991000052 ], [ 106.188687321000032, 29.620480677000042 ], [ 106.188567584000054, 29.620513693000074 ], [ 106.188436474000071, 29.620558950000088 ], [ 106.188349557000038, 29.620574950000051 ], [ 106.188210243000071, 29.620607525000082 ], [ 106.188071035000064, 29.620629079000082 ], [ 106.18801060800007, 29.620629621000035 ], [ 106.187959478000039, 29.620630078000094 ], [ 106.18789440300003, 29.620630662000053 ], [ 106.187872525000046, 29.620621349000086 ], [ 106.187867883000081, 29.620633946000055 ], [ 106.187868224000056, 29.62066313400004 ], [ 106.187868681000054, 29.62070205200007 ], [ 106.187869223000064, 29.620748265000092 ], [ 106.187864226000045, 29.620796961000057 ], [ 106.187839687000064, 29.620840967000053 ], [ 106.187679996000043, 29.620993215000055 ], [ 106.187652613000068, 29.62103238300006 ], [ 106.187653071000057, 29.621071298000061 ], [ 106.187664633000054, 29.621107683000044 ], [ 106.187692899000069, 29.621143920000058 ], [ 106.187724034000041, 29.621187426000056 ], [ 106.187738951000028, 29.621272432000062 ], [ 106.187728187000062, 29.621304153000036 ], [ 106.187706173000038, 29.621326242000059 ], [ 106.187675637000041, 29.621333814000085 ], [ 106.187631210000063, 29.621343941000081 ], [ 106.187600761000056, 29.621358809000078 ], [ 106.187587212000039, 29.621390554000072 ], [ 106.187584770000058, 29.621419766000077 ], [ 106.187590595000074, 29.621441607000065 ], [ 106.187711211000078, 29.621518370000047 ], [ 106.187739419000081, 29.621549740000034 ], [ 106.187753625000028, 29.621573940000076 ], [ 106.187753880000059, 29.62159582900005 ], [ 106.187742974000059, 29.621615389000056 ], [ 106.187729254000033, 29.621632539000078 ], [ 106.187721131000046, 29.621652072000082 ], [ 106.187721360000069, 29.621671530000068 ], [ 106.187738290000041, 29.621690839000053 ], [ 106.188127807000058, 29.621906281000072 ], [ 106.18817002100009, 29.621944824000085 ], [ 106.188201043000049, 29.621978603000052 ], [ 106.188201500000048, 29.62201751900005 ], [ 106.188199372000042, 29.622073487000083 ], [ 106.188169349000077, 29.622124840000087 ], [ 106.188152960000082, 29.622151745000053 ], [ 106.18815597300005, 29.622171179000077 ], [ 106.188178471000072, 29.622190438000072 ], [ 106.188321502000065, 29.622279161000051 ], [ 106.188354908000065, 29.622278862000091 ], [ 106.188376950000077, 29.622259204000038 ], [ 106.188423518000036, 29.622145806000045 ], [ 106.188434270000073, 29.62211261200008 ], [ 106.188431653000066, 29.622079540000072 ], [ 106.188422514000081, 29.62206015300006 ], [ 106.188406666000049, 29.622038880000048 ], [ 106.188395276000051, 29.622017567000061 ], [ 106.188397275000057, 29.621998081000079 ], [ 106.188405958000033, 29.621978535000039 ], [ 106.188428032000047, 29.621960816000062 ], [ 106.188470134000056, 29.621940971000065 ], [ 106.188510054000062, 29.621925038000082 ], [ 106.18854774600004, 29.621909126000045 ], [ 106.188578686000028, 29.62188743300004 ], [ 106.188691146000053, 29.621787137000073 ], [ 106.188790214000051, 29.621685014000036 ], [ 106.188792168000077, 29.62166163500007 ], [ 106.188791963000028, 29.621644115000031 ], [ 106.188785027000051, 29.621622763000055 ], [ 106.188773636000064, 29.621601449000085 ], [ 106.188773294000043, 29.621572250000035 ], [ 106.18877522400004, 29.621546924000093 ], [ 106.188783816000083, 29.62151959200008 ], [ 106.188803548000067, 29.62149215900007 ], [ 106.188821120000057, 29.621470587000086 ], [ 106.188840920000075, 29.621448994000044 ], [ 106.188865245000045, 29.621433201000059 ], [ 106.188891819000048, 29.621419335000041 ], [ 106.188922827000056, 29.621403483000055 ], [ 106.188953928000046, 29.621395417000091 ], [ 106.188982730000077, 29.621381531000054 ], [ 106.18900923700005, 29.621361825000069 ], [ 106.189037926000026, 29.621338207000065 ], [ 106.189053383000044, 29.621326386000085 ], [ 106.189080119000039, 29.621326148000037 ], [ 106.189111561000061, 29.621347280000066 ], [ 106.189208379000036, 29.621466543000057 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.19083448300006, 29.621666508000089 ], [ 106.190831726000056, 29.621658960000044 ], [ 106.190823590000036, 29.621476616000052 ], [ 106.190820687000055, 29.621434558000093 ], [ 106.190814345000049, 29.621418832000078 ], [ 106.190722770000036, 29.621454615000061 ], [ 106.190704040000071, 29.621460945000088 ], [ 106.19068758800006, 29.62146109300005 ], [ 106.190661711000075, 29.621459272000028 ], [ 106.190638161000038, 29.621455375000036 ], [ 106.190538266000033, 29.621355639000061 ], [ 106.19053090000007, 29.621329006000057 ], [ 106.19054699100009, 29.621298055000061 ], [ 106.190572747000033, 29.621289609000083 ], [ 106.190647427000044, 29.621233980000063 ], [ 106.190661914000032, 29.621215871000061 ], [ 106.190667610000048, 29.62120040800005 ], [ 106.190679035000088, 29.621172054000056 ], [ 106.190690520000032, 29.621148834000056 ], [ 106.190694404000055, 29.621147438000033 ], [ 106.190682278000054, 29.621132801000044 ], [ 106.190626574000078, 29.621105946000057 ], [ 106.190575956000032, 29.621102192000084 ], [ 106.190437916000064, 29.62110117100007 ], [ 106.19039480400005, 29.621269422000072 ], [ 106.190368630000094, 29.62148724900004 ], [ 106.190480176000051, 29.621513476000075 ], [ 106.190521767000064, 29.621541941000093 ], [ 106.19054466800003, 29.621559760000082 ], [ 106.190565591000052, 29.621584805000062 ], [ 106.19057014100008, 29.62162081200006 ], [ 106.190574711000068, 29.621658621000051 ], [ 106.190577049000069, 29.621682031000038 ], [ 106.190581343000076, 29.621696410000084 ], [ 106.19059388800008, 29.621710718000088 ], [ 106.190610474000039, 29.621717778000065 ], [ 106.190649822000069, 29.62173086800005 ], [ 106.190663050000069, 29.621734185000037 ], [ 106.190679407000061, 29.621739374000072 ], [ 106.190697078000028, 29.621747986000063 ], [ 106.190717180000036, 29.621749999000084 ], [ 106.19073725800007, 29.621749819000058 ], [ 106.190769028000034, 29.621726008000046 ], [ 106.190786733000039, 29.621707763000078 ], [ 106.190801628000031, 29.621693454000084 ], [ 106.19083448300006, 29.621666508000089 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.192581923000034, 29.617861576000049 ], [ 106.192617397000049, 29.617821836000076 ], [ 106.192704097000046, 29.617777233000087 ], [ 106.192725654000071, 29.617756080000042 ], [ 106.192742896000027, 29.617738776000067 ], [ 106.192753573000061, 29.617719626000053 ], [ 106.192768657000045, 29.617704248000049 ], [ 106.192777221000028, 29.61769083300004 ], [ 106.192785696000044, 29.617669798000065 ], [ 106.192793519000077, 29.617643231000049 ], [ 106.193010696000044, 29.617505147000081 ], [ 106.193037311000069, 29.617481408000064 ], [ 106.193037157000049, 29.617468354000032 ], [ 106.193030966000038, 29.617450133000094 ], [ 106.193018891000065, 29.617439797000088 ], [ 106.193006755000056, 29.617424240000044 ], [ 106.193000533000031, 29.617403407000044 ], [ 106.193000164000082, 29.617372078000074 ], [ 106.193005647000078, 29.617330251000048 ], [ 106.193023206000078, 29.61729876000004 ], [ 106.193038271000034, 29.61728195500006 ], [ 106.193046802000026, 29.617272438000043 ], [ 106.193061496000055, 29.617251417000041 ], [ 106.193070121000062, 29.617222618000085 ], [ 106.19307579000008, 29.617196456000045 ], [ 106.193075421000074, 29.617165126000092 ], [ 106.193066057000067, 29.617131267000048 ], [ 106.193038643000079, 29.617087125000072 ], [ 106.192805681000053, 29.616843780000075 ], [ 106.192781624000077, 29.616830941000039 ], [ 106.192757721000078, 29.616831156000035 ], [ 106.192739824000057, 29.616833928000062 ], [ 106.192719123000074, 29.616852391000069 ], [ 106.192707387000041, 29.616870774000059 ], [ 106.192704676000062, 29.616894298000091 ], [ 106.192704983000056, 29.616920406000077 ], [ 106.192705506000038, 29.616964789000061 ], [ 106.192687855000031, 29.616988448000082 ], [ 106.19267306900008, 29.617001636000058 ], [ 106.192646331000049, 29.617014932000078 ], [ 106.192625446000079, 29.617017730000047 ], [ 106.192607519000035, 29.617017892000035 ], [ 106.192580689000067, 29.617023355000072 ], [ 106.192565749000039, 29.617023489000086 ], [ 106.192550655000048, 29.617010570000041 ], [ 106.192532543000027, 29.616995066000076 ], [ 106.192517542000076, 29.616989979000035 ], [ 106.19248467500006, 29.616990274000038 ], [ 106.192451838000068, 29.616993180000065 ], [ 106.192192410000075, 29.617039900000076 ], [ 106.19215960400004, 29.617045417000028 ], [ 106.192126737000081, 29.617045712000049 ], [ 106.192096857000081, 29.617045981000047 ], [ 106.192061033000073, 29.617048914000058 ], [ 106.192007434000061, 29.617065062000055 ], [ 106.191971702000046, 29.617075827000061 ], [ 106.191930178000064, 29.617102311000057 ], [ 106.191580395000088, 29.617343060000064 ], [ 106.191440914000069, 29.61742525600004 ], [ 106.191384452000079, 29.617459593000032 ], [ 106.191460746000075, 29.617586964000054 ], [ 106.191473005000034, 29.617612965000042 ], [ 106.191473220000034, 29.617631240000037 ], [ 106.191470447000043, 29.617649543000084 ], [ 106.191455691000044, 29.617665342000059 ], [ 106.191278072000046, 29.617807934000034 ], [ 106.191263224000068, 29.617815901000082 ], [ 106.191239289000066, 29.617813505000068 ], [ 106.191215294000074, 29.617805887000088 ], [ 106.191194132000078, 29.61778518900007 ], [ 106.191156097000032, 29.617600144000054 ], [ 106.191132193000044, 29.617600359000043 ], [ 106.191090300000042, 29.617595513000083 ], [ 106.191045486000064, 29.617580443000069 ], [ 106.191006182000081, 29.61765426300008 ], [ 106.19094691500004, 29.617749532000065 ], [ 106.19094334800009, 29.617754849000054 ], [ 106.191149804000077, 29.617827364000046 ], [ 106.191170904000046, 29.617842841000087 ], [ 106.191174138000065, 29.617863700000036 ], [ 106.191174475000025, 29.617892419000039 ], [ 106.191156976000059, 29.617957346000093 ], [ 106.191304180000031, 29.617950650000068 ], [ 106.191330230000062, 29.617950416000038 ], [ 106.191354023000031, 29.617979795000057 ], [ 106.191361335000067, 29.618089019000077 ], [ 106.19148265900003, 29.618115341000085 ], [ 106.191530460000081, 29.618122031000034 ], [ 106.191611904000069, 29.618119265000075 ], [ 106.191694488000053, 29.618114456000058 ], [ 106.191746705000071, 29.618100765000069 ], [ 106.191788399000089, 29.618083101000078 ], [ 106.191973519000044, 29.617999959000088 ], [ 106.191992346000063, 29.617983166000041 ], [ 106.192018208000036, 29.617966999000089 ], [ 106.192049280000049, 29.617950786000055 ], [ 106.192080218000058, 29.617923191000045 ], [ 106.192095607000056, 29.617902565000058 ], [ 106.192153508000047, 29.617781031000053 ], [ 106.19213226100004, 29.617768928000089 ], [ 106.192038712000056, 29.617691437000065 ], [ 106.192026361000046, 29.617657604000037 ], [ 106.192034556000067, 29.617592254000041 ], [ 106.192090498000027, 29.617521252000078 ], [ 106.192235402000051, 29.617392008000071 ], [ 106.192262171000039, 29.617381323000075 ], [ 106.192301075000046, 29.617386196000044 ], [ 106.192331201000059, 29.617406813000059 ], [ 106.192358400000046, 29.617432680000029 ], [ 106.192382580000071, 29.617455962000061 ], [ 106.192406637000033, 29.617468801000086 ], [ 106.192433621000077, 29.617476392000071 ], [ 106.192460482000058, 29.617473539000056 ], [ 106.192481367000028, 29.617470740000034 ], [ 106.192567157000056, 29.61739685900006 ], [ 106.192578955000045, 29.617383698000083 ], [ 106.192596821000052, 29.617378315000053 ], [ 106.192617737000035, 29.617378127000055 ], [ 106.192647801000078, 29.617393523000086 ], [ 106.192668931000071, 29.617411611000083 ], [ 106.192769472000066, 29.617519762000079 ], [ 106.192755623000039, 29.617523354000074 ], [ 106.192667918000041, 29.617609124000069 ], [ 106.192408250000042, 29.617794496000041 ], [ 106.192382517000055, 29.617832860000078 ], [ 106.192370672000038, 29.617875672000082 ], [ 106.192370864000054, 29.617891932000074 ], [ 106.192361798000036, 29.617912341000082 ], [ 106.192295105000028, 29.617977989000053 ], [ 106.192292381000073, 29.61798143500004 ], [ 106.192240090000041, 29.618047597000054 ], [ 106.19218591200007, 29.618188344000078 ], [ 106.192186079000066, 29.618202572000087 ], [ 106.192190828000037, 29.618210660000049 ], [ 106.192202530000046, 29.618216653000047 ], [ 106.19222349000006, 29.618218498000093 ], [ 106.192242099000055, 29.618218331000026 ], [ 106.192272292000041, 29.61821399400009 ], [ 106.192293084000028, 29.618201610000085 ], [ 106.19230685000008, 29.618185225000047 ], [ 106.192325220000043, 29.618164732000082 ], [ 106.192354695000063, 29.618099419000089 ], [ 106.192452950000074, 29.617948111000096 ], [ 106.192505998000058, 29.617909012000034 ], [ 106.192526718000067, 29.617890531000061 ], [ 106.192549812000038, 29.617876094000053 ], [ 106.192568548000054, 29.617864382000054 ], [ 106.19257290600008, 29.617861657000049 ], [ 106.192581923000034, 29.617861576000049 ] ], [ [ 106.192821090000052, 29.617154047000039 ], [ 106.192837044000044, 29.617163135000055 ], [ 106.192847770000071, 29.617176885000053 ], [ 106.19285646000003, 29.617197115000067 ], [ 106.192856710000058, 29.617218344000037 ], [ 106.192856884000037, 29.617233112000068 ], [ 106.192852833000074, 29.617247919000082 ], [ 106.192840330000081, 29.617262801000042 ], [ 106.19281509800004, 29.617273182000069 ], [ 106.192765558000076, 29.617282858000067 ], [ 106.192725460000077, 29.617286911000065 ], [ 106.192694837000033, 29.617288110000047 ], [ 106.192626283000038, 29.617297957000069 ], [ 106.192422495000073, 29.617307174000082 ], [ 106.192394954000079, 29.61730095900009 ], [ 106.192372673000079, 29.617292852000048 ], [ 106.192356665000034, 29.617279149000069 ], [ 106.192346908000061, 29.61725800500006 ], [ 106.19234657100003, 29.617229392000063 ], [ 106.192349371000034, 29.617197981000057 ], [ 106.19235126600006, 29.617179502000049 ], [ 106.192358454000043, 29.61716189800007 ], [ 106.192365620000032, 29.617142449000092 ], [ 106.192385484000056, 29.617124731000043 ], [ 106.192401221000068, 29.617115359000085 ], [ 106.192428555000049, 29.617104036000057 ], [ 106.19244225500006, 29.617101143000063 ], [ 106.192470809000042, 29.617103656000044 ], [ 106.192494092000061, 29.617107139000044 ], [ 106.192515317000073, 29.617115256000087 ], [ 106.192546136000033, 29.617130672000087 ], [ 106.192574755000066, 29.617138723000036 ], [ 106.192602328000078, 29.617147706000083 ], [ 106.192635097000064, 29.61714925800004 ], [ 106.192684745000065, 29.61714881100005 ], [ 106.192711165000048, 29.617149497000071 ], [ 106.192747080000061, 29.617149174000076 ], [ 106.192769264000049, 29.617148975000077 ], [ 106.192800943000066, 29.617147767000063 ], [ 106.192821090000052, 29.617154047000039 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.192591768000057, 29.620175572000051 ], [ 106.192591925000045, 29.620172536000034 ], [ 106.19260553600003, 29.620148126000053 ], [ 106.192694832000029, 29.620059469000072 ], [ 106.192657853000085, 29.620037674000052 ], [ 106.192617104000078, 29.619997436000062 ], [ 106.192573034000091, 29.619938279000049 ], [ 106.192550808000078, 29.619892461000067 ], [ 106.192547268000055, 29.619873645000041 ], [ 106.192461942000079, 29.619880752000086 ], [ 106.192430787000035, 29.619881032000077 ], [ 106.192402465000043, 29.619881287000052 ], [ 106.192379808000055, 29.619881491000065 ], [ 106.192345763000048, 29.619876847000064 ], [ 106.192322814000079, 29.619852304000059 ], [ 106.192271464000044, 29.619771644000078 ], [ 106.192245394000054, 29.619778407000062 ], [ 106.192207607000057, 29.619778746000062 ], [ 106.192173597000078, 29.619779052000059 ], [ 106.192135848000078, 29.619782693000047 ], [ 106.192079400000068, 29.619803013000077 ], [ 106.191974056000049, 29.619872309000073 ], [ 106.191992559000028, 29.619896968000035 ], [ 106.192030010000053, 29.619964387000039 ], [ 106.192123049000031, 29.620202544000044 ], [ 106.192150414000025, 29.620251574000068 ], [ 106.192179165000027, 29.62028126600006 ], [ 106.19219180500005, 29.620294320000085 ], [ 106.192274167000051, 29.620344088000085 ], [ 106.192334531000029, 29.620370297000079 ], [ 106.192303999000046, 29.620207005000054 ], [ 106.192300636000027, 29.620177991000048 ], [ 106.192300356000047, 29.620154230000082 ], [ 106.192306150000036, 29.620133055000043 ], [ 106.192320947000042, 29.62010651800006 ], [ 106.192341850000048, 29.620085207000042 ], [ 106.192375025000047, 29.620079628000042 ], [ 106.192405240000028, 29.620079357000058 ], [ 106.192432559000054, 29.620089673000052 ], [ 106.192591768000057, 29.620175572000051 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.192438492000065, 29.621133562000065 ], [ 106.192291489000084, 29.621051267000045 ], [ 106.192257391000055, 29.621028349000085 ], [ 106.192249794000077, 29.620998860000043 ], [ 106.192249497000034, 29.62097352700005 ], [ 106.19226352000004, 29.620933287000078 ], [ 106.192275228000028, 29.620901514000074 ], [ 106.192294358000026, 29.620884450000066 ], [ 106.19231844400008, 29.620877900000043 ], [ 106.192335233000051, 29.620867193000041 ], [ 106.192364052000073, 29.620852155000076 ], [ 106.192392771000073, 29.620828673000066 ], [ 106.192399871000077, 29.620815942000039 ], [ 106.19240198600005, 29.62080920800009 ], [ 106.192404528000054, 29.620801121000049 ], [ 106.19240639800006, 29.620754656000091 ], [ 106.192334531000029, 29.620370297000079 ], [ 106.192274167000051, 29.620344088000085 ], [ 106.19219180500005, 29.620294320000085 ], [ 106.192179165000027, 29.62028126600006 ], [ 106.192145937000078, 29.620333429000073 ], [ 106.192127259000074, 29.620389935000038 ], [ 106.19211509400003, 29.620452017000048 ], [ 106.19210266400006, 29.620491564000076 ], [ 106.192068947000053, 29.620619625000078 ], [ 106.192054504000055, 29.620652138000079 ], [ 106.192044561000046, 29.620673278000087 ], [ 106.192034927000066, 29.620694923000091 ], [ 106.192011759000081, 29.620722135000051 ], [ 106.192004531000066, 29.620728820000068 ], [ 106.191978739000049, 29.620752677000045 ], [ 106.191946789000042, 29.620769167000059 ], [ 106.19190853200007, 29.620774913000048 ], [ 106.191875267000057, 29.620774115000074 ], [ 106.191654577000065, 29.620768828000053 ], [ 106.19158365800007, 29.620769465000073 ], [ 106.19153530400007, 29.620769900000084 ], [ 106.191490206000026, 29.620773122000053 ], [ 106.191448466000068, 29.620787582000037 ], [ 106.191410114000064, 29.620816094000077 ], [ 106.191359114000079, 29.620900137000039 ], [ 106.191362223000056, 29.620896530000046 ], [ 106.191398265000032, 29.62089200100008 ], [ 106.191429670000048, 29.620902232000045 ], [ 106.19154104900008, 29.620960106000037 ], [ 106.191688769000052, 29.621038679000034 ], [ 106.191761326000062, 29.621069567000063 ], [ 106.191797518000044, 29.621077652000046 ], [ 106.191850430000045, 29.621075073000039 ], [ 106.191900911000062, 29.621070414000084 ], [ 106.191941941000039, 29.621080560000049 ], [ 106.191995175000045, 29.621105313000037 ], [ 106.192070461000071, 29.621163632000041 ], [ 106.192101057000073, 29.621163358000057 ], [ 106.192194022000081, 29.621165228000045 ], [ 106.192340434000073, 29.621196631000082 ], [ 106.192438492000065, 29.621133562000065 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.195995148000065, 29.622842271000085 ], [ 106.196107263000059, 29.622780123000041 ], [ 106.196179, 29.622733386000043 ], [ 106.196239118000051, 29.622695288000049 ], [ 106.196366200000057, 29.622581310000044 ], [ 106.196391994000066, 29.622558302000076 ], [ 106.196407391000037, 29.622537665000031 ], [ 106.196417576000044, 29.622517074000083 ], [ 106.19642243800007, 29.622487421000077 ], [ 106.196427355000026, 29.622462324000082 ], [ 106.196437593000056, 29.622446288000052 ], [ 106.196458256000028, 29.622430159000089 ], [ 106.196582290000038, 29.622337936000076 ], [ 106.196597796000049, 29.622326409000038 ], [ 106.196615852000036, 29.622310302000066 ], [ 106.196628615000066, 29.622287411000055 ], [ 106.196628292000071, 29.622260083000075 ], [ 106.196630522000078, 29.622228177000071 ], [ 106.196632967000028, 29.622214489000044 ], [ 106.196643096000059, 29.622189344000041 ], [ 106.196658520000028, 29.622170984000029 ], [ 106.196673970000063, 29.622154902000087 ], [ 106.196704925000063, 29.622127291000083 ], [ 106.196733140000049, 29.622088318000063 ], [ 106.196743310000045, 29.622052351000033 ], [ 106.196753157000046, 29.622017532000086 ], [ 106.196752941000057, 29.62199931300006 ], [ 106.196757911000077, 29.621978770000055 ], [ 106.196775887000058, 29.621955832000083 ], [ 106.196791365000081, 29.621942025000067 ], [ 106.196824872000036, 29.621909838000068 ], [ 106.19684553500008, 29.621893708000066 ], [ 106.196858433000045, 29.62188220400008 ], [ 106.196858604000056, 29.621881896000055 ], [ 106.196849600000064, 29.62188497000006 ], [ 106.196833941000079, 29.621888685000044 ], [ 106.196817856000052, 29.621891228000038 ], [ 106.196801440000073, 29.621892910000042 ], [ 106.196784831000059, 29.621894016000059 ], [ 106.196768126000052, 29.621894851000029 ], [ 106.196751432000042, 29.621895697000067 ], [ 106.196715424000047, 29.62189851200009 ], [ 106.196679969000058, 29.621902755000068 ], [ 106.19664500600004, 29.621908392000076 ], [ 106.196610483000029, 29.621915381000061 ], [ 106.19657632600007, 29.621923671000054 ], [ 106.196542473000079, 29.621933222000052 ], [ 106.196508872000038, 29.621943980000086 ], [ 106.196475459000055, 29.621955918000086 ], [ 106.196466003000069, 29.621959476000079 ], [ 106.196456526000077, 29.621962963000033 ], [ 106.196446994000041, 29.621966206000089 ], [ 106.196437364000076, 29.621969035000067 ], [ 106.196427603000075, 29.621971279000029 ], [ 106.196417679000035, 29.621972775000074 ], [ 106.196407558000033, 29.621973365000091 ], [ 106.196397197000067, 29.621972862000064 ], [ 106.196394943000044, 29.621972593000063 ], [ 106.196392698000068, 29.621972261000046 ], [ 106.196390484000062, 29.621971856000076 ], [ 106.196388321000029, 29.621971380000051 ], [ 106.196386239000049, 29.62197080300006 ], [ 106.196384238000064, 29.621970145000031 ], [ 106.196382372000073, 29.621969377000084 ], [ 106.196380627000053, 29.621968500000037 ], [ 106.196375393000039, 29.621964137000077 ], [ 106.196372207000081, 29.621958356000047 ], [ 106.196370835000039, 29.621951477000039 ], [ 106.196371011000068, 29.621943780000038 ], [ 106.196372474000043, 29.621935560000054 ], [ 106.196374965000075, 29.621927120000066 ], [ 106.19637823300009, 29.621918756000071 ], [ 106.196382009000047, 29.621910756000091 ], [ 106.196385080000027, 29.621905056000056 ], [ 106.196388186000036, 29.621899670000062 ], [ 106.196391222000045, 29.621894526000062 ], [ 106.196394054000052, 29.621889559000063 ], [ 106.196396578000076, 29.621884691000048 ], [ 106.196398679000026, 29.621879856000081 ], [ 106.196400232000045, 29.621874980000086 ], [ 106.196401144000049, 29.621869992000082 ], [ 106.196401328000036, 29.621864687000084 ], [ 106.196400871000037, 29.621859216000082 ], [ 106.196399989000057, 29.62185362300005 ], [ 106.196398849000047, 29.621847940000062 ], [ 106.196397636000043, 29.621842196000042 ], [ 106.196396535000076, 29.621836423000044 ], [ 106.196395744000029, 29.621830658000079 ], [ 106.196395448000033, 29.62182494100006 ], [ 106.196395964000033, 29.621817802000066 ], [ 106.196397378000029, 29.621810771000074 ], [ 106.196399474000032, 29.621803824000043 ], [ 106.196402056000068, 29.621796945000089 ], [ 106.196404938000057, 29.621790118000035 ], [ 106.196407924000027, 29.62178332600007 ], [ 106.196410796000066, 29.62177654300006 ], [ 106.196413380000081, 29.621769756000049 ], [ 106.19641690800006, 29.621757321000068 ], [ 106.196418980000033, 29.621744771000071 ], [ 106.196419810000066, 29.621732073000079 ], [ 106.196419586000047, 29.621719194000036 ], [ 106.196418503000075, 29.621706095000036 ], [ 106.196416775000046, 29.621692744000079 ], [ 106.196414591000064, 29.621679098000072 ], [ 106.196412145000068, 29.621665128000078 ], [ 106.196409816000028, 29.621651646000092 ], [ 106.196407798000052, 29.621638062000031 ], [ 106.196406441000093, 29.621624597000036 ], [ 106.196406121000052, 29.621611466000051 ], [ 106.196407190000059, 29.621598891000076 ], [ 106.196410014000037, 29.621587092000087 ], [ 106.196414935000064, 29.621576296000057 ], [ 106.196422338000048, 29.621566713000043 ], [ 106.196426626000061, 29.621562769000029 ], [ 106.196431352000047, 29.621559027000043 ], [ 106.196436358000028, 29.62155540200007 ], [ 106.196441498000084, 29.621551800000073 ], [ 106.196446596000044, 29.621548120000053 ], [ 106.196451516000081, 29.621544270000072 ], [ 106.196456093000066, 29.621540169000067 ], [ 106.196460169000034, 29.621535703000067 ], [ 106.196466302000033, 29.621526013000054 ], [ 106.196470645000034, 29.621515185000082 ], [ 106.196473833000027, 29.621503710000074 ], [ 106.196476493000034, 29.621492086000039 ], [ 106.196479251000028, 29.621480830000053 ], [ 106.196482721000066, 29.621470425000041 ], [ 106.196487528000034, 29.621461388000061 ], [ 106.196494309000059, 29.621454210000067 ], [ 106.196498941000073, 29.621451264000086 ], [ 106.196504219000076, 29.621448844000046 ], [ 106.196510027000045, 29.621446789000061 ], [ 106.196516283000051, 29.621444947000047 ], [ 106.196522879000042, 29.621443173000046 ], [ 106.196529701000031, 29.621441290000071 ], [ 106.196536666000043, 29.621439161000076 ], [ 106.196543657000063, 29.621436626000047 ], [ 106.196553965000078, 29.621431834000081 ], [ 106.196563734000051, 29.62142597300004 ], [ 106.196572585000069, 29.621419245000084 ], [ 106.196580116000064, 29.621411834000064 ], [ 106.196585949000053, 29.621403942000086 ], [ 106.196589703000029, 29.621395773000074 ], [ 106.196590989000072, 29.621387525000049 ], [ 106.196589437000057, 29.621379385000065 ], [ 106.196587838000028, 29.621375980000039 ], [ 106.196585797000083, 29.621372633000082 ], [ 106.19658346600005, 29.621369336000051 ], [ 106.196580980000078, 29.621366075000079 ], [ 106.196578506000051, 29.62136284900004 ], [ 106.196576187000062, 29.621359668000075 ], [ 106.196574177000059, 29.621356510000055 ], [ 106.196572612000068, 29.621353378000041 ], [ 106.19657132500005, 29.62134842700004 ], [ 106.196571577000043, 29.621343528000061 ], [ 106.196573346000037, 29.621338677000033 ], [ 106.196576657000037, 29.621333883000094 ], [ 106.196581493000068, 29.621329130000042 ], [ 106.19658787000003, 29.621324438000041 ], [ 106.196595764000051, 29.621319793000055 ], [ 106.196605198000043, 29.621315197000058 ], [ 106.196656438000048, 29.621283162000051 ], [ 106.196663143000094, 29.621280875000078 ], [ 106.196669890000067, 29.62127870300008 ], [ 106.196676659000047, 29.621276649000031 ], [ 106.196683460000031, 29.621274720000084 ], [ 106.196690294000064, 29.621272918000049 ], [ 106.196697161000031, 29.621271241000038 ], [ 106.196704049000061, 29.621269681000058 ], [ 106.196710980000034, 29.62126823900007 ], [ 106.19672464000007, 29.621265771000083 ], [ 106.196738398000036, 29.621263725000055 ], [ 106.196752254000046, 29.621262075000061 ], [ 106.196766176000054, 29.62126076800007 ], [ 106.196780163000028, 29.621259767000087 ], [ 106.196794207000039, 29.62125903600008 ], [ 106.19680827100008, 29.621258530000034 ], [ 106.196822361000045, 29.62125821300009 ], [ 106.196838247000073, 29.621258043000076 ], [ 106.196854126000062, 29.621258090000076 ], [ 106.196869976000087, 29.621258369000088 ], [ 106.196885789000078, 29.621258913000087 ], [ 106.196898370000042, 29.621259584000086 ], [ 106.196901553000032, 29.621259754000057 ], [ 106.19691724900008, 29.621260911000036 ], [ 106.196932866000054, 29.62126242100004 ], [ 106.196948384000052, 29.621264292000035 ], [ 106.196956347000025, 29.621265384000075 ], [ 106.196964299000058, 29.621266440000056 ], [ 106.196972278000032, 29.621267306000053 ], [ 106.196980306000057, 29.621267837000062 ], [ 106.196988411000063, 29.62126789000007 ], [ 106.196996612000078, 29.621267320000072 ], [ 106.197004939000067, 29.621265974000035 ], [ 106.19701341800004, 29.62126370500005 ], [ 106.197020480000049, 29.621261117000078 ], [ 106.197027527000046, 29.621258094000037 ], [ 106.197034447000078, 29.621254901000043 ], [ 106.19704112200003, 29.621251829000069 ], [ 106.19704740800006, 29.621249130000077 ], [ 106.197053197000059, 29.621247101000051 ], [ 106.197053788000062, 29.621246975000073 ], [ 106.197056383000074, 29.621244660000063 ], [ 106.197072899000034, 29.621229928000052 ], [ 106.19709152300004, 29.621217002000034 ], [ 106.197105931000067, 29.621200465000072 ], [ 106.197118123000052, 29.621173013000082 ], [ 106.197117758000061, 29.621142029000058 ], [ 106.197117110000079, 29.621087351000085 ], [ 106.197125110000059, 29.62105811400005 ], [ 106.197145689000081, 29.62103423200006 ], [ 106.197178806000068, 29.621012059000062 ], [ 106.197241106000035, 29.620987800000076 ], [ 106.197288997000044, 29.62098007700007 ], [ 106.197349490000079, 29.620979531000046 ], [ 106.197416242000031, 29.62097892800006 ], [ 106.19747017800006, 29.620971471000068 ], [ 106.197483230000046, 29.620970120000035 ], [ 106.197478582000031, 29.620964821000083 ], [ 106.197474969000041, 29.620954190000074 ], [ 106.197471355000062, 29.620943557000082 ], [ 106.197460714000044, 29.620928417000069 ], [ 106.197441337000043, 29.620911833000036 ], [ 106.197137905000048, 29.620614433000078 ], [ 106.19709571900006, 29.620585866000049 ], [ 106.197065989000066, 29.620578517000069 ], [ 106.197029339000039, 29.620575801000076 ], [ 106.196970060000069, 29.620576336000052 ], [ 106.196965706000071, 29.620578287000058 ], [ 106.196942309000065, 29.620588774000048 ], [ 106.196909506000054, 29.620616494000039 ], [ 106.196837143000039, 29.620690277000051 ], [ 106.19681821000006, 29.620704029000073 ], [ 106.196762801000034, 29.620744272000088 ], [ 106.196685099000035, 29.620808962000069 ], [ 106.196613024000044, 29.620907119000041 ], [ 106.196561474000077, 29.62097157300008 ], [ 106.19653923900006, 29.621008339000063 ], [ 106.196534351000025, 29.621037330000036 ], [ 106.196528602000058, 29.621140983000092 ], [ 106.196527236000065, 29.621172990000041 ], [ 106.196522221000066, 29.621191318000054 ], [ 106.196510287000095, 29.621214279000068 ], [ 106.196486165000067, 29.621238873000049 ], [ 106.196472524000058, 29.621264896000071 ], [ 106.19646425500008, 29.621303059000066 ], [ 106.196426888000076, 29.621387192000046 ], [ 106.196382565000093, 29.621472910000087 ], [ 106.196351811000056, 29.62152651100007 ], [ 106.196338060000073, 29.621543394000067 ], [ 106.196308870000053, 29.621581747000054 ], [ 106.196307225000055, 29.621587240000057 ], [ 106.196303837000073, 29.621598551000087 ], [ 106.196304197000075, 29.621629018000082 ], [ 106.196287163000079, 29.621958259000053 ], [ 106.196280799000078, 29.62201011600007 ], [ 106.196268066000073, 29.622076960000076 ], [ 106.196248911000055, 29.62211520600005 ], [ 106.196245874000056, 29.622118486000083 ], [ 106.19620803600003, 29.622159359000079 ], [ 106.196167294000077, 29.622214934000056 ], [ 106.19615467300008, 29.622253119000039 ], [ 106.196138009000038, 29.62231799400007 ], [ 106.196121075000065, 29.622360029000053 ], [ 106.196095292000066, 29.622390720000052 ], [ 106.196015922000072, 29.622447185000055 ], [ 106.195934735000037, 29.622486440000038 ], [ 106.195855250000079, 29.622531389000066 ], [ 106.195824562000041, 29.622560201000056 ], [ 106.195808807000049, 29.622608855000063 ], [ 106.195786418000068, 29.622649007000049 ], [ 106.195774863000054, 29.622660461000066 ], [ 106.195771891000049, 29.622663406000079 ], [ 106.195765461000065, 29.622672024000053 ], [ 106.195765562000076, 29.622680585000065 ], [ 106.195764689000043, 29.622693610000052 ], [ 106.195875264000051, 29.622759765000072 ], [ 106.195912548000081, 29.622795660000069 ], [ 106.195966172000055, 29.622849524000063 ], [ 106.195969700000035, 29.622856377000055 ], [ 106.195995148000065, 29.622842271000085 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.197987304000037, 29.621002471000061 ], [ 106.19796205800003, 29.621004638000031 ], [ 106.197525891000055, 29.62098419900008 ], [ 106.197499720000053, 29.620982913000027 ], [ 106.197489187000031, 29.620976914000039 ], [ 106.197483884000064, 29.62097086600005 ], [ 106.197483230000046, 29.620970120000035 ], [ 106.19747017800006, 29.620971471000068 ], [ 106.197416242000031, 29.62097892800006 ], [ 106.197349490000079, 29.620979531000046 ], [ 106.197288997000044, 29.62098007700007 ], [ 106.197241106000035, 29.620987800000076 ], [ 106.197178806000068, 29.621012059000062 ], [ 106.197145689000081, 29.62103423200006 ], [ 106.197125110000059, 29.62105811400005 ], [ 106.197117110000079, 29.621087351000085 ], [ 106.197117758000061, 29.621142029000058 ], [ 106.197118123000052, 29.621173013000082 ], [ 106.197105931000067, 29.621200465000072 ], [ 106.19709152300004, 29.621217002000034 ], [ 106.197072899000034, 29.621229928000052 ], [ 106.197056383000074, 29.621244660000063 ], [ 106.197053788000062, 29.621246975000073 ], [ 106.197041933000037, 29.621257550000056 ], [ 106.197033761000057, 29.621272206000075 ], [ 106.197033955000052, 29.621288609000086 ], [ 106.197034149000046, 29.621305014000079 ], [ 106.197042665000041, 29.62131951800006 ], [ 106.197047032000057, 29.621335885000054 ], [ 106.197047203000068, 29.621350465000038 ], [ 106.197034881000036, 29.621366982000026 ], [ 106.197022494000066, 29.621378031000063 ], [ 106.197012194000081, 29.62138906000007 ], [ 106.197006086000059, 29.621401875000053 ], [ 106.197006280000039, 29.621418278000075 ], [ 106.197000776000039, 29.62148212600005 ], [ 106.19700110000008, 29.621509466000077 ], [ 106.196997251000028, 29.621536842000062 ], [ 106.196989273000042, 29.621567902000038 ], [ 106.196975145000067, 29.62160813100008 ], [ 106.196950565000066, 29.621646631000079 ], [ 106.196936201000028, 29.621666812000058 ], [ 106.196921836000058, 29.621686993000083 ], [ 106.196911642000032, 29.621707135000065 ], [ 106.196878612000035, 29.62182508200004 ], [ 106.196878854000033, 29.621845578000084 ], [ 106.196868643000073, 29.621863891000089 ], [ 106.196858604000056, 29.621881896000055 ], [ 106.196858433000045, 29.62188220400008 ], [ 106.19684553500008, 29.621893708000066 ], [ 106.196824872000036, 29.621909838000068 ], [ 106.196791365000081, 29.621942025000067 ], [ 106.196775887000058, 29.621955832000083 ], [ 106.196757911000077, 29.621978770000055 ], [ 106.196752941000057, 29.62199931300006 ], [ 106.196753157000046, 29.622017532000086 ], [ 106.196743310000045, 29.622052351000033 ], [ 106.196869957000047, 29.622052020000066 ], [ 106.196945640000081, 29.622048581000062 ], [ 106.196999238000046, 29.622045340000053 ], [ 106.197058918000039, 29.62202274800006 ], [ 106.197102693000033, 29.621989272000075 ], [ 106.197130728000047, 29.621958695000043 ], [ 106.197146111000052, 29.621925476000058 ], [ 106.197173526000029, 29.621842527000062 ], [ 106.197353172000092, 29.621292319000084 ], [ 106.197400134000077, 29.621261571000048 ], [ 106.197462936000079, 29.621236194000055 ], [ 106.19752599800006, 29.621232868000053 ], [ 106.197762866000076, 29.621252783000049 ], [ 106.197835359000067, 29.621246615000075 ], [ 106.197888696000064, 29.621221324000093 ], [ 106.197926227000039, 29.621193417000093 ], [ 106.197957350000081, 29.621157298000071 ], [ 106.197987304000037, 29.621002471000061 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.20209488100005, 29.628706966000038 ], [ 106.20210998400006, 29.628689314000042 ], [ 106.202178128000071, 29.628690082000048 ], [ 106.202290151000057, 29.628703029000064 ], [ 106.202343859000067, 29.628739776000092 ], [ 106.20238936100003, 29.628706970000053 ], [ 106.202456399000027, 29.628689755000043 ], [ 106.202448957000058, 29.628623878000035 ], [ 106.202459996000073, 29.628596465000037 ], [ 106.202487087000065, 29.628564934000046 ], [ 106.202539594000029, 29.628527449000053 ], [ 106.202607303000036, 29.628493953000099 ], [ 106.202654321000068, 29.628462920000054 ], [ 106.202700973000049, 29.628423386000069 ], [ 106.202796878000072, 29.628364880000049 ], [ 106.202846007000062, 29.628335616000076 ], [ 106.202960587000064, 29.628262531000061 ], [ 106.20302680900005, 29.628236207000047 ], [ 106.203119903000072, 29.628186982000052 ], [ 106.203205723000053, 29.628142061000069 ], [ 106.203286391000063, 29.628098152000064 ], [ 106.203384636000067, 29.628047915000082 ], [ 106.203486225000063, 29.627982226000089 ], [ 106.203615796000065, 29.627894695000066 ], [ 106.20371712900004, 29.627807420000064 ], [ 106.203819356000054, 29.627745859000072 ], [ 106.203888838000069, 29.627713380000046 ], [ 106.204001344000076, 29.627662971000063 ], [ 106.204102859000045, 29.627591114000037 ], [ 106.20419701700007, 29.627538373000053 ], [ 106.20430144200003, 29.627438576000081 ], [ 106.204398114000071, 29.627382495000049 ], [ 106.204508623000038, 29.627341207000093 ], [ 106.204604973000073, 29.627324996000088 ], [ 106.204621106000047, 29.62732228200008 ], [ 106.204678455000092, 29.627311401000046 ], [ 106.204830081000082, 29.627297688000052 ], [ 106.204932441000039, 29.62729675800005 ], [ 106.205070059000036, 29.627292423000078 ], [ 106.205161388000093, 29.62725458400007 ], [ 106.205182199000035, 29.627223554000071 ], [ 106.205157024000073, 29.627112438000037 ], [ 106.205149087000052, 29.626990642000059 ], [ 106.20523109100003, 29.62679434100005 ], [ 106.205298395000057, 29.626725710000073 ], [ 106.205374014000029, 29.626678279000085 ], [ 106.205390604000058, 29.62664184700008 ], [ 106.205371855000067, 29.626549493000084 ], [ 106.205357369000069, 29.62650813800008 ], [ 106.205339318000028, 29.626485023000036 ], [ 106.205271961000051, 29.626460961000074 ], [ 106.205169640000065, 29.62646497500009 ], [ 106.20505, 29.626496903000099 ], [ 106.204919773000029, 29.626528927000042 ], [ 106.20471887900004, 29.626555425000049 ], [ 106.204604973000073, 29.626563754000085 ], [ 106.204593905000081, 29.626564564000031 ], [ 106.204462447000026, 29.626568255000048 ], [ 106.204385122000076, 29.626556469000029 ], [ 106.204330513000059, 29.626531988000071 ], [ 106.20428421400004, 29.626484953000041 ], [ 106.204247498000029, 29.626396249000035 ], [ 106.204277899000047, 29.626317999000037 ], [ 106.204035089000058, 29.626429096000042 ], [ 106.203738500000043, 29.626563547000043 ], [ 106.203265951000049, 29.626773384000042 ], [ 106.202952254000081, 29.626898351000072 ], [ 106.20275596700003, 29.626986335000083 ], [ 106.20268537100003, 29.627042049000067 ], [ 106.202639494000039, 29.627102329000081 ], [ 106.202588309000078, 29.627177023000051 ], [ 106.202550880000047, 29.627256382000034 ], [ 106.202480568000055, 29.627336039000067 ], [ 106.202380731000062, 29.627449802000058 ], [ 106.202334471000029, 29.627549054000028 ], [ 106.202331657000059, 29.62761921900006 ], [ 106.20233606100004, 29.627682942000028 ], [ 106.202329559000077, 29.627749952000045 ], [ 106.202308349000077, 29.627807531000087 ], [ 106.202246964000039, 29.627862286000035 ], [ 106.202167374000055, 29.62792039400005 ], [ 106.202029517000028, 29.627988595000083 ], [ 106.201895538000031, 29.628075889000055 ], [ 106.201776643000073, 29.628204494000045 ], [ 106.201672665000046, 29.62837201300005 ], [ 106.201678383000058, 29.628393901000038 ], [ 106.20169923900005, 29.628493051000078 ], [ 106.20170709000007, 29.628601870000079 ], [ 106.201703851000048, 29.628697418000055 ], [ 106.201689952000038, 29.62881598600006 ], [ 106.201678966000031, 29.628860570000082 ], [ 106.201667003000082, 29.628909118000081 ], [ 106.201639792000037, 29.628973524000052 ], [ 106.201607554000077, 29.629056306000056 ], [ 106.201566573000036, 29.629139168000055 ], [ 106.201506435000056, 29.629228313000048 ], [ 106.201482934000083, 29.62925883100008 ], [ 106.201578080000047, 29.629300564000058 ], [ 106.201690269000039, 29.629327473000032 ], [ 106.201732347000075, 29.62932430700004 ], [ 106.201774381000078, 29.629308664000057 ], [ 106.201796304000027, 29.629284624000036 ], [ 106.201827324000078, 29.629205222000046 ], [ 106.201847140000041, 29.629079379000071 ], [ 106.201872889000072, 29.629004679000044 ], [ 106.201894774000039, 29.62897537300006 ], [ 106.201930928000081, 29.628957611000089 ], [ 106.202016043000071, 29.628947532000037 ], [ 106.202052771000069, 29.628932334000076 ], [ 106.20207436000004, 29.628923732000086 ], [ 106.202093330000025, 29.628890664000039 ], [ 106.202105214000028, 29.628830369000074 ], [ 106.202099113000031, 29.628765266000073 ], [ 106.20209488100005, 29.628706966000038 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.203773874000035, 29.62855932400003 ], [ 106.203788960000054, 29.628521876000036 ], [ 106.203790274000028, 29.628469289000069 ], [ 106.203789528000073, 29.628406544000086 ], [ 106.203788903000031, 29.628353974000042 ], [ 106.203788540000062, 29.628323450000039 ], [ 106.203780555000037, 29.628304867000054 ], [ 106.203757103000044, 29.628291512000089 ], [ 106.203731870000084, 29.628291741000059 ], [ 106.203706656000065, 29.62829366600004 ], [ 106.203687367000043, 29.628304017000065 ], [ 106.203679927000053, 29.62833122000006 ], [ 106.203675111000067, 29.628416062000046 ], [ 106.203642921000053, 29.628484193000077 ], [ 106.203604504000054, 29.628518462000045 ], [ 106.203562085000044, 29.628542590000048 ], [ 106.203531109000039, 29.628549655000086 ], [ 106.203484546000027, 29.628551774000073 ], [ 106.203443765000031, 29.628550448000059 ], [ 106.203374921000034, 29.628550161000078 ], [ 106.203287217000081, 29.628564507000082 ], [ 106.20321248700003, 29.628583248000041 ], [ 106.203189362000046, 29.628594748000079 ], [ 106.203158701000064, 29.628624381000062 ], [ 106.203130864000059, 29.628674311000058 ], [ 106.203085392000048, 29.628762789000056 ], [ 106.202993404000054, 29.628851688000058 ], [ 106.202908901000058, 29.62891793800009 ], [ 106.202865691000056, 29.628979298000047 ], [ 106.202842997000062, 29.629026924000062 ], [ 106.202835806000053, 29.629074408000065 ], [ 106.202849130000061, 29.629108159000054 ], [ 106.202864932000068, 29.629132854000087 ], [ 106.202890963000073, 29.629148425000032 ], [ 106.202978990000076, 29.629161175000039 ], [ 106.203043096000044, 29.629162869000083 ], [ 106.203149727000039, 29.62915554500006 ], [ 106.203198230000055, 29.629155105000052 ], [ 106.203229681000039, 29.629148463000028 ], [ 106.203273057000047, 29.629124760000092 ], [ 106.203340055000069, 29.629047869000086 ], [ 106.203394901000081, 29.628968968000041 ], [ 106.203418197000076, 29.628888233000058 ], [ 106.203458475000048, 29.62880810300004 ], [ 106.203502634000074, 29.628766999000053 ], [ 106.203539090000049, 29.628731052000038 ], [ 106.203575626000031, 29.62870188900007 ], [ 106.203641318000052, 29.628675853000065 ], [ 106.20370110500005, 29.628643087000057 ], [ 106.203729938000038, 29.62861908200005 ], [ 106.203773874000035, 29.62855932400003 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.204423916000053, 29.629933050000098 ], [ 106.204412820000073, 29.62992922300009 ], [ 106.204373837000048, 29.629961149000049 ], [ 106.204259628000045, 29.630016309000041 ], [ 106.20419306000008, 29.630062016000064 ], [ 106.204155234000041, 29.630082656000074 ], [ 106.204111653000041, 29.630107857000045 ], [ 106.204077804000065, 29.630137480000073 ], [ 106.204087181000034, 29.630157437000037 ], [ 106.204102142000067, 29.630152813000048 ], [ 106.204197350000072, 29.630132093000043 ], [ 106.204328442000076, 29.630071336000064 ], [ 106.204377679000075, 29.630007351000078 ], [ 106.204404571000055, 29.629975338000062 ], [ 106.204423916000053, 29.629933050000098 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.204113420000056, 29.631483033000048 ], [ 106.204075709000051, 29.631511419000049 ], [ 106.204013515000042, 29.631550882000056 ], [ 106.203977549000058, 29.631577140000044 ], [ 106.203947235000044, 29.631602009000062 ], [ 106.203912349000063, 29.631641121000097 ], [ 106.203868674000034, 29.631687137000082 ], [ 106.203823623000062, 29.631722306000089 ], [ 106.20377288800006, 29.631757525000072 ], [ 106.203753177000067, 29.631768253000072 ], [ 106.203753224000081, 29.631772223000041 ], [ 106.203735422000079, 29.631804154000069 ], [ 106.203658536000034, 29.631836621000048 ], [ 106.203576962000056, 29.631857217000064 ], [ 106.203559207000083, 29.631893119000033 ], [ 106.203593007000052, 29.63197563000006 ], [ 106.203621403000056, 29.632014702000053 ], [ 106.20364685100003, 29.632034236000035 ], [ 106.203690631000029, 29.632059164000054 ], [ 106.203738633000057, 29.632074160000059 ], [ 106.203884072000051, 29.632072840000028 ], [ 106.204034008000065, 29.632067508000034 ], [ 106.204124766000064, 29.632054771000067 ], [ 106.204187876000049, 29.632010515000051 ], [ 106.204200566000054, 29.631930978000067 ], [ 106.204194888000075, 29.631835723000052 ], [ 106.204152708000038, 29.631728886000079 ], [ 106.204115452000053, 29.631653774000078 ], [ 106.204096279000055, 29.631570554000064 ], [ 106.20410025700005, 29.631522864000086 ], [ 106.204113420000056, 29.631483033000048 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.200983893000057, 29.623559056000087 ], [ 106.200953648000052, 29.623564194000043 ], [ 106.200832196000079, 29.623588932000072 ], [ 106.200591828000029, 29.623624201000045 ], [ 106.20052701600008, 29.62363424300008 ], [ 106.200470292000034, 29.623641848000091 ], [ 106.200418950000028, 29.623647040000037 ], [ 106.200375639000086, 29.623645068000087 ], [ 106.200353858000028, 29.623633446000039 ], [ 106.200334669000028, 29.62361234500008 ], [ 106.200328979000076, 29.623588759000086 ], [ 106.200331264000056, 29.62355328100006 ], [ 106.200330675000032, 29.623503646000074 ], [ 106.200372977000029, 29.623420530000089 ], [ 106.200635590000047, 29.623149920000056 ], [ 106.200622281000051, 29.623143872000071 ], [ 106.200578824000047, 29.623131024000095 ], [ 106.200552822000077, 29.623129367000047 ], [ 106.200456683000027, 29.623125641000058 ], [ 106.200370791000068, 29.623253705000085 ], [ 106.200332365000079, 29.623299450000054 ], [ 106.200274724000053, 29.623368068000048 ], [ 106.200150785000062, 29.62350538000004 ], [ 106.19998404400009, 29.623684696000058 ], [ 106.199960613000044, 29.623717065000054 ], [ 106.199950238000042, 29.62375498900008 ], [ 106.199924868000039, 29.623798570000069 ], [ 106.199991974000056, 29.623868177000073 ], [ 106.200003346000074, 29.623889921000057 ], [ 106.200003747000039, 29.623923902000058 ], [ 106.200001487000065, 29.623967617000059 ], [ 106.199999285000047, 29.624016187000048 ], [ 106.199994390000029, 29.624072064000071 ], [ 106.19999748500004, 29.62409873800004 ], [ 106.200015729000029, 29.62411435100006 ], [ 106.200019940000061, 29.624117955000081 ], [ 106.200190407000036, 29.624201374000062 ], [ 106.200221397000064, 29.624237507000085 ], [ 106.200221859000067, 29.624276342000083 ], [ 106.200214272000053, 29.624339525000043 ], [ 106.200184375000049, 29.624395628000052 ], [ 106.20015404600008, 29.624415323000051 ], [ 106.200118046000057, 29.624425358000046 ], [ 106.200073597000028, 29.624425760000069 ], [ 106.200018037000078, 29.624426262000046 ], [ 106.199976336000091, 29.624424212000051 ], [ 106.199921968000083, 29.624431501000061 ], [ 106.199918083000057, 29.62443202200005 ], [ 106.19987947900006, 29.624456646000059 ], [ 106.199857628000075, 29.624488401000065 ], [ 106.199835805000077, 29.624522583000036 ], [ 106.199813840000047, 29.624544629000081 ], [ 106.199786290000077, 29.624564298000049 ], [ 106.199756018000087, 29.624588847000034 ], [ 106.199728496000034, 29.62461094300005 ], [ 106.199695591000079, 29.624647653000068 ], [ 106.199668126000063, 29.624674604000059 ], [ 106.199624080000035, 29.624708987000076 ], [ 106.199593810000067, 29.624733535000075 ], [ 106.199563681000029, 29.624770220000084 ], [ 106.199541860000068, 29.624804402000056 ], [ 106.199533697000049, 29.624819041000077 ], [ 106.199505941000041, 29.624886421000038 ], [ 106.199644747000036, 29.624949885000039 ], [ 106.199729270000049, 29.624961410000068 ], [ 106.199900839000065, 29.624959858000075 ], [ 106.200007687000038, 29.624956433000083 ], [ 106.200086352000028, 29.624948349000078 ], [ 106.20024316000007, 29.624887946000058 ], [ 106.200343217000068, 29.624786277000055 ], [ 106.20041870700004, 29.624510338000039 ], [ 106.200489474000065, 29.624310628000053 ], [ 106.200496659000066, 29.624204885000044 ], [ 106.200511379000034, 29.624022885000048 ], [ 106.200527846000057, 29.623988329000053 ], [ 106.200544459000071, 29.623966060000036 ], [ 106.200577861000056, 29.62393626600004 ], [ 106.200808477000081, 29.623695787000091 ], [ 106.200983893000057, 29.623559056000087 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.196684959000038, 29.625612611000061 ], [ 106.19669015900007, 29.625642229000047 ], [ 106.196679601000028, 29.62567335000006 ], [ 106.196696244000066, 29.625694680000038 ], [ 106.196726599000044, 29.625720660000063 ], [ 106.19673772200008, 29.625737266000044 ], [ 106.196762614000079, 29.62576329500007 ], [ 106.196787422000057, 29.625782164000043 ], [ 106.19677413200003, 29.625813311000062 ], [ 106.196744455000044, 29.625844606000047 ], [ 106.196728489000066, 29.625880550000097 ], [ 106.196685604000038, 29.625950151000044 ], [ 106.196656067000063, 29.625993377000043 ], [ 106.196648296000035, 29.626029247000076 ], [ 106.196667753000042, 29.626057710000058 ], [ 106.196700644000032, 29.626066961000049 ], [ 106.196744290000041, 29.626061793000076 ], [ 106.19681775600003, 29.62603726400005 ], [ 106.196858838000026, 29.626046439000046 ], [ 106.196845717000031, 29.62609190500007 ], [ 106.196829725000057, 29.626125462000061 ], [ 106.196805650000044, 29.626168640000063 ], [ 106.196795053000073, 29.626194942000041 ], [ 106.196892180000077, 29.626198650000042 ], [ 106.19698700400005, 29.626220040000078 ], [ 106.197071141000038, 29.62626059300004 ], [ 106.197162701000082, 29.62631379100009 ], [ 106.197275896000065, 29.626350904000045 ], [ 106.197414061000075, 29.626346478000059 ], [ 106.197471838000084, 29.626311 ], [ 106.197492908000072, 29.626247252000045 ], [ 106.197443298000053, 29.626050672000087 ], [ 106.197398716000066, 29.625971627000069 ], [ 106.197343110000077, 29.62588314800006 ], [ 106.197239663000062, 29.625747433000065 ], [ 106.197155262000081, 29.625684637000056 ], [ 106.197060140000076, 29.625637827000052 ], [ 106.196917963000033, 29.625610509000072 ], [ 106.196790673000066, 29.625611658000082 ], [ 106.196684959000038, 29.625612611000061 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.19739398400003, 29.623211778000037 ], [ 106.197331034000058, 29.623223477000067 ], [ 106.19703282400009, 29.623254118000094 ], [ 106.196983398000043, 29.623282514000035 ], [ 106.196969511000077, 29.623310590000074 ], [ 106.196969842000044, 29.623338537000052 ], [ 106.196998715000063, 29.623375543000066 ], [ 106.197048875000064, 29.623409252000037 ], [ 106.197230756000067, 29.62346040500006 ], [ 106.197359289000076, 29.623508934000085 ], [ 106.197455909000041, 29.623563963000038 ], [ 106.197484820000057, 29.623604074000081 ], [ 106.197488079000038, 29.62363445800008 ], [ 106.197488815000042, 29.623641305000039 ], [ 106.197478629000045, 29.623681769000086 ], [ 106.19745430100005, 29.623728573000058 ], [ 106.197431908000056, 29.623772290000094 ], [ 106.197374394000065, 29.623884574000044 ], [ 106.197339184000043, 29.623912841000049 ], [ 106.197286610000049, 29.623921437000043 ], [ 106.197353470000053, 29.62400305400007 ], [ 106.197360710000055, 29.624004594000038 ], [ 106.197370144000047, 29.623983527000064 ], [ 106.197377586000073, 29.623962407000075 ], [ 106.197383035000044, 29.623941258000052 ], [ 106.197386492000078, 29.62392005700007 ], [ 106.197386581000046, 29.62391879200004 ], [ 106.197393948000069, 29.623917670000086 ], [ 106.197401158000048, 29.623916181000084 ], [ 106.19740820700008, 29.623914303000042 ], [ 106.197415087000081, 29.623912041000036 ], [ 106.197421818000066, 29.623909408000081 ], [ 106.197428381000066, 29.623906399000077 ], [ 106.197434782000073, 29.623903005000052 ], [ 106.197441025000046, 29.623899232000038 ], [ 106.197447192000027, 29.623895063000081 ], [ 106.197453243000041, 29.623890678000066 ], [ 106.197459228000071, 29.623886268000039 ], [ 106.197465218000048, 29.623881991000069 ], [ 106.197471261000032, 29.623878049000052 ], [ 106.197477416000041, 29.623874602000058 ], [ 106.197483713000054, 29.623871830000041 ], [ 106.197490235000032, 29.623869921000047 ], [ 106.197500712000078, 29.623868862000055 ], [ 106.197511676000033, 29.623869683000063 ], [ 106.197522996000032, 29.623871836000035 ], [ 106.197534542000028, 29.62387478900007 ], [ 106.197546174000081, 29.623877978000053 ], [ 106.197557751000033, 29.623880868000072 ], [ 106.197569142000077, 29.623882902000048 ], [ 106.197580217000052, 29.623883542000041 ], [ 106.197591795000051, 29.623882175000055 ], [ 106.197602843000027, 29.623878765000079 ], [ 106.197613385000068, 29.623873583000094 ], [ 106.197623444000058, 29.623866897000092 ], [ 106.197633024000041, 29.623858980000076 ], [ 106.197642138000049, 29.623850095000087 ], [ 106.197650821000082, 29.623840517000076 ], [ 106.197659087000034, 29.623830512000037 ], [ 106.197665778000044, 29.623821809000059 ], [ 106.19767199100005, 29.623813030000058 ], [ 106.197677515000066, 29.623804213000085 ], [ 106.197682170000064, 29.623795385000051 ], [ 106.197685750000062, 29.623786593000094 ], [ 106.197688084000049, 29.623777875000091 ], [ 106.197688963000076, 29.62376926300005 ], [ 106.197688202000052, 29.623760791000059 ], [ 106.197685400000069, 29.623751770000062 ], [ 106.197680897000055, 29.623742906000079 ], [ 106.197675157000063, 29.623734154000083 ], [ 106.197668632000045, 29.623725436000083 ], [ 106.197661787000072, 29.623716720000058 ], [ 106.197655096000062, 29.623707932000055 ], [ 106.197649012000056, 29.623699022000039 ], [ 106.197644002000061, 29.623689928000097 ], [ 106.197640766000063, 29.623681622000053 ], [ 106.197638744000074, 29.623673135000047 ], [ 106.197637960000066, 29.623664455000032 ], [ 106.197638392000059, 29.623655594000063 ], [ 106.197640051000064, 29.623646539000056 ], [ 106.197642947000077, 29.62363729500003 ], [ 106.19764705700004, 29.623627867000046 ], [ 106.197652394000045, 29.623618257000093 ], [ 106.19763944400006, 29.62360736000004 ], [ 106.197625921000053, 29.623597046000047 ], [ 106.197611818000041, 29.623587385000064 ], [ 106.197601105000047, 29.623580726000057 ], [ 106.197590127000069, 29.623574404000074 ], [ 106.197578926000062, 29.623568352000067 ], [ 106.197567562000074, 29.623562519000068 ], [ 106.197556087000066, 29.62355686900008 ], [ 106.19754454100007, 29.623551325000047 ], [ 106.197532975000058, 29.623545855000092 ], [ 106.19752144000006, 29.623540392000049 ], [ 106.197506665000049, 29.623533255000034 ], [ 106.197492104000048, 29.623525892000075 ], [ 106.197477857000081, 29.623518119000039 ], [ 106.197464006000075, 29.623509783000088 ], [ 106.197450633000074, 29.623500702000058 ], [ 106.197437816000047, 29.623490724000082 ], [ 106.197425657000053, 29.623479675000056 ], [ 106.197414238000079, 29.623467394000038 ], [ 106.197412051000072, 29.623464771000044 ], [ 106.19740996400003, 29.623462101000086 ], [ 106.197408022000047, 29.623459395000047 ], [ 106.197406285000056, 29.623456676000046 ], [ 106.197404819000042, 29.623453946000041 ], [ 106.197403683000061, 29.623451224000057 ], [ 106.197402937000049, 29.623448526000068 ], [ 106.197402627000031, 29.623445850000049 ], [ 106.197402793000037, 29.623443331000075 ], [ 106.197403425000061, 29.623440853000087 ], [ 106.197404512000062, 29.623438409000073 ], [ 106.197406061000038, 29.623436002000066 ], [ 106.197408069000062, 29.623433641000069 ], [ 106.197410539000032, 29.623431317000041 ], [ 106.197413465000068, 29.623429028000082 ], [ 106.197416855000029, 29.623426778000059 ], [ 106.197438481000063, 29.623422073000089 ], [ 106.19745116200005, 29.623428560000036 ], [ 106.197463928000047, 29.623434164000059 ], [ 106.197476765000033, 29.62343887500009 ], [ 106.197489674000053, 29.623442700000048 ], [ 106.19750265600004, 29.623445632000088 ], [ 106.197515708000026, 29.623447677000058 ], [ 106.197528835000071, 29.623448833000062 ], [ 106.197542042000066, 29.623449100000077 ], [ 106.197553816000053, 29.623448597000046 ], [ 106.197565602000054, 29.623447418000065 ], [ 106.197577381000031, 29.623445588000038 ], [ 106.197589101000062, 29.623443129000062 ], [ 106.19760073100008, 29.623440074000086 ], [ 106.197612232000054, 29.623436433000055 ], [ 106.197623569000044, 29.623432237000085 ], [ 106.197634705000041, 29.623427517000039 ], [ 106.197643657000071, 29.623423295000059 ], [ 106.197652495000057, 29.623418905000062 ], [ 106.197661259000029, 29.62341449500007 ], [ 106.19766999400008, 29.623410241000041 ], [ 106.197678754000037, 29.623406301000045 ], [ 106.197687571000074, 29.623402838000061 ], [ 106.197696511000061, 29.623400024000031 ], [ 106.19770559300008, 29.623398011000074 ], [ 106.197717677000071, 29.623396765000059 ], [ 106.197730048000039, 29.62339686100006 ], [ 106.197742646000052, 29.623397992000037 ], [ 106.197755397000037, 29.623399870000075 ], [ 106.197768258000053, 29.623402191000075 ], [ 106.19778116100008, 29.623404654000069 ], [ 106.19779406400005, 29.623406964000086 ], [ 106.197806898000067, 29.623408822000044 ], [ 106.19782488900006, 29.623410295000042 ], [ 106.197842711000078, 29.623410574000047 ], [ 106.197860473000048, 29.62341 ], [ 106.197878259000049, 29.623408901000055 ], [ 106.197896146000062, 29.623407594000067 ], [ 106.197914240000046, 29.623406411000076 ], [ 106.197869250000053, 29.623380101000063 ], [ 106.197866266000062, 29.623358648000078 ], [ 106.197878809000031, 29.623333707000089 ], [ 106.197800215000029, 29.623328450000074 ], [ 106.197701203000065, 29.623329344000069 ], [ 106.197568793000073, 29.623393190000062 ], [ 106.19750033400004, 29.623378891000073 ], [ 106.197390269000039, 29.623311268000073 ], [ 106.197389176000058, 29.623218794000081 ], [ 106.19739398400003, 29.623211778000037 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.196520458000066, 29.62400802500008 ], [ 106.19646741300005, 29.62397119600006 ], [ 106.196451128000035, 29.623945739000078 ], [ 106.196450688000027, 29.62390850000007 ], [ 106.196450165000044, 29.623864280000074 ], [ 106.196460353000077, 29.623824619000064 ], [ 106.196478614000057, 29.623791867000072 ], [ 106.196502258000066, 29.623763722000039 ], [ 106.196528429000068, 29.623723916000063 ], [ 106.196581864000066, 29.623662715000091 ], [ 106.196510972000056, 29.623609756000068 ], [ 106.196274789000029, 29.623475241000051 ], [ 106.196199787000069, 29.623444862000042 ], [ 106.196160730000031, 29.623448320000083 ], [ 106.196079591000057, 29.62344905000009 ], [ 106.196079934000068, 29.623478085000045 ], [ 106.196095222000054, 29.623524622000041 ], [ 106.196104734000073, 29.62355028900004 ], [ 106.196121578000032, 29.623572670000037 ], [ 106.196279721000053, 29.623704833000101 ], [ 106.196300153000053, 29.623719134000051 ], [ 106.196313238000073, 29.623735111000073 ], [ 106.196315212000059, 29.623746360000045 ], [ 106.196315479000077, 29.623768890000065 ], [ 106.196315764000076, 29.623793031000048 ], [ 106.196298637000041, 29.623902631000071 ], [ 106.196293377000075, 29.623925212000078 ], [ 106.196276933000036, 29.623936628000081 ], [ 106.196256766000033, 29.62394485600004 ], [ 106.196232821000081, 29.623945072000076 ], [ 106.196205173000067, 29.623943712000081 ], [ 106.196181210000077, 29.623942319000033 ], [ 106.195973145000039, 29.623950634000032 ], [ 106.195947396000065, 29.623954084000047 ], [ 106.19590140400004, 29.62395932700008 ], [ 106.195877555000038, 29.623967591000056 ], [ 106.195842785000082, 29.623987217000025 ], [ 106.195809452000049, 29.624013648000066 ], [ 106.195893274000071, 29.624081117000063 ], [ 106.195936114000077, 29.62409935100003 ], [ 106.195984035000038, 29.624096592000068 ], [ 106.196018472000048, 29.624079988000062 ], [ 106.196055407000074, 29.624049396000082 ], [ 106.196089706000066, 29.624021156000079 ], [ 106.196137627000056, 29.624018395000057 ], [ 106.196217898000043, 29.624047930000067 ], [ 106.196244756000056, 29.624066309000057 ], [ 106.196271696000053, 29.624091670000041 ], [ 106.196303936000049, 29.624114656000074 ], [ 106.196330575000047, 29.624114415000058 ], [ 106.196357158000069, 29.624109521000037 ], [ 106.196386293000046, 29.624095292000039 ], [ 106.19642067500007, 29.62407403300006 ], [ 106.196457748000057, 29.624055078000076 ], [ 106.19648419300006, 29.624038546000069 ], [ 106.196515885000053, 29.624014983000055 ], [ 106.196520458000066, 29.62400802500008 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.19581657100008, 29.625303409000075 ], [ 106.195885888000078, 29.625287038000071 ], [ 106.195959895000044, 29.625264740000038 ], [ 106.196009290000063, 29.625254682000051 ], [ 106.196072466000032, 29.625246903000061 ], [ 106.196130199000038, 29.625243978000064 ], [ 106.19620532700003, 29.625265310000092 ], [ 106.196190242000057, 29.625215301000079 ], [ 106.196153978000041, 29.625146310000044 ], [ 106.196119630000055, 29.625096475000078 ], [ 106.196078790000058, 29.62506882200006 ], [ 106.196036315000072, 29.625045608000057 ], [ 106.195993841000075, 29.625022393000048 ], [ 106.195966725000062, 29.625 ], [ 106.195938832000081, 29.624975963000061 ], [ 106.195903933000068, 29.624929591000061 ], [ 106.195854870000062, 29.624814985000054 ], [ 106.195839075000038, 29.624772611000086 ], [ 106.195741400000031, 29.624770160000082 ], [ 106.19570834600006, 29.624760865000038 ], [ 106.19566244400005, 29.624748486000037 ], [ 106.195610675000069, 29.624704178000062 ], [ 106.195573584000059, 29.624662935000064 ], [ 106.19553428400009, 29.624589732000047 ], [ 106.195488778000026, 29.624455820000041 ], [ 106.19545832700004, 29.624356951000028 ], [ 106.195435781000072, 29.624307582000093 ], [ 106.195396803000065, 29.62426156100009 ], [ 106.195209952000027, 29.624090066000058 ], [ 106.195182086000059, 29.624056321000069 ], [ 106.195177108000053, 29.624022368000052 ], [ 106.195145110000055, 29.623772665000047 ], [ 106.195141599000067, 29.623717674000087 ], [ 106.195103977000031, 29.623682999000046 ], [ 106.195063848000075, 29.623678358000063 ], [ 106.19501805200008, 29.623678771000069 ], [ 106.194940980000069, 29.623696972000054 ], [ 106.194850666000036, 29.623742653000079 ], [ 106.19487476300003, 29.62378132800006 ], [ 106.194874991000063, 29.623800747000068 ], [ 106.19487528600007, 29.623825711000059 ], [ 106.194875679000063, 29.623858998000056 ], [ 106.194879246000028, 29.62389225700008 ], [ 106.194956883000032, 29.62401362400005 ], [ 106.19496362600006, 29.624046854000085 ], [ 106.194963921000067, 29.624071820000029 ], [ 106.194954658000029, 29.624094097000068 ], [ 106.194945330000053, 29.624110826000052 ], [ 106.194945690000054, 29.624141340000051 ], [ 106.194945985000061, 29.624166305000074 ], [ 106.194946214000041, 29.624185723000032 ], [ 106.194933743000036, 29.624205255000049 ], [ 106.194902224000032, 29.624224958000074 ], [ 106.194860951000067, 29.624225330000066 ], [ 106.194822721000037, 29.624214577000096 ], [ 106.194784263000031, 29.624184407000087 ], [ 106.194752120000032, 29.62415140600006 ], [ 106.194716869000047, 29.624123982000068 ], [ 106.194672126000057, 29.624099416000035 ], [ 106.194630396000036, 29.62406095300009 ], [ 106.194601165000051, 29.624005731000068 ], [ 106.194600576000028, 29.623955800000083 ], [ 106.194621983000047, 29.623886252000098 ], [ 106.194672454000056, 29.623796386000041 ], [ 106.194652842000039, 29.62377960000002 ], [ 106.194522333000066, 29.623635717000067 ], [ 106.19450209200005, 29.623618392000083 ], [ 106.194473321000032, 29.623606146000046 ], [ 106.194427467000025, 29.623601557000089 ], [ 106.194375565000044, 29.623569512000074 ], [ 106.194326730000057, 29.623554944000031 ], [ 106.194292414000074, 29.623557753000057 ], [ 106.193750868000052, 29.623755207000038 ], [ 106.193710975000045, 29.623770572000069 ], [ 106.19364517300005, 29.623773665000044 ], [ 106.193622275000052, 29.623773871000083 ], [ 106.19360221200003, 29.623771551000065 ], [ 106.193576215000064, 29.623751778000049 ], [ 106.193567304000055, 29.623724346000078 ], [ 106.193571362000057, 29.623701633000053 ], [ 106.19346424600009, 29.623754229000046 ], [ 106.193436844000075, 29.623774232000073 ], [ 106.193409545000065, 29.62380301600006 ], [ 106.19339747600003, 29.62384483400006 ], [ 106.193388073000051, 29.623899800000064 ], [ 106.193386002000068, 29.623937136000052 ], [ 106.19329900300005, 29.624016948000069 ], [ 106.193248991000075, 29.624037155000057 ], [ 106.193231704000027, 29.624039090000046 ], [ 106.193233853000038, 29.624043484000083 ], [ 106.193231279000031, 29.624045171000034 ], [ 106.193222953000031, 29.624050038000064 ], [ 106.193214046000037, 29.624054591000064 ], [ 106.193205079000052, 29.624058632000075 ], [ 106.193195896000077, 29.624062512000069 ], [ 106.19318680400005, 29.624066374000044 ], [ 106.193178157000034, 29.624070357000043 ], [ 106.193170269000063, 29.624074604000043 ], [ 106.193163499000036, 29.624079257000062 ], [ 106.193158151000034, 29.624084438000068 ], [ 106.193154586000048, 29.624090307000074 ], [ 106.193152979000047, 29.62409768200007 ], [ 106.193153684000038, 29.624105758000034 ], [ 106.193156436000038, 29.624114239000043 ], [ 106.193160957000032, 29.624122831000072 ], [ 106.193166992000045, 29.624131219000045 ], [ 106.193174260000035, 29.624139111000094 ], [ 106.193182500000034, 29.624146217000089 ], [ 106.193191450000029, 29.624152216000077 ], [ 106.193207661000031, 29.624159466000034 ], [ 106.193224737000037, 29.624163688000063 ], [ 106.193242273000067, 29.624165894000043 ], [ 106.193259868000041, 29.624167071000052 ], [ 106.193277134000027, 29.624168242000053 ], [ 106.193293659000062, 29.624170402000054 ], [ 106.193309059000057, 29.624174547000045 ], [ 106.193322916000056, 29.624181703000083 ], [ 106.193331904000047, 29.624189226000059 ], [ 106.193340105000061, 29.624198263000039 ], [ 106.193347738000057, 29.624208171000081 ], [ 106.193355033000046, 29.624218325000072 ], [ 106.193362251000053, 29.624228093000056 ], [ 106.193358649000061, 29.624233420000053 ], [ 106.193354787000033, 29.624238660000067 ], [ 106.193350656000064, 29.624243821000046 ], [ 106.193346256000041, 29.624248885000046 ], [ 106.193341596000039, 29.624253861000057 ], [ 106.19333666700004, 29.624258750000081 ], [ 106.193331469000043, 29.624263559000038 ], [ 106.193326001000059, 29.624268271000066 ], [ 106.193320008000057, 29.624273132000045 ], [ 106.193313922000073, 29.624277960000093 ], [ 106.193307919000063, 29.624282804000078 ], [ 106.193302215000074, 29.624287717000069 ], [ 106.193297, 29.624292761000049 ], [ 106.193292466000059, 29.62429798900007 ], [ 106.193288804000076, 29.624303452000046 ], [ 106.193286219000072, 29.62430922100009 ], [ 106.193284780000056, 29.624315865000085 ], [ 106.193284666000068, 29.62432282900005 ], [ 106.193285711000044, 29.624330026000049 ], [ 106.19328774700007, 29.62433734300004 ], [ 106.193290601000058, 29.624344677000067 ], [ 106.193294095000056, 29.624351953000083 ], [ 106.19329808100008, 29.624359061000074 ], [ 106.193302373000051, 29.624365904000062 ], [ 106.193309924000062, 29.624376653000073 ], [ 106.193317785000033, 29.624386648000037 ], [ 106.193325856000058, 29.624396183000044 ], [ 106.193334062000076, 29.624405526000093 ], [ 106.193342298000061, 29.624414960000085 ], [ 106.193350476000035, 29.624424746000038 ], [ 106.193358508000074, 29.624435173000052 ], [ 106.193366301000026, 29.624446514000059 ], [ 106.193370447000063, 29.624453152000051 ], [ 106.193374564000067, 29.624459898000055 ], [ 106.193378730000063, 29.624466526000042 ], [ 106.193383028000028, 29.624472794000045 ], [ 106.193387523000069, 29.624478463000063 ], [ 106.193392288000041, 29.62448329100004 ], [ 106.193397411000035, 29.624487042000048 ], [ 106.193402943000081, 29.624489482000051 ], [ 106.193409665000047, 29.624490432000076 ], [ 106.193416821000028, 29.624489601000061 ], [ 106.193424256000071, 29.624487133000063 ], [ 106.193431777000058, 29.624483188000049 ], [ 106.193439221000062, 29.624477908000078 ], [ 106.193446413000061, 29.624471446000083 ], [ 106.193453169000065, 29.624463963000036 ], [ 106.193459328000088, 29.624455599000051 ], [ 106.193464957000074, 29.624446203000055 ], [ 106.193469871000048, 29.624436518000032 ], [ 106.193474199000036, 29.62442704200004 ], [ 106.19347808100008, 29.624418284000043 ], [ 106.193481647000056, 29.624410729000083 ], [ 106.193485015000078, 29.624404881000089 ], [ 106.193488328000058, 29.624401234000061 ], [ 106.193491714000061, 29.624400283000057 ], [ 106.193494914000041, 29.624402004000046 ], [ 106.193498315000056, 29.624405861000074 ], [ 106.193501952000076, 29.624411367000054 ], [ 106.193505881000078, 29.624418088000088 ], [ 106.193510150000066, 29.624425545000065 ], [ 106.19351477400005, 29.624433288000034 ], [ 106.193519819000073, 29.624440857000085 ], [ 106.193525310000041, 29.624447789000051 ], [ 106.193535278000084, 29.624456946000059 ], [ 106.193546354000034, 29.624463638000069 ], [ 106.193558302000042, 29.624468339000085 ], [ 106.193570924000028, 29.62447148200005 ], [ 106.193583988000057, 29.624473520000041 ], [ 106.193597293000039, 29.624474915000064 ], [ 106.193610614000093, 29.624476112000089 ], [ 106.193623743000046, 29.624477573000036 ], [ 106.193634563000046, 29.624479307000062 ], [ 106.19364511100008, 29.624481602000056 ], [ 106.193655397000057, 29.624484513000084 ], [ 106.193665444000032, 29.624488094000061 ], [ 106.193675271000075, 29.624492398000093 ], [ 106.19368490200003, 29.624497490000067 ], [ 106.193694346000044, 29.624503412000074 ], [ 106.193703625000069, 29.624510229000069 ], [ 106.193713074000087, 29.62451828200005 ], [ 106.193722015000048, 29.624527104000038 ], [ 106.193730086000073, 29.624536439000046 ], [ 106.193736910000041, 29.624546048000074 ], [ 106.193742155000052, 29.62455566200002 ], [ 106.193745445000047, 29.624565031000088 ], [ 106.193746426000075, 29.62457389900004 ], [ 106.193744738000078, 29.624582023000077 ], [ 106.193739196000081, 29.624590201000046 ], [ 106.193730304000042, 29.624597055000038 ], [ 106.193718704000048, 29.624602589000062 ], [ 106.193705094000052, 29.624606816000032 ], [ 106.193690138000079, 29.624609748000072 ], [ 106.193674495000039, 29.624611395000034 ], [ 106.193658858000049, 29.624611780000066 ], [ 106.193643898000062, 29.624610894000053 ], [ 106.193632596000043, 29.624609300000085 ], [ 106.193621956000072, 29.624607150000084 ], [ 106.193611738000072, 29.624604698000041 ], [ 106.193601725000065, 29.624602208000045 ], [ 106.193591673000071, 29.624599962000055 ], [ 106.193581379000079, 29.624598206000091 ], [ 106.193570589000046, 29.624597202000068 ], [ 106.193559078000078, 29.624597225000063 ], [ 106.193549713000039, 29.624598076000044 ], [ 106.193540171000052, 29.624599641000092 ], [ 106.193530803000044, 29.624601890000065 ], [ 106.193521978000035, 29.624604784000045 ], [ 106.193514071000038, 29.624608292000062 ], [ 106.19350743900003, 29.624612376000073 ], [ 106.193502455000043, 29.624616993000078 ], [ 106.193499491000068, 29.624622116000065 ], [ 106.193498795000039, 29.624627950000047 ], [ 106.193500232000076, 29.624634224000097 ], [ 106.193503345000067, 29.62464085300007 ], [ 106.193507669000041, 29.624647778000046 ], [ 106.193512762000069, 29.624654915000068 ], [ 106.19351815300007, 29.624662188000052 ], [ 106.193523393000078, 29.624669539000081 ], [ 106.193528012000058, 29.624676884000053 ], [ 106.193532435000066, 29.624686090000061 ], [ 106.193535207000082, 29.624695238000072 ], [ 106.19353638900003, 29.624704393000062 ], [ 106.193536053000059, 29.624713634000038 ], [ 106.193534244000034, 29.624723013000054 ], [ 106.19353103300007, 29.624732613000052 ], [ 106.193526483000028, 29.624742495000081 ], [ 106.193520645000035, 29.624752722000043 ], [ 106.193512105000082, 29.624765590000038 ], [ 106.193502771000055, 29.62477867400009 ], [ 106.193493622000062, 29.624791582000054 ], [ 106.193485672000079, 29.624803913000047 ], [ 106.193479890000049, 29.624815277000039 ], [ 106.19347728300005, 29.624825287000089 ], [ 106.193478836000054, 29.624833534000057 ], [ 106.193485536000026, 29.624839635000054 ], [ 106.193491323000046, 29.624841874000083 ], [ 106.193498312000031, 29.624843607000056 ], [ 106.193506010000078, 29.624845008000079 ], [ 106.193513944000074, 29.624846270000031 ], [ 106.193521630000077, 29.624847573000064 ], [ 106.193528576000062, 29.624849107000045 ], [ 106.193534317000058, 29.624851048000032 ], [ 106.193538354000054, 29.624853593000076 ], [ 106.193540563000056, 29.624858778000085 ], [ 106.193538533000037, 29.624865255000088 ], [ 106.193533002000052, 29.624872531000051 ], [ 106.193524667000077, 29.624880109000063 ], [ 106.193514285000049, 29.624887519000083 ], [ 106.193502563000038, 29.624894254000079 ], [ 106.193490240000074, 29.624899823000067 ], [ 106.19347803300009, 29.624903748000065 ], [ 106.193467017000046, 29.624905633000083 ], [ 106.193456623000031, 29.624905897000069 ], [ 106.193446722000033, 29.624904896000086 ], [ 106.193437149000033, 29.624902961000089 ], [ 106.193427786000029, 29.624900439000044 ], [ 106.19341847100003, 29.624897664000059 ], [ 106.193409075000034, 29.624894977000054 ], [ 106.193399437000039, 29.624892728000077 ], [ 106.193390086000079, 29.62489127000002 ], [ 106.193380517000051, 29.624890500000053 ], [ 106.193370852000044, 29.624890424000057 ], [ 106.193361206000077, 29.624891043000048 ], [ 106.193351703000076, 29.624892364000065 ], [ 106.193342446000031, 29.624894397000052 ], [ 106.193333578000093, 29.624897146000077 ], [ 106.193317138000054, 29.624920652000068 ], [ 106.193311866000045, 29.62494101500004 ], [ 106.193311655000059, 29.624941826000061 ], [ 106.19331162800006, 29.624941934000045 ], [ 106.193312644000059, 29.624975857000038 ], [ 106.19326247700009, 29.624989840000065 ], [ 106.193212011000071, 29.625033139000042 ], [ 106.193163534000064, 29.625080935000081 ], [ 106.193109657000051, 29.625108480000048 ], [ 106.19307905800008, 29.625140327000054 ], [ 106.193076125000061, 29.625165159000055 ], [ 106.193077848000044, 29.625169809000059 ], [ 106.193191279000089, 29.625084426000058 ], [ 106.193247233000079, 29.625045194000052 ], [ 106.193315400000088, 29.625016414000068 ], [ 106.193359597000054, 29.625005454000082 ], [ 106.193432165000047, 29.625008322000038 ], [ 106.193501078000068, 29.62504291000004 ], [ 106.193687800000077, 29.625187092000086 ], [ 106.193937121000033, 29.625400480000057 ], [ 106.194045188000075, 29.625465135000077 ], [ 106.194158345000062, 29.625506306000098 ], [ 106.194313338000029, 29.625539418000077 ], [ 106.194414171000062, 29.625545280000043 ], [ 106.194345351000038, 29.625481840000077 ], [ 106.194298927000034, 29.625368986000069 ], [ 106.19428672500004, 29.625290299000095 ], [ 106.194285853000054, 29.625216434000034 ], [ 106.194302182000058, 29.62516703800009 ], [ 106.194358542000032, 29.625166532000037 ], [ 106.194398054000033, 29.625171100000045 ], [ 106.194787993000034, 29.625256235000045 ], [ 106.195250390000069, 29.625271769000051 ], [ 106.195548988000041, 29.625259228000068 ], [ 106.19581657100008, 29.625303409000075 ] ], [ [ 106.195498710000038, 29.624675923000044 ], [ 106.195525131000082, 29.624696478000089 ], [ 106.195553981000046, 29.62472116900005 ], [ 106.195609030000071, 29.624747705000054 ], [ 106.19563785500003, 29.624770316000081 ], [ 106.195654955000066, 29.624807589000046 ], [ 106.195655470000077, 29.62485125000007 ], [ 106.19564622200005, 29.624874206000069 ], [ 106.195617716000072, 29.624878621000047 ], [ 106.195593895000059, 29.624876756000052 ], [ 106.195567670000059, 29.624872833000044 ], [ 106.195534356000053, 29.62487313400004 ], [ 106.19550111500007, 29.624879672000073 ], [ 106.195461030000047, 29.624911222000044 ], [ 106.195420823000063, 29.624932378000036 ], [ 106.195380420000049, 29.624936901000073 ], [ 106.195311386000071, 29.624935443000084 ], [ 106.195065773000067, 29.624893991000075 ], [ 106.195022792000032, 29.624881903000066 ], [ 106.194991564000077, 29.624857232000075 ], [ 106.194967400000053, 29.624826261000059 ], [ 106.194940022000026, 29.624724622000087 ], [ 106.194939555000076, 29.624685120000034 ], [ 106.194953343000066, 29.62464341000009 ], [ 106.19497679300008, 29.624614088000047 ], [ 106.19501464700005, 29.624595033000045 ], [ 106.195057332000033, 29.624582174000071 ], [ 106.195100116000063, 29.624577629000051 ], [ 106.195159336000074, 29.624554224000061 ], [ 106.195190001000086, 29.624531075000046 ], [ 106.195208742000048, 29.624505955000075 ], [ 106.195227436000039, 29.624476676000082 ], [ 106.195251060000032, 29.62446190800005 ], [ 106.195279493000044, 29.624451256000043 ], [ 106.195308047000026, 29.624450998000036 ], [ 106.195388855000033, 29.624441953000087 ], [ 106.195405659000073, 29.624454277000048 ], [ 106.195420133000027, 29.624470781000074 ], [ 106.195474424000054, 29.624634556000046 ], [ 106.195498710000038, 29.624675923000044 ] ], [ [ 106.19437201900007, 29.623960633000074 ], [ 106.194416794000063, 29.623987972000059 ], [ 106.194506771000079, 29.624078711000035 ], [ 106.194535803000065, 29.624117289000086 ], [ 106.194613113000059, 29.624210918000077 ], [ 106.194626139000036, 29.624238542000057 ], [ 106.194629805000034, 29.624280122000076 ], [ 106.194630165000035, 29.624310636000079 ], [ 106.194614487000081, 29.624327422000079 ], [ 106.194586109000056, 29.624344323000052 ], [ 106.194519470000046, 29.624347698000062 ], [ 106.194471977000035, 29.62435922200007 ], [ 106.194430737000062, 29.624362368000046 ], [ 106.19438946300005, 29.624362740000038 ], [ 106.194351364000056, 29.624363083000045 ], [ 106.194325932000027, 29.624360537000086 ], [ 106.194297293000048, 29.624355247000036 ], [ 106.194249212000045, 29.624316840000063 ], [ 106.194210589000079, 29.624272800000082 ], [ 106.19418502700006, 29.624259159000069 ], [ 106.194156191000047, 29.624237225000051 ], [ 106.194121005000056, 29.624215349000046 ], [ 106.194092202000036, 29.624196189000084 ], [ 106.194079208000062, 29.624171336000074 ], [ 106.194075576000046, 29.624132530000047 ], [ 106.194075118000058, 29.624093695000056 ], [ 106.194118944000081, 29.624040590000046 ], [ 106.194182050000052, 29.624006731000058 ], [ 106.194270391000032, 29.623958774000073 ], [ 106.194327505000047, 29.62395548500006 ], [ 106.19437201900007, 29.623960633000074 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.195461030000047, 29.624911222000044 ], [ 106.195446083000036, 29.624887309000087 ], [ 106.19547766200003, 29.624789803000048 ], [ 106.195489159000033, 29.624742789000035 ], [ 106.195498710000038, 29.624675923000044 ], [ 106.195474424000054, 29.624634556000046 ], [ 106.195420133000027, 29.624470781000074 ], [ 106.195405659000073, 29.624454277000048 ], [ 106.195388855000033, 29.624441953000087 ], [ 106.195308047000026, 29.624450998000036 ], [ 106.195279493000044, 29.624451256000043 ], [ 106.195251060000032, 29.62446190800005 ], [ 106.195227436000039, 29.624476676000082 ], [ 106.195208742000048, 29.624505955000075 ], [ 106.195190001000086, 29.624531075000046 ], [ 106.195159336000074, 29.624554224000061 ], [ 106.195100116000063, 29.624577629000051 ], [ 106.195057332000033, 29.624582174000071 ], [ 106.19501464700005, 29.624595033000045 ], [ 106.19497679300008, 29.624614088000047 ], [ 106.194953343000066, 29.62464341000009 ], [ 106.194939555000076, 29.624685120000034 ], [ 106.194940022000026, 29.624724622000087 ], [ 106.194967400000053, 29.624826261000059 ], [ 106.194991564000077, 29.624857232000075 ], [ 106.195022792000032, 29.624881903000066 ], [ 106.195065773000067, 29.624893991000075 ], [ 106.195311386000071, 29.624935443000084 ], [ 106.195380420000049, 29.624936901000073 ], [ 106.195420823000063, 29.624932378000036 ], [ 106.195461030000047, 29.624911222000044 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.196426619000093, 29.637057032000087 ], [ 106.196406029000059, 29.637057424000094 ], [ 106.196366934000025, 29.63704838700005 ], [ 106.196290836000074, 29.636995130000052 ], [ 106.196192369000073, 29.636938299000064 ], [ 106.196163216000059, 29.636936346000088 ], [ 106.196137175000047, 29.636944331000048 ], [ 106.196105433000071, 29.636958557000074 ], [ 106.19601878800006, 29.637061541000033 ], [ 106.195967977000066, 29.637121325000059 ], [ 106.195868069000028, 29.63718768900009 ], [ 106.19574472100004, 29.637252218000071 ], [ 106.19562559700006, 29.637277841000063 ], [ 106.195480428000053, 29.637279149000054 ], [ 106.195386503000066, 29.637257493000046 ], [ 106.195226156000047, 29.63721741500007 ], [ 106.19506991600008, 29.637161322000054 ], [ 106.195010728000057, 29.637152178000065 ], [ 106.194940474000077, 29.637204208000078 ], [ 106.194921003000061, 29.637249486000087 ], [ 106.19503826600004, 29.63739726600005 ], [ 106.195161168000027, 29.637366841000073 ], [ 106.195273641000028, 29.637327492000047 ], [ 106.195403157000044, 29.637310538000072 ], [ 106.195488706000063, 29.637341338000049 ], [ 106.195619714000031, 29.637450658000031 ], [ 106.19556932200004, 29.637500724000063 ], [ 106.195573055000068, 29.637543538000049 ], [ 106.195628570000054, 29.637599415000079 ], [ 106.195666530000054, 29.637644175000045 ], [ 106.195619498000042, 29.637705487000062 ], [ 106.195633608000037, 29.637752717000069 ], [ 106.195688989000075, 29.637797320000058 ], [ 106.195790252000052, 29.637737773000079 ], [ 106.195841262000044, 29.637685447000081 ], [ 106.19586147800004, 29.63770330300008 ], [ 106.195913821000033, 29.637763721000052 ], [ 106.195945702000074, 29.637827202000032 ], [ 106.195969582000032, 29.637832051000089 ], [ 106.196042791000096, 29.637854592000053 ], [ 106.196082702000069, 29.637875999000066 ], [ 106.196154569000043, 29.637968097000048 ], [ 106.196289941000032, 29.638200020000049 ], [ 106.196366361000059, 29.638466459000082 ], [ 106.196429408000029, 29.638628900000079 ], [ 106.196491559000037, 29.638715466000065 ], [ 106.196568377000062, 29.638744488000047 ], [ 106.196693461000052, 29.63877349900007 ], [ 106.196820979000051, 29.638783941000039 ], [ 106.197005976000071, 29.638823898000059 ], [ 106.197272127000076, 29.638876585000041 ], [ 106.197289390000037, 29.638883409000069 ], [ 106.197289412000032, 29.638883371000073 ], [ 106.197362654000074, 29.63885564900005 ], [ 106.197408955000071, 29.638841700000061 ], [ 106.197441760000061, 29.638832383000079 ], [ 106.197531321000042, 29.638820299000084 ], [ 106.197583243000054, 29.638790514000053 ], [ 106.197620247000032, 29.638699975000065 ], [ 106.197595326000055, 29.638666374000088 ], [ 106.197564810000074, 29.638650863000059 ], [ 106.197513401000037, 29.638669370000052 ], [ 106.197442499000033, 29.638676775000079 ], [ 106.197328011000081, 29.638709380000083 ], [ 106.197238854000034, 29.63870116500004 ], [ 106.197183305000067, 29.638697156000045 ], [ 106.197092778000069, 29.638682187000096 ], [ 106.196988433000058, 29.638644793000079 ], [ 106.196887447000051, 29.63861864300009 ], [ 106.196771412000032, 29.638520467000038 ], [ 106.196732534000034, 29.638507286000053 ], [ 106.196675748000075, 29.638507798000038 ], [ 106.196631870000033, 29.638508194000057 ], [ 106.196585302000074, 29.638499594000038 ], [ 106.196536206000076, 29.638495527000092 ], [ 106.196492140000032, 29.638480139000084 ], [ 106.196467167000051, 29.63844202700005 ], [ 106.196480131000044, 29.638392298000038 ], [ 106.196495756000061, 29.638349310000077 ], [ 106.196517217000064, 29.638308524000088 ], [ 106.196532954000077, 29.638220432000086 ], [ 106.196537423000052, 29.638161760000063 ], [ 106.196525627000028, 29.638091957000093 ], [ 106.196483880000073, 29.637999875000048 ], [ 106.19646175400004, 29.637984289000091 ], [ 106.196431613000073, 29.638000347000062 ], [ 106.196385631000055, 29.638041353000048 ], [ 106.196350514000073, 29.638073241000075 ], [ 106.19633433000007, 29.63806887700008 ], [ 106.196298412000033, 29.638033119000056 ], [ 106.196275992000039, 29.637992730000057 ], [ 106.196267070000033, 29.63794770800008 ], [ 106.196244783000054, 29.637918593000052 ], [ 106.196195555000045, 29.637903251000061 ], [ 106.196146061000036, 29.637865361000081 ], [ 106.19611831900005, 29.637811488000064 ], [ 106.196071375000045, 29.637552575000086 ], [ 106.196070734000045, 29.637498458000039 ], [ 106.196059232000039, 29.637453459000088 ], [ 106.19603412500004, 29.637404073000095 ], [ 106.195981643000039, 29.637386506000038 ], [ 106.195932283000047, 29.637359889000034 ], [ 106.195880340000031, 29.637333296000065 ], [ 106.195873121000034, 29.637213841000055 ], [ 106.195886970000061, 29.637184399000038 ], [ 106.195943489000058, 29.637161339000048 ], [ 106.195998017000079, 29.637133787000032 ], [ 106.196036035000077, 29.637128932000056 ], [ 106.196099247000063, 29.637126107000078 ], [ 106.196132344000034, 29.63714159500006 ], [ 106.196184444000039, 29.637181717000082 ], [ 106.196225523000066, 29.637217428000039 ], [ 106.196314002000065, 29.637277517000083 ], [ 106.196398427000076, 29.637267735000083 ], [ 106.196458118000066, 29.637240136000056 ], [ 106.196471082000087, 29.637190405000069 ], [ 106.19643495300005, 29.637136609000041 ], [ 106.196426619000093, 29.637057032000087 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.196530916000029, 29.639454322000059 ], [ 106.196491799000057, 29.63944403000005 ], [ 106.196473730000037, 29.639430780000055 ], [ 106.196468349000043, 29.639408474000049 ], [ 106.196501320000039, 29.639383587000054 ], [ 106.196554340000034, 29.639355569000088 ], [ 106.196552172000054, 29.639354580000099 ], [ 106.196503775000053, 29.639355016000081 ], [ 106.196459574000073, 29.639328355000082 ], [ 106.196462374000077, 29.639292247000071 ], [ 106.196468374000062, 29.639253855000042 ], [ 106.19646464200008, 29.639211043000053 ], [ 106.19644007200003, 29.639152632000044 ], [ 106.196405338000034, 29.63910784300009 ], [ 106.196356841000068, 29.639045137000043 ], [ 106.196322053000074, 29.638995839000067 ], [ 106.196300951000069, 29.638957693000059 ], [ 106.196297084000037, 29.638903605000056 ], [ 106.196293245000049, 29.63885177200007 ], [ 106.19627203500005, 29.638804606000051 ], [ 106.196223806000035, 29.638764448000074 ], [ 106.19614860400003, 29.638735809000085 ], [ 106.196093542000028, 29.638718266000062 ], [ 106.196034852000025, 29.638666928000077 ], [ 106.195993666000049, 29.638622198000061 ], [ 106.19590448200006, 29.638611726000075 ], [ 106.195850005000068, 29.638643789000071 ], [ 106.195830535000027, 29.638689067000083 ], [ 106.195864463000078, 29.638720333000037 ], [ 106.195946762000062, 29.638748906000053 ], [ 106.196025859000031, 29.638779765000034 ], [ 106.196050242000069, 29.638822392000076 ], [ 106.196013268000058, 29.638861063000032 ], [ 106.195972183000038, 29.638879474000078 ], [ 106.195911386000034, 29.638922870000048 ], [ 106.195863714000041, 29.638930064000082 ], [ 106.195815962000054, 29.638930495000075 ], [ 106.195799484000077, 29.638923901000048 ], [ 106.195760846000042, 29.638908441000066 ], [ 106.195719740000072, 29.63887047500009 ], [ 106.195698558000061, 29.638825565000047 ], [ 106.19566777700004, 29.638787505000039 ], [ 106.195609859000058, 29.638801558000068 ], [ 106.195537028000047, 29.638754857000038 ], [ 106.195506433000048, 29.638732581000067 ], [ 106.195478391000051, 29.638708027000071 ], [ 106.195441285000072, 29.638735424000057 ], [ 106.195428294000067, 29.638782898000049 ], [ 106.195435924000037, 29.638827932000087 ], [ 106.195473778000064, 29.638863673000067 ], [ 106.195508191000059, 29.638881404000077 ], [ 106.195505337000043, 29.638913 ], [ 106.195443576000059, 29.63892934200004 ], [ 106.195367106000049, 29.638957094000077 ], [ 106.195354511000062, 29.638967180000051 ], [ 106.195382100000074, 29.63895673800004 ], [ 106.195454055000027, 29.638932047000075 ], [ 106.19559176000007, 29.638939821000065 ], [ 106.195667830000048, 29.638972194000072 ], [ 106.195720068000071, 29.639025821000072 ], [ 106.195768973000042, 29.639088493000088 ], [ 106.19580759400003, 29.639154264000066 ], [ 106.195859940000048, 29.639216906000065 ], [ 106.195932747000029, 29.639264337000039 ], [ 106.196046586000094, 29.639290358000036 ], [ 106.196139607000077, 29.639301540000069 ], [ 106.196239829000035, 29.639339707000083 ], [ 106.196323097000061, 29.639399062000045 ], [ 106.19638576300008, 29.639461612000048 ], [ 106.196431088000054, 29.639512296000078 ], [ 106.196436153000036, 29.639519706000051 ], [ 106.196438583000031, 29.639517972000075 ], [ 106.196522451000078, 29.639460838000044 ], [ 106.196530916000029, 29.639454322000059 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.195945702000074, 29.637827202000032 ], [ 106.195913821000033, 29.637763721000052 ], [ 106.19586147800004, 29.63770330300008 ], [ 106.195841262000044, 29.637685447000081 ], [ 106.195790252000052, 29.637737773000079 ], [ 106.195688989000075, 29.637797320000058 ], [ 106.195633608000037, 29.637752717000069 ], [ 106.195619498000042, 29.637705487000062 ], [ 106.195666530000054, 29.637644175000045 ], [ 106.195628570000054, 29.637599415000079 ], [ 106.195573055000068, 29.637543538000049 ], [ 106.19556932200004, 29.637500724000063 ], [ 106.195619714000031, 29.637450658000031 ], [ 106.195488706000063, 29.637341338000049 ], [ 106.195403157000044, 29.637310538000072 ], [ 106.195273641000028, 29.637327492000047 ], [ 106.195161168000027, 29.637366841000073 ], [ 106.19503826600004, 29.63739726600005 ], [ 106.194921003000061, 29.637249486000087 ], [ 106.194940474000077, 29.637204208000078 ], [ 106.195010728000057, 29.637152178000065 ], [ 106.194974002000038, 29.637146503000061 ], [ 106.194908250000026, 29.637152324000059 ], [ 106.194872968000027, 29.637204917000066 ], [ 106.194879877000062, 29.637283264000068 ], [ 106.19502736000004, 29.637611261000078 ], [ 106.19521659600008, 29.637986498000089 ], [ 106.195237537000025, 29.637986309000038 ], [ 106.19536640900003, 29.637969360000049 ], [ 106.195414657000072, 29.637847150000091 ], [ 106.195513525000081, 29.637803412000036 ], [ 106.195530915000063, 29.637855123000065 ], [ 106.195495066000035, 29.637934375000036 ], [ 106.195515576000048, 29.637977038000088 ], [ 106.195633839000038, 29.63799603700005 ], [ 106.195636495000031, 29.637993385000073 ], [ 106.195735300000081, 29.637923167000057 ], [ 106.195850458000052, 29.63782469400007 ], [ 106.195910866000077, 29.637820127000051 ], [ 106.195945702000074, 29.637827202000032 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.196436153000036, 29.639519706000051 ], [ 106.196431088000054, 29.639512296000078 ], [ 106.19638576300008, 29.639461612000048 ], [ 106.196323097000061, 29.639399062000045 ], [ 106.196239829000035, 29.639339707000083 ], [ 106.196139607000077, 29.639301540000069 ], [ 106.196046586000094, 29.639290358000036 ], [ 106.195932747000029, 29.639264337000039 ], [ 106.195859940000048, 29.639216906000065 ], [ 106.19580759400003, 29.639154264000066 ], [ 106.195768973000042, 29.639088493000088 ], [ 106.195720068000071, 29.639025821000072 ], [ 106.195667830000048, 29.638972194000072 ], [ 106.19559176000007, 29.638939821000065 ], [ 106.195454055000027, 29.638932047000075 ], [ 106.195382100000074, 29.63895673800004 ], [ 106.195354511000062, 29.638967180000051 ], [ 106.195344917000057, 29.638970813000075 ], [ 106.195345945000042, 29.638972218000045 ], [ 106.195389606000049, 29.63901491200005 ], [ 106.195474323000042, 29.639053644000072 ], [ 106.195548573000053, 29.639076313000089 ], [ 106.195598632000042, 29.639138698000068 ], [ 106.195601301000067, 29.639190736000046 ], [ 106.195588502000078, 29.639246402000087 ], [ 106.195623079000029, 29.63926111700005 ], [ 106.19565435800007, 29.639287885000044 ], [ 106.195727238000075, 29.639341324000043 ], [ 106.195789760000025, 29.639391852000085 ], [ 106.195862781000073, 29.639457313000044 ], [ 106.19593945500003, 29.639540774000068 ], [ 106.196009106000076, 29.63961227500004 ], [ 106.196075354000072, 29.639686813000079 ], [ 106.196173060000035, 29.639803142000059 ], [ 106.196246115000065, 29.639871607000096 ], [ 106.196326017000047, 29.639937007000071 ], [ 106.196360488000039, 29.639942706000053 ], [ 106.196381021000036, 29.639933504000055 ], [ 106.196422052000059, 29.639912096000046 ], [ 106.196452799000042, 29.639893786000076 ], [ 106.196473083000058, 29.63986354900004 ], [ 106.196482906000028, 29.639821385000062 ], [ 106.196485884000026, 29.639782287000052 ], [ 106.196488756000065, 29.639734175000051 ], [ 106.196481343000073, 29.639689161000039 ], [ 106.196477334000065, 29.639641110000063 ], [ 106.196455593000053, 29.639548139000048 ], [ 106.196436153000036, 29.639519706000051 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.196807584000055, 29.641325691000077 ], [ 106.196872480000081, 29.641272443000041 ], [ 106.196913105000078, 29.641228143000031 ], [ 106.196971683000072, 29.641155724000043 ], [ 106.197030120000079, 29.641071325000045 ], [ 106.197047744000031, 29.641015250000066 ], [ 106.197176454000044, 29.640915503000091 ], [ 106.197170810000046, 29.640914041000087 ], [ 106.197161777000076, 29.640914123000073 ], [ 106.197150807000085, 29.640914222000045 ], [ 106.197139863000075, 29.640916576000045 ], [ 106.197128946000078, 29.640921184000028 ], [ 106.19711738400008, 29.640925799000069 ], [ 106.19710646700004, 29.640930408000088 ], [ 106.197095550000029, 29.640935017000061 ], [ 106.197080197000048, 29.640946431000089 ], [ 106.197066106000094, 29.640955578000032 ], [ 106.197053953000079, 29.640964709000055 ], [ 106.197041826000046, 29.640976094000045 ], [ 106.197030316000053, 29.640985218000079 ], [ 106.197019480000051, 29.640996591000089 ], [ 106.197007997000071, 29.641007971000082 ], [ 106.19699522500008, 29.641019361000073 ], [ 106.196986915000025, 29.641026202000035 ], [ 106.196977316000073, 29.641033053000058 ], [ 106.196968362000064, 29.641039899000077 ], [ 106.196958089000077, 29.641044502000057 ], [ 106.196947819000059, 29.641049106000082 ], [ 106.196937547000061, 29.641053708000069 ], [ 106.196927249000069, 29.641056056000082 ], [ 106.19691627900005, 29.641056156000047 ], [ 106.19690721700006, 29.641053982000074 ], [ 106.196898185000066, 29.641054063000066 ], [ 106.196889096000064, 29.641049635000059 ], [ 106.196880035000049, 29.641047462000078 ], [ 106.196870975000081, 29.64104528900009 ], [ 106.196861913000077, 29.641043115000056 ], [ 106.196852853000053, 29.641040943000068 ], [ 106.196844464000037, 29.641041019000056 ], [ 106.196832847000053, 29.641041123000033 ], [ 106.196821904000046, 29.641043476000043 ], [ 106.196810987000049, 29.641048086000065 ], [ 106.19680009700005, 29.641054949000079 ], [ 106.196789181000042, 29.641059558000052 ], [ 106.196778290000054, 29.641066422000051 ], [ 106.196767374000046, 29.641071031000077 ], [ 106.19675581000007, 29.641075645000061 ], [ 106.196745513000053, 29.641077993000064 ], [ 106.196735215000047, 29.641080341000077 ], [ 106.196724916000051, 29.641082689000079 ], [ 106.19671394600006, 29.641082788000055 ], [ 106.19670297600004, 29.641082887000046 ], [ 106.196692651000035, 29.641082981000061 ], [ 106.196682353000028, 29.641085329000074 ], [ 106.196672054000032, 29.641087677000083 ], [ 106.196661756000026, 29.641090025000043 ], [ 106.196652103000076, 29.64109236600007 ], [ 106.196643123000058, 29.641096958000052 ], [ 106.19663414200005, 29.641101549000044 ], [ 106.196625160000053, 29.64110614000009 ], [ 106.196616852000034, 29.641112981000052 ], [ 106.196608516000026, 29.641117566000052 ], [ 106.196600853000064, 29.64112440100007 ], [ 106.196588698000028, 29.641133531000037 ], [ 106.196577215000048, 29.641144912000069 ], [ 106.196567025000036, 29.641156277000047 ], [ 106.196556188000045, 29.641167652000032 ], [ 106.196545996000069, 29.641179018000049 ], [ 106.196534541000062, 29.641192653000076 ], [ 106.196523085000081, 29.641206287000035 ], [ 106.196510339000042, 29.641219931000084 ], [ 106.196500146000062, 29.641231300000065 ], [ 106.196489310000061, 29.641242672000082 ], [ 106.19647782800007, 29.641254052000075 ], [ 106.196466964000081, 29.641263171000048 ], [ 106.196456100000034, 29.641272289000081 ], [ 106.196445829000027, 29.641276892000068 ], [ 106.196436176000077, 29.641279233000038 ], [ 106.196427761000052, 29.641277055000046 ], [ 106.196417330000031, 29.641268129000082 ], [ 106.196413350000057, 29.64125914400007 ], [ 106.196410662000062, 29.64125014800004 ], [ 106.196408621000046, 29.641241146000091 ], [ 106.196407196000052, 29.641229883000044 ], [ 106.196407708000038, 29.64121860300008 ], [ 106.196408892000079, 29.641209572000029 ], [ 106.196412604000045, 29.641196008000065 ], [ 106.196418253000047, 29.641182426000057 ], [ 106.196425218000059, 29.641171089000064 ], [ 106.196432182000081, 29.641159749000053 ], [ 106.196439819000034, 29.641150661000044 ], [ 106.196446784000059, 29.641139322000068 ], [ 106.196452485000066, 29.64113025000006 ], [ 106.19645622400003, 29.641118941000055 ], [ 106.196457408000072, 29.641109910000061 ], [ 106.196457973000065, 29.641103139000041 ], [ 106.19645722100006, 29.641094126000034 ], [ 106.196456495000064, 29.641087367000068 ], [ 106.196454453000058, 29.641078364000066 ], [ 106.196451765000063, 29.641069369000039 ], [ 106.196449104000067, 29.641062627000043 ], [ 106.196445771000072, 29.641053637000091 ], [ 106.196443110000075, 29.641046895000041 ], [ 106.196439803000032, 29.641040160000053 ], [ 106.196436497000036, 29.641033424000057 ], [ 106.19643254500005, 29.641026695000058 ], [ 106.196428593000064, 29.641019965000051 ], [ 106.196424641000078, 29.641013236000045 ], [ 106.196420689000036, 29.641006506000039 ], [ 106.196416119000048, 29.641002037000074 ], [ 106.196354467000049, 29.640973277000061 ], [ 106.196314783000048, 29.640946573000061 ], [ 106.196308463000037, 29.640957907000089 ], [ 106.196280497000032, 29.640994240000058 ], [ 106.196255030000032, 29.641023785000069 ], [ 106.196228920000067, 29.641053338000056 ], [ 106.196198725000045, 29.641064885000048 ], [ 106.19614008700006, 29.641018058000043 ], [ 106.196137448000059, 29.641067694000082 ], [ 106.196126177000053, 29.641097113000058 ], [ 106.19608538500006, 29.641140327000077 ], [ 106.196069244000057, 29.641159538000064 ], [ 106.19607570900007, 29.641183761000033 ], [ 106.196105698000054, 29.641214719000057 ], [ 106.196141369000031, 29.641250956000079 ], [ 106.196192891000067, 29.641285351000079 ], [ 106.196236808000037, 29.64125821000005 ], [ 106.196314523000069, 29.64125750900007 ], [ 106.196357796000029, 29.641298860000052 ], [ 106.196395831000075, 29.64135448800004 ], [ 106.196433920000061, 29.641414783000073 ], [ 106.196453103000067, 29.641456590000072 ], [ 106.196474034000062, 29.641498065000064 ], [ 106.196474900000055, 29.641497630000057 ], [ 106.196498856000062, 29.641504179000034 ], [ 106.196532087000037, 29.641530942000085 ], [ 106.19655750000004, 29.641496885000041 ], [ 106.196535186000077, 29.64146551500005 ], [ 106.196499966000033, 29.641434260000032 ], [ 106.196464746000061, 29.641403007000072 ], [ 106.196455392000075, 29.641376030000064 ], [ 106.19646206300007, 29.641339889000054 ], [ 106.196520466000038, 29.641312301000085 ], [ 106.196589947000064, 29.641293633000092 ], [ 106.196655688000078, 29.641286273000052 ], [ 106.196675045000063, 29.64128609900008 ], [ 106.196723577000057, 29.641296936000046 ], [ 106.196765011000025, 29.641307838000046 ], [ 106.196802653000077, 29.641325540000082 ], [ 106.196807584000055, 29.641325691000077 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.197230048000051, 29.640873968000047 ], [ 106.19732410000006, 29.640801079000088 ], [ 106.197414914000035, 29.640748338000041 ], [ 106.197501252000052, 29.640703625000071 ], [ 106.197601445000032, 29.640670769000057 ], [ 106.197674446000079, 29.640658128000052 ], [ 106.197733971000048, 29.64066557800005 ], [ 106.197802732000071, 29.640680933000052 ], [ 106.197846323000078, 29.640695710000038 ], [ 106.197802209000031, 29.640660276000066 ], [ 106.197756072000061, 29.640633630000082 ], [ 106.197799606000046, 29.640603922000086 ], [ 106.197838730000058, 29.640583271000075 ], [ 106.197878012000047, 29.640576153000044 ], [ 106.197925631000032, 29.640564447000088 ], [ 106.19796042300004, 29.640559622000072 ], [ 106.197986668000055, 29.640541346000077 ], [ 106.197997211000043, 29.640505167000068 ], [ 106.197980220000034, 29.640487280000059 ], [ 106.197973042000058, 29.640480579000048 ], [ 106.197940078000045, 29.640476367000076 ], [ 106.197907007000026, 29.640463135000068 ], [ 106.197867109000072, 29.640418394000047 ], [ 106.197844796000027, 29.640387024000056 ], [ 106.197788170000081, 29.640401066000042 ], [ 106.197729581000033, 29.64041287100008 ], [ 106.19767481000008, 29.640420130000052 ], [ 106.197653110000033, 29.640440623000071 ], [ 106.197568464000028, 29.640486489000068 ], [ 106.197494468000059, 29.640505199000081 ], [ 106.19745311500003, 29.640501062000052 ], [ 106.197420339000075, 29.640512634000061 ], [ 106.197339809000027, 29.640524637000048 ], [ 106.197272292000036, 29.640545542000034 ], [ 106.197217654000042, 29.640564076000086 ], [ 106.197163071000034, 29.640587120000077 ], [ 106.197113056000035, 29.640614633000041 ], [ 106.197118999000054, 29.640625854000056 ], [ 106.197123004000048, 29.640637095000045 ], [ 106.197126337000043, 29.640646084000075 ], [ 106.197128406000047, 29.640657341000065 ], [ 106.197129830000051, 29.640668603000055 ], [ 106.197129292000056, 29.640677629000038 ], [ 106.197127489000081, 29.640688921000045 ], [ 106.19712501500004, 29.640697964000083 ], [ 106.197121275000029, 29.640709274000066 ], [ 106.197117511000044, 29.640718328000048 ], [ 106.197112455000081, 29.640727394000066 ], [ 106.19710804500005, 29.640736454000038 ], [ 106.19710363400003, 29.640745514000059 ], [ 106.197099895000065, 29.640756824000047 ], [ 106.19709742200007, 29.640765867000084 ], [ 106.197096883000029, 29.640774892000085 ], [ 106.197096990000034, 29.640783912000074 ], [ 106.197098360000055, 29.640790664000065 ], [ 106.197100377000027, 29.640797412000051 ], [ 106.197103037000034, 29.640804153000094 ], [ 106.19710698800003, 29.640810883000086 ], [ 106.197110968000075, 29.640819866000076 ], [ 106.197115564000057, 29.640826590000074 ], [ 106.197120808000079, 29.640833308000079 ], [ 106.197126023000067, 29.640837771000069 ], [ 106.197131266000042, 29.640844489000067 ], [ 106.19713712600003, 29.640848947000052 ], [ 106.197142988000053, 29.640853404000044 ], [ 106.197149521000028, 29.640860110000055 ], [ 106.197156001000053, 29.640862308000067 ], [ 106.197162506000041, 29.64086675800008 ], [ 106.197169631000065, 29.640868950000087 ], [ 106.197178075000068, 29.640873384000088 ], [ 106.197186489000046, 29.640875562000062 ], [ 106.197195525000041, 29.640875481000087 ], [ 106.197205230000066, 29.640877647000082 ], [ 106.197214911000074, 29.640877561000085 ], [ 106.197224564000066, 29.64087521800008 ], [ 106.197230048000051, 29.640873968000047 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.20000637000004, 29.639789454000034 ], [ 106.200199098000041, 29.639589532000056 ], [ 106.200346860000082, 29.639464504000046 ], [ 106.200430285000039, 29.639400231000081 ], [ 106.20049888300008, 29.639376209000098 ], [ 106.200583142000028, 29.639382133000073 ], [ 106.20052680200007, 29.639319431000043 ], [ 106.200381218000075, 29.639272309000038 ], [ 106.200185076000025, 29.639277809000074 ], [ 106.200095777000058, 29.639300975000076 ], [ 106.199998124000047, 29.639339120000045 ], [ 106.19995156300007, 29.639369351000074 ], [ 106.199811880000027, 29.639460043000039 ], [ 106.19978255500007, 29.639505024000073 ], [ 106.199736127000051, 29.639546431000042 ], [ 106.199686745000065, 29.639570168000027 ], [ 106.199582431000067, 29.639566189000043 ], [ 106.199531769000032, 29.639571570000044 ], [ 106.199370798000075, 29.639672699000073 ], [ 106.199319928000079, 29.639699243000052 ], [ 106.199292035000042, 29.639715697000042 ], [ 106.199252042000069, 29.639729666000051 ], [ 106.199134471000036, 29.639734494000031 ], [ 106.198996908000026, 29.639756677000037 ], [ 106.198865740000031, 29.639812830000032 ], [ 106.198755388000052, 29.639855706000045 ], [ 106.198663133000025, 29.639875571000061 ], [ 106.198471549000033, 29.63989338600004 ], [ 106.198536821000062, 29.639938744000062 ], [ 106.198710543000075, 29.639978923000058 ], [ 106.198919313000033, 29.640049898000083 ], [ 106.199144456000056, 29.640085455000076 ], [ 106.199311886000032, 29.640092294000059 ], [ 106.199421844000028, 29.640091301000041 ], [ 106.199569754000038, 29.640064901000063 ], [ 106.199693559000082, 29.640022013000078 ], [ 106.199831263000078, 29.639941405000048 ], [ 106.20000637000004, 29.639789454000034 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.202290725000069, 29.632604430000072 ], [ 106.202323180000064, 29.632686638000038 ], [ 106.202365452000038, 29.632801416000067 ], [ 106.202412553000045, 29.632939980000053 ], [ 106.202523567000071, 29.633101788000094 ], [ 106.202530898000077, 29.633126321000073 ], [ 106.202577832000031, 29.633100776000045 ], [ 106.202629989000073, 29.63309128100007 ], [ 106.202643943000055, 29.633124981000037 ], [ 106.202665638000042, 29.633158611000052 ], [ 106.202691822000091, 29.633189947000059 ], [ 106.202718761000028, 29.633230293000064 ], [ 106.202746828000045, 29.63325710000003 ], [ 106.202768363000075, 29.633277202000038 ], [ 106.202835602000064, 29.633287867000035 ], [ 106.202904969000031, 29.633260175000082 ], [ 106.202933172000044, 29.633244134000048 ], [ 106.202957424000033, 29.633221363000075 ], [ 106.202923979000047, 29.633176564000056 ], [ 106.202879620000033, 29.633136375000053 ], [ 106.202883735000057, 29.633102510000064 ], [ 106.202909788000056, 29.633068447000088 ], [ 106.202959231000079, 29.633047703000038 ], [ 106.202998324000077, 29.633024798000058 ], [ 106.202980098000069, 29.632957310000048 ], [ 106.202941683000077, 29.632820096000046 ], [ 106.202832883000042, 29.632679012000033 ], [ 106.202839771000072, 29.632552664000059 ], [ 106.202839075000057, 29.632494037000072 ], [ 106.202791784000055, 29.632478679000091 ], [ 106.202750435000041, 29.632474544000051 ], [ 106.202714785000069, 29.632461337000059 ], [ 106.202693361000058, 29.632396133000036 ], [ 106.202675506000048, 29.632414336000068 ], [ 106.202660587000025, 29.632407707000077 ], [ 106.20264359600003, 29.632389820000064 ], [ 106.202575118000027, 29.632383675000092 ], [ 106.20254979200007, 29.632370374000068 ], [ 106.202506374000052, 29.632354982000038 ], [ 106.202481694000028, 29.632341676000063 ], [ 106.202456288000064, 29.632321610000083 ], [ 106.202397813000061, 29.63228831300006 ], [ 106.202374960000043, 29.632320092000047 ], [ 106.202359151000053, 29.632347297000084 ], [ 106.202339469000037, 29.632374537000086 ], [ 106.202309005000075, 29.632417660000041 ], [ 106.202308091000091, 29.632449240000085 ], [ 106.202310455000031, 29.632485300000045 ], [ 106.202312040000038, 29.632510092000071 ], [ 106.202309403000072, 29.63255972800005 ], [ 106.202301310000053, 29.632584608000052 ], [ 106.202290725000069, 29.632604430000072 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.198410080000031, 29.642038411000041 ], [ 106.198389476000045, 29.64202569400004 ], [ 106.198347278000028, 29.64199682200007 ], [ 106.198278365000078, 29.64197404500004 ], [ 106.198205999000038, 29.641942523000072 ], [ 106.198160522000094, 29.64191953300007 ], [ 106.198086360000048, 29.641877789000034 ], [ 106.198021660000052, 29.641843503000079 ], [ 106.197924455000077, 29.641782340000081 ], [ 106.19780034300004, 29.641712056000074 ], [ 106.197738376000089, 29.641684522000052 ], [ 106.197691149000036, 29.641656855000058 ], [ 106.197651932000042, 29.641626774000081 ], [ 106.197636750000072, 29.641589453000062 ], [ 106.197629580000068, 29.641549719000064 ], [ 106.197632493000071, 29.641454382000056 ], [ 106.197576405000063, 29.641464240000058 ], [ 106.197479677000047, 29.641518274000077 ], [ 106.197450008000033, 29.641582334000077 ], [ 106.197438531000046, 29.641640914000043 ], [ 106.197426927000038, 29.641688863000077 ], [ 106.197460353000068, 29.641762201000052 ], [ 106.197502421000081, 29.641824400000068 ], [ 106.19759416200003, 29.64189337300007 ], [ 106.197705532000043, 29.641991051000048 ], [ 106.197779090000054, 29.64205726800008 ], [ 106.197851958000072, 29.642077457000095 ], [ 106.197983822000026, 29.642090793000079 ], [ 106.198029335000058, 29.642090381000067 ], [ 106.198074828000074, 29.642088380000072 ], [ 106.198120155000026, 29.642072065000036 ], [ 106.198192751000079, 29.64205232300009 ], [ 106.198252641000067, 29.642035876000069 ], [ 106.198316341000066, 29.642033710000074 ], [ 106.198410080000031, 29.642038411000041 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.197983822000026, 29.642090793000079 ], [ 106.197851958000072, 29.642077457000095 ], [ 106.197779090000054, 29.64205726800008 ], [ 106.197731962000049, 29.642044212000087 ], [ 106.197603370000081, 29.642006566000081 ], [ 106.197473017000064, 29.641964460000047 ], [ 106.197338620000039, 29.641900480000057 ], [ 106.19718862700006, 29.641853348000041 ], [ 106.197183510000059, 29.641852351000065 ], [ 106.197211271000072, 29.641901644000079 ], [ 106.197261713000046, 29.64197801600006 ], [ 106.197378448000052, 29.64212996200007 ], [ 106.197373750000054, 29.642170727000064 ], [ 106.197333780000065, 29.642242322000062 ], [ 106.197268287000043, 29.642295866000033 ], [ 106.197180466000077, 29.64232554200003 ], [ 106.197103126000059, 29.64230939200008 ], [ 106.197024903000056, 29.642218635000056 ], [ 106.196991073000049, 29.642153953000047 ], [ 106.196995986000047, 29.642103363000047 ], [ 106.19700474800004, 29.642038232000058 ], [ 106.197036553000032, 29.641976620000037 ], [ 106.197074333000046, 29.641947236000078 ], [ 106.197183510000059, 29.641852351000065 ], [ 106.197088059000066, 29.64183374200007 ], [ 106.196976864000078, 29.641817962000065 ], [ 106.196921365000037, 29.641818463000046 ], [ 106.196840472000076, 29.641837842000086 ], [ 106.196747103000078, 29.641885306000059 ], [ 106.196669017000033, 29.641914074000056 ], [ 106.196546417000036, 29.641922170000051 ], [ 106.196423763000041, 29.64192560600009 ], [ 106.196306250000077, 29.641912686000072 ], [ 106.196323329000052, 29.641954098000046 ], [ 106.196379336000064, 29.642032505000088 ], [ 106.196454732000063, 29.642172873000042 ], [ 106.196500815000036, 29.642195546000032 ], [ 106.196551765000038, 29.642182771000083 ], [ 106.196577921000028, 29.642159446000051 ], [ 106.196614812000064, 29.642149877000065 ], [ 106.196644946000049, 29.642164998000055 ], [ 106.196655974000066, 29.642203381000055 ], [ 106.196656593000057, 29.642255711000072 ], [ 106.196628947000079, 29.642302141000069 ], [ 106.196611262000033, 29.642323304000051 ], [ 106.197017842000037, 29.64232926700004 ], [ 106.19721286500004, 29.642327506000072 ], [ 106.197343986000078, 29.642300394000085 ], [ 106.197774717000073, 29.64215205000005 ], [ 106.197983822000026, 29.642090793000079 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.19562546800006, 29.641701659000024 ], [ 106.195578030000036, 29.641719040000048 ], [ 106.195548626000075, 29.641768797000054 ], [ 106.195549933000066, 29.641879412000048 ], [ 106.195559010000068, 29.641920500000076 ], [ 106.195553370000027, 29.641972458000058 ], [ 106.195510302000059, 29.642032947000075 ], [ 106.195399470000041, 29.642181472000065 ], [ 106.195483179000064, 29.642235382000091 ], [ 106.195755567000049, 29.642277209000039 ], [ 106.196153131000074, 29.642319140000037 ], [ 106.196102710000048, 29.642281756000042 ], [ 106.196052082000051, 29.642226909000048 ], [ 106.196007819000044, 29.642093236000054 ], [ 106.19595085800006, 29.642012215000083 ], [ 106.19589717000008, 29.641982413000051 ], [ 106.195824843000025, 29.641955110000076 ], [ 106.195749961000047, 29.641937148000064 ], [ 106.195685440000034, 29.641893467000049 ], [ 106.19566358600008, 29.641849401000055 ], [ 106.19562546800006, 29.641701659000024 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.189179013000057, 29.623456966000049 ], [ 106.189168062000078, 29.623411557000054 ], [ 106.189165054000057, 29.62337742200009 ], [ 106.189167119000047, 29.623323951000092 ], [ 106.189174412000057, 29.623279505000085 ], [ 106.189189638000087, 29.62324522900008 ], [ 106.189228207000042, 29.623202210000045 ], [ 106.189278375000072, 29.623148843000092 ], [ 106.189307497000073, 29.623133219000067 ], [ 106.189447184000073, 29.623050032000037 ], [ 106.189474252000025, 29.623025891000047 ], [ 106.189501200000052, 29.62299151100007 ], [ 106.189529780000044, 29.62292980300009 ], [ 106.189599531000056, 29.622714100000046 ], [ 106.189690961000068, 29.62250108600006 ], [ 106.189734083000076, 29.622428116000044 ], [ 106.18977977200008, 29.622365799000075 ], [ 106.189830498000063, 29.622316244000043 ], [ 106.189874097000029, 29.62228383300004 ], [ 106.189995545000045, 29.622222969000063 ], [ 106.190041611000026, 29.622192670000057 ], [ 106.190126238000062, 29.622117195000044 ], [ 106.190245344000061, 29.621988552000055 ], [ 106.190156513000034, 29.621985822000052 ], [ 106.190035700000067, 29.621979713000087 ], [ 106.189933869000072, 29.621954253000073 ], [ 106.189765368000053, 29.62185985900004 ], [ 106.189741704000028, 29.621839603000073 ], [ 106.189732104000029, 29.62183138600005 ], [ 106.189716375000046, 29.62183047100006 ], [ 106.189696406000053, 29.621829309000088 ], [ 106.189658049000059, 29.621834449000065 ], [ 106.189645105000068, 29.621837028000073 ], [ 106.189595082000039, 29.621847002000045 ], [ 106.189460972000063, 29.621876975000077 ], [ 106.189414272000079, 29.621872599000071 ], [ 106.189375744000074, 29.621863353000034 ], [ 106.18928732300003, 29.621811398000077 ], [ 106.18926526000007, 29.621802006000056 ], [ 106.189237821000063, 29.621802252000062 ], [ 106.189232500000074, 29.62180522400007 ], [ 106.189216011000042, 29.621814435000093 ], [ 106.189194258000043, 29.621831414000034 ], [ 106.189180849000081, 29.621857908000042 ], [ 106.189164723000033, 29.621886824000065 ], [ 106.189156857000057, 29.621918064000049 ], [ 106.189147483000056, 29.621937730000074 ], [ 106.189116685000045, 29.622002341000041 ], [ 106.189097788000026, 29.62202888400008 ], [ 106.189065200000073, 29.622057948000073 ], [ 106.189024352000047, 29.622084688000086 ], [ 106.188989048000067, 29.622116173000055 ], [ 106.188964636000037, 29.622140368000093 ], [ 106.188951338000038, 29.622176452000076 ], [ 106.188943557000073, 29.622214884000066 ], [ 106.188942784000062, 29.62238272500008 ], [ 106.188949059000038, 29.622449802000059 ], [ 106.188960421000047, 29.622446949000036 ], [ 106.188970051000069, 29.622457248000035 ], [ 106.188984801000061, 29.62249865900008 ], [ 106.188992493000057, 29.622546364000076 ], [ 106.188995237000029, 29.622577497000066 ], [ 106.188995578000061, 29.622606575000077 ], [ 106.188993420000031, 29.62262529000008 ], [ 106.188979377000067, 29.62264411000006 ], [ 106.18895339900007, 29.622658883000039 ], [ 106.188929628000039, 29.622659096000064 ], [ 106.188894020000077, 29.622663570000046 ], [ 106.188820500000077, 29.622678769000057 ], [ 106.188780260000044, 29.622693669000057 ], [ 106.188732888000061, 29.622708633000059 ], [ 106.188697280000042, 29.622713107000049 ], [ 106.188664, 29.62271340500007 ], [ 106.188623589000031, 29.62271376800004 ], [ 106.188590310000066, 29.622714065000082 ], [ 106.188561711000034, 29.62270809100005 ], [ 106.188504392000027, 29.622685755000077 ], [ 106.188310018000038, 29.622531708000057 ], [ 106.188286149000078, 29.622523613000052 ], [ 106.188267084000074, 29.622519631000046 ], [ 106.188236157000063, 29.622517830000049 ], [ 106.188217141000052, 29.62251800100006 ], [ 106.188200598000037, 29.622526458000035 ], [ 106.18819363700004, 29.622541059000071 ], [ 106.188189151000074, 29.622563949000043 ], [ 106.188182239000071, 29.622582705000067 ], [ 106.188142438000057, 29.622634991000044 ], [ 106.188074929000038, 29.622695770000071 ], [ 106.188040236000063, 29.622712709000034 ], [ 106.18799999600003, 29.622725673000048 ], [ 106.188228410000079, 29.622916902000039 ], [ 106.188242363000029, 29.622936757000037 ], [ 106.188256316000036, 29.622956612000046 ], [ 106.18825881500004, 29.622974571000039 ], [ 106.188254428000064, 29.622990595000097 ], [ 106.188236347000043, 29.623008738000063 ], [ 106.18810402400004, 29.623112534000086 ], [ 106.188108414000055, 29.623116723000066 ], [ 106.188140521000037, 29.623149693000073 ], [ 106.188175864000073, 29.623188175000053 ], [ 106.188511713000025, 29.623426278000071 ], [ 106.188514917000077, 29.623429021000057 ], [ 106.18857272200006, 29.623489474000049 ], [ 106.188601625000047, 29.623519700000092 ], [ 106.188614604000065, 29.623544527000039 ], [ 106.188627681000071, 29.623577666000077 ], [ 106.188640920000068, 29.623624662000047 ], [ 106.18864775200008, 29.623666171000082 ], [ 106.18865128200008, 29.623696625000036 ], [ 106.188657982000052, 29.62372705100006 ], [ 106.188664585000026, 29.623749163000074 ], [ 106.188674329000037, 29.623768475000062 ], [ 106.188693650000062, 29.623793245000062 ], [ 106.188709704000075, 29.623809729000072 ], [ 106.188732100000038, 29.623826157000057 ], [ 106.188886488000037, 29.623959612000089 ], [ 106.188892486000043, 29.623941469000037 ], [ 106.188999553000031, 29.623775220000088 ], [ 106.18899938800007, 29.62376121300008 ], [ 106.188995919000035, 29.623738833000058 ], [ 106.188992318000032, 29.623705247000085 ], [ 106.188988882000046, 29.623685667000075 ], [ 106.18898858600005, 29.623660456000039 ], [ 106.18898822400007, 29.623629643000069 ], [ 106.188987895000025, 29.623601631000049 ], [ 106.188993650000043, 29.623545549000085 ], [ 106.189009187000067, 29.623503387000085 ], [ 106.189025020000031, 29.623486436000061 ], [ 106.189069674000052, 29.623466426000046 ], [ 106.189179013000057, 29.623456966000049 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.181488774000059, 29.643681075000075 ], [ 106.181469861000039, 29.643567557000036 ], [ 106.181422812000051, 29.643454290000076 ], [ 106.181368728000052, 29.643341085000081 ], [ 106.181335857000079, 29.643236910000038 ], [ 106.181321035000053, 29.643172517000036 ], [ 106.181320174000064, 29.643098782000035 ], [ 106.181326347000038, 29.643024985000061 ], [ 106.181339662000028, 29.642960342000034 ], [ 106.181352727000046, 29.642874192000072 ], [ 106.181361963000043, 29.642800619000059 ], [ 106.181130655000061, 29.642878518000096 ], [ 106.181005165000045, 29.642893955000101 ], [ 106.180838505000054, 29.642893053000073 ], [ 106.180818690000081, 29.642883107000038 ], [ 106.180804395000052, 29.64290673000005 ], [ 106.180753146000029, 29.643036237000047 ], [ 106.180711909000081, 29.643119563000084 ], [ 106.180667229000051, 29.643209067000043 ], [ 106.180636614000036, 29.643298445000084 ], [ 106.180623980000078, 29.643421461000063 ], [ 106.180640198000049, 29.64351852500004 ], [ 106.18067373000008, 29.643519051000045 ], [ 106.180783053000027, 29.643518078000056 ], [ 106.180869227000073, 29.643541187000046 ], [ 106.180924326000081, 29.64357821700008 ], [ 106.180967871000064, 29.643628994000043 ], [ 106.181027114000074, 29.643686453000043 ], [ 106.181070698000042, 29.643740640000093 ], [ 106.181110616000069, 29.643815326000045 ], [ 106.181150498000079, 29.643886602000059 ], [ 106.181170935000068, 29.643964872000083 ], [ 106.181195277000029, 29.644043108000062 ], [ 106.181220176000068, 29.644169092000091 ], [ 106.181248463000031, 29.644250704000054 ], [ 106.181288782000081, 29.644359497000035 ], [ 106.181371346000049, 29.644167591000045 ], [ 106.18146781400003, 29.643994668000062 ], [ 106.181494874000066, 29.643902248000071 ], [ 106.181493833000061, 29.643813152000071 ], [ 106.181488774000059, 29.643681075000075 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.179541848000042, 29.643616610000038 ], [ 106.179481778000081, 29.643575856000044 ], [ 106.179430031000038, 29.643544003000034 ], [ 106.179390739000041, 29.643522810000036 ], [ 106.179345261000037, 29.64349987800006 ], [ 106.179276908000077, 29.643453812000065 ], [ 106.179235268000085, 29.643407509000035 ], [ 106.179212226000061, 29.643370015000073 ], [ 106.179171435000057, 29.643328171000064 ], [ 106.179064635000032, 29.643401846000067 ], [ 106.179032009000025, 29.643423678000087 ], [ 106.179001438000057, 29.64344549100008 ], [ 106.178977030000055, 29.64347404800009 ], [ 106.178951110000071, 29.643497157000073 ], [ 106.178879528000053, 29.643534970000069 ], [ 106.17878395300005, 29.643570104000045 ], [ 106.178716626000039, 29.643626255000068 ], [ 106.178798181000047, 29.643661927000039 ], [ 106.17882462700004, 29.64367318700004 ], [ 106.178888928000049, 29.643715319000083 ], [ 106.178890845000069, 29.643713526000059 ], [ 106.178981609000061, 29.64366752300009 ], [ 106.179039396000064, 29.643664351000034 ], [ 106.179085351000026, 29.643690528000047 ], [ 106.179140716000063, 29.643740546000064 ], [ 106.179161159000046, 29.64376874800007 ], [ 106.179180926000072, 29.643796019000039 ], [ 106.179212101000076, 29.643859546000041 ], [ 106.179301557000031, 29.643805445000051 ], [ 106.179332086000045, 29.643780040000085 ], [ 106.17938291400003, 29.643732914000051 ], [ 106.179423570000054, 29.643694854000046 ], [ 106.179466345000051, 29.643662161000062 ], [ 106.179501004000031, 29.643638515000067 ], [ 106.179529647000038, 29.643627490000082 ], [ 106.179541848000042, 29.643616610000038 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.181155070000045, 29.644967781000048 ], [ 106.181187175000048, 29.644977654000062 ], [ 106.18116272900005, 29.644960101000031 ], [ 106.18101052600008, 29.644850801000075 ], [ 106.180930210000042, 29.644770617000059 ], [ 106.180874258000074, 29.644699848000073 ], [ 106.180820557000061, 29.644632911000091 ], [ 106.180688677000035, 29.644479993000061 ], [ 106.180614930000047, 29.64439589900007 ], [ 106.180570206000027, 29.644342365000057 ], [ 106.180545570000064, 29.644309839000076 ], [ 106.180523118000053, 29.64427536900007 ], [ 106.180491802000063, 29.644237124000089 ], [ 106.180451554000058, 29.644189330000067 ], [ 106.180420103000074, 29.644139529000089 ], [ 106.180406627000082, 29.644118460000065 ], [ 106.180388787000027, 29.644101284000051 ], [ 106.180359856000052, 29.64407842800005 ], [ 106.180322306000065, 29.64407298400004 ], [ 106.180289167000069, 29.644067500000066 ], [ 106.180188317000045, 29.644002072000028 ], [ 106.180095870000059, 29.64394209500005 ], [ 106.179989075000037, 29.643860220000072 ], [ 106.17995780400004, 29.64382582800005 ], [ 106.179935442000058, 29.643799061000045 ], [ 106.17991089700007, 29.643774239000042 ], [ 106.179879604000064, 29.643737921000081 ], [ 106.179857108000078, 29.643699598000069 ], [ 106.179839021000078, 29.643661236000071 ], [ 106.179816478000077, 29.643619061000042 ], [ 106.179802800000061, 29.643580659000069 ], [ 106.179786963000026, 29.643546130000061 ], [ 106.179768875000036, 29.643507767000067 ], [ 106.179686380000078, 29.643429529000056 ], [ 106.17959087800007, 29.643370668000049 ], [ 106.179511170000069, 29.643342486000044 ], [ 106.17946039400006, 29.643337159000055 ], [ 106.179402890000063, 29.643322260000048 ], [ 106.179343249000055, 29.643313160000044 ], [ 106.179235328000061, 29.643323750000032 ], [ 106.179171435000057, 29.643328171000064 ], [ 106.179212226000061, 29.643370015000073 ], [ 106.179235268000085, 29.643407509000035 ], [ 106.179276908000077, 29.643453812000065 ], [ 106.179345261000037, 29.64349987800006 ], [ 106.179390739000041, 29.643522810000036 ], [ 106.179430031000038, 29.643544003000034 ], [ 106.179481778000081, 29.643575856000044 ], [ 106.179541848000042, 29.643616610000038 ], [ 106.179618463000054, 29.643666193000051 ], [ 106.179637649000028, 29.643696953000074 ], [ 106.179651344000035, 29.643748307000077 ], [ 106.179672073000063, 29.643857798000049 ], [ 106.179651734000075, 29.643875930000029 ], [ 106.179627224000058, 29.643888714000074 ], [ 106.179590320000045, 29.643896223000063 ], [ 106.179721162000078, 29.64399823500008 ], [ 106.179784604000076, 29.644080971000044 ], [ 106.179795238000054, 29.644146942000077 ], [ 106.179779402000065, 29.644198787000043 ], [ 106.179753500000061, 29.644233486000079 ], [ 106.179732456000067, 29.644243339000074 ], [ 106.179662870000072, 29.644219740000032 ], [ 106.179608731000044, 29.644200039000054 ], [ 106.179556165000065, 29.644183016000056 ], [ 106.179509804000077, 29.644169973000082 ], [ 106.179461952000054, 29.644160981000077 ], [ 106.179426357000068, 29.644146497000065 ], [ 106.179387619000067, 29.644126660000044 ], [ 106.179351852000082, 29.64409737800008 ], [ 106.179340695000064, 29.644065186000027 ], [ 106.179343477000032, 29.644039597000074 ], [ 106.17935099400006, 29.643991700000072 ], [ 106.179312391000053, 29.644029742000047 ], [ 106.179271672000027, 29.644062418000093 ], [ 106.179205418000052, 29.644069628000068 ], [ 106.179203305000044, 29.644149402000039 ], [ 106.179207525000038, 29.644250389000035 ], [ 106.179214541000078, 29.644330081000081 ], [ 106.179175848000057, 29.64440486400008 ], [ 106.179133835000073, 29.644455750000077 ], [ 106.179058159000078, 29.644490983000086 ], [ 106.178924326000086, 29.644497491000042 ], [ 106.178762515000074, 29.644453735000063 ], [ 106.178716569000073, 29.644426244000044 ], [ 106.178691589000039, 29.644441983000039 ], [ 106.178659098000026, 29.644478353000068 ], [ 106.178606826000077, 29.644478818000039 ], [ 106.178571952000027, 29.644476873000084 ], [ 106.17853032000005, 29.644504304000069 ], [ 106.178498317000049, 29.64452714000004 ], [ 106.178472305000071, 29.644565708000069 ], [ 106.178461886000036, 29.64461315900008 ], [ 106.178462253000077, 29.64464472700007 ], [ 106.178468996000049, 29.644669473000071 ], [ 106.178506661000029, 29.644689434000043 ], [ 106.178535004000025, 29.644684674000082 ], [ 106.178613550000094, 29.644668188000086 ], [ 106.178663991000064, 29.644676761000085 ], [ 106.178724941000041, 29.644701024000085 ], [ 106.17879557100008, 29.644725204000046 ], [ 106.178839796000048, 29.644754125000073 ], [ 106.178913983000029, 29.644751211000088 ], [ 106.179016119000053, 29.64470971000009 ], [ 106.179085551000071, 29.644686542000041 ], [ 106.179135651000081, 29.644665801000095 ], [ 106.179229660000033, 29.644646924000085 ], [ 106.179247137000061, 29.644638641000071 ], [ 106.179272608000076, 29.644594916000077 ], [ 106.179319758000076, 29.644459706000074 ], [ 106.179379503000064, 29.644359858000087 ], [ 106.179460004000077, 29.644298843000055 ], [ 106.17957344000007, 29.644276551000075 ], [ 106.179711484000052, 29.644275323000045 ], [ 106.179849611000066, 29.64428118700004 ], [ 106.179955175000032, 29.644280249000076 ], [ 106.180044415000054, 29.644272360000066 ], [ 106.180161912000074, 29.64425003100007 ], [ 106.180271452000071, 29.644241964000063 ], [ 106.180356715000073, 29.644241205000071 ], [ 106.180401625000059, 29.644262087000076 ], [ 106.180430626000032, 29.644311487000039 ], [ 106.180431043000056, 29.644347366000087 ], [ 106.180439107000041, 29.644367803000076 ], [ 106.18043958100003, 29.644408390000081 ], [ 106.18044694200006, 29.644430875000069 ], [ 106.180481356000044, 29.644448611000087 ], [ 106.18050936800006, 29.644470912000092 ], [ 106.18055111700005, 29.644508876000089 ], [ 106.180579497000053, 29.644562747000066 ], [ 106.18060895900004, 29.644598565000077 ], [ 106.180616477000058, 29.644634580000066 ], [ 106.180616926000027, 29.644672915000051 ], [ 106.180595998000058, 29.644704673000035 ], [ 106.180573029000087, 29.644727428000063 ], [ 106.180546807000042, 29.644747958000039 ], [ 106.180531359000042, 29.644806728000052 ], [ 106.180508362000069, 29.644827228000057 ], [ 106.180491385000039, 29.644865717000076 ], [ 106.18048979200006, 29.644895048000084 ], [ 106.180475213000094, 29.64491772800006 ], [ 106.180462463000026, 29.64493137300008 ], [ 106.18044132600005, 29.644945092000064 ], [ 106.180415314000072, 29.644983661000083 ], [ 106.180386207000026, 29.64503353200007 ], [ 106.180357720000075, 29.645081143000084 ], [ 106.180325255000071, 29.645119769000072 ], [ 106.180312664000041, 29.645146943000043 ], [ 106.180258823000031, 29.645178994000045 ], [ 106.180216364000046, 29.645190647000042 ], [ 106.180153582000059, 29.645175419000058 ], [ 106.180122737000033, 29.645186969000065 ], [ 106.180065539000054, 29.645207776000063 ], [ 106.180010093000078, 29.645212779000072 ], [ 106.179942899000025, 29.645206612000038 ], [ 106.179855725000039, 29.645202877000084 ], [ 106.17979170600006, 29.645192171000076 ], [ 106.17974239800003, 29.64517005800008 ], [ 106.179707208000082, 29.645141055000057 ], [ 106.179651420000027, 29.645116745000053 ], [ 106.179615150000075, 29.645105793000088 ], [ 106.179592982000031, 29.645105990000058 ], [ 106.17940623100003, 29.645126813000044 ], [ 106.179572060000055, 29.645132233000076 ], [ 106.179675271000065, 29.645183030000041 ], [ 106.179758789000061, 29.645237449000032 ], [ 106.179842185000041, 29.645281528000059 ], [ 106.179988484000035, 29.645304359000079 ], [ 106.180130635000069, 29.645309989000058 ], [ 106.180248706000043, 29.645281357000037 ], [ 106.180362711000043, 29.645242417000073 ], [ 106.180456660000061, 29.645176075000052 ], [ 106.180518837000079, 29.645092778000048 ], [ 106.18056176500005, 29.64505102400005 ], [ 106.180663124000034, 29.64494324300005 ], [ 106.180749623000068, 29.644914892000081 ], [ 106.180844257000061, 29.644907154000069 ], [ 106.180954756000062, 29.64490616900008 ], [ 106.181155070000045, 29.644967781000048 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.179592982000031, 29.645105990000058 ], [ 106.179623675000073, 29.645102568000091 ], [ 106.179765823000025, 29.645104851000042 ], [ 106.179903620000061, 29.645082341000087 ], [ 106.180024930000059, 29.645038697000079 ], [ 106.180133348000027, 29.64493653400007 ], [ 106.180149415000074, 29.644910652000085 ], [ 106.180137660000071, 29.644744891000073 ], [ 106.180201862000047, 29.644635649000058 ], [ 106.180266662000079, 29.644577877000074 ], [ 106.18039312500008, 29.644473801000061 ], [ 106.180431411000029, 29.644378874000029 ], [ 106.180431043000056, 29.644347366000087 ], [ 106.180430626000032, 29.644311487000039 ], [ 106.180401625000059, 29.644262087000076 ], [ 106.180356715000073, 29.644241205000071 ], [ 106.180271452000071, 29.644241964000063 ], [ 106.180161912000074, 29.64425003100007 ], [ 106.180044415000054, 29.644272360000066 ], [ 106.179955175000032, 29.644280249000076 ], [ 106.179849611000066, 29.64428118700004 ], [ 106.179711484000052, 29.644275323000045 ], [ 106.17957344000007, 29.644276551000075 ], [ 106.179460004000077, 29.644298843000055 ], [ 106.179379503000064, 29.644359858000087 ], [ 106.179319758000076, 29.644459706000074 ], [ 106.179272608000076, 29.644594916000077 ], [ 106.179247137000061, 29.644638641000071 ], [ 106.179224837000049, 29.644676922000084 ], [ 106.179180753000026, 29.644726974000029 ], [ 106.179099593000046, 29.644752230000044 ], [ 106.17906342200007, 29.644763487000038 ], [ 106.178909219000047, 29.644771951000052 ], [ 106.178767113000049, 29.644773215000043 ], [ 106.178653222000037, 29.644756493000038 ], [ 106.178543226000045, 29.644725547000064 ], [ 106.178473956000062, 29.64470488000007 ], [ 106.178428799000073, 29.64466271700007 ], [ 106.178395697000042, 29.644609805000083 ], [ 106.178386998000065, 29.644560224000092 ], [ 106.17840233000004, 29.644482053000047 ], [ 106.178469989000064, 29.644364399000043 ], [ 106.178566318000037, 29.644267773000077 ], [ 106.178674949000026, 29.644181677000059 ], [ 106.178686582000083, 29.644168909000086 ], [ 106.178727070000036, 29.644124461000043 ], [ 106.178770864000057, 29.644049583000083 ], [ 106.178794192000055, 29.64396070000004 ], [ 106.178830633000075, 29.643769889000058 ], [ 106.178888928000049, 29.643715319000083 ], [ 106.178719039000043, 29.64378071600003 ], [ 106.178672788000029, 29.64379786600005 ], [ 106.178607698000064, 29.643825107000055 ], [ 106.178555541000037, 29.643839537000083 ], [ 106.17846559600008, 29.643854303000069 ], [ 106.17847400200003, 29.643990815000052 ], [ 106.178458627000055, 29.644064701000048 ], [ 106.178433181000059, 29.644110311000073 ], [ 106.178378481000038, 29.644153345000056 ], [ 106.178323483000042, 29.644170853000041 ], [ 106.17830033000007, 29.644440394000071 ], [ 106.178297552000075, 29.644550379000052 ], [ 106.178299079000055, 29.64468160400008 ], [ 106.178300113000034, 29.644770272000077 ], [ 106.178311619000056, 29.644781966000032 ], [ 106.178365860000042, 29.644837083000077 ], [ 106.178496281000037, 29.644878488000082 ], [ 106.178503704000036, 29.644879471000078 ], [ 106.178646754000056, 29.644898432000048 ], [ 106.178907266000067, 29.644952869000065 ], [ 106.17940623100003, 29.645126813000044 ], [ 106.179592982000031, 29.645105990000058 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.179590320000045, 29.643896223000063 ], [ 106.17953286900007, 29.64390391500007 ], [ 106.179479443000048, 29.643904390000046 ], [ 106.179438535000031, 29.643920911000066 ], [ 106.179399828000044, 29.643949977000087 ], [ 106.17935099400006, 29.643991700000072 ], [ 106.179343477000032, 29.644039597000074 ], [ 106.179340695000064, 29.644065186000027 ], [ 106.179351852000082, 29.64409737800008 ], [ 106.179387619000067, 29.644126660000044 ], [ 106.179426357000068, 29.644146497000065 ], [ 106.179461952000054, 29.644160981000077 ], [ 106.179509804000077, 29.644169973000082 ], [ 106.179556165000065, 29.644183016000056 ], [ 106.179608731000044, 29.644200039000054 ], [ 106.179662870000072, 29.644219740000032 ], [ 106.179732456000067, 29.644243339000074 ], [ 106.179753500000061, 29.644233486000079 ], [ 106.179779402000065, 29.644198787000043 ], [ 106.179795238000054, 29.644146942000077 ], [ 106.179784604000076, 29.644080971000044 ], [ 106.179721162000078, 29.64399823500008 ], [ 106.179590320000045, 29.643896223000063 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.17824334800008, 29.646556660000048 ], [ 106.178612229000066, 29.646504033000049 ], [ 106.178921794000075, 29.646451547000076 ], [ 106.178908096000043, 29.64641225600008 ], [ 106.178886215000034, 29.646349507000082 ], [ 106.178700899000034, 29.646235552000064 ], [ 106.178678147000028, 29.646213918000058 ], [ 106.178680877000033, 29.646179338000092 ], [ 106.178735268000025, 29.646133105000047 ], [ 106.178814184000032, 29.64605421100002 ], [ 106.178832724000074, 29.645984306000052 ], [ 106.178810312000053, 29.645929561000059 ], [ 106.178735052000036, 29.645906984000078 ], [ 106.17862871400007, 29.645916382000053 ], [ 106.178447335000044, 29.645922221000035 ], [ 106.178323866000028, 29.64591486400008 ], [ 106.178256322000038, 29.645869507000043 ], [ 106.178218487000038, 29.645799293000035 ], [ 106.178170730000033, 29.645743866000085 ], [ 106.178038714000081, 29.645677428000056 ], [ 106.177775196000027, 29.645588643000053 ], [ 106.177602835000073, 29.645525503000044 ], [ 106.177386665000029, 29.64545687400005 ], [ 106.177244829000074, 29.645414039000059 ], [ 106.177035697000065, 29.645371803000046 ], [ 106.176907321000044, 29.645328848000073 ], [ 106.176772145000029, 29.645280073000041 ], [ 106.176623511000059, 29.645231421000059 ], [ 106.176194333000069, 29.645076491000051 ], [ 106.176015041000028, 29.644995774000041 ], [ 106.175844887000039, 29.644832665000084 ], [ 106.175705769000047, 29.644733955000042 ], [ 106.175583782000061, 29.644661547000052 ], [ 106.175465091000035, 29.64458323000008 ], [ 106.175363430000061, 29.644522400000074 ], [ 106.175238317000037, 29.644470597000065 ], [ 106.175093222000044, 29.644436608000028 ], [ 106.174917944000072, 29.644411705000039 ], [ 106.17463465200008, 29.644358363000041 ], [ 106.174421817000066, 29.64428676000005 ], [ 106.174382629000036, 29.644405635000048 ], [ 106.174328996000057, 29.644450033000055 ], [ 106.174271850000025, 29.644524867000079 ], [ 106.17423025100004, 29.644606321000079 ], [ 106.174192518000041, 29.644687741000048 ], [ 106.174174436000044, 29.644796015000058 ], [ 106.174263856000039, 29.644835766000085 ], [ 106.17432995300004, 29.644865589000073 ], [ 106.174388118000095, 29.644878587000051 ], [ 106.174496442000091, 29.644881006000048 ], [ 106.174608594000063, 29.644880012000044 ], [ 106.174709223000036, 29.644885878000082 ], [ 106.174736563000067, 29.644822191000053 ], [ 106.174735973000054, 29.644771498000068 ], [ 106.174735349000059, 29.644717636000049 ], [ 106.174734686000079, 29.644660606000052 ], [ 106.174734171000068, 29.644616249000077 ], [ 106.174733582000044, 29.644565556000085 ], [ 106.174740358000065, 29.644524303000086 ], [ 106.174776223000038, 29.644489130000061 ], [ 106.174805240000069, 29.644488873000061 ], [ 106.174871078000081, 29.644535819000044 ], [ 106.174926440000036, 29.644617714000049 ], [ 106.175011076000033, 29.644721530000087 ], [ 106.175077909000038, 29.644854022000072 ], [ 106.175133088000067, 29.644920076000062 ], [ 106.175210359000062, 29.645014451000062 ], [ 106.175279862000082, 29.645064533000031 ], [ 106.17542157500003, 29.645085457000054 ], [ 106.17553745700009, 29.645068587000083 ], [ 106.175649785000076, 29.645058085000077 ], [ 106.175776843000051, 29.645066464000081 ], [ 106.175900714000079, 29.645112896000057 ], [ 106.175999640000043, 29.645197572000086 ], [ 106.176061447000052, 29.645209700000066 ], [ 106.176156118000051, 29.645240545000036 ], [ 106.176247384000078, 29.645290435000057 ], [ 106.176309892000063, 29.645362759000076 ], [ 106.176372620000052, 29.645454095000041 ], [ 106.176413770000082, 29.645561464000085 ], [ 106.176450999000053, 29.645643519000089 ], [ 106.176528273000031, 29.645737893000039 ], [ 106.176619945000027, 29.645822634000073 ], [ 106.176740523000035, 29.645897612000059 ], [ 106.176886269000079, 29.645953354000071 ], [ 106.177020914000082, 29.645990183000034 ], [ 106.177130095000052, 29.646020900000053 ], [ 106.17745915100005, 29.646242954000055 ], [ 106.177624177000055, 29.646396753000094 ], [ 106.177653747000079, 29.64644402000004 ], [ 106.177665552000065, 29.646523132000084 ], [ 106.177666436000038, 29.646599172000048 ], [ 106.177656370000079, 29.646629901000029 ], [ 106.17785211000006, 29.64661247500004 ], [ 106.17824334800008, 29.646556660000048 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.177723599000046, 29.643622846000081 ], [ 106.177697241000033, 29.64357624400008 ], [ 106.177696799000046, 29.643538217000064 ], [ 106.177712625000041, 29.643495291000082 ], [ 106.17773664200007, 29.643454669000054 ], [ 106.177774180000029, 29.643406796000075 ], [ 106.177817186000027, 29.643361252000087 ], [ 106.177865608000047, 29.643313282000062 ], [ 106.177911251000069, 29.643260583000085 ], [ 106.17796173000005, 29.643201322000042 ], [ 106.177962254000079, 29.643200707000055 ], [ 106.177918976000058, 29.643106011000043 ], [ 106.177877542000033, 29.643052899000047 ], [ 106.177822746000061, 29.643020700000076 ], [ 106.177761460000056, 29.64301530300008 ], [ 106.177679905000048, 29.643021970000063 ], [ 106.177588529000047, 29.643061407000069 ], [ 106.177520683000068, 29.643076866000055 ], [ 106.177415425000049, 29.643092656000078 ], [ 106.177330332000054, 29.643087470000076 ], [ 106.177262002000077, 29.643061337000059 ], [ 106.177145748000044, 29.643008886000061 ], [ 106.177073773000075, 29.642961985000049 ], [ 106.177046348000033, 29.642944159000091 ], [ 106.177096185000039, 29.643001608000073 ], [ 106.177129569000044, 29.643041903000043 ], [ 106.177157040000054, 29.643073231000077 ], [ 106.177182548000076, 29.643102321000065 ], [ 106.177250517000076, 29.643119759000054 ], [ 106.177324939000073, 29.643137138000039 ], [ 106.177392987000076, 29.643161341000052 ], [ 106.177434707000032, 29.643197052000055 ], [ 106.177495221000072, 29.643239363000074 ], [ 106.177531134000048, 29.643275126000052 ], [ 106.177594665000072, 29.643299367000054 ], [ 106.17760280300007, 29.643333120000076 ], [ 106.177605883000069, 29.643375941000048 ], [ 106.177645100000063, 29.643418440000065 ], [ 106.177626213000053, 29.643459201000034 ], [ 106.177571438000044, 29.643466452000048 ], [ 106.177493748000074, 29.643500969000051 ], [ 106.177493280000078, 29.643500973000084 ], [ 106.177501745000029, 29.643534403000043 ], [ 106.177502445000073, 29.643594614000044 ], [ 106.177474013000051, 29.643645574000058 ], [ 106.177375075000043, 29.643835680000045 ], [ 106.177429097000072, 29.64379210300007 ], [ 106.177524688000062, 29.643750424000075 ], [ 106.177723599000046, 29.643622846000081 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.177337741000031, 29.643687598000042 ], [ 106.177474013000051, 29.643645574000058 ], [ 106.177502445000073, 29.643594614000044 ], [ 106.177501745000029, 29.643534403000043 ], [ 106.177493280000078, 29.643500973000084 ], [ 106.177486533000035, 29.643474321000042 ], [ 106.177427752000028, 29.64341145700007 ], [ 106.177351017000035, 29.643364599000055 ], [ 106.177238042000056, 29.643321232000055 ], [ 106.177136134000079, 29.643293614000072 ], [ 106.176987399000041, 29.643294934000032 ], [ 106.176751634000027, 29.643300195000052 ], [ 106.176584466000065, 29.643276325000048 ], [ 106.176446245000079, 29.643245858000057 ], [ 106.176385476000064, 29.643216407000061 ], [ 106.176336952000042, 29.643284033000047 ], [ 106.176281711000058, 29.643338469000064 ], [ 106.176241495000056, 29.643347279000068 ], [ 106.176269311000055, 29.643369104000044 ], [ 106.176337071000034, 29.64341325700007 ], [ 106.176405187000057, 29.643488180000077 ], [ 106.176440733000049, 29.643515836000059 ], [ 106.176504997000052, 29.643534847000062 ], [ 106.17658203700006, 29.643550947000048 ], [ 106.176798365000082, 29.643566511000078 ], [ 106.176875575000054, 29.643597293000088 ], [ 106.176933526000028, 29.643624053000057 ], [ 106.176996329000076, 29.643654964000067 ], [ 106.177037469000027, 29.643681872000059 ], [ 106.17710730500005, 29.64369803600005 ], [ 106.177172143000064, 29.643697459000066 ], [ 106.177222571000073, 29.643697012000068 ], [ 106.177265723000062, 29.64369033500008 ], [ 106.177311325000062, 29.64368783400004 ], [ 106.177337741000031, 29.643687598000042 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.176605624000061, 29.642974926000079 ], [ 106.176539895000076, 29.642994481000077 ], [ 106.176469403000056, 29.643041386000046 ], [ 106.176409298000067, 29.643183206000053 ], [ 106.176385476000064, 29.643216407000061 ], [ 106.176446245000079, 29.643245858000057 ], [ 106.176584466000065, 29.643276325000048 ], [ 106.176751634000027, 29.643300195000052 ], [ 106.176987399000041, 29.643294934000032 ], [ 106.177136134000079, 29.643293614000072 ], [ 106.177238042000056, 29.643321232000055 ], [ 106.177351017000035, 29.643364599000055 ], [ 106.177427752000028, 29.64341145700007 ], [ 106.177486533000035, 29.643474321000042 ], [ 106.177476457000068, 29.643368437000049 ], [ 106.177448386000037, 29.643294406000056 ], [ 106.177410490000057, 29.643253146000063 ], [ 106.177355730000045, 29.643223920000089 ], [ 106.177307736000046, 29.643191663000042 ], [ 106.177249642000049, 29.643168409000047 ], [ 106.177109581000082, 29.643116171000088 ], [ 106.177000300000032, 29.643078515000074 ], [ 106.176925168000025, 29.643052440000073 ], [ 106.176843199000075, 29.643023455000051 ], [ 106.176740963000043, 29.64300653600008 ], [ 106.176614782000058, 29.642977944000052 ], [ 106.176605624000061, 29.642974926000079 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.174709223000036, 29.644885878000082 ], [ 106.174744381000039, 29.644915973000082 ], [ 106.17474868000005, 29.644953100000063 ], [ 106.174745323000081, 29.644997051000075 ], [ 106.174703410000063, 29.645051479000085 ], [ 106.174661144000027, 29.645075503000047 ], [ 106.174567042000049, 29.64510504000009 ], [ 106.17465732200003, 29.64513859300007 ], [ 106.174719629000037, 29.645182210000087 ], [ 106.174770785000078, 29.645233287000043 ], [ 106.17490656700005, 29.645194192000073 ], [ 106.174957540000037, 29.645190955000093 ], [ 106.17504686400008, 29.64519573400008 ], [ 106.175072594000028, 29.645215 ], [ 106.175085668000065, 29.645242734000078 ], [ 106.175086024000052, 29.645273365000026 ], [ 106.175074017000057, 29.645337526000048 ], [ 106.175039791000088, 29.645410238000068 ], [ 106.174992749000069, 29.645479155000089 ], [ 106.175060445000042, 29.645503093000052 ], [ 106.175142214000061, 29.645529360000069 ], [ 106.175209710000047, 29.645536123000053 ], [ 106.175308104000081, 29.645542613000092 ], [ 106.175372849000041, 29.645554308000047 ], [ 106.175426615000049, 29.645588185000065 ], [ 106.175466394000068, 29.64562709300008 ], [ 106.175497663000044, 29.645658715000078 ], [ 106.175543258000062, 29.645714749000042 ], [ 106.175580229000047, 29.645753682000077 ], [ 106.175634052000078, 29.645792466000039 ], [ 106.175685010000052, 29.645826367000041 ], [ 106.175727370000075, 29.645845622000085 ], [ 106.17578093700007, 29.64586232400007 ], [ 106.175837313000059, 29.645879 ], [ 106.175907818000056, 29.645902913000047 ], [ 106.175981132000061, 29.645926801000087 ], [ 106.176029167000081, 29.645950913000039 ], [ 106.176077345000067, 29.645987293000072 ], [ 106.17611425900003, 29.646021319000059 ], [ 106.176178377000042, 29.646075716000034 ], [ 106.176232671000037, 29.646106643000053 ], [ 106.176264358000026, 29.646125992000059 ], [ 106.176298201000066, 29.646137470000035 ], [ 106.176352336000051, 29.646154657000064 ], [ 106.176392799000055, 29.646171884000061 ], [ 106.176380126000026, 29.646099644000056 ], [ 106.176403780000044, 29.64602813900007 ], [ 106.176462881000077, 29.645963449000078 ], [ 106.176530419000073, 29.645922449000071 ], [ 106.176611918000049, 29.645912220000074 ], [ 106.176693693000075, 29.645925753000082 ], [ 106.176723755000069, 29.645937369000077 ], [ 106.17674321100003, 29.645972843000042 ], [ 106.176743930000043, 29.646034626000073 ], [ 106.176739208000072, 29.646096457000048 ], [ 106.17673454100003, 29.646163040000094 ], [ 106.176689042000078, 29.646227610000039 ], [ 106.176743200000033, 29.64620574100007 ], [ 106.176789224000061, 29.646186320000094 ], [ 106.176830057000075, 29.646188334000044 ], [ 106.17688498800004, 29.646233 ], [ 106.176923653000074, 29.64628256300006 ], [ 106.176967510000054, 29.646310692000046 ], [ 106.177052006000068, 29.646324201000084 ], [ 106.177117294000027, 29.646323621000072 ], [ 106.177169063000065, 29.646330291000083 ], [ 106.177199290000033, 29.646356164000061 ], [ 106.17720250800005, 29.646398913000041 ], [ 106.177203034000058, 29.646444062000064 ], [ 106.177195288000064, 29.646479778000071 ], [ 106.177143052000076, 29.646512767000043 ], [ 106.177557790000037, 29.646619014000059 ], [ 106.177605093000068, 29.646628410000051 ], [ 106.177656370000079, 29.646629901000029 ], [ 106.177666436000038, 29.646599172000048 ], [ 106.177665552000065, 29.646523132000084 ], [ 106.177653747000079, 29.64644402000004 ], [ 106.177624177000055, 29.646396753000094 ], [ 106.17745915100005, 29.646242954000055 ], [ 106.177130095000052, 29.646020900000053 ], [ 106.177020914000082, 29.645990183000034 ], [ 106.176886269000079, 29.645953354000071 ], [ 106.176740523000035, 29.645897612000059 ], [ 106.176619945000027, 29.645822634000073 ], [ 106.176528273000031, 29.645737893000039 ], [ 106.176450999000053, 29.645643519000089 ], [ 106.176413770000082, 29.645561464000085 ], [ 106.176372620000052, 29.645454095000041 ], [ 106.176309892000063, 29.645362759000076 ], [ 106.176247384000078, 29.645290435000057 ], [ 106.176156118000051, 29.645240545000036 ], [ 106.176061447000052, 29.645209700000066 ], [ 106.175999640000043, 29.645197572000086 ], [ 106.175900714000079, 29.645112896000057 ], [ 106.175776843000051, 29.645066464000081 ], [ 106.175649785000076, 29.645058085000077 ], [ 106.17553745700009, 29.645068587000083 ], [ 106.17542157500003, 29.645085457000054 ], [ 106.175279862000082, 29.645064533000031 ], [ 106.175210359000062, 29.645014451000062 ], [ 106.175133088000067, 29.644920076000062 ], [ 106.175077909000038, 29.644854022000072 ], [ 106.175011076000033, 29.644721530000087 ], [ 106.174926440000036, 29.644617714000049 ], [ 106.174871078000081, 29.644535819000044 ], [ 106.174805240000069, 29.644488873000061 ], [ 106.174776223000038, 29.644489130000061 ], [ 106.174740358000065, 29.644524303000086 ], [ 106.174733582000044, 29.644565556000085 ], [ 106.174734171000068, 29.644616249000077 ], [ 106.174734686000079, 29.644660606000052 ], [ 106.174735349000059, 29.644717636000049 ], [ 106.174735973000054, 29.644771498000068 ], [ 106.174736563000067, 29.644822191000053 ], [ 106.174709223000036, 29.644885878000082 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.166582278000078, 29.655620496000036 ], [ 106.166533400000048, 29.655561484000081 ], [ 106.166524524000067, 29.655491126000072 ], [ 106.166523874000063, 29.655434783000089 ], [ 106.166555398000071, 29.65537111400004 ], [ 106.166578693000076, 29.655293430000089 ], [ 106.166578002000051, 29.655233565000064 ], [ 106.166580706000047, 29.655117597000075 ], [ 106.166539460000081, 29.655102586000051 ], [ 106.166468467000072, 29.65505196100008 ], [ 106.166399335000051, 29.655006724000085 ], [ 106.16632510800008, 29.654984763000076 ], [ 106.166280207000057, 29.654939930000062 ], [ 106.166257271000063, 29.654875520000076 ], [ 106.166256153000063, 29.654778610000058 ], [ 106.166321717000088, 29.654690807000069 ], [ 106.166398339000068, 29.65459967400006 ], [ 106.166511795000076, 29.654495297000039 ], [ 106.16630114000003, 29.654510073000036 ], [ 106.166149397000027, 29.654501717000066 ], [ 106.165945990000068, 29.654503506000086 ], [ 106.165794023000046, 29.654475767000054 ], [ 106.165653302000067, 29.654460851000071 ], [ 106.165527671000063, 29.654471648000079 ], [ 106.165376747000039, 29.654534356000052 ], [ 106.165299825000034, 29.654599646000069 ], [ 106.165267248000077, 29.65466131300008 ], [ 106.165267308000068, 29.654666549000069 ], [ 106.165267843000038, 29.654712997000054 ], [ 106.165283419000048, 29.654780703000082 ], [ 106.165309939000053, 29.654835391000063 ], [ 106.165426487000047, 29.654999128000039 ], [ 106.165500156000064, 29.654972635000028 ], [ 106.165562609000062, 29.654975115000063 ], [ 106.165636069000087, 29.655068783000047 ], [ 106.165699425000071, 29.655157065000079 ], [ 106.165759235000053, 29.655222449000068 ], [ 106.165772953000044, 29.655273912000041 ], [ 106.165754623000055, 29.655391568000084 ], [ 106.165765968000073, 29.655528509000078 ], [ 106.165783988000044, 29.655545647000046 ], [ 106.16586680100005, 29.655658827000089 ], [ 106.16603454300008, 29.655832960000058 ], [ 106.166086598000049, 29.655870472000057 ], [ 106.16614385400004, 29.655887768000067 ], [ 106.166185936000034, 29.655885023000049 ], [ 106.166218400000048, 29.655872872000089 ], [ 106.166257558000041, 29.655852356000082 ], [ 106.166298021000046, 29.655827083000073 ], [ 106.166334395000035, 29.655800659000075 ], [ 106.166400188000068, 29.655733633000072 ], [ 106.166491460000032, 29.655637906000038 ], [ 106.166521167000042, 29.655622220000051 ], [ 106.166557759000057, 29.655614779000082 ], [ 106.166582278000078, 29.655620496000036 ] ], [ [ 106.166054237000026, 29.654913222000069 ], [ 106.166086434000078, 29.654965350000058 ], [ 106.166066262000072, 29.654990271000088 ], [ 106.166007647000072, 29.655039246000054 ], [ 106.165930652000043, 29.655098075000069 ], [ 106.165930051000032, 29.655098431000063 ], [ 106.165822735000063, 29.655038483000062 ], [ 106.165789135000068, 29.654970003000074 ], [ 106.165824660000055, 29.654920973000056 ], [ 106.165906279000069, 29.654885866000079 ], [ 106.165985014000071, 29.654885174000057 ], [ 106.166054237000026, 29.654913222000069 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.16707003700003, 29.655940129000044 ], [ 106.167248303000065, 29.655821419000056 ], [ 106.167377816000055, 29.655796659000082 ], [ 106.16746958300007, 29.655781680000068 ], [ 106.167596611000079, 29.655775837000075 ], [ 106.167696545000069, 29.655765509000041 ], [ 106.16776395100004, 29.65574838200007 ], [ 106.167806995000035, 29.65572910800006 ], [ 106.167857876000042, 29.65568614600005 ], [ 106.167924683000081, 29.655617063000076 ], [ 106.168002330000036, 29.655550245000086 ], [ 106.167885479000063, 29.655562222000071 ], [ 106.167817980000052, 29.655560254000072 ], [ 106.167711963000045, 29.655525314000041 ], [ 106.167638065000062, 29.655477279000078 ], [ 106.167563812000026, 29.655398497000085 ], [ 106.167489855000042, 29.655345337000089 ], [ 106.167377911000074, 29.655305324000043 ], [ 106.167239951000056, 29.655298852000051 ], [ 106.167140303000053, 29.655307417000074 ], [ 106.167055176000076, 29.655303041000082 ], [ 106.167002048000029, 29.655275322000076 ], [ 106.166939677000073, 29.655209248000062 ], [ 106.166877573000079, 29.655166233000045 ], [ 106.166777334000074, 29.655123554000049 ], [ 106.166657064000049, 29.655124612000062 ], [ 106.166580706000047, 29.655117597000075 ], [ 106.166578002000051, 29.655233565000064 ], [ 106.166578693000076, 29.655293430000089 ], [ 106.166555398000071, 29.65537111400004 ], [ 106.166523874000063, 29.655434783000089 ], [ 106.166524524000067, 29.655491126000072 ], [ 106.166533400000048, 29.655561484000081 ], [ 106.166582278000078, 29.655620496000036 ], [ 106.166601417000038, 29.655631006000075 ], [ 106.16662610000003, 29.655650960000056 ], [ 106.166663364000044, 29.65570165400004 ], [ 106.166700466000066, 29.655658034000055 ], [ 106.166738781000049, 29.655598863000076 ], [ 106.166784400000054, 29.655558206000073 ], [ 106.16683725200005, 29.655529873000035 ], [ 106.166904640000041, 29.655532375000067 ], [ 106.166961680000043, 29.65555974200004 ], [ 106.16701904100006, 29.655614976000038 ], [ 106.167048080000029, 29.655673554000092 ], [ 106.167055849000064, 29.655732319000037 ], [ 106.16705319600004, 29.655809757000039 ], [ 106.167032641000048, 29.65587186900007 ], [ 106.167004925000086, 29.655927852000055 ], [ 106.167000820000055, 29.655939460000074 ], [ 106.167037437000033, 29.655940416000071 ], [ 106.16707003700003, 29.655940129000044 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.167512143000081, 29.65421751600007 ], [ 106.167458906000036, 29.65419620400008 ], [ 106.16738864000007, 29.654196823000063 ], [ 106.167292706000069, 29.654217052000035 ], [ 106.167215415000058, 29.654250038000043 ], [ 106.167142269000067, 29.654321756000062 ], [ 106.167087988000048, 29.654425614000044 ], [ 106.167012149000072, 29.654584581000048 ], [ 106.166957904000071, 29.654691669000048 ], [ 106.16707112000006, 29.654682791000091 ], [ 106.167128816000059, 29.654677479000046 ], [ 106.167214068000078, 29.654676728000084 ], [ 106.167263736000052, 29.654690704000068 ], [ 106.167294320000053, 29.654719262000071 ], [ 106.16730840300005, 29.654747966000052 ], [ 106.167308791000053, 29.654781594000035 ], [ 106.167454934000048, 29.654813287000067 ], [ 106.167513064000048, 29.654722319000086 ], [ 106.167567456000029, 29.654628152000036 ], [ 106.167585127000052, 29.654556922000044 ], [ 106.167591703000028, 29.654485790000084 ], [ 106.167598281000039, 29.65441465900005 ], [ 106.167597647000036, 29.654359744000086 ], [ 106.167597086000058, 29.654311290000066 ], [ 106.167581957000039, 29.654282347000049 ], [ 106.167563167000026, 29.654256668000066 ], [ 106.167522076000083, 29.654221493000076 ], [ 106.167512143000081, 29.65421751600007 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.164850110000032, 29.656632796000057 ], [ 106.164901689000033, 29.656542727000033 ], [ 106.164943784000059, 29.656505213000063 ], [ 106.165020152000068, 29.656489685000054 ], [ 106.16510519600007, 29.656488937000066 ], [ 106.165167733000033, 29.656503245000071 ], [ 106.165239327000052, 29.656537921000055 ], [ 106.165289312000027, 29.656568447000026 ], [ 106.165342879000036, 29.65660203800007 ], [ 106.165403321000042, 29.656616990000089 ], [ 106.165435225000067, 29.656616709000041 ], [ 106.165491623000037, 29.65658834400006 ], [ 106.165536923000047, 29.656519822000064 ], [ 106.165581792000069, 29.656414144000045 ], [ 106.165639962000057, 29.656304622000054 ], [ 106.165651190000062, 29.656283479000081 ], [ 106.165703366000059, 29.656196317000074 ], [ 106.165759585000046, 29.656152472000084 ], [ 106.165872522000029, 29.656108126000053 ], [ 106.165996441000061, 29.656097750000072 ], [ 106.165996487000029, 29.656097746000061 ], [ 106.166141756000059, 29.656090275000054 ], [ 106.166290856000046, 29.656107543000072 ], [ 106.166422554000064, 29.656152832000092 ], [ 106.166515256000025, 29.656198464000052 ], [ 106.166590093000082, 29.656231869000063 ], [ 106.166707217000067, 29.656243223000047 ], [ 106.166792188000045, 29.656233187000055 ], [ 106.166880203000062, 29.656179770000048 ], [ 106.166932841000062, 29.656132858000035 ], [ 106.166977460000055, 29.656005506000039 ], [ 106.167000820000055, 29.655939460000074 ], [ 106.166992141000037, 29.655939233000087 ], [ 106.166937752000081, 29.655934966000068 ], [ 106.166888725000035, 29.655924324000072 ], [ 106.166814972000054, 29.655890167000049 ], [ 106.166776569000035, 29.655858468000076 ], [ 106.166663364000044, 29.65570165400004 ], [ 106.16662610000003, 29.655650960000056 ], [ 106.166601417000038, 29.655631006000075 ], [ 106.166582278000078, 29.655620496000036 ], [ 106.166557759000057, 29.655614779000082 ], [ 106.166521167000042, 29.655622220000051 ], [ 106.166491460000032, 29.655637906000038 ], [ 106.166400188000068, 29.655733633000072 ], [ 106.166334395000035, 29.655800659000075 ], [ 106.166298021000046, 29.655827083000073 ], [ 106.166257558000041, 29.655852356000082 ], [ 106.166218400000048, 29.655872872000089 ], [ 106.166185936000034, 29.655885023000049 ], [ 106.16614385400004, 29.655887768000067 ], [ 106.166086598000049, 29.655870472000057 ], [ 106.16603454300008, 29.655832960000058 ], [ 106.16586680100005, 29.655658827000089 ], [ 106.165783988000044, 29.655545647000046 ], [ 106.165765968000073, 29.655528509000078 ], [ 106.16575926400003, 29.655522133000087 ], [ 106.165734814000075, 29.655522348000087 ], [ 106.165718515000037, 29.655522492000031 ], [ 106.165699538000069, 29.655526218000034 ], [ 106.165680631000043, 29.655535877000084 ], [ 106.165652407000039, 29.655562229000047 ], [ 106.165625623000039, 29.655595688000052 ], [ 106.165601474000027, 29.655622004000065 ], [ 106.165571863000039, 29.655645996000082 ], [ 106.165528814000041, 29.655666900000089 ], [ 106.165515048000032, 29.655672653000067 ], [ 106.165433440000072, 29.655706756000086 ], [ 106.16534174700007, 29.655721891000031 ], [ 106.16521380100005, 29.655723015000028 ], [ 106.165093955000032, 29.655700709000083 ], [ 106.16508045900008, 29.655715752000045 ], [ 106.165056952000043, 29.655751774000059 ], [ 106.165044111000043, 29.655823522000048 ], [ 106.165044902000034, 29.655892165000061 ], [ 106.165032438000026, 29.655996739000049 ], [ 106.165005962000066, 29.65607159100006 ], [ 106.164952563000043, 29.656182496000039 ], [ 106.164912387000086, 29.656254481000065 ], [ 106.164872036000077, 29.656311547000083 ], [ 106.164846106000027, 29.656639789000053 ], [ 106.164850110000032, 29.656632796000057 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.166016565000064, 29.656220712000049 ], [ 106.166025755000078, 29.656211703000054 ], [ 106.166017809000039, 29.656192718000053 ], [ 106.165988428000063, 29.656163660000068 ], [ 106.165990386000033, 29.65610952000009 ], [ 106.165996441000061, 29.656097750000072 ], [ 106.165872522000029, 29.656108126000053 ], [ 106.165759585000046, 29.656152472000084 ], [ 106.165703366000059, 29.656196317000074 ], [ 106.165651190000062, 29.656283479000081 ], [ 106.165639962000057, 29.656304622000054 ], [ 106.165664316000061, 29.65632436900006 ], [ 106.165738539000088, 29.65632371700007 ], [ 106.165771688000063, 29.656343721000034 ], [ 106.165805769000031, 29.656388523000086 ], [ 106.165819687000067, 29.65641997200003 ], [ 106.165841840000041, 29.656437818000093 ], [ 106.165872199000034, 29.656439808000066 ], [ 106.16589532900008, 29.656430582000045 ], [ 106.165924703000044, 29.656346885000058 ], [ 106.165923844000076, 29.656272475000037 ], [ 106.165944133000039, 29.656240724000043 ], [ 106.16596783100006, 29.65622472900009 ], [ 106.166016565000064, 29.656220712000049 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.165095102000066, 29.656843131000073 ], [ 106.165055500000051, 29.656850907000045 ], [ 106.164967564000051, 29.65684672700008 ], [ 106.164896437000039, 29.656825066000074 ], [ 106.16485907200007, 29.656780822000073 ], [ 106.16484132000005, 29.656716595000031 ], [ 106.164846106000027, 29.656639789000053 ], [ 106.164872036000077, 29.656311547000083 ], [ 106.164824544000055, 29.656341811000054 ], [ 106.164759932000038, 29.65636924100005 ], [ 106.164705432000062, 29.656384644000063 ], [ 106.164613176000046, 29.656385454000091 ], [ 106.164541421000081, 29.656386085000065 ], [ 106.164469631000031, 29.656383731000055 ], [ 106.164401225000063, 29.656378363000044 ], [ 106.164421782000034, 29.656475133000079 ], [ 106.164422408000064, 29.656529605000063 ], [ 106.164417508000042, 29.656596506000081 ], [ 106.164389844000027, 29.656656180000077 ], [ 106.164373577000049, 29.656720705000048 ], [ 106.164374204000069, 29.656775178000089 ], [ 106.164401, 29.656886373000081 ], [ 106.16442427700008, 29.656938169000057 ], [ 106.164455917000055, 29.656977511000033 ], [ 106.164530107000076, 29.657018956000055 ], [ 106.164646563000076, 29.657037743000053 ], [ 106.164731607000078, 29.657036996000052 ], [ 106.164802762000079, 29.657061133000074 ], [ 106.16493061400007, 29.657084772000076 ], [ 106.164998765000064, 29.657094078000053 ], [ 106.165086645000031, 29.657093306000039 ], [ 106.165151532000039, 29.657065497000076 ], [ 106.165196346000073, 29.657018054000051 ], [ 106.165209949000044, 29.65696841000004 ], [ 106.16520078800005, 29.656911536000056 ], [ 106.165095102000066, 29.656843131000073 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.165426487000047, 29.654999128000039 ], [ 106.165309939000053, 29.654835391000063 ], [ 106.165283419000048, 29.654780703000082 ], [ 106.165267843000038, 29.654712997000054 ], [ 106.165267308000068, 29.654666549000069 ], [ 106.165210107000064, 29.654661831000055 ], [ 106.165165886000068, 29.654689281000056 ], [ 106.165121924000061, 29.654739280000062 ], [ 106.165105846000074, 29.654800311000081 ], [ 106.165113418000033, 29.654843050000064 ], [ 106.165140300000076, 29.654878880000069 ], [ 106.165286805000051, 29.655074660000075 ], [ 106.165350384000078, 29.655135483000045 ], [ 106.16541004300008, 29.655176956000041 ], [ 106.165375714000049, 29.655086801000042 ], [ 106.165393537000057, 29.655028493000088 ], [ 106.165426487000047, 29.654999128000039 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.165105930000038, 29.653137047000087 ], [ 106.165186879000032, 29.653052857000034 ], [ 106.165265591000036, 29.652966724000059 ], [ 106.165316871000073, 29.652890834000051 ], [ 106.165378587000077, 29.65279425500006 ], [ 106.165446490000079, 29.652689389000045 ], [ 106.16551486700007, 29.652625678000042 ], [ 106.165707875000066, 29.652473066000088 ], [ 106.165563132000045, 29.652452389000072 ], [ 106.165487493000057, 29.652431101000055 ], [ 106.165430701000048, 29.652409649000042 ], [ 106.165352080000048, 29.65240210900004 ], [ 106.165248201000054, 29.652383815000064 ], [ 106.165216633000057, 29.65237037200005 ], [ 106.165172311000049, 29.652340579000047 ], [ 106.16514664400006, 29.652294158000078 ], [ 106.16514604300005, 29.652242029000021 ], [ 106.16514538000007, 29.652184413000036 ], [ 106.16515090300004, 29.652118510000033 ], [ 106.165162615000042, 29.652044322000052 ], [ 106.165183938000041, 29.651986512000061 ], [ 106.165245367000068, 29.651906673000038 ], [ 106.165200832000039, 29.651880719000076 ], [ 106.165129998000054, 29.651840946000043 ], [ 106.165085422000061, 29.651811480000056 ], [ 106.165042856000071, 29.65178199800004 ], [ 106.164992250000083, 29.651752583000075 ], [ 106.164939713000081, 29.651730213000057 ], [ 106.164895277000028, 29.651713040000054 ], [ 106.164838861000078, 29.651702998000079 ], [ 106.164786425000045, 29.651689408000035 ], [ 106.164756086000082, 29.651673868000046 ], [ 106.164733787000046, 29.651658257000062 ], [ 106.16469625600007, 29.651634918000067 ], [ 106.16468926500005, 29.651630572000037 ], [ 106.164656340000079, 29.651613460000064 ], [ 106.164603854000077, 29.651627594000043 ], [ 106.164543043000037, 29.651660445000061 ], [ 106.164493874000073, 29.651715565000075 ], [ 106.164469040000029, 29.651774744000083 ], [ 106.164461862000053, 29.651849743000064 ], [ 106.164473581000038, 29.651936286000087 ], [ 106.164474578000068, 29.652022923000061 ], [ 106.164475550000077, 29.652107218000076 ], [ 106.164431162000028, 29.652210646000075 ], [ 106.16439170600006, 29.652276562000047 ], [ 106.164285475000057, 29.652364141000081 ], [ 106.164149673000054, 29.652444953000046 ], [ 106.163981891000049, 29.652542439000044 ], [ 106.163875335000057, 29.652601919000059 ], [ 106.163745002000041, 29.652692050000038 ], [ 106.163654827000073, 29.652777146000069 ], [ 106.163570399000051, 29.652863496000066 ], [ 106.163569756000072, 29.652865436000067 ], [ 106.163595883000028, 29.652874172000057 ], [ 106.16364361400008, 29.652815120000071 ], [ 106.163699971000028, 29.652832666000055 ], [ 106.163759219000042, 29.652877248000038 ], [ 106.163817641000037, 29.652906052000048 ], [ 106.163827375000054, 29.652910477000038 ], [ 106.163862949000077, 29.652916929000067 ], [ 106.163924182000073, 29.652909627000035 ], [ 106.163956115000076, 29.652880029000077 ], [ 106.164001110000072, 29.652863849000084 ], [ 106.164075486000058, 29.652876726000045 ], [ 106.164140259000078, 29.652896453000043 ], [ 106.164169946000072, 29.652896193000061 ], [ 106.164233839000076, 29.652895631000035 ], [ 106.16430142400003, 29.652879252000044 ], [ 106.164339992000066, 29.652865382000073 ], [ 106.164381708000064, 29.652844721000069 ], [ 106.164420042000074, 29.652810556000084 ], [ 106.164432612000041, 29.652781130000051 ], [ 106.164435475000062, 29.652749533000069 ], [ 106.164412758000026, 29.652738459000084 ], [ 106.164364353000067, 29.652738882000051 ], [ 106.164338667000038, 29.652750384000061 ], [ 106.164329375000079, 29.652784293000082 ], [ 106.164319850000027, 29.652797906000043 ], [ 106.16425531200008, 29.652798473000079 ], [ 106.164232463000076, 29.652776123000081 ], [ 106.164228822000041, 29.652740073000068 ], [ 106.164244411000027, 29.652692579000071 ], [ 106.164252025000053, 29.652681236000031 ], [ 106.164260287000047, 29.652669887000062 ], [ 106.164269708000063, 29.652647254000041 ], [ 106.164269473000047, 29.652626960000084 ], [ 106.164275823000025, 29.652617883000055 ], [ 106.164333338000063, 29.652567766000061 ], [ 106.164433061000068, 29.652539827000055 ], [ 106.164478031000044, 29.65252139200004 ], [ 106.164500359000044, 29.65249864600008 ], [ 106.164519461000054, 29.652475926000076 ], [ 106.164544809000063, 29.652435111000045 ], [ 106.164544394000075, 29.652399032000066 ], [ 106.164534375000073, 29.652369805000035 ], [ 106.164502106000043, 29.652370088000048 ], [ 106.164509643000031, 29.652351981000042 ], [ 106.164517155000055, 29.652331619000055 ], [ 106.164525336000054, 29.652313506000034 ], [ 106.164533493000079, 29.652293138000058 ], [ 106.164542321000056, 29.652275018000072 ], [ 106.164551793000044, 29.65225689500005 ], [ 106.164561885000069, 29.65223651000008 ], [ 106.164572004000036, 29.652218381000068 ], [ 106.164579618000062, 29.652207038000078 ], [ 106.164586589000066, 29.652195701000043 ], [ 106.164594823000073, 29.652182098000075 ], [ 106.164602438000031, 29.652170755000043 ], [ 106.164610698000047, 29.652159407000049 ], [ 106.164618958000077, 29.652148059000066 ], [ 106.164627191000079, 29.652134456000059 ], [ 106.164636098000074, 29.652123102000076 ], [ 106.164661324000079, 29.652183769000089 ], [ 106.164712361000056, 29.652187831000052 ], [ 106.164760994000076, 29.652151322000062 ], [ 106.164816371000029, 29.652195938000098 ], [ 106.164915891000078, 29.65220634000007 ], [ 106.164933475000055, 29.652276093000062 ], [ 106.164872502000037, 29.65230594600007 ], [ 106.164810956000053, 29.652286190000034 ], [ 106.164756566000051, 29.652327259000057 ], [ 106.164682429000038, 29.652391055000066 ], [ 106.164655455000059, 29.652458945000028 ], [ 106.164564100000064, 29.652540932000083 ], [ 106.164455523000072, 29.652584734000072 ], [ 106.164442489000066, 29.652629951000048 ], [ 106.164456484000027, 29.65266816400009 ], [ 106.164524713000048, 29.652651779000053 ], [ 106.164572472000032, 29.652651359000053 ], [ 106.164604360000055, 29.652730009000035 ], [ 106.164597701000048, 29.652768404000085 ], [ 106.164574134000077, 29.652795673000067 ], [ 106.164547417000051, 29.652829734000086 ], [ 106.164551240000037, 29.652881568000062 ], [ 106.164581963000046, 29.65291512500005 ], [ 106.164643428000034, 29.652871737000055 ], [ 106.16473682700007, 29.65285513200007 ], [ 106.16469379800003, 29.652929928000049 ], [ 106.164663005000079, 29.653002362000048 ], [ 106.164585873000092, 29.653086479000081 ], [ 106.164571445000036, 29.65312268800006 ], [ 106.164571964000061, 29.653167786000036 ], [ 106.164613863000056, 29.653162906000031 ], [ 106.164694173000044, 29.65313063200005 ], [ 106.164771746000042, 29.653084846000077 ], [ 106.164859025000055, 29.653041232000074 ], [ 106.164914474000071, 29.652979856000051 ], [ 106.164952958000086, 29.652902844000035 ], [ 106.164969090000056, 29.652846326000088 ], [ 106.165000865000081, 29.652803199000065 ], [ 106.165049010000075, 29.652780226000065 ], [ 106.165105132000065, 29.652777475000043 ], [ 106.165161541000032, 29.652799530000035 ], [ 106.165181990000065, 29.652837688000098 ], [ 106.165155532000028, 29.652894299000078 ], [ 106.165119057000027, 29.65292168100007 ], [ 106.165100812000048, 29.653018811000045 ], [ 106.165101202000073, 29.653052635000044 ], [ 106.165064674000064, 29.653075507000043 ], [ 106.165023500000075, 29.65308714400004 ], [ 106.165011574000062, 29.653116565000062 ], [ 106.165033752000056, 29.653136667000073 ], [ 106.165094986000042, 29.653129364000044 ], [ 106.165105930000038, 29.653137047000087 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.164469040000029, 29.651774744000083 ], [ 106.164378635000048, 29.651725042000066 ], [ 106.164353903000062, 29.651693334000075 ], [ 106.16432904800007, 29.65165098500006 ], [ 106.164318755000068, 29.651557639000082 ], [ 106.164210996000065, 29.65158665500007 ], [ 106.164047766000067, 29.651618709000051 ], [ 106.163899317000087, 29.651665945000047 ], [ 106.16374210500004, 29.65171325700004 ], [ 106.163718912000036, 29.65172877200008 ], [ 106.163653510000074, 29.651771890000081 ], [ 106.163585539000053, 29.651816703000069 ], [ 106.163498639000068, 29.651881260000035 ], [ 106.163437940000051, 29.651937932000063 ], [ 106.163425238000059, 29.651953582000083 ], [ 106.163377449000052, 29.652012464000052 ], [ 106.163340120000058, 29.652068932000081 ], [ 106.163320404000046, 29.652132900000083 ], [ 106.163306562000059, 29.652199366000048 ], [ 106.163301748000038, 29.652288720000051 ], [ 106.163299647000031, 29.652360189000028 ], [ 106.163300263000068, 29.652413771000052 ], [ 106.16328844700007, 29.652532900000036 ], [ 106.163324089000071, 29.652550001000055 ], [ 106.163400861000085, 29.652598149000088 ], [ 106.163472555000055, 29.652646342000082 ], [ 106.163513761000047, 29.652694802000042 ], [ 106.163544758000057, 29.652738913000057 ], [ 106.163575957000035, 29.652800776000056 ], [ 106.163576469000077, 29.652845155000069 ], [ 106.163570399000051, 29.652863496000066 ], [ 106.163654827000073, 29.652777146000069 ], [ 106.163745002000041, 29.652692050000038 ], [ 106.163875335000057, 29.652601919000059 ], [ 106.163981891000049, 29.652542439000044 ], [ 106.164149673000054, 29.652444953000046 ], [ 106.164285475000057, 29.652364141000081 ], [ 106.16439170600006, 29.652276562000047 ], [ 106.164431162000028, 29.652210646000075 ], [ 106.164475550000077, 29.652107218000076 ], [ 106.164474578000068, 29.652022923000061 ], [ 106.164473581000038, 29.651936286000087 ], [ 106.164461862000053, 29.651849743000064 ], [ 106.164469040000029, 29.651774744000083 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.171744445000058, 29.623288363000089 ], [ 106.17175204800003, 29.623350817000066 ], [ 106.17173645400004, 29.623430308000078 ], [ 106.17167338400003, 29.623569133000039 ], [ 106.171658582000077, 29.623598119000064 ], [ 106.171643739000046, 29.623623499000075 ], [ 106.17161245300008, 29.623655036000059 ], [ 106.171505282000055, 29.623788238000085 ], [ 106.171434437000073, 29.62384978200004 ], [ 106.171396151000081, 29.623870960000087 ], [ 106.17137800900008, 29.623888755000053 ], [ 106.171361967000053, 29.62392950800006 ], [ 106.171379708000075, 29.623982788000035 ], [ 106.171405431000039, 29.624091572000051 ], [ 106.171396880000046, 29.624193595000058 ], [ 106.171386633000054, 29.624211964000043 ], [ 106.171351410000057, 29.624241520000059 ], [ 106.171299326000053, 29.624260259000046 ], [ 106.171383678000041, 29.624283730000062 ], [ 106.171415546000048, 29.624327293000082 ], [ 106.171448206000036, 29.624439357000085 ], [ 106.171455144000049, 29.624496840000056 ], [ 106.171458692000044, 29.624532434000059 ], [ 106.171506367000063, 29.624586817000079 ], [ 106.171537854000064, 29.624597500000053 ], [ 106.171569152000075, 29.62459174300006 ], [ 106.171575328000074, 29.624583468000086 ], [ 106.17163101500006, 29.624449387000084 ], [ 106.17165698000008, 29.624253913000079 ], [ 106.171700386000055, 29.624142549000055 ], [ 106.171849131000045, 29.623987094000096 ], [ 106.171884066000075, 29.623906119000079 ], [ 106.171892030000038, 29.623832062000076 ], [ 106.171891708000032, 29.623804319000048 ], [ 106.17189322400003, 29.623782726000059 ], [ 106.171895805000077, 29.623701008000072 ], [ 106.171917703000091, 29.623611413000049 ], [ 106.171940136000046, 29.623568056000067 ], [ 106.17194156100004, 29.623538756000073 ], [ 106.171942985000044, 29.623471307000045 ], [ 106.171933296000077, 29.623434399000082 ], [ 106.171902399000032, 29.623394210000072 ], [ 106.17187694200004, 29.623366690000065 ], [ 106.171824862000051, 29.623325532000077 ], [ 106.171744445000058, 29.623288363000089 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.171273509000059, 29.626608857000051 ], [ 106.17095889400008, 29.626601613000048 ], [ 106.17076415400004, 29.626666453000034 ], [ 106.170615769000065, 29.626697467000049 ], [ 106.170522281000046, 29.626698292000064 ], [ 106.170420339000032, 29.626702905000062 ], [ 106.170335524000052, 29.626718505000053 ], [ 106.17024650000009, 29.626737856000091 ], [ 106.170157263000078, 29.626738643000053 ], [ 106.170059528000081, 29.626739505000046 ], [ 106.170004071000065, 29.626721430000089 ], [ 106.169922260000078, 29.626629325000057 ], [ 106.169861954000055, 29.626559309000076 ], [ 106.169784564000068, 29.626482018000054 ], [ 106.169750097000076, 29.626441479000047 ], [ 106.169707089000042, 29.62639730200004 ], [ 106.169706917000042, 29.626382451000048 ], [ 106.169710995000074, 29.626367563000091 ], [ 106.169588959000066, 29.626408040000051 ], [ 106.169533888000046, 29.626471208000055 ], [ 106.169498945000043, 29.626551611000085 ], [ 106.169479742000078, 29.626614462000074 ], [ 106.169424630000037, 29.626674148000063 ], [ 106.169388364000042, 29.626685066000043 ], [ 106.169577425000057, 29.626782602000041 ], [ 106.169675522000034, 29.626866594000031 ], [ 106.169746104000069, 29.626971035000047 ], [ 106.169793143000049, 29.62703931500004 ], [ 106.169798655000093, 29.627116042000068 ], [ 106.169771562000051, 29.627172853000047 ], [ 106.169730407000031, 29.627213625000081 ], [ 106.169693737000046, 29.627242234000043 ], [ 106.16965020400005, 29.627282646000076 ], [ 106.169615287000056, 29.62729237100007 ], [ 106.169548472000031, 29.627340045000039 ], [ 106.169484596000075, 29.627408881000061 ], [ 106.169388837000042, 29.627546758000044 ], [ 106.169485988000076, 29.627621825000055 ], [ 106.169571316000031, 29.627675313000054 ], [ 106.16960233600004, 29.627701873000042 ], [ 106.169666600000028, 29.627725904000044 ], [ 106.169778078000036, 29.627748515000068 ], [ 106.169854583000088, 29.627738607000083 ], [ 106.169941442000038, 29.627710141000087 ], [ 106.170046447000075, 29.627651506000067 ], [ 106.170177282000054, 29.627541861000054 ], [ 106.170232013000032, 29.627476745000084 ], [ 106.170286743000077, 29.62741163000004 ], [ 106.170346704000053, 29.627341851000033 ], [ 106.170437992000075, 29.627239479000085 ], [ 106.170785211000066, 29.626878625000074 ], [ 106.170850642000062, 29.626824956000064 ], [ 106.170947560000059, 29.626752543000066 ], [ 106.171039327000074, 29.626691716000042 ], [ 106.171115511000039, 29.62665411100005 ], [ 106.171273509000059, 29.626608857000051 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.169330133000074, 29.622908844000051 ], [ 106.169480237000073, 29.62281837900008 ], [ 106.169588701000066, 29.622735477000045 ], [ 106.169598807000057, 29.622649741000089 ], [ 106.169590068000048, 29.622649708000033 ], [ 106.169565861000081, 29.622645478000038 ], [ 106.169535387000053, 29.622649079000041 ], [ 106.169502383000065, 29.622653814000042 ], [ 106.169423100000088, 29.622651551000033 ], [ 106.16937383800007, 29.622643097000029 ], [ 106.169312762000061, 29.622639192000065 ], [ 106.169249750000063, 29.622614566000038 ], [ 106.16919163600005, 29.622573604000074 ], [ 106.16915573100006, 29.622547258000047 ], [ 106.169133557000066, 29.62253560300007 ], [ 106.169101366000064, 29.622537368000053 ], [ 106.168986352000047, 29.622560600000028 ], [ 106.168906732000039, 29.622565746000078 ], [ 106.168840518000096, 29.622557442000073 ], [ 106.168745317000059, 29.622534580000039 ], [ 106.168609465000031, 29.622515040000053 ], [ 106.168553526000053, 29.622515533000062 ], [ 106.168424677000075, 29.622515186000044 ], [ 106.168353601000049, 29.622526181000072 ], [ 106.168301239000073, 29.622542936000066 ], [ 106.168272832000071, 29.622578736000047 ], [ 106.168249612000068, 29.622623378000082 ], [ 106.168189082000026, 29.622666868000067 ], [ 106.168175276000056, 29.62268358200004 ], [ 106.168185529000027, 29.622693615000053 ], [ 106.168211725000049, 29.62270477200008 ], [ 106.168243612000026, 29.622707022000043 ], [ 106.168285562000051, 29.622702857000039 ], [ 106.168331827000031, 29.622696122000036 ], [ 106.168372241000043, 29.622684378000081 ], [ 106.168428511000059, 29.622666168000084 ], [ 106.168513742000073, 29.622647703000041 ], [ 106.168619168000077, 29.622633456000074 ], [ 106.16866447700005, 29.622640150000056 ], [ 106.168708767000055, 29.622659013000092 ], [ 106.168733506000081, 29.622692235000045 ], [ 106.168729020000058, 29.622705448000087 ], [ 106.168687098000078, 29.622733550000078 ], [ 106.168602341000053, 29.622829517000071 ], [ 106.168568418000078, 29.622894738000078 ], [ 106.168569017000038, 29.622946671000079 ], [ 106.168575716000078, 29.622991974000062 ], [ 106.168598794000047, 29.623036138000092 ], [ 106.168671829000061, 29.623110469000036 ], [ 106.168776470000068, 29.623131459000035 ], [ 106.168764415000055, 29.623102773000085 ], [ 106.168780569000035, 29.62306110500009 ], [ 106.16884124700006, 29.622965060000073 ], [ 106.168921293000039, 29.622899989000079 ], [ 106.168999226000039, 29.622857777000039 ], [ 106.169110138000065, 29.622790357000035 ], [ 106.169159773000047, 29.622767081000067 ], [ 106.169192847000048, 29.622750179000032 ], [ 106.169221241000059, 29.622739547000037 ], [ 106.169261635000055, 29.622739191000051 ], [ 106.16929269300006, 29.622753451000044 ], [ 106.169345303000057, 29.622782056000055 ], [ 106.169369472000028, 29.622817140000056 ], [ 106.169369808000056, 29.622846205000084 ], [ 106.169353582000042, 29.622881645000067 ], [ 106.169330133000074, 29.622908844000051 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.165323727000043, 29.62186757000006 ], [ 106.16529745400004, 29.621866367000045 ], [ 106.165277583000034, 29.621866542000081 ], [ 106.165209447000052, 29.621888722000055 ], [ 106.165229532000069, 29.622022782000041 ], [ 106.165259135000042, 29.622070869000076 ], [ 106.165260144000058, 29.622070800000071 ], [ 106.165274793000037, 29.622070335000046 ], [ 106.165290236000033, 29.62206442400009 ], [ 106.16533305400003, 29.622035423000067 ], [ 106.165353538000033, 29.622025156000063 ], [ 106.165312684000071, 29.621979539000048 ], [ 106.165291929000048, 29.621954328000069 ], [ 106.165281925000045, 29.621939082000033 ], [ 106.165282303000026, 29.621934408000069 ], [ 106.165287029000069, 29.621929711000064 ], [ 106.16533620000007, 29.621899387000038 ], [ 106.16534024200007, 29.621894460000078 ], [ 106.165339273000029, 29.621889550000049 ], [ 106.165333091000036, 29.621880745000055 ], [ 106.165323727000043, 29.62186757000006 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.17510567100004, 29.585195528000035 ], [ 106.175020776000054, 29.585196331000073 ], [ 106.174987624000039, 29.585198437000081 ], [ 106.174958617000073, 29.585200506000024 ], [ 106.174923369000055, 29.585200818000089 ], [ 106.174852874000067, 29.585201442000084 ], [ 106.174782401000073, 29.585203879000069 ], [ 106.174753372000055, 29.58520413500008 ], [ 106.174726419000081, 29.585204374000053 ], [ 106.174678732000075, 29.585204795000038 ], [ 106.174574895000035, 29.585191215000066 ], [ 106.174563957000032, 29.585199751000054 ], [ 106.174562878000074, 29.585222892000036 ], [ 106.174555181000073, 29.585344324000062 ], [ 106.174558216000037, 29.58540995200007 ], [ 106.174574448000044, 29.585435672000074 ], [ 106.174597393000056, 29.585451386000049 ], [ 106.174629372000027, 29.585461051000038 ], [ 106.174677168000073, 29.585460628000082 ], [ 106.174752278000028, 29.585459964000052 ], [ 106.174800097000059, 29.585461530000082 ], [ 106.174893414000053, 29.585460704000063 ], [ 106.174946118000037, 29.585462010000072 ], [ 106.175032843000054, 29.585319101000042 ], [ 106.17510567100004, 29.585195528000035 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.173195320000048, 29.586743223000045 ], [ 106.173271674000034, 29.586713833000093 ], [ 106.173354774000074, 29.586680210000047 ], [ 106.173429881000061, 29.586667213000055 ], [ 106.173480427000072, 29.586665738000072 ], [ 106.173538171000075, 29.586676533000059 ], [ 106.173557309000046, 29.586688689000088 ], [ 106.173560203000079, 29.586649562000048 ], [ 106.173559804000035, 29.586615150000064 ], [ 106.173571883000079, 29.58659568500007 ], [ 106.173586348000072, 29.586569746000063 ], [ 106.173593556000071, 29.586554626000066 ], [ 106.173617387000036, 29.586524939000057 ], [ 106.17359592400004, 29.586477762000069 ], [ 106.173595281000075, 29.586422132000045 ], [ 106.17360620900007, 29.586395854000038 ], [ 106.173613470000078, 29.58637615400006 ], [ 106.173686487000055, 29.58630789200004 ], [ 106.173656092000044, 29.586281357000068 ], [ 106.173607722000042, 29.586197038000076 ], [ 106.173587446000056, 29.586120441000052 ], [ 106.173566680000079, 29.586028444000089 ], [ 106.173547494000061, 29.585972901000041 ], [ 106.173548313000026, 29.585943517000086 ], [ 106.173584905000041, 29.585819956000083 ], [ 106.173566510000057, 29.585734899000045 ], [ 106.173541820000025, 29.585754475000044 ], [ 106.173496325000031, 29.585837330000054 ], [ 106.173483242000046, 29.585878943000065 ], [ 106.173446443000046, 29.585971548000096 ], [ 106.173430253000049, 29.586059957000089 ], [ 106.173430624000048, 29.586092051000037 ], [ 106.173454966000065, 29.586232060000043 ], [ 106.173486122000043, 29.586279930000046 ], [ 106.173520212000028, 29.586334550000064 ], [ 106.173523955000064, 29.586375886000045 ], [ 106.173511229000042, 29.586404529000049 ], [ 106.173490295000079, 29.586428965000032 ], [ 106.173444798000048, 29.586446486000057 ], [ 106.173389428000064, 29.586456961000067 ], [ 106.173342118000051, 29.586458806000049 ], [ 106.17325893900005, 29.586463821000059 ], [ 106.173206717000028, 29.586464282000069 ], [ 106.173172347000047, 29.58645602700005 ], [ 106.173134367000046, 29.586417846000067 ], [ 106.173090182000067, 29.586353460000055 ], [ 106.172961391000058, 29.586463223000063 ], [ 106.172861208000029, 29.586536832000036 ], [ 106.172832124000081, 29.586584997000042 ], [ 106.172827488000053, 29.58661792700007 ], [ 106.172833088000061, 29.586668307000075 ], [ 106.172863694000057, 29.586711889000071 ], [ 106.172944341000061, 29.586744065000055 ], [ 106.173035895000055, 29.586743256000094 ], [ 106.173151290000078, 29.586743333000069 ], [ 106.173195320000048, 29.586743223000045 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.171940837000079, 29.588708064000059 ], [ 106.171955277000052, 29.588668892000044 ], [ 106.171955036000043, 29.588648066000072 ], [ 106.171954735000043, 29.588622033000028 ], [ 106.171951546000059, 29.588603836000061 ], [ 106.171938446000084, 29.588575824000085 ], [ 106.171916044000056, 29.588580384000064 ], [ 106.171880109000028, 29.588581654000052 ], [ 106.171780008000042, 29.58859205900006 ], [ 106.171731849000025, 29.588603909000089 ], [ 106.171723325000073, 29.588620488000061 ], [ 106.171707716000071, 29.588652364000037 ], [ 106.171690610000041, 29.588680444000087 ], [ 106.171667549000063, 29.588695882000074 ], [ 106.171650179000039, 29.588701113000067 ], [ 106.171631299000069, 29.588701280000077 ], [ 106.171612330000073, 29.588693830000071 ], [ 106.171584458000041, 29.588669956000047 ], [ 106.171559298000048, 29.588629553000086 ], [ 106.171516094000026, 29.588535990000086 ], [ 106.171512735000078, 29.588496665000033 ], [ 106.171539495000047, 29.588424067000062 ], [ 106.171557949000032, 29.588387087000065 ], [ 106.171560296000052, 29.588338825000051 ], [ 106.171558448000042, 29.588304564000055 ], [ 106.171556747000068, 29.588282998000064 ], [ 106.17155649700004, 29.588261418000059 ], [ 106.171569348000048, 29.588242262000044 ], [ 106.171575100000041, 29.588237133000057 ], [ 106.171624552000026, 29.588243044000084 ], [ 106.171682807000082, 29.58825649500006 ], [ 106.171728896000047, 29.588264551000066 ], [ 106.171838034000075, 29.588245881000031 ], [ 106.171838046000062, 29.588192742000043 ], [ 106.171792370000063, 29.58819112000009 ], [ 106.171761801000073, 29.588195508000062 ], [ 106.171735848000026, 29.588191619000035 ], [ 106.171695717000034, 29.588183741000066 ], [ 106.171674379000081, 29.588171577000086 ], [ 106.171660105000058, 29.588159351000051 ], [ 106.171645689000059, 29.588134775000071 ], [ 106.171645428000033, 29.588112132000049 ], [ 106.171640146000072, 29.588062772000058 ], [ 106.171639599000059, 29.588015429000059 ], [ 106.171655562000069, 29.587969998000052 ], [ 106.171694052000078, 29.587835848000054 ], [ 106.171730901000046, 29.587763471000073 ], [ 106.171758235000027, 29.587682944000047 ], [ 106.171757854000077, 29.587650010000058 ], [ 106.171731781000062, 29.587635828000082 ], [ 106.17170825400008, 29.587638096000038 ], [ 106.17169904800005, 29.587656704000032 ], [ 106.171694625000043, 29.587681447000072 ], [ 106.17166441300003, 29.587716710000056 ], [ 106.171615288000055, 29.587745964000081 ], [ 106.171560319000037, 29.587756419000065 ], [ 106.171552156000075, 29.58782589600008 ], [ 106.171551290000082, 29.587874628000058 ], [ 106.171539587000041, 29.587914911000048 ], [ 106.171570470000063, 29.587943987000077 ], [ 106.17157303900008, 29.587962492000084 ], [ 106.171534168000051, 29.58806370700006 ], [ 106.171501506000041, 29.588090758000085 ], [ 106.171415724000042, 29.588208856000058 ], [ 106.17136640800004, 29.588425446000091 ], [ 106.171375780000062, 29.588625049000083 ], [ 106.171404636000034, 29.588676260000057 ], [ 106.171419194000066, 29.588713186000064 ], [ 106.171464440000079, 29.588756018000083 ], [ 106.17154501300007, 29.588798538000052 ], [ 106.171585049000043, 29.588798185000091 ], [ 106.171715812000059, 29.588813871000077 ], [ 106.171729418000041, 29.58878394300007 ], [ 106.171747491000076, 29.588764023000071 ], [ 106.171769872000027, 29.588744063000046 ], [ 106.171795589000055, 29.588733484000038 ], [ 106.171844915000065, 29.58871611000006 ], [ 106.17187375400006, 29.588708657000048 ], [ 106.171911167000076, 29.58870832600007 ], [ 106.171940837000079, 29.588708064000059 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.171598765000056, 29.589570587000075 ], [ 106.171637408000038, 29.589566267000066 ], [ 106.171717328000071, 29.589535112000082 ], [ 106.171807604000037, 29.589482684000068 ], [ 106.171935426000061, 29.589435220000034 ], [ 106.172031653000033, 29.589406238000031 ], [ 106.172191139000063, 29.589280717000051 ], [ 106.172256124000057, 29.589210639000036 ], [ 106.172276662000058, 29.589144678000093 ], [ 106.172272890000045, 29.589064039000057 ], [ 106.172242512000025, 29.589015902000082 ], [ 106.172187231000066, 29.588989754000067 ], [ 106.172178967000036, 29.589019940000078 ], [ 106.172151400000075, 29.589056884000058 ], [ 106.172062708000055, 29.589115071000048 ], [ 106.172014491000041, 29.589135258000056 ], [ 106.171958575000076, 29.589141398000031 ], [ 106.171890696000048, 29.589137292000093 ], [ 106.17186496000005, 29.58920914000004 ], [ 106.171814667000035, 29.589265776000051 ], [ 106.171749929000043, 29.589332081000059 ], [ 106.171668014000034, 29.589381574000072 ], [ 106.171556235000025, 29.589488875000086 ], [ 106.171532385000035, 29.589522182000046 ], [ 106.171532527000082, 29.589534505000071 ], [ 106.171532629000069, 29.589543362000096 ], [ 106.171557153000037, 29.589568299000067 ], [ 106.171585975000028, 29.589572016000083 ], [ 106.171598765000056, 29.589570587000075 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.171772267000051, 29.588981726000043 ], [ 106.17173970500005, 29.588928773000077 ], [ 106.171730098000069, 29.588904406000033 ], [ 106.171542127000066, 29.588872814000069 ], [ 106.171474980000028, 29.588864616000084 ], [ 106.171431332000054, 29.588859140000061 ], [ 106.171360562000075, 29.588827532000035 ], [ 106.171326701000055, 29.588798528000044 ], [ 106.171217972000079, 29.588673485000072 ], [ 106.171190003000049, 29.588574103000045 ], [ 106.171197658000054, 29.588365985000053 ], [ 106.171219195000049, 29.588198769000094 ], [ 106.17128861100008, 29.588113179000057 ], [ 106.171391482000047, 29.588021432000069 ], [ 106.171424835000053, 29.588006487000076 ], [ 106.171451383000033, 29.587982810000089 ], [ 106.171465574000081, 29.587965461000071 ], [ 106.17144793600005, 29.587960494000075 ], [ 106.171427667000046, 29.587938185000048 ], [ 106.171367914000029, 29.587838766000061 ], [ 106.171291500000052, 29.587781971000076 ], [ 106.171266986000035, 29.587763447000036 ], [ 106.171251034000079, 29.587743599000081 ], [ 106.171212421000064, 29.587746320000058 ], [ 106.171170282000048, 29.587758703000077 ], [ 106.171130383000062, 29.587782153000035 ], [ 106.171082317000071, 29.587830620000098 ], [ 106.17100507300006, 29.587915378000048 ], [ 106.170947495000078, 29.587963930000051 ], [ 106.170906989000059, 29.588026189000058 ], [ 106.170882058000075, 29.588064289000048 ], [ 106.170862360000058, 29.588097724000075 ], [ 106.170853596000029, 29.588139451000082 ], [ 106.170856075000074, 29.588239798000082 ], [ 106.170869531000051, 29.588376978000046 ], [ 106.170886643000074, 29.588431569000079 ], [ 106.170930457000054, 29.58851473400005 ], [ 106.170959355000036, 29.58859082900004 ], [ 106.170968655000081, 29.588646929000049 ], [ 106.170959416000073, 29.588703192000072 ], [ 106.170950264000055, 29.588767017000073 ], [ 106.170948366000061, 29.588858513000041 ], [ 106.170948735000081, 29.588890490000043 ], [ 106.170934181000064, 29.588919381000043 ], [ 106.170939555000075, 29.588925334000063 ], [ 106.170968345000063, 29.588967284000031 ], [ 106.17098867700004, 29.588997666000065 ], [ 106.171002231000045, 29.589017920000057 ], [ 106.171004086000039, 29.589039032000059 ], [ 106.171045591000052, 29.589047352000073 ], [ 106.171181826000065, 29.589090576000043 ], [ 106.171387257000049, 29.589116842000067 ], [ 106.171475332000057, 29.58911918400009 ], [ 106.171595769000078, 29.589116301000043 ], [ 106.171684742000025, 29.589093417000075 ], [ 106.171723047000057, 29.589061881000077 ], [ 106.171756606000031, 29.589005688000046 ], [ 106.171772267000051, 29.588981726000043 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.171715812000059, 29.588813871000077 ], [ 106.171585049000043, 29.588798185000091 ], [ 106.17154501300007, 29.588798538000052 ], [ 106.171464440000079, 29.588756018000083 ], [ 106.171419194000066, 29.588713186000064 ], [ 106.171404636000034, 29.588676260000057 ], [ 106.171375780000062, 29.588625049000083 ], [ 106.17136640800004, 29.588425446000091 ], [ 106.171415724000042, 29.588208856000058 ], [ 106.171501506000041, 29.588090758000085 ], [ 106.171534168000051, 29.58806370700006 ], [ 106.17157303900008, 29.587962492000084 ], [ 106.171570470000063, 29.587943987000077 ], [ 106.171539587000041, 29.587914911000048 ], [ 106.171538917000078, 29.587917214000072 ], [ 106.171520669000074, 29.587946110000075 ], [ 106.171509408000077, 29.587961201000041 ], [ 106.171493759000043, 29.587967586000044 ], [ 106.17146944700005, 29.587966551000072 ], [ 106.171465574000081, 29.587965461000071 ], [ 106.171451383000033, 29.587982810000089 ], [ 106.171424835000053, 29.588006487000076 ], [ 106.171391482000047, 29.588021432000069 ], [ 106.17128861100008, 29.588113179000057 ], [ 106.171219195000049, 29.588198769000094 ], [ 106.171197658000054, 29.588365985000053 ], [ 106.171190003000049, 29.588574103000045 ], [ 106.171217972000079, 29.588673485000072 ], [ 106.171326701000055, 29.588798528000044 ], [ 106.171360562000075, 29.588827532000035 ], [ 106.171431332000054, 29.588859140000061 ], [ 106.171474980000028, 29.588864616000084 ], [ 106.171542127000066, 29.588872814000069 ], [ 106.171730098000069, 29.588904406000033 ], [ 106.171714193000071, 29.588864066000042 ], [ 106.171710518000054, 29.588825516000046 ], [ 106.171715812000059, 29.588813871000077 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.169982520000076, 29.58963684500009 ], [ 106.170053171000063, 29.589596762000035 ], [ 106.170106028000077, 29.589559914000059 ], [ 106.170202896000035, 29.589441182000094 ], [ 106.170265912000048, 29.589274723000067 ], [ 106.170337303000053, 29.589112557000082 ], [ 106.170380153000067, 29.589074341000071 ], [ 106.170418160000054, 29.589049266000078 ], [ 106.170436653000081, 29.589038254000062 ], [ 106.170365970000034, 29.588994374000048 ], [ 106.170300417000078, 29.588960227000094 ], [ 106.170216036000056, 29.588947080000086 ], [ 106.170176293000054, 29.588946042000074 ], [ 106.170139744000053, 29.588946364000041 ], [ 106.170100034000029, 29.58894810300006 ], [ 106.169993854000055, 29.588974041000085 ], [ 106.169870548000063, 29.589030689000086 ], [ 106.169801301000064, 29.589089639000065 ], [ 106.169537204000051, 29.589340601000053 ], [ 106.169499114000075, 29.589345104000078 ], [ 106.169420690000038, 29.589337528000044 ], [ 106.169421875000069, 29.589343528000086 ], [ 106.169432965000055, 29.589399713000031 ], [ 106.169445711000037, 29.589422513000052 ], [ 106.169454766000058, 29.589438710000078 ], [ 106.169489549000048, 29.58949252200005 ], [ 106.169513292000047, 29.589514707000028 ], [ 106.169567031000042, 29.589545958000073 ], [ 106.169762344000048, 29.589633813000027 ], [ 106.169841422000047, 29.589640581000083 ], [ 106.169911875000025, 29.58963996000006 ], [ 106.169978059000073, 29.589639376000036 ], [ 106.169982520000076, 29.58963684500009 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.170320598000046, 29.587558061000035 ], [ 106.170308746000046, 29.587519654000065 ], [ 106.170267542000033, 29.587391352000047 ], [ 106.170229170000027, 29.587305913000069 ], [ 106.170242348000045, 29.587232862000057 ], [ 106.170269866000069, 29.587185188000035 ], [ 106.170312241000047, 29.587127569000074 ], [ 106.170390308000037, 29.587048213000067 ], [ 106.170439198000054, 29.586999318000039 ], [ 106.170483260000026, 29.586921648000047 ], [ 106.170486895000067, 29.586846955000048 ], [ 106.170483534000027, 29.586815548000068 ], [ 106.170474347000052, 29.586798601000051 ], [ 106.170432346000041, 29.58679504100008 ], [ 106.170405524000046, 29.586801592000079 ], [ 106.17031152800007, 29.586809973000072 ], [ 106.170244539000066, 29.586829026000089 ], [ 106.170228354000074, 29.586840917000075 ], [ 106.170227529000044, 29.586852674000056 ], [ 106.170227572000044, 29.586856379000039 ], [ 106.170227647000061, 29.586862898000049 ], [ 106.170227781000051, 29.586874490000064 ], [ 106.17023402500007, 29.586916395000063 ], [ 106.170234248000042, 29.586935694000093 ], [ 106.170216864000054, 29.586954589000072 ], [ 106.170127816000047, 29.587003488000047 ], [ 106.170071674000042, 29.587019648000084 ], [ 106.17005004300006, 29.587031028000077 ], [ 106.170041379000054, 29.587056839000063 ], [ 106.170018584000047, 29.587078300000083 ], [ 106.169944518000079, 29.58709424400007 ], [ 106.16988673000003, 29.587115640000039 ], [ 106.169837389000065, 29.587129502000035 ], [ 106.169796462000079, 29.587132847000074 ], [ 106.169746967000037, 29.587133283000071 ], [ 106.169719453000027, 29.587115622000052 ], [ 106.169691543000056, 29.58706365200004 ], [ 106.16967349500004, 29.586978773000059 ], [ 106.169672945000059, 29.586931037000053 ], [ 106.169668843000068, 29.586871397000039 ], [ 106.169666203000077, 29.586859639000057 ], [ 106.169652190000093, 29.586797230000062 ], [ 106.169647609000037, 29.586776830000073 ], [ 106.169647306000059, 29.586750548000051 ], [ 106.169635283000048, 29.586656265000045 ], [ 106.169624422000027, 29.58657201800008 ], [ 106.169596550000051, 29.586572264000043 ], [ 106.169566989000032, 29.586568224000075 ], [ 106.16948969200007, 29.586543385000088 ], [ 106.169458339000073, 29.586601385000048 ], [ 106.169397556000035, 29.586710371000041 ], [ 106.169390055000065, 29.586754168000084 ], [ 106.169343723000054, 29.586901510000075 ], [ 106.169335129000046, 29.587024031000059 ], [ 106.169368216000066, 29.587116448000071 ], [ 106.169433441000081, 29.587219078000082 ], [ 106.169514090000064, 29.587270844000042 ], [ 106.16956041800006, 29.587296675000047 ], [ 106.169624756000076, 29.587322345000079 ], [ 106.169679029000065, 29.58734285800006 ], [ 106.169732231000069, 29.587387461000048 ], [ 106.169825107000065, 29.587386308000081 ], [ 106.169919779000068, 29.587402678000043 ], [ 106.170026406000034, 29.587428762000059 ], [ 106.170156467000041, 29.587497884000072 ], [ 106.170220168000071, 29.58755381300006 ], [ 106.170262772000058, 29.587693975000029 ], [ 106.170278548000056, 29.587831617000059 ], [ 106.17027835500005, 29.587951489000091 ], [ 106.170285071000094, 29.588066402000042 ], [ 106.170290821000037, 29.588127038000042 ], [ 106.170277815000077, 29.588170173000037 ], [ 106.170261794000055, 29.588185176000081 ], [ 106.170239207000066, 29.588192452000044 ], [ 106.170201262000035, 29.588201986000051 ], [ 106.170177826000042, 29.58820573100008 ], [ 106.17013466800006, 29.588231327000074 ], [ 106.170098921000033, 29.588293708000037 ], [ 106.170094267000081, 29.588389365000062 ], [ 106.170120067000028, 29.588462946000035 ], [ 106.170174574000043, 29.588529565000041 ], [ 106.170317649000026, 29.588620565000035 ], [ 106.170425484000077, 29.58865148600006 ], [ 106.170567669000036, 29.588665330000083 ], [ 106.170678974000054, 29.588664348000066 ], [ 106.170767020000028, 29.588643442000031 ], [ 106.170805091000034, 29.588616267000067 ], [ 106.170816217000038, 29.588582619000082 ], [ 106.17080435400004, 29.588552529000079 ], [ 106.170775395000078, 29.588537688000084 ], [ 106.170746473000065, 29.588526200000036 ], [ 106.17071375200004, 29.588518101000094 ], [ 106.170636777000027, 29.588500328000073 ], [ 106.170475227000068, 29.588471558000037 ], [ 106.170401994000031, 29.588445364000055 ], [ 106.170363399000067, 29.588427252000091 ], [ 106.17032468900004, 29.588399076000087 ], [ 106.170316568000032, 29.58836056600007 ], [ 106.170314087000065, 29.588311941000072 ], [ 106.170326843000055, 29.588253117000079 ], [ 106.170377768000037, 29.588175504000048 ], [ 106.170401139000049, 29.588094220000073 ], [ 106.170412333000058, 29.587955450000038 ], [ 106.170341406000034, 29.587625498000065 ], [ 106.170320598000046, 29.587558061000035 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.157494580000048, 29.599039608000055 ], [ 106.157492514000069, 29.599038635000056 ], [ 106.157419915000048, 29.599000067000084 ], [ 106.157374635000053, 29.598962965000055 ], [ 106.157360479000033, 29.598918775000072 ], [ 106.157346284000027, 29.598871176000046 ], [ 106.157345856000063, 29.598833683000066 ], [ 106.157359020000058, 29.598790958000052 ], [ 106.157403170000066, 29.598729215000048 ], [ 106.157422269000051, 29.598697522000069 ], [ 106.157370850000063, 29.598722072000029 ], [ 106.157337657000028, 29.59873596400007 ], [ 106.157227117000048, 29.598791336000083 ], [ 106.157024339000031, 29.598906929000066 ], [ 106.157006436000074, 29.59893705200005 ], [ 106.156969285000059, 29.598993728000046 ], [ 106.156940848000033, 29.599034781000057 ], [ 106.156921150000073, 29.599062157000052 ], [ 106.156903697000075, 29.599091457000046 ], [ 106.156897315000037, 29.599116773000059 ], [ 106.156895403000078, 29.599143994000084 ], [ 106.156914120000081, 29.59922544300008 ], [ 106.156945533000055, 29.599250430000048 ], [ 106.157010384000046, 29.59928289800007 ], [ 106.157041531000061, 29.599284569000073 ], [ 106.157090376000042, 29.599278314000063 ], [ 106.15718786500004, 29.59924831700004 ], [ 106.157324774000074, 29.599165511000074 ], [ 106.157408657000076, 29.599112315000067 ], [ 106.157448320000071, 29.599080878000045 ], [ 106.157494580000048, 29.599039608000055 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.157422269000051, 29.598697522000069 ], [ 106.15748164300004, 29.59859899800006 ], [ 106.157493737000038, 29.59846254100006 ], [ 106.157518309000068, 29.59839415100004 ], [ 106.157535507000034, 29.598366255000087 ], [ 106.157486884000036, 29.598378905000065 ], [ 106.157471549000036, 29.598384808000052 ], [ 106.157447392000051, 29.598388864000057 ], [ 106.157412190000059, 29.598389171000061 ], [ 106.157401145000051, 29.598385422000039 ], [ 106.157374480000044, 29.598362579000078 ], [ 106.157360955000058, 29.598141556000087 ], [ 106.157363142000065, 29.597985658000088 ], [ 106.157350448000045, 29.598022048000072 ], [ 106.157338937000077, 29.598053261000079 ], [ 106.15730093600007, 29.598102855000029 ], [ 106.157229948000065, 29.598121624000036 ], [ 106.157206217000066, 29.598121831000071 ], [ 106.157126122000079, 29.598122529000083 ], [ 106.157078570000067, 29.598115165000078 ], [ 106.156998121000072, 29.598084753000084 ], [ 106.156801654000049, 29.59802683200007 ], [ 106.156724527000065, 29.598027505000065 ], [ 106.156691807000072, 29.598020012000067 ], [ 106.156661758000055, 29.597986567000063 ], [ 106.156649389000052, 29.597942598000088 ], [ 106.156633729000092, 29.597870137000086 ], [ 106.156615604000081, 29.59784177500007 ], [ 106.156579770000079, 29.597821345000053 ], [ 106.156574803000069, 29.597820954000046 ], [ 106.15655007600003, 29.597819011000063 ], [ 106.156511572000056, 29.597824532000054 ], [ 106.156476329000043, 29.597855952000092 ], [ 106.156461852000064, 29.597887192000087 ], [ 106.156391574000054, 29.597968180000059 ], [ 106.156356154000036, 29.597984045000082 ], [ 106.156302876000041, 29.597994880000048 ], [ 106.156222752000076, 29.597992986000058 ], [ 106.156112698000072, 29.597968017000088 ], [ 106.156019677000074, 29.597967870000051 ], [ 106.156017831000042, 29.59797402800006 ], [ 106.155994543000077, 29.59801312300004 ], [ 106.15594856000007, 29.598077803000088 ], [ 106.155968232000077, 29.598098210000057 ], [ 106.156072607000056, 29.598201107000069 ], [ 106.156216347000054, 29.598426187000083 ], [ 106.156260347000057, 29.598527909000026 ], [ 106.156294513000034, 29.598621207000068 ], [ 106.156298309000078, 29.59870817500007 ], [ 106.15639565500004, 29.598800526000048 ], [ 106.156442675000051, 29.598829264000077 ], [ 106.156480736000049, 29.598852250000046 ], [ 106.156525311000053, 29.59886157700004 ], [ 106.156551990000025, 29.598861345000042 ], [ 106.156585272000029, 29.598855225000076 ], [ 106.156627269000083, 29.598833485000057 ], [ 106.156730208000056, 29.598696567000047 ], [ 106.156841818000032, 29.598540143000037 ], [ 106.156870365000032, 29.598508804000065 ], [ 106.15689695500005, 29.598500799000082 ], [ 106.156970299000079, 29.598498217000035 ], [ 106.157023834000029, 29.598513295000082 ], [ 106.157131324000034, 29.59858036800005 ], [ 106.157136214000047, 29.598619189000079 ], [ 106.157136613000034, 29.598654162000052 ], [ 106.157132966000063, 29.598724147000041 ], [ 106.157024339000031, 29.598906929000066 ], [ 106.157227117000048, 29.598791336000083 ], [ 106.157337657000028, 29.59873596400007 ], [ 106.157370850000063, 29.598722072000029 ], [ 106.157422269000051, 29.598697522000069 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.156016731000079, 29.597877626000081 ], [ 106.156050705000041, 29.597877330000067 ], [ 106.156066417000034, 29.597866119000059 ], [ 106.156088337000028, 29.597843780000055 ], [ 106.156094609000036, 29.597838188000079 ], [ 106.156113299000026, 29.59781034000008 ], [ 106.156118679000031, 29.597802573000077 ], [ 106.155986217000077, 29.597778224000081 ], [ 106.155957298000047, 29.597742484000037 ], [ 106.155828291000034, 29.597541503000059 ], [ 106.155805392000048, 29.597478025000036 ], [ 106.155805013000077, 29.597444806000052 ], [ 106.155804540000076, 29.597403281000087 ], [ 106.155809738000073, 29.597303568000083 ], [ 106.155840877000074, 29.597256231000074 ], [ 106.155881803000057, 29.59723372600007 ], [ 106.155916457000046, 29.597216813000049 ], [ 106.155941766000069, 29.59721382400005 ], [ 106.155992864000041, 29.597198641000027 ], [ 106.15596679100004, 29.597185920000072 ], [ 106.155886592000058, 29.597098024000051 ], [ 106.15586103000004, 29.597078867000047 ], [ 106.155819757000074, 29.597070921000061 ], [ 106.155781747000049, 29.597071252000035 ], [ 106.155693055000029, 29.597072024000056 ], [ 106.155599783000071, 29.597049695000067 ], [ 106.15558582400007, 29.59709800200006 ], [ 106.155571186000046, 29.597109190000079 ], [ 106.155507981000028, 29.597117643000054 ], [ 106.155497928000045, 29.597184466000044 ], [ 106.155460707000032, 29.597254004000035 ], [ 106.155461054000057, 29.597284455000079 ], [ 106.15549031900008, 29.597350646000052 ], [ 106.155535359000069, 29.597411162000071 ], [ 106.155677068000045, 29.59761480200007 ], [ 106.155901418000042, 29.597842639000071 ], [ 106.156009526000048, 29.597877689000082 ], [ 106.156016731000079, 29.597877626000081 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.154185052000059, 29.597955113000065 ], [ 106.154161252000051, 29.597951655000092 ], [ 106.15409009900003, 29.597890697000086 ], [ 106.154011080000032, 29.597826387000055 ], [ 106.153936248000036, 29.597785987000062 ], [ 106.153794789000074, 29.597777951000072 ], [ 106.153784500000029, 29.59792711300009 ], [ 106.153767191000043, 29.597952903000081 ], [ 106.153743840000061, 29.597963362000087 ], [ 106.153729201000033, 29.597966053000047 ], [ 106.153626645000045, 29.597977201000052 ], [ 106.153603469000075, 29.598003042000073 ], [ 106.153589034000049, 29.598023679000054 ], [ 106.153592289000073, 29.598051855000051 ], [ 106.153613174000043, 29.598082441000084 ], [ 106.153672282000073, 29.598120387000041 ], [ 106.153749107000067, 29.598168434000051 ], [ 106.153872374000059, 29.598172491000078 ], [ 106.153983847000063, 29.598171521000033 ], [ 106.154039438000041, 29.598158218000044 ], [ 106.154144724000062, 29.598129099000055 ], [ 106.154176613000061, 29.598095490000048 ], [ 106.154188084000054, 29.598072314000028 ], [ 106.154190580000034, 29.598033833000045 ], [ 106.154185052000059, 29.597955113000065 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.153779669000073, 29.602103465000084 ], [ 106.153783906000058, 29.602032948000044 ], [ 106.153763019000053, 29.601969258000054 ], [ 106.153734747000044, 29.601921050000048 ], [ 106.153704106000077, 29.601886075000042 ], [ 106.153673640000079, 29.601866517000076 ], [ 106.153630774000078, 29.601864688000035 ], [ 106.153580374000057, 29.601865126000071 ], [ 106.153522438000039, 29.601867833000082 ], [ 106.153439277000075, 29.601868555000067 ], [ 106.153403997000069, 29.601868861000074 ], [ 106.153298181000025, 29.601871984000066 ], [ 106.153162099000042, 29.601873166000075 ], [ 106.153106760000071, 29.601882457000045 ], [ 106.153051645000062, 29.601911568000048 ], [ 106.15303669900004, 29.601927115000073 ], [ 106.153034505000051, 29.601955767000046 ], [ 106.153047432000051, 29.601984287000054 ], [ 106.153189429000065, 29.602060140000045 ], [ 106.153224710000075, 29.602059834000045 ], [ 106.153310391000048, 29.602059089000083 ], [ 106.153400962000035, 29.602045087000075 ], [ 106.153474093000071, 29.602048856000064 ], [ 106.153651523000065, 29.602137616000046 ], [ 106.153712205000033, 29.602154709000047 ], [ 106.153762505000032, 29.602145462000063 ], [ 106.153772460000027, 29.602134362000079 ], [ 106.153779669000073, 29.602103465000084 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.157065376000048, 29.600876208000038 ], [ 106.156995213000087, 29.600836411000049 ], [ 106.156965982000031, 29.600822550000085 ], [ 106.156917210000074, 29.600794746000069 ], [ 106.156875059000072, 29.600780998000062 ], [ 106.15681679100004, 29.600770214000079 ], [ 106.156803774000025, 29.600761858000055 ], [ 106.156766736000066, 29.600743407000039 ], [ 106.156738578000045, 29.600745546000045 ], [ 106.156695570000068, 29.600776234000069 ], [ 106.15665733100009, 29.600844772000059 ], [ 106.156645016000027, 29.600905505000057 ], [ 106.156639680000083, 29.601007859000045 ], [ 106.156631423000078, 29.601049971000066 ], [ 106.156619098000078, 29.601127276000057 ], [ 106.156595476000064, 29.601206055000034 ], [ 106.156585204000066, 29.601260908000086 ], [ 106.156582779000075, 29.601287120000055 ], [ 106.156582841000045, 29.601337972000064 ], [ 106.156628494000074, 29.601325724000056 ], [ 106.15665871200008, 29.601320167000036 ], [ 106.156690405000063, 29.601311290000066 ], [ 106.156720600000028, 29.601303750000049 ], [ 106.156744785000058, 29.601300231000039 ], [ 106.156764480000049, 29.601301383000081 ], [ 106.156783458000064, 29.601305848000042 ], [ 106.15680020800005, 29.601314303000049 ], [ 106.156853550000051, 29.601344932000067 ], [ 106.156890890000057, 29.601362626000068 ], [ 106.156918716000078, 29.601209715000035 ], [ 106.157035004000079, 29.600926400000048 ], [ 106.157065376000048, 29.600876208000038 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.156766736000066, 29.600743407000039 ], [ 106.156764790000068, 29.600742437000058 ], [ 106.156751032000045, 29.600669159000066 ], [ 106.156754036000052, 29.600649371000081 ], [ 106.156808496000053, 29.600609374000044 ], [ 106.156876163000049, 29.600594669000085 ], [ 106.156934302000082, 29.600594163000043 ], [ 106.157043992000069, 29.600581914000088 ], [ 106.157095415000072, 29.60055888200008 ], [ 106.15714654500006, 29.600510445000047 ], [ 106.157261696000035, 29.600410635000053 ], [ 106.157371128000079, 29.600375805000049 ], [ 106.15752296800008, 29.600377304000055 ], [ 106.157558499000061, 29.600376994000037 ], [ 106.157590895000055, 29.600385180000039 ], [ 106.157623355000055, 29.600399012000082 ], [ 106.157717766000076, 29.60046311800005 ], [ 106.157854745000066, 29.600577667000039 ], [ 106.158017114000074, 29.600652471000039 ], [ 106.158057214000067, 29.600678621000039 ], [ 106.158097659000092, 29.600688452000046 ], [ 106.158168523000029, 29.600694346000061 ], [ 106.158196411000077, 29.60068921800007 ], [ 106.158224168000061, 29.600672694000085 ], [ 106.158310180000058, 29.600536805000047 ], [ 106.158342490000052, 29.600517571000072 ], [ 106.158333148000054, 29.600511558000051 ], [ 106.158300476000079, 29.600485573000068 ], [ 106.158284060000028, 29.600465506000038 ], [ 106.158260477000056, 29.60042529500004 ], [ 106.158219032000034, 29.600334328000084 ], [ 106.158178431000067, 29.600349230000067 ], [ 106.15816000500007, 29.600357005000031 ], [ 106.15805669000008, 29.600370280000053 ], [ 106.157970495000029, 29.600356755000064 ], [ 106.157943171000056, 29.600348427000089 ], [ 106.157916883000041, 29.60033533100005 ], [ 106.157827803000032, 29.600259965000063 ], [ 106.157810979000033, 29.600217279000049 ], [ 106.157807495000043, 29.600198273000046 ], [ 106.157801701000054, 29.600167867000042 ], [ 106.157789341000083, 29.600134660000037 ], [ 106.15777936700006, 29.600119518000042 ], [ 106.157765433000066, 29.60010164300007 ], [ 106.157761681000068, 29.600096829000051 ], [ 106.157592745000045, 29.599990748000046 ], [ 106.157574112000077, 29.599980441000071 ], [ 106.15754142100009, 29.599978823000075 ], [ 106.157493558000056, 29.599984 ], [ 106.157424046000074, 29.600000786000063 ], [ 106.15728204800007, 29.600060085000056 ], [ 106.157241819000035, 29.600066146000071 ], [ 106.157213407000029, 29.600057828000047 ], [ 106.157188176000034, 29.600041867000073 ], [ 106.157154177000052, 29.600021224000038 ], [ 106.157108014000073, 29.599984507000038 ], [ 106.157086191000076, 29.599980889000047 ], [ 106.157051332000037, 29.599980242000072 ], [ 106.157013250000034, 29.599983428000087 ], [ 106.156971997000042, 29.599995210000088 ], [ 106.15682165700008, 29.600086942000072 ], [ 106.156736396000042, 29.600155264000076 ], [ 106.156662252000046, 29.600243477000046 ], [ 106.156651883000052, 29.600289254000071 ], [ 106.156646841000054, 29.600324515000072 ], [ 106.156650441000068, 29.60044917100004 ], [ 106.156637731000046, 29.60048069100009 ], [ 106.156625981000047, 29.600500782000044 ], [ 106.156608773000073, 29.600519968000068 ], [ 106.156595813000081, 29.60052959900008 ], [ 106.156568893000042, 29.600556484000037 ], [ 106.156539846000044, 29.60058814700006 ], [ 106.156528053000045, 29.600604431000075 ], [ 106.156519589000027, 29.600626396000052 ], [ 106.156507022000028, 29.600670289000053 ], [ 106.156512944000042, 29.600712117000057 ], [ 106.156548531000055, 29.600776531000065 ], [ 106.156589473000054, 29.600928463000045 ], [ 106.156631423000078, 29.601049971000066 ], [ 106.156639680000083, 29.601007859000045 ], [ 106.156645016000027, 29.600905505000057 ], [ 106.15665733100009, 29.600844772000059 ], [ 106.156695570000068, 29.600776234000069 ], [ 106.156738578000045, 29.600745546000045 ], [ 106.156766736000066, 29.600743407000039 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.158857426000054, 29.614931897000073 ], [ 106.158840257000065, 29.614865596000069 ], [ 106.158843474000037, 29.614827234000067 ], [ 106.158864969000035, 29.614788712000063 ], [ 106.158883337000077, 29.614770288000045 ], [ 106.158709768000051, 29.614667281000038 ], [ 106.158656002000058, 29.614634427000052 ], [ 106.158625065000095, 29.614596931000055 ], [ 106.158604322000031, 29.614561568000049 ], [ 106.158598551000068, 29.614501637000057 ], [ 106.158592934000083, 29.614455035000056 ], [ 106.158592400000032, 29.614408386000033 ], [ 106.15859438400004, 29.61435949500008 ], [ 106.15860856900008, 29.614266067000077 ], [ 106.158623466000051, 29.61423483600004 ], [ 106.158636100000081, 29.614228061000073 ], [ 106.158666555000082, 29.614223351000078 ], [ 106.158712416000071, 29.614231837000084 ], [ 106.158740403000081, 29.614233814000045 ], [ 106.158786162000069, 29.614233415000051 ], [ 106.158829327000035, 29.614228594000046 ], [ 106.158854647000055, 29.614219487000071 ], [ 106.158894990000078, 29.614190255000043 ], [ 106.158907370000065, 29.614161268000089 ], [ 106.158907040000031, 29.614132390000073 ], [ 106.158901550000053, 29.61409689300006 ], [ 106.158883526000068, 29.614077057000085 ], [ 106.158880648000036, 29.614074877000064 ], [ 106.158816846000036, 29.614026544000076 ], [ 106.158757386000048, 29.613940424000077 ], [ 106.158715096000037, 29.613873863000048 ], [ 106.158640882000043, 29.613757054000068 ], [ 106.158632799000046, 29.613717137000034 ], [ 106.158647697000049, 29.613685905000068 ], [ 106.158655271000057, 29.613681396000061 ], [ 106.158690861000025, 29.613681085000053 ], [ 106.158759371000031, 29.613669379000044 ], [ 106.15885279500003, 29.613613025000063 ], [ 106.158913728000073, 29.613605828000061 ], [ 106.158969654000032, 29.613605340000049 ], [ 106.159007786000075, 29.613605006000061 ], [ 106.159048639000048, 29.613620200000057 ], [ 106.159069127000066, 29.61363335100009 ], [ 106.15908201600007, 29.613648789000084 ], [ 106.15908483700008, 29.613673201000044 ], [ 106.159077592000074, 29.613706587000081 ], [ 106.15906020400007, 29.613742284000065 ], [ 106.159048154000061, 29.613800149000038 ], [ 106.159048891000054, 29.613864567000068 ], [ 106.159054357000059, 29.613897842000085 ], [ 106.159075075000032, 29.613930984000028 ], [ 106.159088016000055, 29.613933947000074 ], [ 106.15910311500005, 29.613937404000072 ], [ 106.159133417000078, 29.613919367000047 ], [ 106.15927389400008, 29.613753746000043 ], [ 106.159389612000041, 29.613646101000079 ], [ 106.159451562000072, 29.613505603000078 ], [ 106.159523530000058, 29.61335168800008 ], [ 106.159548315000052, 29.613295934000057 ], [ 106.159558177000065, 29.61326918900005 ], [ 106.159573125000065, 29.613242400000047 ], [ 106.159585632000073, 29.613224518000035 ], [ 106.15959562300003, 29.613208880000052 ], [ 106.159605613000068, 29.613193242000079 ], [ 106.159623255000042, 29.61317976000004 ], [ 106.159658768000043, 29.613172784000081 ], [ 106.159676537000053, 29.613170407000041 ], [ 106.159696874000076, 29.613170229000058 ], [ 106.159751349000032, 29.613176426000049 ], [ 106.159751228000061, 29.613074428000058 ], [ 106.159750784000039, 29.613035575000083 ], [ 106.159746286000029, 29.612947264000073 ], [ 106.159745569000052, 29.612933179000031 ], [ 106.15974619800005, 29.612887252000068 ], [ 106.159748860000036, 29.612867548000054 ], [ 106.159752712000071, 29.612850861000084 ], [ 106.159758197000031, 29.612825582000085 ], [ 106.159767269000056, 29.612810867000061 ], [ 106.159798549000072, 29.612768709000072 ], [ 106.159806507000042, 29.61275753700005 ], [ 106.159820059000026, 29.612730673000037 ], [ 106.159830748000047, 29.61270585200009 ], [ 106.159844681000038, 29.612611363000028 ], [ 106.159844121000049, 29.612562419000085 ], [ 106.159845484000073, 29.612530110000083 ], [ 106.159847262000028, 29.612433204000062 ], [ 106.159843837000039, 29.612386302000065 ], [ 106.159841175000054, 29.612355543000035 ], [ 106.159815617000049, 29.612292182000086 ], [ 106.159802641000056, 29.612268577000069 ], [ 106.159783620000042, 29.61222130800007 ], [ 106.159760395000035, 29.612159945000087 ], [ 106.159756711000057, 29.612140801000066 ], [ 106.159740634000059, 29.612098552000077 ], [ 106.159703215000036, 29.612008044000053 ], [ 106.159687762000033, 29.611969827000053 ], [ 106.159630751000066, 29.611883023000079 ], [ 106.159623688000067, 29.611871478000058 ], [ 106.159615419000033, 29.61185540200005 ], [ 106.159609414000045, 29.611835269000025 ], [ 106.159605741000064, 29.611817134000045 ], [ 106.159605498000076, 29.611795941000075 ], [ 106.159605319000036, 29.611780299000092 ], [ 106.159605101000068, 29.611761125000037 ], [ 106.15959670500007, 29.611733948000058 ], [ 106.159570926000072, 29.611701876000041 ], [ 106.159492741000065, 29.611581446000063 ], [ 106.159473880000064, 29.611548305000046 ], [ 106.159396705000063, 29.611415250000046 ], [ 106.159385554000039, 29.611399704000068 ], [ 106.159375530000034, 29.611381625000035 ], [ 106.159357080000063, 29.611333845000047 ], [ 106.159303961000035, 29.611233887000086 ], [ 106.159289750000028, 29.611203228000079 ], [ 106.159199565000051, 29.611094005000037 ], [ 106.159182490000049, 29.611065390000071 ], [ 106.159142647000067, 29.611015274000064 ], [ 106.159102486000052, 29.610987870000091 ], [ 106.159042619000047, 29.610921735000094 ], [ 106.159030855000026, 29.610903659000083 ], [ 106.159008027000027, 29.610861441000054 ], [ 106.158922543000074, 29.610708616000071 ], [ 106.158794769000053, 29.610533595000053 ], [ 106.158683871000051, 29.610431487000085 ], [ 106.158616189000043, 29.610390128000063 ], [ 106.158610395000039, 29.610386113000065 ], [ 106.158587153000042, 29.610370006000036 ], [ 106.158540112000026, 29.610334460000043 ], [ 106.158432233000042, 29.610261374000057 ], [ 106.158390055000041, 29.61025374600008 ], [ 106.158344327000066, 29.610255745000075 ], [ 106.158324217000029, 29.610257520000058 ], [ 106.158296824000047, 29.61026255600007 ], [ 106.158249320000039, 29.610269368000047 ], [ 106.158248036000032, 29.610269428000034 ], [ 106.158207252000068, 29.610271334000061 ], [ 106.158104780000031, 29.610272228000039 ], [ 106.157856247000041, 29.610303182000052 ], [ 106.157702813000071, 29.610328509000059 ], [ 106.157583872000032, 29.61032954600006 ], [ 106.157487073000027, 29.610346382000046 ], [ 106.157448565000038, 29.610328121000062 ], [ 106.157428922000065, 29.610320604000034 ], [ 106.157415011000069, 29.610299993000069 ], [ 106.157357086000061, 29.610422897000035 ], [ 106.157333114000039, 29.610530184000087 ], [ 106.157300143000043, 29.610780983000037 ], [ 106.157287536000069, 29.610818100000074 ], [ 106.157277861000068, 29.610826725000042 ], [ 106.157261574000074, 29.610826867000071 ], [ 106.157251802000076, 29.610826952000082 ], [ 106.157241453000054, 29.610826232000079 ], [ 106.157256432000054, 29.610897053000087 ], [ 106.157256841000049, 29.610932914000042 ], [ 106.157257205000064, 29.610964791000068 ], [ 106.157257523000055, 29.610992681000091 ], [ 106.157257751000031, 29.611012604000045 ], [ 106.157253419000028, 29.611032566000059 ], [ 106.157237847000033, 29.61106657300007 ], [ 106.157227685000066, 29.611083106000073 ], [ 106.157328606000078, 29.611227170000063 ], [ 106.157368525000038, 29.611328437000051 ], [ 106.157368959000053, 29.611366289000049 ], [ 106.157369154000037, 29.611383483000054 ], [ 106.157376606000071, 29.611375666000072 ], [ 106.157397846000038, 29.611364276000078 ], [ 106.157410625000082, 29.611360430000058 ], [ 106.157423403000053, 29.611356584000081 ], [ 106.157457572000055, 29.611354418000072 ], [ 106.157558195000036, 29.611370347000054 ], [ 106.15761599700005, 29.611379180000082 ], [ 106.157714420000048, 29.611389527000085 ], [ 106.157901756000058, 29.611513008000081 ], [ 106.158140889000038, 29.611680857000071 ], [ 106.158212089000074, 29.611739993000072 ], [ 106.158254695000039, 29.611776486000057 ], [ 106.158257412000069, 29.611778813000058 ], [ 106.158289700000083, 29.611799074000086 ], [ 106.158317649000026, 29.611813768000044 ], [ 106.158343526000067, 29.611834084000069 ], [ 106.158363099000042, 29.611863792000051 ], [ 106.158409041000027, 29.611956762000091 ], [ 106.158409532000064, 29.611999708000042 ], [ 106.158409939000094, 29.612035186000075 ], [ 106.15841030200005, 29.612066929000033 ], [ 106.158406347000039, 29.612094975000044 ], [ 106.15838339700008, 29.612143728000028 ], [ 106.158336939000037, 29.612379428000057 ], [ 106.158335998000041, 29.612484012000039 ], [ 106.158304853000061, 29.612552796000045 ], [ 106.158334895000053, 29.612624578000069 ], [ 106.158413650000057, 29.612482317000055 ], [ 106.158435652000037, 29.612458335000042 ], [ 106.158465077000074, 29.612434289000074 ], [ 106.158507, 29.61242094600005 ], [ 106.158581244000075, 29.612420297000085 ], [ 106.158631136000054, 29.612454465000045 ], [ 106.158666277000066, 29.612497413000099 ], [ 106.158701320000034, 29.612531711000091 ], [ 106.158728964000034, 29.612568236000076 ], [ 106.158754282000075, 29.612617758000052 ], [ 106.158764749000056, 29.612667409000039 ], [ 106.158759097000029, 29.612713932000069 ], [ 106.158753438000076, 29.612760506000079 ], [ 106.158739159000049, 29.612810374000052 ], [ 106.158719830000052, 29.612851635000087 ], [ 106.158710178000035, 29.612873346000072 ], [ 106.158688078000068, 29.61288867900004 ], [ 106.158653456000081, 29.61289114300007 ], [ 106.158628707000048, 29.612891360000049 ], [ 106.15858653600003, 29.612883077000049 ], [ 106.158546692000073, 29.612861797000051 ], [ 106.158481605000091, 29.612797484000062 ], [ 106.158470055000066, 29.612788064000085 ], [ 106.158358427000053, 29.612697013000044 ], [ 106.158384721000061, 29.612835006000068 ], [ 106.158386252000071, 29.612968894000069 ], [ 106.158362757000077, 29.613016358000035 ], [ 106.158274068000026, 29.613143034000075 ], [ 106.158188634000069, 29.613229143000069 ], [ 106.158176451000031, 29.613236201000056 ], [ 106.158197238000071, 29.613236615000062 ], [ 106.158237026000052, 29.613252419000059 ], [ 106.158287481000059, 29.613277360000033 ], [ 106.158319507000044, 29.613307075000076 ], [ 106.158341052000026, 29.613343804000067 ], [ 106.158359904000065, 29.613375942000065 ], [ 106.158360404000064, 29.613419778000033 ], [ 106.158296270000051, 29.613584157000048 ], [ 106.158251913000072, 29.613630691000083 ], [ 106.158220440000036, 29.613649424000073 ], [ 106.158178249000059, 29.613654407000073 ], [ 106.158146566000028, 29.613654685000093 ], [ 106.158104083000069, 29.613634289000046 ], [ 106.157984334000048, 29.613554840000059 ], [ 106.15797983300007, 29.613592430000033 ], [ 106.157980592000058, 29.613658864000055 ], [ 106.157969554000047, 29.613678647000086 ], [ 106.157952885000043, 29.613698478000057 ], [ 106.157927766000057, 29.613718383000059 ], [ 106.157899832000055, 29.613738313000059 ], [ 106.157866210000066, 29.613753371000083 ], [ 106.157826929000066, 29.613766018000035 ], [ 106.157663355000068, 29.613745298000083 ], [ 106.157578683000054, 29.613728812000087 ], [ 106.157544696000059, 29.613711883000065 ], [ 106.157516256000079, 29.613687523000056 ], [ 106.157499192000046, 29.613672907000087 ], [ 106.157485056000041, 29.613668109000066 ], [ 106.157459713000037, 29.613668330000049 ], [ 106.157382632000065, 29.613716383000057 ], [ 106.157368030000043, 29.613731263000098 ], [ 106.157336588000092, 29.613749978000055 ], [ 106.157283938000035, 29.613759658000049 ], [ 106.157220634000055, 29.613760211000056 ], [ 106.157119302000069, 29.613757405000051 ], [ 106.157070915000077, 29.613770736000053 ], [ 106.157056250000039, 29.613780084000041 ], [ 106.157045825000068, 29.613791240000076 ], [ 106.157041647000028, 29.613794964000075 ], [ 106.157042047000061, 29.613829998000089 ], [ 106.15703869500004, 29.613875200000049 ], [ 106.157039882000049, 29.613885122000049 ], [ 106.156951784000057, 29.613957024000054 ], [ 106.156885938000073, 29.614003560000064 ], [ 106.15682264600008, 29.614054451000072 ], [ 106.156722150000064, 29.614116660000036 ], [ 106.156704424000054, 29.614132034000072 ], [ 106.15672937000005, 29.614151856000039 ], [ 106.156747372000041, 29.614194552000068 ], [ 106.156784779000077, 29.614249322000042 ], [ 106.156876634000071, 29.614317392000089 ], [ 106.15706115200004, 29.614370879000031 ], [ 106.157101537000088, 29.614379710000033 ], [ 106.157133097000042, 29.614382495000083 ], [ 106.157255443000054, 29.614360003000055 ], [ 106.15740364100003, 29.614300552000088 ], [ 106.157513957000049, 29.614298059000067 ], [ 106.157541996000077, 29.614299345000063 ], [ 106.15758409700004, 29.614305099000028 ], [ 106.157614009000042, 29.614317082000081 ], [ 106.157638772000041, 29.614338292000063 ], [ 106.157665654000027, 29.614391623000071 ], [ 106.157669872000056, 29.614607381000038 ], [ 106.157724581000025, 29.614683398000068 ], [ 106.157754255000043, 29.614706390000038 ], [ 106.157850083000028, 29.614758176000052 ], [ 106.158273498000028, 29.614920912000059 ], [ 106.158502445000067, 29.614978878000038 ], [ 106.158651348000049, 29.615017961000024 ], [ 106.158655623000072, 29.615022956000079 ], [ 106.158707690000028, 29.614959331000072 ], [ 106.158727411000029, 29.614941751000071 ], [ 106.158752852000077, 29.614926608000076 ], [ 106.158789845000058, 29.614926284000038 ], [ 106.158838250000031, 29.614928348000038 ], [ 106.158857426000054, 29.614931897000073 ] ], [ [ 106.157984507000037, 29.614483323000062 ], [ 106.15785345900008, 29.614485470000091 ], [ 106.157845962000081, 29.614464771000094 ], [ 106.157853773000056, 29.614373394000037 ], [ 106.15785134500004, 29.614289002000074 ], [ 106.157978798000045, 29.614281698000074 ], [ 106.157984507000037, 29.614483323000062 ] ], [ [ 106.157941593000032, 29.61391647500005 ], [ 106.157992380000053, 29.613923416000038 ], [ 106.158045984000069, 29.613930333000038 ], [ 106.158110883000063, 29.61393961300006 ], [ 106.158136375000026, 29.613951698000054 ], [ 106.158156516000076, 29.613988446000057 ], [ 106.158157107000079, 29.614040135000042 ], [ 106.158157612000025, 29.614084438000077 ], [ 106.158110430000079, 29.614146390000091 ], [ 106.158085247000031, 29.614161379000056 ], [ 106.15805716300008, 29.614169009000079 ], [ 106.158034713000063, 29.614176590000049 ], [ 106.158000969000057, 29.614181808000072 ], [ 106.157953082000063, 29.614182226000082 ], [ 106.157874126000081, 29.614175530000065 ], [ 106.15781477700007, 29.614158818000064 ], [ 106.15777221500008, 29.61413211100006 ], [ 106.15775216000003, 29.614102747000061 ], [ 106.157740526000055, 29.614070848000033 ], [ 106.157731346000048, 29.614006927000052 ], [ 106.157747542000038, 29.613945245000089 ], [ 106.15777537300005, 29.613915464000065 ], [ 106.157871145000058, 29.613914628000092 ], [ 106.157941593000032, 29.61391647500005 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.160805092000047, 29.614250641000066 ], [ 106.160807025000054, 29.614216318000043 ], [ 106.160806898000033, 29.61420516700009 ], [ 106.160810317000028, 29.614169451000063 ], [ 106.160827685000072, 29.614125805000079 ], [ 106.160856997000053, 29.614010682000064 ], [ 106.160880834000068, 29.613974787000068 ], [ 106.160901112000033, 29.613962342000026 ], [ 106.160927770000058, 29.613949842000068 ], [ 106.160954569000069, 29.613949607000052 ], [ 106.160997984000062, 29.613951459000077 ], [ 106.161287071000075, 29.614023839000087 ], [ 106.161492982000027, 29.614106495000041 ], [ 106.161565342000074, 29.614122520000077 ], [ 106.161617125000078, 29.614125637000097 ], [ 106.161657975000026, 29.61412527900006 ], [ 106.161674900000037, 29.614121011000062 ], [ 106.161682417000065, 29.614119115000047 ], [ 106.161704094000086, 29.614109406000068 ], [ 106.161842605000061, 29.61401863400004 ], [ 106.161860563000062, 29.614006865000079 ], [ 106.161990716000048, 29.613946974000047 ], [ 106.162032362000048, 29.613933906000053 ], [ 106.162083239000026, 29.613933460000055 ], [ 106.162137822000034, 29.613939334000058 ], [ 106.162196151000046, 29.613954702000054 ], [ 106.162291273000051, 29.613999184000082 ], [ 106.162295811000035, 29.613998665000057 ], [ 106.162411851000073, 29.614006721000059 ], [ 106.162489018000045, 29.614020411000062 ], [ 106.162545378000075, 29.614030502000052 ], [ 106.16261987200005, 29.61403741000003 ], [ 106.162676084000054, 29.614034649000075 ], [ 106.162713174000032, 29.614024494000031 ], [ 106.162819158000048, 29.61398576200008 ], [ 106.162852710000038, 29.613968834000048 ], [ 106.162939236000057, 29.613893223000044 ], [ 106.162996895000049, 29.613838145000045 ], [ 106.162922120000076, 29.613799187000037 ], [ 106.162906920000069, 29.613796511000089 ], [ 106.162894699000049, 29.613787792000032 ], [ 106.162888663000047, 29.613770010000056 ], [ 106.162846475000038, 29.613757404000065 ], [ 106.162776937000046, 29.613716104000051 ], [ 106.162683743000059, 29.613619692000036 ], [ 106.16266057100006, 29.613606484000069 ], [ 106.162616296000067, 29.61359346100005 ], [ 106.16255878700008, 29.613597318000071 ], [ 106.16251438300003, 29.613602369000031 ], [ 106.162510888000043, 29.613602768000082 ], [ 106.162393740000027, 29.613592059000041 ], [ 106.162223662000045, 29.613482909000084 ], [ 106.162022663000073, 29.613353913000076 ], [ 106.161832251000078, 29.613144359000039 ], [ 106.161826188000077, 29.613117590000062 ], [ 106.161829410000053, 29.613063918000076 ], [ 106.161846271000059, 29.613028568000054 ], [ 106.161880223000026, 29.612977979000043 ], [ 106.161910664000061, 29.612955920000047 ], [ 106.161991805000085, 29.612910774000056 ], [ 106.161989067000036, 29.61290833900005 ], [ 106.161844434000045, 29.612822004000066 ], [ 106.161800686000049, 29.612791008000038 ], [ 106.161777989000029, 29.612768980000041 ], [ 106.161733836000053, 29.612702686000034 ], [ 106.161713113000076, 29.612591731000069 ], [ 106.16172466200004, 29.612555022000041 ], [ 106.161730003000059, 29.612498752000072 ], [ 106.161720535000029, 29.612454617000076 ], [ 106.161647722000055, 29.612477545000036 ], [ 106.161610071000041, 29.612481992000085 ], [ 106.161546452000039, 29.612482549000049 ], [ 106.161456917000066, 29.612483333000061 ], [ 106.161390918000052, 29.612481851000041 ], [ 106.161331894000057, 29.612472072000056 ], [ 106.161315330000036, 29.612466040000076 ], [ 106.161265472000025, 29.612433531000079 ], [ 106.161167899000077, 29.612349961000064 ], [ 106.161130058000026, 29.61233793700006 ], [ 106.161101737000081, 29.61233406700007 ], [ 106.161035763000029, 29.612334644000043 ], [ 106.160934128000065, 29.612351087000039 ], [ 106.160935418000065, 29.612353035000069 ], [ 106.160972765000054, 29.612436186000082 ], [ 106.160996168000054, 29.612493621000052 ], [ 106.160998898000059, 29.61253334800006 ], [ 106.160999582000045, 29.612592969000051 ], [ 106.161000265000041, 29.612652590000042 ], [ 106.161000834000049, 29.612702275000064 ], [ 106.160989986000061, 29.612748084000089 ], [ 106.16097015400004, 29.612803909000039 ], [ 106.16097006900003, 29.612804937000067 ], [ 106.161217750000048, 29.612770892000061 ], [ 106.16142192600006, 29.613158440000056 ], [ 106.161728099000072, 29.613061782000056 ], [ 106.161747386000073, 29.613094659000062 ], [ 106.161869135000074, 29.613302203000043 ], [ 106.161646482000037, 29.613401929000073 ], [ 106.161456421000025, 29.613487058000079 ], [ 106.161268223000036, 29.613153072000038 ], [ 106.161164266000071, 29.613227247000047 ], [ 106.161238113000081, 29.61345221200007 ], [ 106.161107184000059, 29.613467679000053 ], [ 106.161056995000081, 29.613303787000067 ], [ 106.161039631000051, 29.613316177000062 ], [ 106.160941406000063, 29.613153318000066 ], [ 106.160940207000067, 29.613167897000043 ], [ 106.160987699000032, 29.613342388000039 ], [ 106.160986085000047, 29.613400042000087 ], [ 106.160982037000053, 29.613443804000038 ], [ 106.160975601000075, 29.613477650000046 ], [ 106.160964411000066, 29.613493647000034 ], [ 106.160903276000056, 29.613518033000052 ], [ 106.160869160000075, 29.61351833100008 ], [ 106.160830338000039, 29.613504758000094 ], [ 106.160802749000027, 29.613479161000047 ], [ 106.160736652000026, 29.613269057000092 ], [ 106.160673922000058, 29.613154326000085 ], [ 106.160591203000081, 29.613081510000082 ], [ 106.160515829000076, 29.613054343000037 ], [ 106.160387986000046, 29.613013722000062 ], [ 106.160237651000045, 29.612995161000072 ], [ 106.160084707000067, 29.612972783000089 ], [ 106.160093393000068, 29.61298661600005 ], [ 106.16012482900004, 29.613036683000072 ], [ 106.160156474000075, 29.613119318000091 ], [ 106.16018368500005, 29.613545834000035 ], [ 106.160132900000065, 29.613741365000067 ], [ 106.160100816000067, 29.613831683000058 ], [ 106.160123879000025, 29.613844275000076 ], [ 106.160240503000068, 29.613891701000068 ], [ 106.160278736000066, 29.613901965000082 ], [ 106.160322802000053, 29.613917222000055 ], [ 106.160345421000045, 29.613925603000034 ], [ 106.160356457000049, 29.613931057000048 ], [ 106.160368769000058, 29.61394709800004 ], [ 106.160402839000028, 29.613997264000091 ], [ 106.160407973000076, 29.614042132000073 ], [ 106.160410584000033, 29.614068350000075 ], [ 106.160425870000054, 29.614192862000039 ], [ 106.16042896700003, 29.61421100300004 ], [ 106.160436109000045, 29.614229611000045 ], [ 106.160443172000043, 29.614241156000041 ], [ 106.160457164000036, 29.614252640000071 ], [ 106.160472270000071, 29.614260582000043 ], [ 106.160491962000037, 29.614265456000052 ], [ 106.160513905000073, 29.61426526400005 ], [ 106.160543939000036, 29.614265506000034 ], [ 106.160692735000055, 29.614247551000059 ], [ 106.160745855000073, 29.614246582000089 ], [ 106.160784568000054, 29.614248262000043 ], [ 106.160805092000047, 29.614250641000066 ] ], [ [ 106.161434220000046, 29.61269385700006 ], [ 106.161547866000035, 29.612957785000052 ], [ 106.161597803000063, 29.612975005000067 ], [ 106.161572586000034, 29.613067050000044 ], [ 106.161389505000045, 29.613074171000051 ], [ 106.161310430000086, 29.612787876000088 ], [ 106.161391012000081, 29.612654715000073 ], [ 106.16143517900008, 29.612650649000042 ], [ 106.161434220000046, 29.61269385700006 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.161674900000037, 29.614121011000062 ], [ 106.161657975000026, 29.61412527900006 ], [ 106.161617125000078, 29.614125637000097 ], [ 106.161565342000074, 29.614122520000077 ], [ 106.161492982000027, 29.614106495000041 ], [ 106.161287071000075, 29.614023839000087 ], [ 106.160997984000062, 29.613951459000077 ], [ 106.160954569000069, 29.613949607000052 ], [ 106.160927770000058, 29.613949842000068 ], [ 106.160901112000033, 29.613962342000026 ], [ 106.160880834000068, 29.613974787000068 ], [ 106.160856997000053, 29.614010682000064 ], [ 106.160827685000072, 29.614125805000079 ], [ 106.160810317000028, 29.614169451000063 ], [ 106.160806898000033, 29.61420516700009 ], [ 106.160807025000054, 29.614216318000043 ], [ 106.160805092000047, 29.614250641000066 ], [ 106.160808856000074, 29.614251077000059 ], [ 106.160852853000051, 29.614260280000046 ], [ 106.160891156000048, 29.614276598000064 ], [ 106.160943971000052, 29.614299350000067 ], [ 106.161084759000062, 29.614439416000035 ], [ 106.161129843000026, 29.614493018000072 ], [ 106.161160155000061, 29.614567943000043 ], [ 106.161173656000074, 29.614587001000071 ], [ 106.161175300000082, 29.614588676000036 ], [ 106.161272775000057, 29.614522368000053 ], [ 106.161318710000046, 29.614518312000087 ], [ 106.161358417000031, 29.614517966000054 ], [ 106.161398125000062, 29.614517617000047 ], [ 106.161435826000059, 29.61452459200007 ], [ 106.16153875200007, 29.614569348000082 ], [ 106.161576474000071, 29.614578151000039 ], [ 106.161637038000038, 29.614573967000062 ], [ 106.161664101000042, 29.614564598000076 ], [ 106.16169522000007, 29.614544237000068 ], [ 106.161719941000058, 29.614512973000046 ], [ 106.161736181000038, 29.614456255000043 ], [ 106.16175611400007, 29.614386642000049 ], [ 106.161745162000045, 29.614342907000029 ], [ 106.161734440000032, 29.614319259000069 ], [ 106.161719518000055, 29.61429382200004 ], [ 106.161702422000076, 29.614261098000046 ], [ 106.161687291000078, 29.614217400000079 ], [ 106.161674900000037, 29.614121011000062 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.160084707000067, 29.612972783000089 ], [ 106.160082190000026, 29.61296877500007 ], [ 106.16003977500003, 29.612920374000048 ], [ 106.160011563000069, 29.612893796000044 ], [ 106.159975091000035, 29.612877044000072 ], [ 106.159941550000042, 29.612872461000052 ], [ 106.159919226000056, 29.612872656000036 ], [ 106.159852255000033, 29.612873241000052 ], [ 106.159818964000067, 29.612890602000061 ], [ 106.159746286000029, 29.612947264000073 ], [ 106.159750784000039, 29.613035575000083 ], [ 106.159751228000061, 29.613074428000058 ], [ 106.159751349000032, 29.613176426000049 ], [ 106.159751362000065, 29.613186961000054 ], [ 106.159746534000078, 29.613269764000052 ], [ 106.159736400000043, 29.61329256100003 ], [ 106.159722818000034, 29.613316903000054 ], [ 106.159715433000031, 29.61332756500008 ], [ 106.159699836000073, 29.613377660000086 ], [ 106.159697786000038, 29.61340038700007 ], [ 106.159704606000048, 29.613491667000059 ], [ 106.159704456000043, 29.613529011000082 ], [ 106.159704831000056, 29.613561809000085 ], [ 106.159716011000057, 29.613630342000075 ], [ 106.159724760000074, 29.613688299000046 ], [ 106.159730148000051, 29.613704905000084 ], [ 106.159733191000043, 29.613718504000079 ], [ 106.159756371000071, 29.613775830000069 ], [ 106.159765177000054, 29.61378836900008 ], [ 106.159775051000054, 29.613793329000089 ], [ 106.159786612000062, 29.613794237000036 ], [ 106.159810814000039, 29.613789484000062 ], [ 106.159854562000078, 29.613776990000076 ], [ 106.159888008000053, 29.613772660000045 ], [ 106.159919769000055, 29.613772383000075 ], [ 106.159948081000039, 29.613773649000056 ], [ 106.159966017000045, 29.613776520000041 ], [ 106.160040192000054, 29.613798580000044 ], [ 106.160100816000067, 29.613831683000058 ], [ 106.160132900000065, 29.613741365000067 ], [ 106.16018368500005, 29.613545834000035 ], [ 106.160156474000075, 29.613119318000091 ], [ 106.16012482900004, 29.613036683000072 ], [ 106.160093393000068, 29.61298661600005 ], [ 106.160084707000067, 29.612972783000089 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.161180513000033, 29.614860009000029 ], [ 106.161212946000035, 29.614790026000033 ], [ 106.161224234000031, 29.614767219000047 ], [ 106.161234420000028, 29.614748963000068 ], [ 106.161245116000032, 29.614724647000052 ], [ 106.161251785000047, 29.614701879000055 ], [ 106.161246702000028, 29.614661553000076 ], [ 106.161212139000042, 29.614618961000073 ], [ 106.161198188000071, 29.61461100900004 ], [ 106.161185929000055, 29.614599510000062 ], [ 106.161175300000082, 29.614588676000036 ], [ 106.161173656000074, 29.614587001000071 ], [ 106.161160155000061, 29.614567943000043 ], [ 106.161129843000026, 29.614493018000072 ], [ 106.161084759000062, 29.614439416000035 ], [ 106.160943971000052, 29.614299350000067 ], [ 106.160891156000048, 29.614276598000064 ], [ 106.160852853000051, 29.614260280000046 ], [ 106.160808856000074, 29.614251077000059 ], [ 106.160805092000047, 29.614250641000066 ], [ 106.160784568000054, 29.614248262000043 ], [ 106.160745855000073, 29.614246582000089 ], [ 106.160692735000055, 29.614247551000059 ], [ 106.160543939000036, 29.614265506000034 ], [ 106.160513905000073, 29.61426526400005 ], [ 106.160491962000037, 29.614265456000052 ], [ 106.160472270000071, 29.614260582000043 ], [ 106.160457164000036, 29.614252640000071 ], [ 106.160443172000043, 29.614241156000041 ], [ 106.160436109000045, 29.614229611000045 ], [ 106.16042896700003, 29.61421100300004 ], [ 106.160425870000054, 29.614192862000039 ], [ 106.160410584000033, 29.614068350000075 ], [ 106.160407973000076, 29.614042132000073 ], [ 106.160402839000028, 29.613997264000091 ], [ 106.160368769000058, 29.61394709800004 ], [ 106.160356457000049, 29.613931057000048 ], [ 106.160345421000045, 29.613925603000034 ], [ 106.160322802000053, 29.613917222000055 ], [ 106.160278736000066, 29.613901965000082 ], [ 106.160240503000068, 29.613891701000068 ], [ 106.160123879000025, 29.613844275000076 ], [ 106.160100816000067, 29.613831683000058 ], [ 106.160040192000054, 29.613798580000044 ], [ 106.159966017000045, 29.613776520000041 ], [ 106.159948081000039, 29.613773649000056 ], [ 106.159919769000055, 29.613772383000075 ], [ 106.159888008000053, 29.613772660000045 ], [ 106.159854562000078, 29.613776990000076 ], [ 106.159810814000039, 29.613789484000062 ], [ 106.159786612000062, 29.613794237000036 ], [ 106.159775051000054, 29.613793329000089 ], [ 106.159765177000054, 29.61378836900008 ], [ 106.159756371000071, 29.613775830000069 ], [ 106.159733191000043, 29.613718504000079 ], [ 106.159730148000051, 29.613704905000084 ], [ 106.159724760000074, 29.613688299000046 ], [ 106.159716011000057, 29.613630342000075 ], [ 106.159704831000056, 29.613561809000085 ], [ 106.159704456000043, 29.613529011000082 ], [ 106.159704606000048, 29.613491667000059 ], [ 106.159697786000038, 29.61340038700007 ], [ 106.159699836000073, 29.613377660000086 ], [ 106.159715433000031, 29.61332756500008 ], [ 106.159722818000034, 29.613316903000054 ], [ 106.159736400000043, 29.61329256100003 ], [ 106.159746534000078, 29.613269764000052 ], [ 106.159751362000065, 29.613186961000054 ], [ 106.159751349000032, 29.613176426000049 ], [ 106.159696874000076, 29.613170229000058 ], [ 106.159676537000053, 29.613170407000041 ], [ 106.159658768000043, 29.613172784000081 ], [ 106.159623255000042, 29.61317976000004 ], [ 106.159605613000068, 29.613193242000079 ], [ 106.15959562300003, 29.613208880000052 ], [ 106.159585632000073, 29.613224518000035 ], [ 106.159573125000065, 29.613242400000047 ], [ 106.159558177000065, 29.61326918900005 ], [ 106.159548315000052, 29.613295934000057 ], [ 106.159523530000058, 29.61335168800008 ], [ 106.159451562000072, 29.613505603000078 ], [ 106.159389612000041, 29.613646101000079 ], [ 106.15927389400008, 29.613753746000043 ], [ 106.159133417000078, 29.613919367000047 ], [ 106.15910311500005, 29.613937404000072 ], [ 106.159088016000055, 29.613933947000074 ], [ 106.159072914000035, 29.613964326000083 ], [ 106.159047772000065, 29.613988982000084 ], [ 106.159021750000079, 29.614014291000046 ], [ 106.159020114000043, 29.614015882000039 ], [ 106.158997489000058, 29.614038295000057 ], [ 106.158967111000038, 29.614049668000064 ], [ 106.158939351000072, 29.614067683000087 ], [ 106.158880648000036, 29.614074877000064 ], [ 106.158883526000068, 29.614077057000085 ], [ 106.158901550000053, 29.61409689300006 ], [ 106.158907040000031, 29.614132390000073 ], [ 106.158907370000065, 29.614161268000089 ], [ 106.158894990000078, 29.614190255000043 ], [ 106.158854647000055, 29.614219487000071 ], [ 106.158829327000035, 29.614228594000046 ], [ 106.158786162000069, 29.614233415000051 ], [ 106.158740403000081, 29.614233814000045 ], [ 106.158712416000071, 29.614231837000084 ], [ 106.158666555000082, 29.614223351000078 ], [ 106.158636100000081, 29.614228061000073 ], [ 106.158623466000051, 29.61423483600004 ], [ 106.15860856900008, 29.614266067000077 ], [ 106.15859438400004, 29.61435949500008 ], [ 106.158592400000032, 29.614408386000033 ], [ 106.158592934000083, 29.614455035000056 ], [ 106.158598551000068, 29.614501637000057 ], [ 106.158604322000031, 29.614561568000049 ], [ 106.158625065000095, 29.614596931000055 ], [ 106.158656002000058, 29.614634427000052 ], [ 106.158709768000051, 29.614667281000038 ], [ 106.158883337000077, 29.614770288000045 ], [ 106.158893885000055, 29.614759708000065 ], [ 106.158966777000046, 29.614739904000089 ], [ 106.159014226000068, 29.614733101000063 ], [ 106.159105798000041, 29.614748273000092 ], [ 106.159308279000072, 29.614871091000047 ], [ 106.159330871000066, 29.614928395000042 ], [ 106.159330951000072, 29.614935360000057 ], [ 106.159527853000043, 29.615101174000074 ], [ 106.15952982400006, 29.615105728000053 ], [ 106.159571810000045, 29.615052923000071 ], [ 106.159575165000035, 29.615046910000046 ], [ 106.159595569000032, 29.615034765000075 ], [ 106.15961261800004, 29.615028632000069 ], [ 106.159657123000045, 29.615028243000033 ], [ 106.159701730000052, 29.615036829000083 ], [ 106.159759963000056, 29.615039311000093 ], [ 106.159801148000042, 29.615047926000045 ], [ 106.159852568000076, 29.61505346000007 ], [ 106.159917613000061, 29.615052891000065 ], [ 106.159972354000047, 29.615049421000034 ], [ 106.160047225000028, 29.615009875000062 ], [ 106.160146094000027, 29.614973110000047 ], [ 106.160190359000069, 29.614951781000062 ], [ 106.160268927000075, 29.614936135000054 ], [ 106.160453759000063, 29.61493152700006 ], [ 106.160573683000052, 29.614939453000083 ], [ 106.160669848000055, 29.614965537000042 ], [ 106.160714695000081, 29.614995062000048 ], [ 106.160746863000043, 29.615056093000074 ], [ 106.160756325000079, 29.615042564000081 ], [ 106.160780084000066, 29.615024406000085 ], [ 106.160804048000045, 29.615024197000078 ], [ 106.160828046000063, 29.61502697800006 ], [ 106.160852182000042, 29.615041726000065 ], [ 106.160993262000034, 29.615126076000085 ], [ 106.160989662000077, 29.615111416000037 ], [ 106.160989327000038, 29.615082150000038 ], [ 106.160994939000034, 29.615067971000094 ], [ 106.161011519000056, 29.615053191000079 ], [ 106.161052196000085, 29.615024576000057 ], [ 106.161129152000058, 29.614936600000075 ], [ 106.16116504200005, 29.614893392000056 ], [ 106.161180513000033, 29.614860009000029 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.158289611000043, 29.615412769000049 ], [ 106.158112926000058, 29.615331051000055 ], [ 106.158028637000029, 29.615308536000043 ], [ 106.157847736000065, 29.615288087000067 ], [ 106.157760912000072, 29.615288844000073 ], [ 106.157662689000063, 29.615272569000073 ], [ 106.157567640000082, 29.615267151000069 ], [ 106.157568403000028, 29.615315074000073 ], [ 106.157573274000072, 29.615337221000054 ], [ 106.157601366000051, 29.615371269000036 ], [ 106.157619994000072, 29.615385226000061 ], [ 106.157636198000034, 29.615389119000035 ], [ 106.157654665000052, 29.615388958000032 ], [ 106.15768005700005, 29.61538873700005 ], [ 106.157710019000035, 29.615384441000064 ], [ 106.157728439000039, 29.61538024600009 ], [ 106.157753762000027, 29.615373973000086 ], [ 106.157772229000045, 29.615373812000097 ], [ 106.157786102000046, 29.615375708000045 ], [ 106.157802445000087, 29.615391703000057 ], [ 106.157873009000085, 29.615506068000062 ], [ 106.157873470000027, 29.615546408000053 ], [ 106.157857819000071, 29.615590923000074 ], [ 106.15784874700006, 29.61560512300008 ], [ 106.157812067000066, 29.615627632000052 ], [ 106.157600022000054, 29.615657724000069 ], [ 106.15753772000005, 29.61566028500005 ], [ 106.157495985000025, 29.615644511000088 ], [ 106.157468077000033, 29.615626600000041 ], [ 106.157453882000027, 29.61559646500007 ], [ 106.157404208000059, 29.615492004000096 ], [ 106.157387266000072, 29.61542356700005 ], [ 106.157414206000055, 29.615356764000072 ], [ 106.157439159000035, 29.615318219000077 ], [ 106.157479794000039, 29.615260135000089 ], [ 106.157448179000028, 29.615252413000064 ], [ 106.157415816000025, 29.615239233000068 ], [ 106.157381928000063, 29.615215054000082 ], [ 106.157353529000034, 29.615181036000081 ], [ 106.157249875000048, 29.615057116000052 ], [ 106.157114138000054, 29.614944490000088 ], [ 106.156756075000033, 29.614701677000081 ], [ 106.15661102100006, 29.614761682000047 ], [ 106.156564328000059, 29.614814900000056 ], [ 106.156538262000026, 29.614833497000063 ], [ 106.15650168600007, 29.614852185000075 ], [ 106.156457124000042, 29.614861758000078 ], [ 106.156410011000048, 29.614878241000046 ], [ 106.156389122000064, 29.614889904000044 ], [ 106.156310846000054, 29.614938806000048 ], [ 106.156284754000069, 29.614955106000092 ], [ 106.156262286000072, 29.615058629000089 ], [ 106.156263465000052, 29.615161945000068 ], [ 106.156293600000026, 29.615269602000065 ], [ 106.156322791000036, 29.615294605000081 ], [ 106.156436012000029, 29.615314284000078 ], [ 106.156562317000066, 29.615329256000045 ], [ 106.156609614000047, 29.615328843000039 ], [ 106.156667446000043, 29.615330635000074 ], [ 106.156880853000075, 29.615379290000075 ], [ 106.157054900000048, 29.615432880000075 ], [ 106.157258953000053, 29.615582646000057 ], [ 106.157355329000055, 29.61573794300006 ], [ 106.157554808000043, 29.615947449000089 ], [ 106.157657755000074, 29.615987881000077 ], [ 106.157697273000053, 29.615996721000045 ], [ 106.157744543000049, 29.615994013000087 ], [ 106.157856951000042, 29.615942516000068 ], [ 106.157942689000038, 29.615856810000082 ], [ 106.15800112800008, 29.615681793000075 ], [ 106.158050002000053, 29.615589520000078 ], [ 106.158125439000059, 29.61552227300006 ], [ 106.15821390900004, 29.615445728000051 ], [ 106.158289611000043, 29.615412769000049 ] ], [ [ 106.156867786000078, 29.614854176000051 ], [ 106.156882612000061, 29.614858351000073 ], [ 106.15689505000006, 29.614869004000063 ], [ 106.156919998000035, 29.614896766000076 ], [ 106.15694243400003, 29.614920245000057 ], [ 106.156969895000032, 29.61495228900008 ], [ 106.157014890000042, 29.615010008000066 ], [ 106.15715487600005, 29.615189577000077 ], [ 106.157179702000064, 29.61520657900008 ], [ 106.157207113000027, 29.615234319000084 ], [ 106.157219624000049, 29.615251428000079 ], [ 106.157222628000056, 29.615298751000061 ], [ 106.157217800000069, 29.615307403000084 ], [ 106.157200806000048, 29.615329073000044 ], [ 106.157173936000049, 29.615348678000085 ], [ 106.157134751000058, 29.615368390000082 ], [ 106.157083030000081, 29.615368841000077 ], [ 106.156991780000055, 29.615358876000069 ], [ 106.15696700400008, 29.615346178000038 ], [ 106.15683290200009, 29.615250496000051 ], [ 106.156775813000095, 29.615212253000042 ], [ 106.15664478900004, 29.615170350000081 ], [ 106.156600335000064, 29.615159976000086 ], [ 106.156546004000063, 29.615147537000041 ], [ 106.15651381400005, 29.6151327510001 ], [ 106.156476330000032, 29.615085728000057 ], [ 106.156473204000065, 29.615027644000062 ], [ 106.156506554000032, 29.614928350000067 ], [ 106.156523303000043, 29.614885158000053 ], [ 106.156559902000041, 29.614854708000045 ], [ 106.156582068000034, 29.614854515000044 ], [ 106.156594382000037, 29.614854407000053 ], [ 106.156619011000046, 29.614854192000053 ], [ 106.156651029000045, 29.61485391300004 ], [ 106.156705212000077, 29.61485344100004 ], [ 106.156732303000069, 29.614853205000088 ], [ 106.156764321000026, 29.614852926000076 ], [ 106.156803727000067, 29.614852582000086 ], [ 106.15683081800006, 29.614852346000074 ], [ 106.156855447000055, 29.614852131000077 ], [ 106.156867786000078, 29.614854176000051 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.15727107500004, 29.616691834000051 ], [ 106.157263514000078, 29.616703382000082 ], [ 106.157231726000077, 29.616727824000073 ], [ 106.157151210000052, 29.616739212000084 ], [ 106.157151300000066, 29.616747096000044 ], [ 106.157135211000082, 29.616788585000052 ], [ 106.157118839000077, 29.616805268000068 ], [ 106.157092956000042, 29.616817898000079 ], [ 106.15706702600005, 29.616826394000036 ], [ 106.157043462000047, 29.616834869000058 ], [ 106.157022169000072, 29.616835055000077 ], [ 106.156977194000035, 29.61683338000006 ], [ 106.156908371000043, 29.616815374000055 ], [ 106.156858286000045, 29.61678066300005 ], [ 106.156778624000026, 29.616686828000063 ], [ 106.15676992300007, 29.616709074000088 ], [ 106.156737084000056, 29.61673416900004 ], [ 106.156605351000053, 29.616801476000031 ], [ 106.156442817000027, 29.616835500000033 ], [ 106.156647450000037, 29.616945270000095 ], [ 106.156784599000048, 29.617062739000069 ], [ 106.156820260000075, 29.617082463000084 ], [ 106.156870371000025, 29.617010045000089 ], [ 106.156916933000048, 29.616943479000035 ], [ 106.156935647000068, 29.616924709000042 ], [ 106.156944993000096, 29.616914291000054 ], [ 106.156994605000079, 29.616907656000087 ], [ 106.157051410000065, 29.616909228000047 ], [ 106.157098963000067, 29.616929488000046 ], [ 106.157144150000079, 29.61694976800004 ], [ 106.157179827000064, 29.616965998000069 ], [ 106.157224968000037, 29.616982143000083 ], [ 106.157248650000042, 29.616984004000074 ], [ 106.157277042000032, 29.616983756000067 ], [ 106.15729828700006, 29.616979436000051 ], [ 106.157307656000057, 29.616971084000056 ], [ 106.157321687000035, 29.616956490000067 ], [ 106.157326087000058, 29.616927507000081 ], [ 106.157325780000065, 29.616900633000057 ], [ 106.157325236000077, 29.616853086000049 ], [ 106.157309955000073, 29.616758116000078 ], [ 106.15727107500004, 29.616691834000051 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.153687768000054, 29.611262035000046 ], [ 106.153685984000049, 29.611261662000068 ], [ 106.153641712000081, 29.611214279000084 ], [ 106.15360415400005, 29.611180213000054 ], [ 106.153579928000056, 29.611165138000047 ], [ 106.153527304000079, 29.611152221000058 ], [ 106.153396144000055, 29.611155272000079 ], [ 106.153275957000062, 29.611162048000033 ], [ 106.153247447000069, 29.611154653000089 ], [ 106.153238550000026, 29.611141356000076 ], [ 106.153225062000047, 29.611108991000034 ], [ 106.153212867000036, 29.611077097000084 ], [ 106.153154180000058, 29.611067849000051 ], [ 106.153115849000088, 29.611069858000061 ], [ 106.153100604000031, 29.611078369000037 ], [ 106.15306075500007, 29.611115582000082 ], [ 106.153013656000041, 29.611189725000095 ], [ 106.152978157000064, 29.61127214500004 ], [ 106.152961167000072, 29.611295754000082 ], [ 106.152944157000036, 29.61131768600006 ], [ 106.152938728000038, 29.611346221000087 ], [ 106.15293525900006, 29.611389991000078 ], [ 106.152956928000037, 29.611402566000042 ], [ 106.152981143000034, 29.611365962000033 ], [ 106.15299445100004, 29.611355791000047 ], [ 106.153028757000072, 29.611337060000036 ], [ 106.153066974000069, 29.611324998000043 ], [ 106.15309372400003, 29.611316386000059 ], [ 106.153116658000044, 29.611309484000071 ], [ 106.153137751000045, 29.61130930100007 ], [ 106.153191537000055, 29.61131721200007 ], [ 106.153224422000051, 29.611342063000038 ], [ 106.153247794000038, 29.611373699000062 ], [ 106.153255712000032, 29.611395415000064 ], [ 106.153256132000081, 29.611432278000049 ], [ 106.153256494000061, 29.611464114000057 ], [ 106.153254997000033, 29.611500994000039 ], [ 106.153253556000038, 29.611542900000074 ], [ 106.153250064000076, 29.611573094000043 ], [ 106.153236870000057, 29.611593318000054 ], [ 106.153186534000042, 29.611629694000047 ], [ 106.153212400000029, 29.611633749000077 ], [ 106.153272053000094, 29.611651663000089 ], [ 106.153352685000073, 29.611659341000063 ], [ 106.153450575000079, 29.611666869000075 ], [ 106.153517613000076, 29.611659583000062 ], [ 106.15358261800003, 29.611642260000046 ], [ 106.153656944000033, 29.611601396000086 ], [ 106.153679651000061, 29.611574387000079 ], [ 106.153690830000073, 29.611545802000073 ], [ 106.153706658000033, 29.611419982000083 ], [ 106.153701793000039, 29.611329534000053 ], [ 106.153699474000064, 29.61129436300007 ], [ 106.153687768000054, 29.611262035000046 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.153225297000063, 29.609680849000089 ], [ 106.153195075000056, 29.609647700000043 ], [ 106.153127165000058, 29.609529628000068 ], [ 106.153113636000057, 29.609487635000047 ], [ 106.153055022000046, 29.609493271000087 ], [ 106.153038494000043, 29.609488018000039 ], [ 106.153015525000072, 29.609459437000051 ], [ 106.152991759000031, 29.609360708000064 ], [ 106.153010665000068, 29.609207158000068 ], [ 106.153001729000039, 29.609218458000043 ], [ 106.152955177000081, 29.60931833900008 ], [ 106.152889754000071, 29.609362110000056 ], [ 106.152875787000028, 29.609371455000087 ], [ 106.152825910000047, 29.609388058000043 ], [ 106.152805946000058, 29.609416257000081 ], [ 106.152791225000058, 29.609428286000082 ], [ 106.152769250000063, 29.609455524000051 ], [ 106.152760928000077, 29.609485890000091 ], [ 106.152761826000074, 29.609527658000051 ], [ 106.152833555000029, 29.609598706000043 ], [ 106.152871292000043, 29.609636081000072 ], [ 106.152903422000065, 29.609665722000049 ], [ 106.152911146000065, 29.609699846000069 ], [ 106.15290899200005, 29.609725511000082 ], [ 106.152895559000058, 29.60974199300005 ], [ 106.152940387000058, 29.609783047000064 ], [ 106.15297171800006, 29.60983956200004 ], [ 106.153021249000062, 29.609801566000048 ], [ 106.153033879000091, 29.60978383600008 ], [ 106.15304658000008, 29.609772514000031 ], [ 106.153057576000037, 29.609772418000034 ], [ 106.153112560000068, 29.609771940000087 ], [ 106.153151086000037, 29.609774809000051 ], [ 106.153182534000052, 29.609800163000045 ], [ 106.153188342000078, 29.60982734200007 ], [ 106.153200214000037, 29.609904121000049 ], [ 106.153193885000064, 29.609992271000063 ], [ 106.153165363000028, 29.610062994000099 ], [ 106.153116190000048, 29.610113468000065 ], [ 106.153118851000045, 29.610114767000084 ], [ 106.153239743000043, 29.610207746000082 ], [ 106.153264294000067, 29.610216081000086 ], [ 106.153286618000038, 29.610218670000052 ], [ 106.153298578000033, 29.610220057000053 ], [ 106.153347388000043, 29.61021108500006 ], [ 106.153369201000046, 29.610193797000079 ], [ 106.153388594000035, 29.610178670000039 ], [ 106.153451054000072, 29.610079823000035 ], [ 106.153455312000062, 29.610024223000032 ], [ 106.153457271000036, 29.609981465000082 ], [ 106.15345676000004, 29.60993659200005 ], [ 106.153424484000027, 29.609894131000093 ], [ 106.153288337000049, 29.609749996000065 ], [ 106.153225297000063, 29.609680849000089 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.154040889000044, 29.608819675000063 ], [ 106.154042619000052, 29.608818831000058 ], [ 106.154069202000073, 29.608783224000035 ], [ 106.154079732000071, 29.608692165000043 ], [ 106.154086828000061, 29.608638196000072 ], [ 106.154098106000049, 29.60861282900003 ], [ 106.154117171000053, 29.608594132000064 ], [ 106.154138182000054, 29.608577104000059 ], [ 106.154153468000075, 29.608565179000031 ], [ 106.154162934000055, 29.608549935000042 ], [ 106.154164631000086, 29.608529705000077 ], [ 106.15414697600005, 29.608502905000083 ], [ 106.154119625000078, 29.608471136000041 ], [ 106.154018777000047, 29.608418106000045 ], [ 106.153966464000064, 29.608394977000046 ], [ 106.153925774000072, 29.608376800000091 ], [ 106.153875560000074, 29.608368814000073 ], [ 106.153840882000054, 29.608370801000028 ], [ 106.153806358000054, 29.608386262000071 ], [ 106.153775862000046, 29.608416849000033 ], [ 106.153767364000032, 29.608422833000073 ], [ 106.153739527000027, 29.60844243400004 ], [ 106.153689562000082, 29.608456345000043 ], [ 106.153651184000068, 29.608471841000043 ], [ 106.153614769000058, 29.608490687000085 ], [ 106.153593759000046, 29.608507716000087 ], [ 106.153536371000044, 29.608546960000069 ], [ 106.153513412000052, 29.608562321000079 ], [ 106.153490378000072, 29.608570945000061 ], [ 106.153460511000048, 29.608578395000055 ], [ 106.153473395000049, 29.608600364000043 ], [ 106.153476849000072, 29.608646426000071 ], [ 106.153477432000045, 29.608697635000055 ], [ 106.15346934400003, 29.608716574000095 ], [ 106.153519852000045, 29.608735529000057 ], [ 106.153552827000055, 29.608738840000051 ], [ 106.153600475000076, 29.608765407000075 ], [ 106.153652731000079, 29.608835107000068 ], [ 106.153665530000083, 29.608874569000086 ], [ 106.153661701000033, 29.608899786000041 ], [ 106.153565522000065, 29.608989096000077 ], [ 106.153654003000042, 29.609058052000076 ], [ 106.15372383600004, 29.609096192000038 ], [ 106.153778271000078, 29.609136148000054 ], [ 106.15381504700008, 29.609149306000063 ], [ 106.153863238000056, 29.609148887000053 ], [ 106.153907534000041, 29.60914513200003 ], [ 106.153934271000026, 29.609123 ], [ 106.153955130000043, 29.609092496000073 ], [ 106.153928862000043, 29.608986594000044 ], [ 106.153909145000057, 29.60894802100006 ], [ 106.153891413000053, 29.608914483000042 ], [ 106.153896773000042, 29.60887737600007 ], [ 106.153912021000053, 29.608862082000094 ], [ 106.153931163000038, 29.608850124000075 ], [ 106.154000441000051, 29.608839414000048 ], [ 106.154040889000044, 29.608819675000063 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.153570382000055, 29.610348533000035 ], [ 106.153541286000063, 29.610307919000036 ], [ 106.153525720000061, 29.610264162000085 ], [ 106.153530342000067, 29.610229008000086 ], [ 106.15356022800006, 29.61020680200004 ], [ 106.153617685000029, 29.610179966000089 ], [ 106.153662613000051, 29.610155435000085 ], [ 106.153664814000081, 29.610154193000078 ], [ 106.153644399000029, 29.610146687000046 ], [ 106.153607541000056, 29.610146286000084 ], [ 106.153575155000055, 29.610143392000058 ], [ 106.153547254000046, 29.610137988000073 ], [ 106.15352381200006, 29.61013009100008 ], [ 106.153504845000043, 29.610119684000036 ], [ 106.15349035800007, 29.610106783000049 ], [ 106.153480336000044, 29.610091383000054 ], [ 106.153474795000079, 29.610073481000093 ], [ 106.153473936000069, 29.610066939000028 ], [ 106.153473600000041, 29.610060178000083 ], [ 106.153473770000062, 29.610053265000083 ], [ 106.153474485000061, 29.61004625900005 ], [ 106.153475737000065, 29.610039221000076 ], [ 106.153477536000025, 29.610032223000076 ], [ 106.153479894000043, 29.610025320000098 ], [ 106.153482831000076, 29.610018582000063 ], [ 106.153488822000043, 29.61000797700007 ], [ 106.153495922000047, 29.609997848000035 ], [ 106.153503667000066, 29.609988085000058 ], [ 106.153511600000073, 29.609978571000056 ], [ 106.153519265000057, 29.609969177000039 ], [ 106.153526200000044, 29.60995979900008 ], [ 106.153531945000054, 29.609950312000084 ], [ 106.153536036000048, 29.60994059900008 ], [ 106.153538458000071, 29.609926658000052 ], [ 106.153537622000044, 29.609912152000049 ], [ 106.153534291000028, 29.60989715300007 ], [ 106.153529202000072, 29.609881762000029 ], [ 106.153523130000053, 29.60986605700009 ], [ 106.153516817000082, 29.609850136000038 ], [ 106.153511027000036, 29.609834068000058 ], [ 106.153506509000067, 29.609817959000065 ], [ 106.153503512000043, 29.609797789000087 ], [ 106.153503449000027, 29.609777773000069 ], [ 106.153506074000063, 29.609757977000072 ], [ 106.153511106000053, 29.609738494000055 ], [ 106.153518301000076, 29.60971940700006 ], [ 106.153527379000096, 29.609700808000063 ], [ 106.153538106000042, 29.609682764000073 ], [ 106.153550202000076, 29.609665377000049 ], [ 106.153562566000062, 29.609649762000046 ], [ 106.15357584800006, 29.60963486200006 ], [ 106.153590015000077, 29.609620739000036 ], [ 106.153605018000064, 29.609607456000038 ], [ 106.153620806000049, 29.609595077000037 ], [ 106.153637327000069, 29.609583686000057 ], [ 106.153654531000043, 29.609573344000061 ], [ 106.153672386000039, 29.609564104000057 ], [ 106.153686426000036, 29.609557830000089 ], [ 106.153700815000036, 29.609552175000097 ], [ 106.153715539000075, 29.609547094000053 ], [ 106.153730610000025, 29.609542517000079 ], [ 106.153746007000052, 29.609538386000057 ], [ 106.153761747000033, 29.60953465100004 ], [ 106.153777823000041, 29.609531228000041 ], [ 106.153794220000066, 29.609528072000057 ], [ 106.153806553000038, 29.609525899000062 ], [ 106.153818968000053, 29.609524005000079 ], [ 106.153831350000075, 29.609522536000036 ], [ 106.153843613000049, 29.609521652000062 ], [ 106.153855660000033, 29.609521529000055 ], [ 106.153867374000072, 29.609522312000081 ], [ 106.153878657000064, 29.609524163000053 ], [ 106.153889408000069, 29.609527245000038 ], [ 106.15390190100004, 29.609532917000081 ], [ 106.153913415000034, 29.609540449000065 ], [ 106.153923945000031, 29.609549559000076 ], [ 106.153933487000074, 29.609559957000045 ], [ 106.153942051000058, 29.60957137500008 ], [ 106.15394961200009, 29.609583514000061 ], [ 106.153956176000065, 29.609596104000051 ], [ 106.153961740000057, 29.609608855000094 ], [ 106.153966979000089, 29.60962365700005 ], [ 106.153970944000037, 29.609638372000063 ], [ 106.153973744000041, 29.609653069000039 ], [ 106.153975481000032, 29.609667820000091 ], [ 106.153976270000044, 29.609682698000096 ], [ 106.153976205000049, 29.609697780000083 ], [ 106.153975388000063, 29.609713123000066 ], [ 106.153973925000074, 29.609728812000071 ], [ 106.153971476000038, 29.609748535000051 ], [ 106.153968814000052, 29.609768538000083 ], [ 106.153966543000081, 29.609788503000058 ], [ 106.153965260000064, 29.609808106000056 ], [ 106.153965567000057, 29.609827002000085 ], [ 106.153968084000041, 29.609844877000057 ], [ 106.153973392000069, 29.609861392000081 ], [ 106.153982098000029, 29.609876218000068 ], [ 106.153988531000039, 29.609883604000061 ], [ 106.153995959000042, 29.609890567000029 ], [ 106.154004161000046, 29.609897262000057 ], [ 106.154012907000038, 29.609903896000045 ], [ 106.154021955000076, 29.609910628000073 ], [ 106.154031097000029, 29.609917656000043 ], [ 106.154040102000067, 29.609925156000092 ], [ 106.154048742000057, 29.609933307000063 ], [ 106.154062628000077, 29.609949658000058 ], [ 106.154074303000073, 29.609967895000061 ], [ 106.15408341300008, 29.609987291000031 ], [ 106.154089615000032, 29.610007101000065 ], [ 106.154092573000071, 29.610026595000065 ], [ 106.154091936000043, 29.610045030000038 ], [ 106.154087358000027, 29.610061676000036 ], [ 106.154078495000093, 29.610075790000053 ], [ 106.154068982000069, 29.610084316000037 ], [ 106.154057282000053, 29.610091245000024 ], [ 106.154043760000036, 29.610096802000044 ], [ 106.154028801000038, 29.610101218000068 ], [ 106.154012769000076, 29.610104695000079 ], [ 106.15400491500003, 29.610106001000077 ], [ 106.154029101000063, 29.61013908000006 ], [ 106.154037035000044, 29.610174125000071 ], [ 106.154037410000058, 29.610207041000074 ], [ 106.154032862000065, 29.610248779000077 ], [ 106.154018253000061, 29.610289033000083 ], [ 106.15402845300008, 29.610277229000076 ], [ 106.154040803000044, 29.61026475500006 ], [ 106.154053680000061, 29.610252520000067 ], [ 106.154066301000057, 29.610240395000062 ], [ 106.154075331000058, 29.610231214000066 ], [ 106.154083941000067, 29.610222109000055 ], [ 106.154092323000043, 29.610213143000067 ], [ 106.154100637000056, 29.610204383000042 ], [ 106.154109077000044, 29.610195885000056 ], [ 106.154117820000067, 29.61018772500006 ], [ 106.154127043000074, 29.610179961000092 ], [ 106.154136933000075, 29.610172658000071 ], [ 106.154145847000052, 29.61016688900008 ], [ 106.154155148000029, 29.610161377000054 ], [ 106.154164645000037, 29.610155991000056 ], [ 106.154174122000029, 29.610150604000061 ], [ 106.154183381000053, 29.610145102000054 ], [ 106.154192225000031, 29.610139360000062 ], [ 106.154200434000074, 29.610133255000051 ], [ 106.154207812000038, 29.610126660000041 ], [ 106.154218928000034, 29.610112852000043 ], [ 106.154226895000079, 29.610097248000049 ], [ 106.154232130000025, 29.610080190000073 ], [ 106.154235051000057, 29.610062007000071 ], [ 106.154236094000055, 29.610043037000082 ], [ 106.154235675000052, 29.610023591000065 ], [ 106.154234224000049, 29.610004021000062 ], [ 106.154232157000081, 29.609984644000065 ], [ 106.154230185000074, 29.609968370000043 ], [ 106.154228156000045, 29.609952450000037 ], [ 106.15422613000004, 29.609936834000052 ], [ 106.154224200000044, 29.609921479000036 ], [ 106.154222438000033, 29.609906349000084 ], [ 106.154220906000035, 29.609891398000055 ], [ 106.154219683000065, 29.609876578000062 ], [ 106.154218854000078, 29.609861864000038 ], [ 106.15421845000003, 29.609848102000051 ], [ 106.154218200000059, 29.609834303000067 ], [ 106.154217888000062, 29.60982040500005 ], [ 106.154217252000095, 29.609806320000072 ], [ 106.154216056000053, 29.609791979000079 ], [ 106.154214073000048, 29.609777302000051 ], [ 106.154211040000064, 29.609762219000054 ], [ 106.154206724000062, 29.609746641000065 ], [ 106.154198680000036, 29.609724666000091 ], [ 106.154189133000045, 29.609702242000079 ], [ 106.154179393000049, 29.609679974000077 ], [ 106.154170766000064, 29.609658455000044 ], [ 106.154164560000027, 29.609638293000042 ], [ 106.154162080000049, 29.60962007500007 ], [ 106.154164659000074, 29.609604410000085 ], [ 106.154173590000028, 29.609591893000072 ], [ 106.154180841000027, 29.609586942000071 ], [ 106.154189756000051, 29.609582887000041 ], [ 106.15420004200007, 29.609579666000059 ], [ 106.15421142200006, 29.609577231000056 ], [ 106.154223604000038, 29.609575512000045 ], [ 106.154236309000055, 29.609574453000054 ], [ 106.154249228000026, 29.609574006000052 ], [ 106.154262102000075, 29.609574102000067 ], [ 106.154280313000072, 29.60957513500005 ], [ 106.154297803000077, 29.609577210000044 ], [ 106.154314550000038, 29.60958032100006 ], [ 106.154330578000042, 29.609584476000062 ], [ 106.154345874000057, 29.609589663000065 ], [ 106.154360437000037, 29.609595907000088 ], [ 106.154374282000063, 29.609603184000036 ], [ 106.154387384000074, 29.609611495000077 ], [ 106.154404528000043, 29.60962330600006 ], [ 106.154426920000049, 29.609588649000052 ], [ 106.154468655000088, 29.609512622000068 ], [ 106.154414188000032, 29.609505600000038 ], [ 106.154402276000042, 29.609499789000036 ], [ 106.154383444000075, 29.609480729000044 ], [ 106.154373106000037, 29.609464552000077 ], [ 106.154364309000073, 29.60943505400007 ], [ 106.154360419000056, 29.60939072500009 ], [ 106.154366717000073, 29.609349264000056 ], [ 106.15438152300004, 29.609312167000041 ], [ 106.154380883000044, 29.609255980000054 ], [ 106.154336434000072, 29.609216440000061 ], [ 106.154312610000034, 29.60920481800008 ], [ 106.154300767000052, 29.609204921000075 ], [ 106.154270343000064, 29.609208142000057 ], [ 106.154258599000059, 29.609217117000075 ], [ 106.154245281000044, 29.609236457000058 ], [ 106.154235365000034, 29.609257246000077 ], [ 106.154162547000055, 29.609401319000089 ], [ 106.154132360000062, 29.60942524100005 ], [ 106.154105437000055, 29.609438784000076 ], [ 106.154063237000059, 29.609448024000073 ], [ 106.154005622000057, 29.609441131000036 ], [ 106.153990275000069, 29.60943091400009 ], [ 106.153981630000033, 29.609414722000054 ], [ 106.153972629000066, 29.609367480000049 ], [ 106.153979758000048, 29.609204335000076 ], [ 106.15393240800006, 29.609222757000055 ], [ 106.153923553000027, 29.609230603000064 ], [ 106.153914275000034, 29.609240778000075 ], [ 106.153905656000063, 29.609251714000042 ], [ 106.15389740300003, 29.609263107000064 ], [ 106.153889183000061, 29.60927461700004 ], [ 106.153880704000073, 29.60928592900007 ], [ 106.153871639000045, 29.609296735000044 ], [ 106.153857788000039, 29.609310439000065 ], [ 106.153842682000061, 29.609322947000067 ], [ 106.153826765000076, 29.609334687000057 ], [ 106.15381048100005, 29.609346049000063 ], [ 106.153794270000049, 29.609357466000048 ], [ 106.153778579000061, 29.609369339000065 ], [ 106.153763850000075, 29.60938207800006 ], [ 106.153750529000035, 29.609396102000069 ], [ 106.15374498100006, 29.609403051000061 ], [ 106.153739715000029, 29.609410232000069 ], [ 106.153734627000063, 29.609417520000083 ], [ 106.153729590000069, 29.60942479900007 ], [ 106.153724509000043, 29.609431932000067 ], [ 106.153719272000046, 29.609438816000083 ], [ 106.153713771000071, 29.609445313000037 ], [ 106.153707883000038, 29.609451301000039 ], [ 106.153696926000066, 29.609459981000047 ], [ 106.153684606000084, 29.609466892000057 ], [ 106.15367090400008, 29.609472026000045 ], [ 106.153655831000037, 29.609475377000077 ], [ 106.15363938400003, 29.609476955000044 ], [ 106.153621564000048, 29.609476749000066 ], [ 106.153602362000072, 29.609474769000087 ], [ 106.153581797000072, 29.609471015000054 ], [ 106.153575342000067, 29.609468021000055 ], [ 106.153579491000073, 29.609482408000076 ], [ 106.153530191000073, 29.60960465000004 ], [ 106.153494327000033, 29.60965479500004 ], [ 106.153443909000032, 29.609678765000062 ], [ 106.153393271000027, 29.609683359000087 ], [ 106.153356699000028, 29.60967121800007 ], [ 106.153356477000045, 29.609670978000054 ], [ 106.153352582000025, 29.609674463000093 ], [ 106.153344378000043, 29.60968201300005 ], [ 106.153336290000041, 29.60968965100005 ], [ 106.153328316000056, 29.609697388000082 ], [ 106.153320456000074, 29.609705231000074 ], [ 106.153312711000069, 29.609713175000078 ], [ 106.15330509100005, 29.609721206000074 ], [ 106.153297577000046, 29.609729344000073 ], [ 106.153225297000063, 29.609680849000089 ], [ 106.153288337000049, 29.609749996000065 ], [ 106.153424484000027, 29.609894131000093 ], [ 106.15345676000004, 29.60993659200005 ], [ 106.153457271000036, 29.609981465000082 ], [ 106.153455312000062, 29.610024223000032 ], [ 106.153451054000072, 29.610079823000035 ], [ 106.153388594000035, 29.610178670000039 ], [ 106.153369201000046, 29.610193797000079 ], [ 106.153347388000043, 29.61021108500006 ], [ 106.153298578000033, 29.610220057000053 ], [ 106.153286618000038, 29.610218670000052 ], [ 106.153274371000066, 29.610247137000034 ], [ 106.153166550000037, 29.610358927000053 ], [ 106.153157013000055, 29.610387218000078 ], [ 106.153171301000043, 29.610441677000043 ], [ 106.15319917100004, 29.610488683000078 ], [ 106.153232575000061, 29.610509366000091 ], [ 106.153334070000028, 29.61041244200004 ], [ 106.153392548000056, 29.610330587000078 ], [ 106.15341869100007, 29.61032472100004 ], [ 106.153570382000055, 29.610348533000035 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.155118540000046, 29.610519449000037 ], [ 106.155121464000047, 29.610511522000085 ], [ 106.155119694000078, 29.610491358000047 ], [ 106.155110923000052, 29.610477395000082 ], [ 106.155058484000051, 29.610457573000083 ], [ 106.155022596000038, 29.610450585000081 ], [ 106.154987317000064, 29.610469814000059 ], [ 106.154969286000039, 29.610480093000035 ], [ 106.154938915000059, 29.61048612900003 ], [ 106.154814165000062, 29.610537586000078 ], [ 106.154835100000071, 29.610579408000042 ], [ 106.154876545000036, 29.610562855000062 ], [ 106.154902997000093, 29.610623234000059 ], [ 106.154903423000064, 29.610624177000084 ], [ 106.155078580000065, 29.610566391000081 ], [ 106.155113023000069, 29.610534408000035 ], [ 106.155118540000046, 29.610519449000037 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.155549510000071, 29.611202124000048 ], [ 106.155570959000045, 29.611185637000055 ], [ 106.155623905000027, 29.611156726000047 ], [ 106.155665147000036, 29.611139556000069 ], [ 106.155853952000029, 29.611095323000086 ], [ 106.155900300000042, 29.611074566000067 ], [ 106.155920163000076, 29.611065670000073 ], [ 106.155967444000055, 29.611029396000049 ], [ 106.155992754000067, 29.61101172900004 ], [ 106.156081655000037, 29.610954060000047 ], [ 106.156126057000051, 29.610939181000045 ], [ 106.156152877000068, 29.610930195000027 ], [ 106.156256517000031, 29.610906045000036 ], [ 106.156295570000054, 29.610904251000072 ], [ 106.156330951000029, 29.610902077000052 ], [ 106.156292640000061, 29.610889676000049 ], [ 106.15620444700005, 29.610868416000077 ], [ 106.156140027000049, 29.610851206000071 ], [ 106.156078840000077, 29.610835839000057 ], [ 106.156037016000028, 29.61083929400008 ], [ 106.156002915000045, 29.610842112000057 ], [ 106.15592699900003, 29.610849321000046 ], [ 106.155816749000053, 29.610849346000059 ], [ 106.155713885000068, 29.610839953000031 ], [ 106.155613183000071, 29.610832412000033 ], [ 106.155514825000068, 29.610842623000053 ], [ 106.155419889000029, 29.610871510000035 ], [ 106.155377606000059, 29.610876982000036 ], [ 106.15532690200007, 29.610883544000053 ], [ 106.155181461000041, 29.61089940800008 ], [ 106.155131739000069, 29.610903144000076 ], [ 106.155068735000043, 29.610907878000035 ], [ 106.154980512000066, 29.610936100000064 ], [ 106.154888077000066, 29.610970599000037 ], [ 106.154799770000068, 29.610991335000055 ], [ 106.154695669000034, 29.611004721000079 ], [ 106.154674334000049, 29.611012394000049 ], [ 106.15466206800005, 29.611022045000084 ], [ 106.154662396000049, 29.611058654000082 ], [ 106.154646549000063, 29.611117735000047 ], [ 106.154624803000047, 29.61115300200003 ], [ 106.154535873000043, 29.611244494000061 ], [ 106.154319405000081, 29.611441118000073 ], [ 106.15424910400003, 29.611483360000079 ], [ 106.154306195000061, 29.611493185000082 ], [ 106.154354459000047, 29.61148687300005 ], [ 106.154419271000052, 29.611452911000075 ], [ 106.154488634000074, 29.611423820000088 ], [ 106.154546915000026, 29.611408580000045 ], [ 106.15461543300006, 29.611404055000023 ], [ 106.154660392000039, 29.6114036630001 ], [ 106.154732418000037, 29.611410895000059 ], [ 106.154862002000073, 29.611438253000081 ], [ 106.154991452000047, 29.611453824000076 ], [ 106.155063510000048, 29.611464002000051 ], [ 106.15509511700003, 29.611475515000052 ], [ 106.155117732000065, 29.611487105000045 ], [ 106.155131399000041, 29.611502702000045 ], [ 106.155141873000048, 29.611534044000049 ], [ 106.15514806300007, 29.61158408600005 ], [ 106.155132932000072, 29.611637259000066 ], [ 106.155098387000066, 29.611762310000074 ], [ 106.155097707000039, 29.611773093000071 ], [ 106.155120528000054, 29.611754685000047 ], [ 106.155177449000064, 29.611724859000049 ], [ 106.155236482000078, 29.611707091000081 ], [ 106.155273738000062, 29.611684337000035 ], [ 106.155283354000062, 29.61166182300008 ], [ 106.155345595000028, 29.611538048000057 ], [ 106.155396693000057, 29.611476824000079 ], [ 106.155422740000063, 29.611424871000057 ], [ 106.155474653000056, 29.611305447000049 ], [ 106.155503585000076, 29.611247003000081 ], [ 106.155528415000049, 29.611218337000082 ], [ 106.155549510000071, 29.611202124000048 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.158254695000039, 29.611776486000057 ], [ 106.158253707000028, 29.611791499000045 ], [ 106.158247803000052, 29.61180029500008 ], [ 106.158244001000071, 29.611817816000041 ], [ 106.158200714000031, 29.611882901000058 ], [ 106.158137117000081, 29.611921931000044 ], [ 106.158057349000046, 29.61194711100006 ], [ 106.157975601000032, 29.61197405700004 ], [ 106.157918421000034, 29.611940885000081 ], [ 106.15792052900008, 29.611945264000049 ], [ 106.157916288000081, 29.611973195000076 ], [ 106.157876115000079, 29.612049259000063 ], [ 106.157838699000081, 29.61216714000005 ], [ 106.15781172700008, 29.612201247000094 ], [ 106.157791435000036, 29.612221349000045 ], [ 106.157775658000048, 29.612237426000032 ], [ 106.15776444100004, 29.612253463000062 ], [ 106.157755480000048, 29.612267489000082 ], [ 106.157753360000072, 29.612281454000094 ], [ 106.15775921200003, 29.612313362000073 ], [ 106.157801522000057, 29.612283487000074 ], [ 106.157828381000058, 29.612267500000087 ], [ 106.157858244000067, 29.612251486000051 ], [ 106.15787023200005, 29.612248756000035 ], [ 106.157888258000071, 29.612248599000058 ], [ 106.157921306000048, 29.612248310000044 ], [ 106.157969435000041, 29.612253141000057 ], [ 106.15812926600006, 29.612304257000062 ], [ 106.158205155000076, 29.612371858000078 ], [ 106.15826626300003, 29.612460592000037 ], [ 106.158304853000061, 29.612552796000045 ], [ 106.158335998000041, 29.612484012000039 ], [ 106.158336939000037, 29.612379428000057 ], [ 106.15838339700008, 29.612143728000028 ], [ 106.158406347000039, 29.612094975000044 ], [ 106.15841030200005, 29.612066929000033 ], [ 106.158409939000094, 29.612035186000075 ], [ 106.158409532000064, 29.611999708000042 ], [ 106.158409041000027, 29.611956762000091 ], [ 106.158363099000042, 29.611863792000051 ], [ 106.158343526000067, 29.611834084000069 ], [ 106.158317649000026, 29.611813768000044 ], [ 106.158289700000083, 29.611799074000086 ], [ 106.158257412000069, 29.611778813000058 ], [ 106.158254695000039, 29.611776486000057 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.157705933000045, 29.611683160000041 ], [ 106.157698537000044, 29.611674236000052 ], [ 106.157661785000073, 29.611650647000086 ], [ 106.15763422100008, 29.611632956000044 ], [ 106.157615823000071, 29.611619169000051 ], [ 106.157558688000051, 29.611607713000073 ], [ 106.157510673000047, 29.611596177000077 ], [ 106.157483132000038, 29.611580478000072 ], [ 106.157469316000061, 29.611568644000041 ], [ 106.157420891000072, 29.611521247000049 ], [ 106.15738632800003, 29.611489670000083 ], [ 106.15737002700007, 29.611459925000077 ], [ 106.157367474000068, 29.611436038000079 ], [ 106.157367110000052, 29.611404162000035 ], [ 106.157369154000037, 29.611383483000054 ], [ 106.157368959000053, 29.611366289000049 ], [ 106.157368525000038, 29.611328437000051 ], [ 106.157328606000078, 29.611227170000063 ], [ 106.157227685000066, 29.611083106000073 ], [ 106.157213222000053, 29.611106637000034 ], [ 106.157197468000064, 29.611124706000052 ], [ 106.157170336000036, 29.61114486800005 ], [ 106.157124966000026, 29.611165188000086 ], [ 106.157081693000066, 29.61116955000006 ], [ 106.157042934000074, 29.611169888000067 ], [ 106.157008667000071, 29.611164210000087 ], [ 106.156969681000078, 29.611144625000065 ], [ 106.156944329000055, 29.611120937000063 ], [ 106.156928029000028, 29.611091192000057 ], [ 106.156923059000064, 29.61105537100007 ], [ 106.156918045000054, 29.611015566000052 ], [ 106.15691305200005, 29.610977753000036 ], [ 106.156937108000079, 29.610887883000078 ], [ 106.156952225000055, 29.610814033000047 ], [ 106.156946561000055, 29.610814082000047 ], [ 106.15687702300005, 29.610814689000051 ], [ 106.156658173000039, 29.610857110000037 ], [ 106.156449968000061, 29.610894764000076 ], [ 106.156330951000029, 29.610902077000052 ], [ 106.156347978000042, 29.610907589000071 ], [ 106.156419543000027, 29.610942003000051 ], [ 106.156485262000047, 29.610991359000089 ], [ 106.156570128000055, 29.611049308000073 ], [ 106.156630616000029, 29.611079438000043 ], [ 106.156672101000026, 29.611113238000087 ], [ 106.156716784000025, 29.611163653000066 ], [ 106.156729131000077, 29.611191576000067 ], [ 106.156747921000033, 29.611258560000067 ], [ 106.156748986000039, 29.611262354000075 ], [ 106.156751310000061, 29.61129036400007 ], [ 106.156761257000028, 29.611481347000048 ], [ 106.156785412000033, 29.611613560000084 ], [ 106.156803437000065, 29.611666677000066 ], [ 106.156835136000041, 29.611696843000061 ], [ 106.156933142000071, 29.611737086000055 ], [ 106.156999398000039, 29.611742597000045 ], [ 106.15710080100007, 29.611775199000071 ], [ 106.157193704000065, 29.611826141000055 ], [ 106.157194580000066, 29.611827060000053 ], [ 106.157280092000065, 29.611916715000064 ], [ 106.157346869000051, 29.61196788400008 ], [ 106.157406280000046, 29.611984109000055 ], [ 106.157449771000074, 29.611979163000047 ], [ 106.157541283000072, 29.611908348000043 ], [ 106.157648210000048, 29.611814566000081 ], [ 106.157680764000091, 29.611767096000047 ], [ 106.157690693000063, 29.611721346000085 ], [ 106.157705933000045, 29.611683160000041 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.156952225000055, 29.610814033000047 ], [ 106.157000052000058, 29.61081361600008 ], [ 106.15705710900005, 29.610813118000067 ], [ 106.157144530000039, 29.610817030000081 ], [ 106.157192743000053, 29.610822843000047 ], [ 106.157241453000054, 29.610826232000079 ], [ 106.157251802000076, 29.610826952000082 ], [ 106.157261574000074, 29.610826867000071 ], [ 106.157277861000068, 29.610826725000042 ], [ 106.157287536000069, 29.610818100000074 ], [ 106.157300143000043, 29.610780983000037 ], [ 106.157333114000039, 29.610530184000087 ], [ 106.157357086000061, 29.610422897000035 ], [ 106.157415011000069, 29.610299993000069 ], [ 106.157398349000061, 29.610275305000084 ], [ 106.157403663000025, 29.610247362000052 ], [ 106.157396838000082, 29.610249417000038 ], [ 106.157300999000029, 29.610277524000082 ], [ 106.157289457000047, 29.610280909000039 ], [ 106.157267623000052, 29.610283829000078 ], [ 106.157236404000059, 29.610285466000047 ], [ 106.157186398000078, 29.610283172000035 ], [ 106.157133096000052, 29.610265894000054 ], [ 106.157050028000072, 29.610240687000044 ], [ 106.156945128000075, 29.610218399000075 ], [ 106.156665339000028, 29.610124500000044 ], [ 106.156592351000029, 29.610100005000053 ], [ 106.156549966000057, 29.610081267000059 ], [ 106.156475326000077, 29.610049464000042 ], [ 106.15651218000005, 29.610149634000035 ], [ 106.156512575000079, 29.610184384000039 ], [ 106.156513071000063, 29.610227818000055 ], [ 106.156504220000045, 29.610323464000089 ], [ 106.156487269000081, 29.610362707000039 ], [ 106.156467933000044, 29.610410659000074 ], [ 106.156396749000066, 29.610489472000044 ], [ 106.156303, 29.610551104000074 ], [ 106.156216435000033, 29.610588782000029 ], [ 106.156123678000029, 29.610620297000075 ], [ 106.156128141000067, 29.610625209000087 ], [ 106.156136925000055, 29.610651098000059 ], [ 106.156137517000047, 29.610703024000092 ], [ 106.156125017000079, 29.610723534000048 ], [ 106.156108336000045, 29.610749645000052 ], [ 106.156095813000036, 29.610768301000061 ], [ 106.156081190000066, 29.610788829000054 ], [ 106.156037016000028, 29.61083929400008 ], [ 106.156078840000077, 29.610835839000057 ], [ 106.156140027000049, 29.610851206000071 ], [ 106.15620444700005, 29.610868416000077 ], [ 106.156292640000061, 29.610889676000049 ], [ 106.156330951000029, 29.610902077000052 ], [ 106.156449968000061, 29.610894764000076 ], [ 106.156658173000039, 29.610857110000037 ], [ 106.15687702300005, 29.610814689000051 ], [ 106.156946561000055, 29.610814082000047 ], [ 106.156952225000055, 29.610814033000047 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.155877633000046, 29.609822662000052 ], [ 106.155869942000052, 29.60977110400006 ], [ 106.155874302000029, 29.609733393000052 ], [ 106.155890851000038, 29.609714412000077 ], [ 106.155926679000061, 29.609705729000041 ], [ 106.155952997000043, 29.609703406000051 ], [ 106.156001013000036, 29.60971345300003 ], [ 106.156104587000073, 29.609764873000071 ], [ 106.156159740000078, 29.609770672000089 ], [ 106.15617650300004, 29.609770525000044 ], [ 106.156207541000072, 29.609761883000093 ], [ 106.156221742000071, 29.609747109000065 ], [ 106.156258197000056, 29.609583545000067 ], [ 106.156276304000073, 29.609491299000073 ], [ 106.156295373000034, 29.609419119000055 ], [ 106.156340589000081, 29.609247963000094 ], [ 106.156425536000029, 29.609136299000056 ], [ 106.156482582000081, 29.609098129000078 ], [ 106.156501501000037, 29.609077035000045 ], [ 106.156515607000074, 29.609053891000084 ], [ 106.15651656700004, 29.609050842000048 ], [ 106.156524852000075, 29.609024509000054 ], [ 106.156529404000025, 29.609003541000046 ], [ 106.156529165000052, 29.608982614000062 ], [ 106.15651211400008, 29.608957648000061 ], [ 106.156434883000045, 29.608905998000068 ], [ 106.156408421000037, 29.608895764000064 ], [ 106.156374822000032, 29.608889778000048 ], [ 106.156338900000037, 29.608890091000042 ], [ 106.156302978000042, 29.608890405000068 ], [ 106.156224116000033, 29.608905742000047 ], [ 106.156174494000027, 29.608964776000047 ], [ 106.15613653500003, 29.608996500000043 ], [ 106.155803308000031, 29.609388682000088 ], [ 106.155739483000048, 29.609462490000059 ], [ 106.155690051000079, 29.60953826500009 ], [ 106.155664329000061, 29.609592904000074 ], [ 106.155660232000074, 29.609653634000047 ], [ 106.155660733000047, 29.609697581000034 ], [ 106.155675603000077, 29.609741402000054 ], [ 106.155685397000084, 29.609760153000082 ], [ 106.155709847000026, 29.609803891000073 ], [ 106.155720061000068, 29.609831581000037 ], [ 106.15577049500007, 29.609833291000083 ], [ 106.155877633000046, 29.609822662000052 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.154736343000081, 29.608488707000046 ], [ 106.154727440000045, 29.608453879000081 ], [ 106.154707999000038, 29.608392631000058 ], [ 106.154609697000069, 29.60826382700008 ], [ 106.15453870500005, 29.608201662000056 ], [ 106.154419082000061, 29.608120813000081 ], [ 106.154337197000089, 29.608069921000038 ], [ 106.154269649000071, 29.608027939000078 ], [ 106.154230264000049, 29.607998255000037 ], [ 106.154208197000059, 29.607980705000045 ], [ 106.15418143100004, 29.607961830000075 ], [ 106.154140408000046, 29.607925336000054 ], [ 106.15403632500005, 29.607837528000058 ], [ 106.153921467000032, 29.60776346100004 ], [ 106.153899479000088, 29.607752733000041 ], [ 106.153868011000043, 29.607732534000036 ], [ 106.153841988000067, 29.607715830000075 ], [ 106.153836544000072, 29.607712335000091 ], [ 106.153792319000047, 29.607669045000076 ], [ 106.153711522000037, 29.607568749000055 ], [ 106.153624668000091, 29.607360676000038 ], [ 106.15358605800003, 29.607406756000039 ], [ 106.153579921000087, 29.607426260000068 ], [ 106.153580458000093, 29.607473493000033 ], [ 106.153580806000051, 29.607504056000039 ], [ 106.153581344000031, 29.607551290000057 ], [ 106.153581755000062, 29.607587409000075 ], [ 106.153579208000053, 29.607643006000043 ], [ 106.153570082000044, 29.607679208000036 ], [ 106.153528906000076, 29.607693460000057 ], [ 106.153497111000036, 29.607693736000037 ], [ 106.153442805000054, 29.607671979000099 ], [ 106.153387964000046, 29.607602988000057 ], [ 106.153352767000058, 29.607583842000054 ], [ 106.153333691000057, 29.607584009000053 ], [ 106.15329270400008, 29.607614929000079 ], [ 106.153258140000048, 29.607651354000044 ], [ 106.153229873000043, 29.607682166000075 ], [ 106.153185866000072, 29.60772700700004 ], [ 106.153151474000026, 29.607754441000054 ], [ 106.153162161000068, 29.607751368000038 ], [ 106.153173116000062, 29.607749849000076 ], [ 106.15318342300003, 29.607750146000054 ], [ 106.153193057000067, 29.607752254000044 ], [ 106.153206926000053, 29.607759126000076 ], [ 106.15321943500004, 29.607769769000075 ], [ 106.153230853000025, 29.607783435000044 ], [ 106.153241439000055, 29.607799390000089 ], [ 106.153251477000026, 29.607816920000065 ], [ 106.153261223000072, 29.607835274000085 ], [ 106.153270960000043, 29.607853726000091 ], [ 106.153280960000075, 29.60787154500008 ], [ 106.153291189000072, 29.607887837000074 ], [ 106.153301748000047, 29.607903125000067 ], [ 106.153312474000074, 29.607917718000063 ], [ 106.153323176000072, 29.607931912000076 ], [ 106.153333701000065, 29.607946029000061 ], [ 106.15334385500006, 29.607960356000035 ], [ 106.15335347000007, 29.607975209000074 ], [ 106.153362381000079, 29.607990901000051 ], [ 106.15336807400007, 29.608002326000076 ], [ 106.153373566000027, 29.608014031000046 ], [ 106.153379057000052, 29.608025756000067 ], [ 106.153384784000082, 29.608037233000047 ], [ 106.153390936000051, 29.608048222000047 ], [ 106.15339775200006, 29.608058436000089 ], [ 106.153405423000038, 29.60806762500005 ], [ 106.153414184000042, 29.60807553200004 ], [ 106.153430355000069, 29.608085025000037 ], [ 106.153449051000052, 29.608091619000046 ], [ 106.153469636000068, 29.608096239000073 ], [ 106.153491446000032, 29.60809978400005 ], [ 106.153513854000039, 29.608103162000074 ], [ 106.153536189000079, 29.608107278000031 ], [ 106.153557809000063, 29.608113045000032 ], [ 106.153578063000054, 29.608121375000053 ], [ 106.153598363000071, 29.608134495000058 ], [ 106.153615647000038, 29.608151177000082 ], [ 106.153629422000051, 29.608170668000074 ], [ 106.153639216000045, 29.60819220500008 ], [ 106.153644524000072, 29.608215026000035 ], [ 106.153644841000073, 29.60823835900004 ], [ 106.153639696000027, 29.608261451000082 ], [ 106.153672045000064, 29.608254704000043 ], [ 106.153716588000066, 29.608252026000059 ], [ 106.153757355000039, 29.608263126000065 ], [ 106.15378641500007, 29.608282350000078 ], [ 106.153810363000048, 29.608313073000076 ], [ 106.15380157900006, 29.60834751700008 ], [ 106.153770849000068, 29.608411939000057 ], [ 106.153767364000032, 29.608422833000073 ], [ 106.153775862000046, 29.608416849000033 ], [ 106.153806358000054, 29.608386262000071 ], [ 106.153840882000054, 29.608370801000028 ], [ 106.153875560000074, 29.608368814000073 ], [ 106.153925774000072, 29.608376800000091 ], [ 106.153966464000064, 29.608394977000046 ], [ 106.154018777000047, 29.608418106000045 ], [ 106.154119625000078, 29.608471136000041 ], [ 106.15414697600005, 29.608502905000083 ], [ 106.154164631000086, 29.608529705000077 ], [ 106.154162934000055, 29.608549935000042 ], [ 106.154153468000075, 29.608565179000031 ], [ 106.154138182000054, 29.608577104000059 ], [ 106.154117171000053, 29.608594132000064 ], [ 106.154098106000049, 29.60861282900003 ], [ 106.154086828000061, 29.608638196000072 ], [ 106.154079732000071, 29.608692165000043 ], [ 106.154069202000073, 29.608783224000035 ], [ 106.154042619000052, 29.608818831000058 ], [ 106.154040889000044, 29.608819675000063 ], [ 106.15405234800005, 29.608825318000068 ], [ 106.154065948000039, 29.608832011000061 ], [ 106.154078998000045, 29.608838563000056 ], [ 106.154091398000048, 29.608845131000066 ], [ 106.154103037000027, 29.608851886000078 ], [ 106.154113780000046, 29.608858999000059 ], [ 106.154123520000041, 29.608866627000058 ], [ 106.154132161000064, 29.608874950000086 ], [ 106.154139565000037, 29.608884114000041 ], [ 106.154146470000057, 29.60889587100008 ], [ 106.154151685000045, 29.608908733000074 ], [ 106.154155269000057, 29.608922431000046 ], [ 106.154156277000027, 29.608929497000069 ], [ 106.154238642000053, 29.608795317000041 ], [ 106.154300776000071, 29.608700074000065 ], [ 106.154450980000036, 29.608606036000083 ], [ 106.154605921000041, 29.608531688000092 ], [ 106.154736343000081, 29.608488707000046 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.152893089000045, 29.599127583000044 ], [ 106.152894046000029, 29.599195694000059 ], [ 106.152892234000035, 29.599217291000059 ], [ 106.152888303000054, 29.599233511000083 ], [ 106.152863835000062, 29.599253507000075 ], [ 106.152829120000035, 29.599277188000087 ], [ 106.15276747200005, 29.599284917000031 ], [ 106.152676933000066, 29.599285704000067 ], [ 106.152633722000076, 29.599286079000084 ], [ 106.152577980000046, 29.599270377000046 ], [ 106.152548907000039, 29.599247250000062 ], [ 106.15253625400004, 29.599220383000038 ], [ 106.152535845000045, 29.599184417000057 ], [ 106.152581461000068, 29.599085043000056 ], [ 106.152547148000053, 29.59909259800008 ], [ 106.152426379000076, 29.599149399000055 ], [ 106.152336495000043, 29.599207730000042 ], [ 106.152234527000076, 29.599315056000084 ], [ 106.152272182000047, 29.599343172000086 ], [ 106.152350640000066, 29.599365871000082 ], [ 106.152420663000044, 29.599370658000055 ], [ 106.152622316000077, 29.599368907000041 ], [ 106.152791354000044, 29.599394416000052 ], [ 106.153024077000055, 29.599410379000055 ], [ 106.153256903000056, 29.599435333000088 ], [ 106.153334891000043, 29.599416670000036 ], [ 106.153359358000046, 29.59939667500003 ], [ 106.153369463000047, 29.599380401000072 ], [ 106.153367241000069, 29.599366032000034 ], [ 106.15328635700007, 29.599310983000063 ], [ 106.153226398000086, 29.59928632600008 ], [ 106.15312732200006, 29.599260210000065 ], [ 106.153005182000072, 29.599196527000061 ], [ 106.152893089000045, 29.599127583000044 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.152281862000052, 29.599944354000055 ], [ 106.152290969000035, 29.599876172000048 ], [ 106.152302099000053, 29.599796105000053 ], [ 106.152308725000069, 29.59974343600004 ], [ 106.152320142000065, 29.599688620000045 ], [ 106.152324503000045, 29.599648597000055 ], [ 106.152323977000037, 29.59960230300004 ], [ 106.152308932000039, 29.59954982100005 ], [ 106.152282159000038, 29.599524800000037 ], [ 106.152243442000042, 29.599508300000068 ], [ 106.152154304000078, 29.599504865000082 ], [ 106.15206521500005, 29.599505639000093 ], [ 106.15189500200006, 29.599504052000043 ], [ 106.151786941000069, 29.599561401000077 ], [ 106.151621371000033, 29.599659954000053 ], [ 106.151480718000073, 29.599778074000092 ], [ 106.151423985000065, 29.599892851000053 ], [ 106.15144381600004, 29.599906058000041 ], [ 106.151544946000058, 29.600037044000079 ], [ 106.15163375800006, 29.600086033000082 ], [ 106.151853403000075, 29.600123936000049 ], [ 106.151916029000063, 29.600123391000078 ], [ 106.152018171000066, 29.600092649000089 ], [ 106.152089053000054, 29.600067153000051 ], [ 106.152269882000041, 29.599946159000062 ], [ 106.152281862000052, 29.599944354000055 ] ], [ [ 106.15179875900003, 29.59994147500004 ], [ 106.151728228000081, 29.599942087000038 ], [ 106.151622115000066, 29.599928277000053 ], [ 106.151602470000057, 29.599894775000053 ], [ 106.151597129000052, 29.599848523000055 ], [ 106.151615937000031, 29.59980837500007 ], [ 106.151644520000048, 29.59978076800007 ], [ 106.151670744000057, 29.599757391000082 ], [ 106.151725837000072, 29.599731660000096 ], [ 106.151743802000055, 29.599723445000052 ], [ 106.151838431000044, 29.599680175000056 ], [ 106.15187695700007, 29.599679840000075 ], [ 106.151901035000037, 29.599679631000072 ], [ 106.151927521000061, 29.599679402000053 ], [ 106.15195643900006, 29.599681255000057 ], [ 106.151997444000074, 29.599687213000042 ], [ 106.152050441000029, 29.599688857000043 ], [ 106.152127491000044, 29.599688188000073 ], [ 106.152197558000069, 29.599708625000069 ], [ 106.152212387000077, 29.599742168000031 ], [ 106.152210865000029, 29.599820047000041 ], [ 106.152199304000078, 29.599862237000085 ], [ 106.152168456000027, 29.599902490000094 ], [ 106.152147025000048, 29.599923721000046 ], [ 106.152060534000043, 29.599941307000044 ], [ 106.151961860000029, 29.59994637300008 ], [ 106.15188235400008, 29.599942854000055 ], [ 106.15180768700003, 29.599941398000059 ], [ 106.15179875900003, 29.59994147500004 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.150331029000029, 29.598177971000041 ], [ 106.150334971000063, 29.598181631000045 ], [ 106.150340573000051, 29.59819584600007 ], [ 106.150340754000069, 29.598211693000056 ], [ 106.150335494000046, 29.598227587000039 ], [ 106.150324739000041, 29.598238775000095 ], [ 106.150323090000029, 29.598240245000056 ], [ 106.150349557000027, 29.598305305000054 ], [ 106.150389757000028, 29.598279367000089 ], [ 106.150435284000025, 29.598280564000049 ], [ 106.150468123000053, 29.598286643000058 ], [ 106.150612420000073, 29.598328351000074 ], [ 106.15074217300004, 29.598371775000086 ], [ 106.150815078000051, 29.598379098000066 ], [ 106.150853306000045, 29.598378767000046 ], [ 106.150907845000063, 29.598371930000042 ], [ 106.151051113000051, 29.598322956000061 ], [ 106.151229148000027, 29.598289590000043 ], [ 106.151260113000035, 29.598290913000088 ], [ 106.151283868000064, 29.598298662000044 ], [ 106.151371535000081, 29.598323358000073 ], [ 106.151382530000035, 29.598329627000059 ], [ 106.151393561000077, 29.598339078000038 ], [ 106.151401222000061, 29.598372423000054 ], [ 106.151400236000029, 29.598380947000066 ], [ 106.151526011000044, 29.598370242000051 ], [ 106.151591482000072, 29.598369673000033 ], [ 106.151645624000025, 29.598374180000057 ], [ 106.15169706100005, 29.598391149000065 ], [ 106.151751288000071, 29.59840312000005 ], [ 106.151786875000028, 29.598404105000043 ], [ 106.151819635000038, 29.598405014000033 ], [ 106.151910670000063, 29.598399248000078 ], [ 106.152069797000081, 29.598372986000072 ], [ 106.15216672300005, 29.59838458500008 ], [ 106.152203842000063, 29.598394215000042 ], [ 106.152229688000048, 29.598413894000089 ], [ 106.152244147000033, 29.598433673000045 ], [ 106.152235975000053, 29.59846608800007 ], [ 106.152216275000058, 29.598486163000079 ], [ 106.152182399000026, 29.598511337000048 ], [ 106.152055234000045, 29.598594546000076 ], [ 106.152016693000064, 29.59862675800008 ], [ 106.152186899000071, 29.598717067000045 ], [ 106.152254170000063, 29.598732475000077 ], [ 106.152290764000043, 29.598732157000093 ], [ 106.152324309000051, 29.59873186600004 ], [ 106.152391308000077, 29.598723288000091 ], [ 106.152418603000058, 29.598709724000056 ], [ 106.152448734000075, 29.598677478000074 ], [ 106.152460508000047, 29.598640061000076 ], [ 106.152466092000054, 29.598594701000088 ], [ 106.15247732000006, 29.598509312000097 ], [ 106.152476594000063, 29.598445351000066 ], [ 106.152448602000064, 29.598397616000053 ], [ 106.152411401000052, 29.598344632000078 ], [ 106.152367981000054, 29.598281040000082 ], [ 106.152318401000059, 29.59821217100005 ], [ 106.152143488000036, 29.598117737000059 ], [ 106.151676094000052, 29.59804982900005 ], [ 106.15159372800008, 29.598047878000042 ], [ 106.151532556000063, 29.598032417000063 ], [ 106.151480562000074, 29.598019541000038 ], [ 106.151403900000048, 29.597982892000061 ], [ 106.151070171000072, 29.597868510000069 ], [ 106.150987653000072, 29.597853233000084 ], [ 106.15086860200006, 29.597843604000047 ], [ 106.150692365000069, 29.597901105000066 ], [ 106.150659153000049, 29.59793071200005 ], [ 106.150638230000041, 29.597968208000047 ], [ 106.150626727000045, 29.598029611000072 ], [ 106.150615255000048, 29.59809368000009 ], [ 106.150588113000026, 29.598120569000063 ], [ 106.150551760000042, 29.59814220800007 ], [ 106.150512116000073, 29.598142550000045 ], [ 106.150402364000058, 29.598146167000039 ], [ 106.150331029000029, 29.598177971000041 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.125319773000058, 29.595728425000061 ], [ 106.125299067000071, 29.595801123000054 ], [ 106.125242914000069, 29.59597795600007 ], [ 106.125214939000045, 29.596075542000047 ], [ 106.125186198000051, 29.596142351000083 ], [ 106.125272202000076, 29.596173127000043 ], [ 106.125349982000046, 29.596172467000088 ], [ 106.125422958000058, 29.59616360800004 ], [ 106.125491286000056, 29.596160969000032 ], [ 106.125531195000065, 29.596146211000079 ], [ 106.125580440000078, 29.596123131000066 ], [ 106.125601424000081, 29.596102352000049 ], [ 106.125633851000032, 29.596050575000046 ], [ 106.125647374000039, 29.595994837000028 ], [ 106.125651265000045, 29.595920641000074 ], [ 106.125636323000052, 29.595848664000066 ], [ 106.125605293000035, 29.595813906000039 ], [ 106.125579046000041, 29.595785287000073 ], [ 106.125538680000034, 29.59575884800006 ], [ 106.125503120000076, 29.59574061000006 ], [ 106.125453510000057, 29.595730730000067 ], [ 106.125411038000038, 29.595726969000047 ], [ 106.125387468000042, 29.59572716800005 ], [ 106.125368612000045, 29.595727328000066 ], [ 106.125319773000058, 29.595728425000061 ] ], [ [ 106.125524134000045, 29.59599949700003 ], [ 106.125497002000031, 29.596017644000078 ], [ 106.125440192000042, 29.596030071000079 ], [ 106.125394640000081, 29.596030457000026 ], [ 106.125362554000048, 29.59601281200008 ], [ 106.125374124000075, 29.595965455000048 ], [ 106.125363638000067, 29.595905302000055 ], [ 106.125351609000063, 29.595847672000044 ], [ 106.125362511000048, 29.595803784000054 ], [ 106.125410164000087, 29.595787453000078 ], [ 106.125485239000056, 29.595778854000066 ], [ 106.125524134000045, 29.59599949700003 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.124946066000064, 29.596988044000057 ], [ 106.124979723000081, 29.596936206000056 ], [ 106.12498462700006, 29.59687520000006 ], [ 106.124984275000031, 29.59684350100007 ], [ 106.124981093000031, 29.596808168000045 ], [ 106.124961130000031, 29.596769320000078 ], [ 106.124928557000032, 29.596725701000079 ], [ 106.124893175000068, 29.596710106000046 ], [ 106.124779342000068, 29.59670954100006 ], [ 106.124713102000044, 29.596710102000092 ], [ 106.124651064000034, 29.596691329000066 ], [ 106.124597687000062, 29.596657044000032 ], [ 106.124561760000063, 29.596603312000074 ], [ 106.124525554000058, 29.59652449400005 ], [ 106.124487355000056, 29.596464992000055 ], [ 106.124458236000066, 29.596405008000101 ], [ 106.12443729000006, 29.596387054000047 ], [ 106.124420189000034, 29.596375660000028 ], [ 106.124413574000087, 29.596375716000061 ], [ 106.124390015000074, 29.596375916000056 ], [ 106.124369240000078, 29.596389627000061 ], [ 106.124354995000033, 29.596415140000087 ], [ 106.12434268800007, 29.596440636000061 ], [ 106.124323527000058, 29.596459419000045 ], [ 106.12429755900007, 29.596475721000047 ], [ 106.124266693000038, 29.596486986000063 ], [ 106.124224225000034, 29.596500041000073 ], [ 106.124204076000069, 29.596517140000064 ], [ 106.124198557000057, 29.596543425000053 ], [ 106.124202646000072, 29.59656285800008 ], [ 106.124213458000042, 29.596577155000031 ], [ 106.124219198000048, 29.596582075000068 ], [ 106.124229102000072, 29.596590565000042 ], [ 106.124243797000076, 29.596605676000081 ], [ 106.124244981000061, 29.596625133000089 ], [ 106.124243232000026, 29.59664207600008 ], [ 106.124221297000076, 29.596672732000059 ], [ 106.124185024000042, 29.596720438000087 ], [ 106.124105887000042, 29.596832834000057 ], [ 106.124103809000076, 29.596843066000073 ], [ 106.124100377000048, 29.596859965000075 ], [ 106.124103395000077, 29.596870097000078 ], [ 106.124121014000082, 29.596886876000042 ], [ 106.124157509000042, 29.59689930300004 ], [ 106.124205589000042, 29.596904724000062 ], [ 106.124269607000031, 29.59690418200006 ], [ 106.124295078000046, 29.596915623000079 ], [ 106.124307276000081, 29.596933006000093 ], [ 106.124310149000053, 29.596951634000035 ], [ 106.124303921000035, 29.596991321000072 ], [ 106.124294553000027, 29.597014966000081 ], [ 106.124284457000044, 29.597040447000033 ], [ 106.124266535000061, 29.597108210000041 ], [ 106.124272205000068, 29.597138471000051 ], [ 106.124292379000053, 29.597153454000079 ], [ 106.124324518000037, 29.597164840000055 ], [ 106.124372572000027, 29.597167930000069 ], [ 106.124421790000042, 29.597155855000043 ], [ 106.124448246000043, 29.597135814000069 ], [ 106.124461311000061, 29.597111223000073 ], [ 106.124484659000075, 29.597051573000034 ], [ 106.124514701000066, 29.596994198000065 ], [ 106.12455165800003, 29.59695891300003 ], [ 106.124584782000071, 29.596938815000048 ], [ 106.124632666000025, 29.596926753000048 ], [ 106.124691337000058, 29.596925089000081 ], [ 106.124739365000039, 29.596925849000062 ], [ 106.124778108000044, 29.596931348000052 ], [ 106.124811633000036, 29.596947384000082 ], [ 106.124863933000043, 29.596972587000039 ], [ 106.124905421000051, 29.596985058000083 ], [ 106.124945458000084, 29.596987051000038 ], [ 106.124946066000064, 29.596988044000057 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.124630996000064, 29.598645416000071 ], [ 106.124628757000039, 29.598602335000066 ], [ 106.124625798000068, 29.598591084000077 ], [ 106.124584481000056, 29.598568054000051 ], [ 106.124545074000025, 29.598560748000068 ], [ 106.124505667000051, 29.598553442000075 ], [ 106.124446588000069, 29.598544399000048 ], [ 106.12434388500003, 29.598543356000043 ], [ 106.124319668000055, 29.598526385000071 ], [ 106.124312881000037, 29.59850543500005 ], [ 106.124284203000059, 29.598480860000052 ], [ 106.124240473000043, 29.598477408000065 ], [ 106.124194596000052, 29.598477797000044 ], [ 106.124166235000075, 29.598481861000035 ], [ 106.12413136300006, 29.598489787000052 ], [ 106.124100932000033, 29.598503413000063 ], [ 106.124066228000061, 29.598526621000079 ], [ 106.124051156000064, 29.598545836000078 ], [ 106.124027330000047, 29.598565133000083 ], [ 106.124005661000069, 29.598580590000044 ], [ 106.123977151000076, 29.598571287000084 ], [ 106.123965718000079, 29.598560406000047 ], [ 106.123966981000081, 29.598567152000044 ], [ 106.123968108000042, 29.598573906000063 ], [ 106.123969101000057, 29.598580666000085 ], [ 106.123969960000068, 29.59858742300009 ], [ 106.123970675000066, 29.598594183000049 ], [ 106.123971267000059, 29.598600952000087 ], [ 106.123971714000049, 29.598607723000043 ], [ 106.123972026000047, 29.598614494000056 ], [ 106.123972212000069, 29.598621989000041 ], [ 106.123972234000064, 29.598629484000071 ], [ 106.123972089000077, 29.59863698200008 ], [ 106.123971780000034, 29.598644490000083 ], [ 106.123971306000044, 29.598651999000083 ], [ 106.123970668000027, 29.598659510000061 ], [ 106.123969852000073, 29.598667031000044 ], [ 106.123969570000057, 29.598669231000088 ], [ 106.123975631000079, 29.598669009000048 ], [ 106.124005434000026, 29.598681073000083 ], [ 106.124040462000039, 29.598687324000082 ], [ 106.124187830000039, 29.598739784000081 ], [ 106.124214516000052, 29.598715167000073 ], [ 106.12425703200006, 29.598707644000058 ], [ 106.124301420000052, 29.598720158000052 ], [ 106.124342532000071, 29.598734125000085 ], [ 106.124355751000067, 29.598744045000039 ], [ 106.124386984000068, 29.598752366000046 ], [ 106.12441308700005, 29.598742125000058 ], [ 106.124445698000045, 29.59872752300004 ], [ 106.124479971000028, 29.598715777000056 ], [ 106.12449784100005, 29.598701310000077 ], [ 106.124538551000057, 29.598678052000079 ], [ 106.124625521000041, 29.598655594000046 ], [ 106.124630996000064, 29.598645416000071 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.124409968000066, 29.601771243000087 ], [ 106.12440145100004, 29.601731948000062 ], [ 106.124396528000034, 29.601706642000064 ], [ 106.124385817000075, 29.601682398000047 ], [ 106.124364587000059, 29.601651147000034 ], [ 106.124323466000092, 29.601604853000083 ], [ 106.124294215000077, 29.60158279400008 ], [ 106.124277826000025, 29.601566228000078 ], [ 106.124266404000025, 29.601555686000044 ], [ 106.124255776000041, 29.601538296000061 ], [ 106.124252974000058, 29.601520842000074 ], [ 106.124253507000049, 29.601490439000084 ], [ 106.124263671000051, 29.601466035000051 ], [ 106.124277304000032, 29.601440841000052 ], [ 106.124282142000027, 29.601406603000044 ], [ 106.124278209000067, 29.601365599000079 ], [ 106.124265708000053, 29.601336067000091 ], [ 106.124229543000084, 29.601289788000084 ], [ 106.124213117000068, 29.601280491000075 ], [ 106.124198861000082, 29.60126305600005 ], [ 106.124191636000035, 29.601245562000084 ], [ 106.124191344000053, 29.601219231000069 ], [ 106.124189990000048, 29.601187643000053 ], [ 106.12417320000003, 29.601122829000069 ], [ 106.124150884000073, 29.601012419000075 ], [ 106.124147948000029, 29.600970085000085 ], [ 106.124099004000072, 29.601024767000069 ], [ 106.124064696000062, 29.601143019000062 ], [ 106.12402478100006, 29.60126295700007 ], [ 106.124005167000064, 29.601321853000062 ], [ 106.123883644000045, 29.601318821000064 ], [ 106.123837584000057, 29.601326412000045 ], [ 106.123822899000061, 29.601339498000069 ], [ 106.123818305000043, 29.601371221000072 ], [ 106.123812720000046, 29.601462003000055 ], [ 106.123808559000054, 29.601532607000081 ], [ 106.123825326000031, 29.601558389000051 ], [ 106.123838588000069, 29.601565478000058 ], [ 106.123866697000039, 29.601573881000036 ], [ 106.123915707000037, 29.601577540000044 ], [ 106.123884928000052, 29.60166881400005 ], [ 106.123862183000028, 29.601804 ], [ 106.123910704000082, 29.601802528000057 ], [ 106.123949947000042, 29.601798874000046 ], [ 106.123976483000035, 29.601792005000046 ], [ 106.124002795000081, 29.601784101000074 ], [ 106.124038764000034, 29.601773006000087 ], [ 106.124067145000026, 29.60176280600006 ], [ 106.124096503000032, 29.601755087000068 ], [ 106.124122127000092, 29.601753209000027 ], [ 106.12414117600008, 29.601758028000059 ], [ 106.124173604000077, 29.601770203000058 ], [ 106.124201275000075, 29.60178159000008 ], [ 106.124252624000064, 29.601786966000077 ], [ 106.124294374000044, 29.60178329200005 ], [ 106.124382125000068, 29.601776274000088 ], [ 106.124409968000066, 29.601771243000087 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.123573099000055, 29.60108296500005 ], [ 106.123538966000069, 29.601025107000055 ], [ 106.123461683000073, 29.600901775000064 ], [ 106.123413843000037, 29.60085215000003 ], [ 106.123361179000028, 29.600816705000057 ], [ 106.123321142000066, 29.60079746700006 ], [ 106.123277467000037, 29.600786961000043 ], [ 106.123232500000029, 29.600772115000044 ], [ 106.123188766000055, 29.60075617100005 ], [ 106.123147449000044, 29.600733681000065 ], [ 106.123122307000074, 29.60071105500009 ], [ 106.12309828900004, 29.600677542000088 ], [ 106.123087997000027, 29.600647176000056 ], [ 106.123073924000039, 29.600612492000042 ], [ 106.123052539000071, 29.600592008000039 ], [ 106.123021225000059, 29.600573784000062 ], [ 106.122969952000062, 29.60055137900008 ], [ 106.122915126000066, 29.600545316000076 ], [ 106.122875427000054, 29.600556528000087 ], [ 106.122850803000063, 29.600580665000056 ], [ 106.122832885000037, 29.600648246000048 ], [ 106.122821344000045, 29.600729915000048 ], [ 106.122813717000042, 29.600827864000049 ], [ 106.122808701000054, 29.600936666000056 ], [ 106.122809676000031, 29.601024755000083 ], [ 106.122801495000033, 29.60107267800003 ], [ 106.122781958000076, 29.601106559000069 ], [ 106.122756091000042, 29.60113070500006 ], [ 106.122716426000082, 29.601145179000074 ], [ 106.122638066000036, 29.601149105000044 ], [ 106.122524716000044, 29.601140275000034 ], [ 106.122457501000042, 29.601128634000069 ], [ 106.12246495400008, 29.60115414400007 ], [ 106.122509386000047, 29.601269350000052 ], [ 106.122537331000061, 29.601404161000062 ], [ 106.122562482000035, 29.601488909000068 ], [ 106.122589415000064, 29.601540244000034 ], [ 106.122668040000079, 29.601495796000052 ], [ 106.122713952000026, 29.601483444000049 ], [ 106.122752455000068, 29.601476593000083 ], [ 106.122778563000054, 29.601474196000083 ], [ 106.122803452000028, 29.60147398600008 ], [ 106.122820898000043, 29.60147601400007 ], [ 106.122849639000052, 29.601486647000051 ], [ 106.122873464000065, 29.601502758000041 ], [ 106.122892239000066, 29.601512390000032 ], [ 106.122915943000066, 29.601517626000089 ], [ 106.122951969000042, 29.601511883000061 ], [ 106.122979190000081, 29.601497514000066 ], [ 106.123013587000059, 29.601456982000059 ], [ 106.123045713000067, 29.601436046000053 ], [ 106.123075435000032, 29.60142274300005 ], [ 106.123137631000077, 29.601420041000043 ], [ 106.123174998000081, 29.601422988000078 ], [ 106.123208743000077, 29.601435754000082 ], [ 106.123275082000077, 29.601469995000055 ], [ 106.123315276000028, 29.601503371000035 ], [ 106.123354129000063, 29.601528056000053 ], [ 106.12340405100008, 29.601540685000089 ], [ 106.123438989000078, 29.601546485000078 ], [ 106.123423832000071, 29.601518796000047 ], [ 106.123413592000077, 29.601488438000047 ], [ 106.123404551000078, 29.601457703000044 ], [ 106.123391605000052, 29.601428671000065 ], [ 106.123372354000026, 29.601403092000055 ], [ 106.123352006000061, 29.601377835000051 ], [ 106.123334548000059, 29.601347123000032 ], [ 106.12331972300008, 29.601315174000035 ], [ 106.123302179000063, 29.601284449000048 ], [ 106.123270483000056, 29.601242076000062 ], [ 106.123259919000077, 29.601216356000066 ], [ 106.123252333000039, 29.60118935600007 ], [ 106.123243906000027, 29.601164018000077 ], [ 106.123281684000062, 29.601127723000047 ], [ 106.123315148000088, 29.601107817000063 ], [ 106.123359865000054, 29.601090264000046 ], [ 106.123365233000072, 29.601068142000077 ], [ 106.123364907000052, 29.60103870900009 ], [ 106.123350600000038, 29.601014299000045 ], [ 106.12331937600004, 29.600982674000083 ], [ 106.12328580500008, 29.600961111000061 ], [ 106.123285451000072, 29.600960884000074 ], [ 106.123248798000077, 29.600946477000029 ], [ 106.123220679000042, 29.600941809000073 ], [ 106.123120379000056, 29.600939085000054 ], [ 106.123107723000032, 29.600922648000044 ], [ 106.123207919000038, 29.600887948000032 ], [ 106.123275332000048, 29.600892285000047 ], [ 106.123331548000067, 29.600899167000083 ], [ 106.123387818000026, 29.600910956000064 ], [ 106.123432750000077, 29.600931140000053 ], [ 106.123441417000038, 29.600935033000042 ], [ 106.12346403500004, 29.600949559000071 ], [ 106.123477514000058, 29.600961113000036 ], [ 106.123503707000054, 29.600983567000057 ], [ 106.12354362700006, 29.601039649000086 ], [ 106.123569348000046, 29.601081135000072 ], [ 106.123573099000055, 29.60108296500005 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.123862183000028, 29.601804 ], [ 106.123884928000052, 29.60166881400005 ], [ 106.123915707000037, 29.601577540000044 ], [ 106.123866697000039, 29.601573881000036 ], [ 106.123838588000069, 29.601565478000058 ], [ 106.123825326000031, 29.601558389000051 ], [ 106.123808559000054, 29.601532607000081 ], [ 106.123812720000046, 29.601462003000055 ], [ 106.123818305000043, 29.601371221000072 ], [ 106.123822899000061, 29.601339498000069 ], [ 106.123837584000057, 29.601326412000045 ], [ 106.123883644000045, 29.601318821000064 ], [ 106.124005167000064, 29.601321853000062 ], [ 106.12402478100006, 29.60126295700007 ], [ 106.124064696000062, 29.601143019000062 ], [ 106.124099004000072, 29.601024767000069 ], [ 106.124147948000029, 29.600970085000085 ], [ 106.124147295000057, 29.600960661000038 ], [ 106.12414186400008, 29.60092384000006 ], [ 106.124131520000049, 29.600896716000079 ], [ 106.124113151000074, 29.600870539000088 ], [ 106.12408861800003, 29.600832125000061 ], [ 106.124049393000064, 29.600736780000091 ], [ 106.124014292000027, 29.600651055000082 ], [ 106.123983921000047, 29.600538957000076 ], [ 106.123945030000073, 29.600383043000079 ], [ 106.123937119000075, 29.600346604000034 ], [ 106.123928056000068, 29.600289922000062 ], [ 106.123870700000055, 29.600247795000094 ], [ 106.123840332000043, 29.60019597400008 ], [ 106.12382294300005, 29.600121674000036 ], [ 106.123769954000068, 29.600154463000084 ], [ 106.123651411000026, 29.600254807000056 ], [ 106.123515473000054, 29.600404970000056 ], [ 106.123470939000072, 29.600435410000038 ], [ 106.123422959000038, 29.600447718000062 ], [ 106.123381987000073, 29.600457039000055 ], [ 106.123299769000027, 29.600451004000025 ], [ 106.123248156000045, 29.600426762000033 ], [ 106.12322709700004, 29.600379825000058 ], [ 106.123224107000055, 29.600341710000066 ], [ 106.123261992000039, 29.600285300000049 ], [ 106.123368910000067, 29.600203627000045 ], [ 106.123510424000074, 29.600045613000074 ], [ 106.123535840000045, 29.599998314000054 ], [ 106.123535531000073, 29.599970417000069 ], [ 106.123534991000042, 29.599969495000032 ], [ 106.123535158000038, 29.599984548000066 ], [ 106.123509742000067, 29.600031847000082 ], [ 106.123439774000076, 29.600109972000038 ], [ 106.123422752000067, 29.600094464000048 ], [ 106.123402709000061, 29.600081111000065 ], [ 106.123275526000043, 29.599974008000057 ], [ 106.123314882000059, 29.599935039000059 ], [ 106.123321664000073, 29.599926168000081 ], [ 106.123303585000031, 29.599927040000068 ], [ 106.123253800000043, 29.59993617900005 ], [ 106.12319881500008, 29.599939474000045 ], [ 106.123163592000026, 29.599934912000034 ], [ 106.12313186800003, 29.599914132000038 ], [ 106.122984727000073, 29.599919397000068 ], [ 106.122920141000066, 29.599924190000081 ], [ 106.122867106000072, 29.599933485000065 ], [ 106.122864334000042, 29.599934369000039 ], [ 106.122806591000028, 29.599952793000064 ], [ 106.122732222000081, 29.599977747000079 ], [ 106.122636492000041, 29.600016150000044 ], [ 106.122495099000048, 29.600075016000062 ], [ 106.122490838000033, 29.600076791000049 ], [ 106.122498239000038, 29.60019896600005 ], [ 106.122497515000077, 29.600275907000071 ], [ 106.122498736000068, 29.600307463000039 ], [ 106.12249810000003, 29.600328767000072 ], [ 106.122496830000046, 29.600345371000063 ], [ 106.122494136000057, 29.600352753000031 ], [ 106.122486639000044, 29.600357385000049 ], [ 106.122479098000042, 29.60035795500005 ], [ 106.122475550000047, 29.600357703000046 ], [ 106.122486579000054, 29.600465409000044 ], [ 106.122484398000054, 29.600559942000078 ], [ 106.122466045000067, 29.600651790000079 ], [ 106.12243068700009, 29.600811495000066 ], [ 106.122424165000041, 29.600951205000055 ], [ 106.122437839000042, 29.601057205000068 ], [ 106.122455240000079, 29.601120889000075 ], [ 106.122457501000042, 29.601128634000069 ], [ 106.122524716000044, 29.601140275000034 ], [ 106.122638066000036, 29.601149105000044 ], [ 106.122716426000082, 29.601145179000074 ], [ 106.122756091000042, 29.60113070500006 ], [ 106.122781958000076, 29.601106559000069 ], [ 106.122801495000033, 29.60107267800003 ], [ 106.122809676000031, 29.601024755000083 ], [ 106.122808701000054, 29.600936666000056 ], [ 106.122813717000042, 29.600827864000049 ], [ 106.122821344000045, 29.600729915000048 ], [ 106.122832885000037, 29.600648246000048 ], [ 106.122850803000063, 29.600580665000056 ], [ 106.122875427000054, 29.600556528000087 ], [ 106.122915126000066, 29.600545316000076 ], [ 106.122969952000062, 29.60055137900008 ], [ 106.123021225000059, 29.600573784000062 ], [ 106.123052539000071, 29.600592008000039 ], [ 106.123073924000039, 29.600612492000042 ], [ 106.123087997000027, 29.600647176000056 ], [ 106.12309828900004, 29.600677542000088 ], [ 106.123122307000074, 29.60071105500009 ], [ 106.123147449000044, 29.600733681000065 ], [ 106.123188766000055, 29.60075617100005 ], [ 106.123232500000029, 29.600772115000044 ], [ 106.123277467000037, 29.600786961000043 ], [ 106.123321142000066, 29.60079746700006 ], [ 106.123361179000028, 29.600816705000057 ], [ 106.123413843000037, 29.60085215000003 ], [ 106.123461683000073, 29.600901775000064 ], [ 106.123538966000069, 29.601025107000055 ], [ 106.123573099000055, 29.60108296500005 ], [ 106.123634093000078, 29.601186355000038 ], [ 106.123678984000037, 29.601306698000087 ], [ 106.123688274000074, 29.601358825000087 ], [ 106.123676300000056, 29.601401343000077 ], [ 106.123644525000032, 29.601453816000067 ], [ 106.123571804000051, 29.60151751300009 ], [ 106.123518583000077, 29.601544066000088 ], [ 106.123453923000071, 29.601548964000067 ], [ 106.123438989000078, 29.601546485000078 ], [ 106.12340405100008, 29.601540685000089 ], [ 106.123354129000063, 29.601528056000053 ], [ 106.123315276000028, 29.601503371000035 ], [ 106.123275082000077, 29.601469995000055 ], [ 106.123208743000077, 29.601435754000082 ], [ 106.123174998000081, 29.601422988000078 ], [ 106.123137631000077, 29.601420041000043 ], [ 106.123075435000032, 29.60142274300005 ], [ 106.123045713000067, 29.601436046000053 ], [ 106.123013587000059, 29.601456982000059 ], [ 106.122979190000081, 29.601497514000066 ], [ 106.122951969000042, 29.601511883000061 ], [ 106.122915943000066, 29.601517626000089 ], [ 106.122892239000066, 29.601512390000032 ], [ 106.122873464000065, 29.601502758000041 ], [ 106.122849639000052, 29.601486647000051 ], [ 106.122820898000043, 29.60147601400007 ], [ 106.122803452000028, 29.60147398600008 ], [ 106.122778563000054, 29.601474196000083 ], [ 106.122752455000068, 29.601476593000083 ], [ 106.122713952000026, 29.601483444000049 ], [ 106.122668040000079, 29.601495796000052 ], [ 106.122589415000064, 29.601540244000034 ], [ 106.122597111000061, 29.601554916000051 ], [ 106.122605978000081, 29.601626787000047 ], [ 106.122601824000071, 29.601688890000048 ], [ 106.12258763400007, 29.601760423000094 ], [ 106.122618745000068, 29.601786567000076 ], [ 106.122679548000065, 29.601842691000069 ], [ 106.122769861000052, 29.601916097000071 ], [ 106.122861464000039, 29.601966566000041 ], [ 106.122983865000037, 29.602011381000061 ], [ 106.123050348000049, 29.602022955000056 ], [ 106.123176903000058, 29.602024582000062 ], [ 106.123278619000075, 29.60201293200004 ], [ 106.123378567000032, 29.601981069000086 ], [ 106.123462473000075, 29.601950293000069 ], [ 106.123536840000043, 29.601914225000087 ], [ 106.123625084000025, 29.601872503000035 ], [ 106.123714668000048, 29.601837412000069 ], [ 106.123800562000042, 29.601812321000068 ], [ 106.123860031000049, 29.60180406500006 ], [ 106.123862183000028, 29.601804 ] ], [ [ 106.123271143000068, 29.601604425000065 ], [ 106.123294995000037, 29.60162487000008 ], [ 106.123311049000051, 29.601652264000055 ], [ 106.123323528000071, 29.601712376000084 ], [ 106.123324329000084, 29.601784633000076 ], [ 106.123297169000068, 29.60182099400004 ], [ 106.123257968000075, 29.601836811000062 ], [ 106.123189181000043, 29.601847716000069 ], [ 106.12306317000008, 29.601847062000044 ], [ 106.122962638000047, 29.601835869000055 ], [ 106.12290738300004, 29.601824293000053 ], [ 106.122861725000064, 29.601790268000066 ], [ 106.12284360600006, 29.601754290000088 ], [ 106.122843169000078, 29.601714721000068 ], [ 106.122844679000082, 29.60167341500005 ], [ 106.122860066000044, 29.601640594000063 ], [ 106.122883479000052, 29.601621470000058 ], [ 106.122950260000039, 29.601607141000056 ], [ 106.123058400000048, 29.601594182000042 ], [ 106.123164704000033, 29.601593282000064 ], [ 106.123223763000055, 29.601592782000068 ], [ 106.123271143000068, 29.601604425000065 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.123573099000055, 29.60108296500005 ], [ 106.123569348000046, 29.601081135000072 ], [ 106.12354362700006, 29.601039649000086 ], [ 106.123503707000054, 29.600983567000057 ], [ 106.123477514000058, 29.600961113000036 ], [ 106.12346403500004, 29.600949559000071 ], [ 106.123441417000038, 29.600935033000042 ], [ 106.123432750000077, 29.600931140000053 ], [ 106.123387818000026, 29.600910956000064 ], [ 106.123331548000067, 29.600899167000083 ], [ 106.123275332000048, 29.600892285000047 ], [ 106.123207919000038, 29.600887948000032 ], [ 106.123107723000032, 29.600922648000044 ], [ 106.123120379000056, 29.600939085000054 ], [ 106.123220679000042, 29.600941809000073 ], [ 106.123248798000077, 29.600946477000029 ], [ 106.123285451000072, 29.600960884000074 ], [ 106.12328580500008, 29.600961111000061 ], [ 106.12331937600004, 29.600982674000083 ], [ 106.123350600000038, 29.601014299000045 ], [ 106.123364907000052, 29.60103870900009 ], [ 106.123365233000072, 29.601068142000077 ], [ 106.123359865000054, 29.601090264000046 ], [ 106.123315148000088, 29.601107817000063 ], [ 106.123281684000062, 29.601127723000047 ], [ 106.123243906000027, 29.601164018000077 ], [ 106.123252333000039, 29.60118935600007 ], [ 106.123259919000077, 29.601216356000066 ], [ 106.123270483000056, 29.601242076000062 ], [ 106.123302179000063, 29.601284449000048 ], [ 106.12331972300008, 29.601315174000035 ], [ 106.123334548000059, 29.601347123000032 ], [ 106.123352006000061, 29.601377835000051 ], [ 106.123372354000026, 29.601403092000055 ], [ 106.123391605000052, 29.601428671000065 ], [ 106.123404551000078, 29.601457703000044 ], [ 106.123413592000077, 29.601488438000047 ], [ 106.123423832000071, 29.601518796000047 ], [ 106.123438989000078, 29.601546485000078 ], [ 106.123453923000071, 29.601548964000067 ], [ 106.123518583000077, 29.601544066000088 ], [ 106.123571804000051, 29.60151751300009 ], [ 106.123644525000032, 29.601453816000067 ], [ 106.123676300000056, 29.601401343000077 ], [ 106.123688274000074, 29.601358825000087 ], [ 106.123678984000037, 29.601306698000087 ], [ 106.123634093000078, 29.601186355000038 ], [ 106.123573099000055, 29.60108296500005 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.124295815000039, 29.603844124000087 ], [ 106.124164303000043, 29.603776025000062 ], [ 106.124066733000063, 29.603714825000061 ], [ 106.124000695000063, 29.603652372000063 ], [ 106.123905579000052, 29.603507463000078 ], [ 106.123859654000057, 29.603430071000055 ], [ 106.123826330000043, 29.603371280000093 ], [ 106.123786421000034, 29.603328297000076 ], [ 106.123736320000035, 29.603280478000045 ], [ 106.123711875000026, 29.603243515000084 ], [ 106.12369561800007, 29.603205219000074 ], [ 106.123695346000034, 29.60318062500005 ], [ 106.123705319000067, 29.603128272000056 ], [ 106.123708428000043, 29.603091350000049 ], [ 106.12369908800008, 29.603042235000089 ], [ 106.123682899000073, 29.603010088000072 ], [ 106.123646970000038, 29.602942751000061 ], [ 106.123618179000061, 29.602884577000051 ], [ 106.123574327000028, 29.602737366000046 ], [ 106.123564374000068, 29.602632913000036 ], [ 106.123569020000048, 29.602575994000059 ], [ 106.123599762000026, 29.602492719000058 ], [ 106.123716180000031, 29.602362600000049 ], [ 106.123799827000028, 29.602291174000072 ], [ 106.123866275000069, 29.602255253000067 ], [ 106.123941689000048, 29.602234629000062 ], [ 106.124019066000074, 29.602232437000065 ], [ 106.124120967000067, 29.602220812000041 ], [ 106.124228093000056, 29.60220453200008 ], [ 106.124326254000053, 29.602172954000086 ], [ 106.124390995000056, 29.602141659000036 ], [ 106.124438008000027, 29.602098216000055 ], [ 106.124483401000077, 29.602067085000034 ], [ 106.12453610200005, 29.602060490000031 ], [ 106.124599423000063, 29.602059953000033 ], [ 106.124694408000039, 29.60205914800008 ], [ 106.124892858000067, 29.602063220000041 ], [ 106.12486896200005, 29.602017903000039 ], [ 106.124803359000055, 29.601898985000041 ], [ 106.124731249000035, 29.601809629000062 ], [ 106.124640183000068, 29.601761117000084 ], [ 106.124576274000049, 29.601752581000081 ], [ 106.124472471000047, 29.601759945000083 ], [ 106.124423266000065, 29.601768838000051 ], [ 106.124409968000066, 29.601771243000087 ], [ 106.124382125000068, 29.601776274000088 ], [ 106.124294374000044, 29.60178329200005 ], [ 106.124252624000064, 29.601786966000077 ], [ 106.124201275000075, 29.60178159000008 ], [ 106.124173604000077, 29.601770203000058 ], [ 106.12414117600008, 29.601758028000059 ], [ 106.124122127000092, 29.601753209000027 ], [ 106.124096503000032, 29.601755087000068 ], [ 106.124067145000026, 29.60176280600006 ], [ 106.124038764000034, 29.601773006000087 ], [ 106.124002795000081, 29.601784101000074 ], [ 106.123976483000035, 29.601792005000046 ], [ 106.123949947000042, 29.601798874000046 ], [ 106.123910704000082, 29.601802528000057 ], [ 106.123862183000028, 29.601804 ], [ 106.123860031000049, 29.60180406500006 ], [ 106.123800562000042, 29.601812321000068 ], [ 106.123714668000048, 29.601837412000069 ], [ 106.123625084000025, 29.601872503000035 ], [ 106.123536840000043, 29.601914225000087 ], [ 106.123462473000075, 29.601950293000069 ], [ 106.123378567000032, 29.601981069000086 ], [ 106.123278619000075, 29.60201293200004 ], [ 106.123176903000058, 29.602024582000062 ], [ 106.123050348000049, 29.602022955000056 ], [ 106.122983865000037, 29.602011381000061 ], [ 106.122861464000039, 29.601966566000041 ], [ 106.122769861000052, 29.601916097000071 ], [ 106.122679548000065, 29.601842691000069 ], [ 106.122618745000068, 29.601786567000076 ], [ 106.12258763400007, 29.601760423000094 ], [ 106.122539307000068, 29.601719812000063 ], [ 106.122472616000039, 29.601689360000087 ], [ 106.122420065000028, 29.601681714000051 ], [ 106.122355276000064, 29.60168361000007 ], [ 106.12228901800006, 29.601692261000039 ], [ 106.122241351000071, 29.60170749800006 ], [ 106.122203015000025, 29.601729399000071 ], [ 106.122141729000077, 29.60176902500007 ], [ 106.12208508100008, 29.601799184000068 ], [ 106.122077065000042, 29.601804727000051 ], [ 106.12199959000003, 29.601858291000038 ], [ 106.121927975000062, 29.601900378000042 ], [ 106.121856174000072, 29.601925568000077 ], [ 106.121768602000031, 29.601955498000056 ], [ 106.121686457000067, 29.601999211000074 ], [ 106.121613052000043, 29.602038241000052 ], [ 106.121573158000047, 29.602068368000062 ], [ 106.121531290000064, 29.602113603000063 ], [ 106.121494781000081, 29.60217899000008 ], [ 106.121447863000071, 29.602232122000093 ], [ 106.121404510000048, 29.602259418000077 ], [ 106.121380618000046, 29.602270966000045 ], [ 106.121357258000046, 29.602282258000056 ], [ 106.121323989000075, 29.602292637000062 ], [ 106.121258751000028, 29.60231450700006 ], [ 106.121203795000056, 29.602337413000047 ], [ 106.121149401000025, 29.602368141000053 ], [ 106.121051539000064, 29.602439010000069 ], [ 106.121016774000054, 29.602454570000081 ], [ 106.120965570000067, 29.602470268000037 ], [ 106.120927643000073, 29.602478670000025 ], [ 106.120885396000062, 29.602481262000087 ], [ 106.120847190000063, 29.602479957000071 ], [ 106.120847923000042, 29.602480805000084 ], [ 106.120859376000055, 29.602494603000075 ], [ 106.12086853700005, 29.602508321000073 ], [ 106.120876131000045, 29.602522769000071 ], [ 106.12088237200004, 29.602537707000064 ], [ 106.120886677000058, 29.602550201000028 ], [ 106.120890522000082, 29.602562791000082 ], [ 106.120894243000066, 29.602575412000071 ], [ 106.120898154000031, 29.602588006000072 ], [ 106.120902584000092, 29.602600513000091 ], [ 106.120908263000047, 29.602614080000087 ], [ 106.120914384000059, 29.602627503000065 ], [ 106.12092038600008, 29.602640832000063 ], [ 106.120925698000065, 29.602654111000049 ], [ 106.120930084000065, 29.602667342000078 ], [ 106.120934735000048, 29.602680779000075 ], [ 106.12094115900004, 29.602694652000078 ], [ 106.120945138000081, 29.602701320000051 ], [ 106.120955072000072, 29.602680512000067 ], [ 106.120966663000047, 29.602661857000051 ], [ 106.120987749000051, 29.602648276000085 ], [ 106.121020357000077, 29.602633583000056 ], [ 106.121057402000076, 29.602615367000052 ], [ 106.121112905000075, 29.602582350000034 ], [ 106.121166582000058, 29.60255260200006 ], [ 106.121201853000059, 29.602542540000062 ], [ 106.121250214000042, 29.60253724900009 ], [ 106.121300286000078, 29.602533259000037 ], [ 106.121352123000065, 29.602526636000047 ], [ 106.121424068000067, 29.602524997000049 ], [ 106.121497568000052, 29.602507492000086 ], [ 106.121577297000044, 29.60247589800008 ], [ 106.12164406200003, 29.602450920000081 ], [ 106.121679442000072, 29.602450621000052 ], [ 106.121722469000076, 29.602468160000065 ], [ 106.121743060000028, 29.602477750000048 ], [ 106.121787654000059, 29.602531218000077 ], [ 106.121800649000079, 29.602518290000042 ], [ 106.121845309000037, 29.602474515000033 ], [ 106.121891228000052, 29.602442567000089 ], [ 106.121960821000073, 29.602408446000084 ], [ 106.122036102000038, 29.602378222000088 ], [ 106.122063120000064, 29.602372075000055 ], [ 106.122095857000033, 29.602372784000067 ], [ 106.122135408000076, 29.60237738100005 ], [ 106.122164869000073, 29.602387981000053 ], [ 106.122231853000073, 29.602423908000048 ], [ 106.122284200000081, 29.602462915000043 ], [ 106.122299466000072, 29.602479673000055 ], [ 106.122320760000036, 29.602503044000063 ], [ 106.122365523000042, 29.602570719000077 ], [ 106.122421749000083, 29.60265323700008 ], [ 106.122426327000028, 29.602659955000043 ], [ 106.122465176000048, 29.602703022000075 ], [ 106.122544461000075, 29.602760272000065 ], [ 106.122566431000052, 29.602776136000056 ], [ 106.122665428000062, 29.602849270000039 ], [ 106.122729083000081, 29.602890155000072 ], [ 106.12280392200006, 29.602922069000041 ], [ 106.122939934000044, 29.602965759000085 ], [ 106.123044969000034, 29.60301237300007 ], [ 106.123151405000044, 29.603071712000094 ], [ 106.123204130000033, 29.60311073500008 ], [ 106.123254537000037, 29.603154968000062 ], [ 106.123289403000058, 29.603191024000065 ], [ 106.123318581000035, 29.603249980000054 ], [ 106.123361602000045, 29.603378404000068 ], [ 106.123436200000071, 29.603567842000079 ], [ 106.123516960000075, 29.603776961000058 ], [ 106.123532005000072, 29.603813651000053 ], [ 106.123567043000037, 29.603899095000092 ], [ 106.123601216000054, 29.603979818000077 ], [ 106.123614979000081, 29.604042019000069 ], [ 106.123621702000037, 29.604219569000069 ], [ 106.123622290000071, 29.604354459000039 ], [ 106.123622471000033, 29.604396128000076 ], [ 106.123624385000028, 29.604461544000046 ], [ 106.123628303000032, 29.60449886400005 ], [ 106.12363102900008, 29.604524846000057 ], [ 106.123640352000052, 29.604549544000058 ], [ 106.123680635000028, 29.60450060900007 ], [ 106.12374502800003, 29.604459709000079 ], [ 106.123804481000036, 29.604416276000052 ], [ 106.123863970000059, 29.604376275000043 ], [ 106.123904680000066, 29.604326130000061 ], [ 106.123961548000068, 29.604226908000051 ], [ 106.124041437000074, 29.604081847000092 ], [ 106.124102293000078, 29.603997579000062 ], [ 106.124167102000058, 29.603928705000047 ], [ 106.124229489000072, 29.603868670000058 ], [ 106.12427843200004, 29.603847317000088 ], [ 106.124295815000039, 29.603844124000087 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.163336460000039, 29.654872229000034 ], [ 106.16328481000005, 29.65481855500008 ], [ 106.163217175000057, 29.654727068000057 ], [ 106.163166129000047, 29.654630590000064 ], [ 106.16318923700004, 29.65446901200005 ], [ 106.16317579400004, 29.654454187000056 ], [ 106.163130249000062, 29.654366637000066 ], [ 106.163078511000037, 29.65430169300004 ], [ 106.163036168000076, 29.654211857000057 ], [ 106.163042360000077, 29.654132875000073 ], [ 106.16304806200003, 29.65406742700009 ], [ 106.163036724000051, 29.653979577000094 ], [ 106.163032408000063, 29.65388490000004 ], [ 106.163052023000034, 29.653794523000041 ], [ 106.163065805000045, 29.653765050000057 ], [ 106.162934234000033, 29.653653653000049 ], [ 106.162887931000057, 29.653669676000053 ], [ 106.162821200000053, 29.653704089000083 ], [ 106.162778837000076, 29.653724756000088 ], [ 106.162746723000055, 29.653738569000041 ], [ 106.162717680000071, 29.653738824000069 ], [ 106.16268713900007, 29.653721050000062 ], [ 106.162644980000039, 29.653703379000028 ], [ 106.162596551000036, 29.653701549000065 ], [ 106.162573728000041, 29.653681452000058 ], [ 106.162537919000044, 29.653670923000043 ], [ 106.162412184000061, 29.653672026000034 ], [ 106.16231564800006, 29.653672873000065 ], [ 106.162148285000058, 29.653700970000052 ], [ 106.162118208000038, 29.653736740000056 ], [ 106.162093364000043, 29.65378578100006 ], [ 106.16209402700008, 29.653843473000045 ], [ 106.162115983000035, 29.653985308000074 ], [ 106.162147437000044, 29.654069360000058 ], [ 106.162204601000042, 29.654179818000049 ], [ 106.162266337000062, 29.654245852000091 ], [ 106.162390115000051, 29.654404547000066 ], [ 106.162472480000076, 29.654497031000055 ], [ 106.162560233000079, 29.654616096000034 ], [ 106.162627152000027, 29.654690961000075 ], [ 106.162725017000071, 29.654805500000069 ], [ 106.16274579800006, 29.65484236400005 ], [ 106.16283661600005, 29.654820237000088 ], [ 106.162923745000057, 29.654819472000035 ], [ 106.162981367000043, 29.654834753000049 ], [ 106.163063411000053, 29.654840798000066 ], [ 106.163157535000039, 29.654830952000054 ], [ 106.16320023600008, 29.654839598000081 ], [ 106.163239063000049, 29.654848278000081 ], [ 106.163277246000078, 29.654856963000043 ], [ 106.16333357700006, 29.654872254000054 ], [ 106.163336460000039, 29.654872229000034 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.165653193000026, 29.719141354000044 ], [ 106.165690936000033, 29.719135944000065 ], [ 106.165846066000029, 29.719109585000062 ], [ 106.165903614000058, 29.719134071000045 ], [ 106.165905269000078, 29.719139188000039 ], [ 106.166026395000074, 29.719140131000074 ], [ 106.166112284000064, 29.719139374000065 ], [ 106.166140624000036, 29.71911413200008 ], [ 106.16616702500005, 29.71892109800007 ], [ 106.166181817000052, 29.71878529200006 ], [ 106.16613591900007, 29.718707148000082 ], [ 106.166029086000052, 29.718665244000071 ], [ 106.165783525000052, 29.71865312500006 ], [ 106.165697389000059, 29.71863246100008 ], [ 106.165618855000062, 29.718561744000059 ], [ 106.165510091000058, 29.718493670000043 ], [ 106.165425467000034, 29.718816945000075 ], [ 106.165427117000036, 29.718959747000035 ], [ 106.16549367000006, 29.719055562000047 ], [ 106.165576336000072, 29.719129812000062 ], [ 106.165637849000063, 29.719143552000041 ], [ 106.165653193000026, 29.719141354000044 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.167469847000064, 29.719079566000062 ], [ 106.167391627000029, 29.718941384000054 ], [ 106.167347602000063, 29.718781147000069 ], [ 106.167387677000079, 29.718600090000056 ], [ 106.167489820000071, 29.718482067000075 ], [ 106.167611517000068, 29.71839733500007 ], [ 106.167642990000047, 29.718384914000076 ], [ 106.167494590000047, 29.718140756000071 ], [ 106.167463434000069, 29.718115794000081 ], [ 106.167428870000037, 29.71810763400002 ], [ 106.167232278000029, 29.71811311700008 ], [ 106.167194566000035, 29.718092115000044 ], [ 106.167172347000076, 29.718070410000053 ], [ 106.167137465000053, 29.717974390000055 ], [ 106.16712949600003, 29.717975354000092 ], [ 106.166999717000067, 29.717947689000077 ], [ 106.166997672000036, 29.717968675000051 ], [ 106.166912149000041, 29.718081815000062 ], [ 106.166907859000062, 29.718216143000049 ], [ 106.166934692000041, 29.718215906000072 ], [ 106.167107499000053, 29.718241154000054 ], [ 106.167203796000081, 29.718280461000059 ], [ 106.167219593000027, 29.718320478000063 ], [ 106.167200853000054, 29.718357453000067 ], [ 106.16716677900007, 29.718394564000054 ], [ 106.167025567000053, 29.718449350000071 ], [ 106.166887685000063, 29.718460605000082 ], [ 106.166753849000031, 29.718461594000065 ], [ 106.166710453000064, 29.718516425000068 ], [ 106.166575775000069, 29.718542605000035 ], [ 106.166358885000079, 29.71853380400006 ], [ 106.166083580000077, 29.718425547000034 ], [ 106.165857149000033, 29.718299007000038 ], [ 106.165766015000031, 29.718199838000093 ], [ 106.165691984000048, 29.718164786000049 ], [ 106.16563485000006, 29.718176 ], [ 106.165574285000048, 29.718244371000083 ], [ 106.165511651000045, 29.718487710000094 ], [ 106.165510091000058, 29.718493670000043 ], [ 106.165618855000062, 29.718561744000059 ], [ 106.165697389000059, 29.71863246100008 ], [ 106.165783525000052, 29.71865312500006 ], [ 106.166029086000052, 29.718665244000071 ], [ 106.16613591900007, 29.718707148000082 ], [ 106.166181817000052, 29.71878529200006 ], [ 106.16616702500005, 29.71892109800007 ], [ 106.166140624000036, 29.71911413200008 ], [ 106.166112284000064, 29.719139374000065 ], [ 106.166026395000074, 29.719140131000074 ], [ 106.165905269000078, 29.719139188000039 ], [ 106.165996935000067, 29.719422452000064 ], [ 106.166051071000027, 29.719643623000088 ], [ 106.166052747000052, 29.719650466000083 ], [ 106.166045928000074, 29.719768349000045 ], [ 106.165930824000043, 29.719966475000028 ], [ 106.165990591000082, 29.719968216000034 ], [ 106.166120959000068, 29.719976746000039 ], [ 106.166278958000078, 29.719977773000039 ], [ 106.166419657000063, 29.719920888000043 ], [ 106.166524748000029, 29.71990060700006 ], [ 106.16662208200006, 29.719928783000057 ], [ 106.16678153600003, 29.720055603000041 ], [ 106.166806842000028, 29.720086830000074 ], [ 106.166821595000059, 29.720164119000057 ], [ 106.166852444000028, 29.720195298000064 ], [ 106.166902470000025, 29.720206954000044 ], [ 106.166952159000061, 29.72018958100006 ], [ 106.167001345000074, 29.720128665000054 ], [ 106.167011283000079, 29.720029383000057 ], [ 106.166962547000026, 29.719889491000053 ], [ 106.166955997000059, 29.719802452000064 ], [ 106.167069512000069, 29.719552260000057 ], [ 106.167469847000064, 29.719079566000062 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.167741614000093, 29.71861693400006 ], [ 106.167719318000081, 29.718510493000053 ], [ 106.167642990000047, 29.718384914000076 ], [ 106.167611517000068, 29.71839733500007 ], [ 106.167489820000071, 29.718482067000075 ], [ 106.167387677000079, 29.718600090000056 ], [ 106.167347602000063, 29.718781147000069 ], [ 106.167391627000029, 29.718941384000054 ], [ 106.167469847000064, 29.719079566000062 ], [ 106.167482394000046, 29.719064751000076 ], [ 106.167540565000081, 29.719061819000054 ], [ 106.167578705000039, 29.719085282000044 ], [ 106.16757717400003, 29.719073602000037 ], [ 106.167583175000075, 29.718929656000061 ], [ 106.167707079000081, 29.718704357000036 ], [ 106.167741614000093, 29.71861693400006 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.169116782000074, 29.719145019000056 ], [ 106.168731186000059, 29.719171655000086 ], [ 106.168341908000059, 29.719100659000045 ], [ 106.168192898000029, 29.71901338300006 ], [ 106.168122189000044, 29.719064388000042 ], [ 106.168054555000026, 29.719082752000073 ], [ 106.16799973500008, 29.719035858000041 ], [ 106.167995226000073, 29.71896571100006 ], [ 106.167965198000047, 29.718982862000079 ], [ 106.167837125000062, 29.719055059000077 ], [ 106.167672400000072, 29.719192224000029 ], [ 106.167675160000044, 29.719196116000042 ], [ 106.167783442000029, 29.719451610000078 ], [ 106.167878930000029, 29.719559638000078 ], [ 106.168030127000065, 29.719691368000046 ], [ 106.168089446000067, 29.719787618000051 ], [ 106.168093170000077, 29.719869842000048 ], [ 106.168074959000094, 29.720040975000074 ], [ 106.168228892000059, 29.720076144000082 ], [ 106.16829728200004, 29.720122918000076 ], [ 106.168352789000039, 29.720229028000062 ], [ 106.168359984000077, 29.720264498000066 ], [ 106.168333122000035, 29.720288424000046 ], [ 106.168224646000056, 29.72029530300005 ], [ 106.16816691300005, 29.720313488000048 ], [ 106.168167612000047, 29.720314344000084 ], [ 106.168259461000048, 29.720347405000041 ], [ 106.16863178400007, 29.720426377000077 ], [ 106.168859574000066, 29.720470332000048 ], [ 106.168912090000049, 29.720457772000092 ], [ 106.168944899000053, 29.720418773000066 ], [ 106.168966509000029, 29.720370195000044 ], [ 106.16896846800006, 29.720300017000053 ], [ 106.168950774000052, 29.720208238000048 ], [ 106.169013503000031, 29.719881073000074 ], [ 106.169030925000072, 29.719704842000063 ], [ 106.169040793000079, 29.719605028000039 ], [ 106.169099936000066, 29.719207734000065 ], [ 106.169116782000074, 29.719145019000056 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.167661528000053, 29.722979163000051 ], [ 106.16764276300006, 29.723027109000046 ], [ 106.167568767000034, 29.723066754000062 ], [ 106.167536967000046, 29.723076623000058 ], [ 106.167531685000029, 29.723078262000058 ], [ 106.16752968000003, 29.723097763000059 ], [ 106.167609509000044, 29.723245132000038 ], [ 106.167621164000082, 29.723283011000039 ], [ 106.167641820000028, 29.723241315000056 ], [ 106.167682417000037, 29.723205158000031 ], [ 106.167727673000059, 29.723164849000053 ], [ 106.167730883000047, 29.723140288000081 ], [ 106.167831658000068, 29.723105988000039 ], [ 106.167889154000079, 29.723112641000057 ], [ 106.167947012000084, 29.723150317000094 ], [ 106.167939417000071, 29.723202890000042 ], [ 106.167947980000065, 29.723233840000038 ], [ 106.168008544000031, 29.723269106000092 ], [ 106.168025555000057, 29.723321461000065 ], [ 106.167998712000042, 29.723364658000037 ], [ 106.167961181000067, 29.723429429000078 ], [ 106.16799164400004, 29.723462573000052 ], [ 106.168019482000034, 29.723505286000091 ], [ 106.168049693000057, 29.723516954000043 ], [ 106.168082449000053, 29.72351189200009 ], [ 106.168133676000025, 29.723449388000066 ], [ 106.168188523000026, 29.723463223000067 ], [ 106.168161762000068, 29.723513577000059 ], [ 106.168154363000042, 29.723582857000046 ], [ 106.168171099000062, 29.723611348000073 ], [ 106.168231745000071, 29.723653772000034 ], [ 106.168256491000093, 29.72366548600008 ], [ 106.168295293000028, 29.72371049100008 ], [ 106.168306616000052, 29.723743804000044 ], [ 106.168320314000027, 29.723749139000073 ], [ 106.168374118000031, 29.723735206000075 ], [ 106.168485850000081, 29.723745909000062 ], [ 106.168620759000078, 29.723830444000047 ], [ 106.168698266000035, 29.723863419000057 ], [ 106.168702477000068, 29.72385720000004 ], [ 106.168679596000061, 29.72384734700006 ], [ 106.168605863000039, 29.723807576000066 ], [ 106.168559600000037, 29.723779344000043 ], [ 106.168542731000059, 29.723739398000074 ], [ 106.168540642000039, 29.723700754000049 ], [ 106.168557675000045, 29.723613253000046 ], [ 106.168570252000052, 29.723565886000078 ], [ 106.168566455000075, 29.723521530000095 ], [ 106.168565749000038, 29.723513489000087 ], [ 106.168563423000094, 29.723500352000098 ], [ 106.168558826000037, 29.723487683000084 ], [ 106.168552069000043, 29.723475772000082 ], [ 106.168543304000096, 29.723464903000028 ], [ 106.168532744000061, 29.723455328000057 ], [ 106.168526256000064, 29.723450283000094 ], [ 106.168514391000031, 29.72344267800008 ], [ 106.168505693000043, 29.723437980000078 ], [ 106.168496254000047, 29.723434539000031 ], [ 106.168486312000027, 29.723432439000085 ], [ 106.168476115000033, 29.723431736000059 ], [ 106.168453896000074, 29.723435170000073 ], [ 106.168444742000077, 29.723437923000066 ], [ 106.16843990600006, 29.723439010000053 ], [ 106.168434932000025, 29.723439414000044 ], [ 106.168429951000064, 29.723439123000045 ], [ 106.168425082000056, 29.723438144000056 ], [ 106.168420455000046, 29.723436506000031 ], [ 106.168416185000069, 29.723434245000075 ], [ 106.168412740000065, 29.723432075000055 ], [ 106.16840757000007, 29.723428190000053 ], [ 106.168403237000064, 29.723423591000088 ], [ 106.168399868000051, 29.723418411000061 ], [ 106.168397563000042, 29.723412808000027 ], [ 106.168396390000055, 29.723406941000064 ], [ 106.168396114000075, 29.723404177000077 ], [ 106.168392418000053, 29.723368409000045 ], [ 106.168391970000073, 29.723329750000072 ], [ 106.168391807000035, 29.723315640000067 ], [ 106.168391299000064, 29.723310768000097 ], [ 106.168389901000069, 29.72330603100005 ], [ 106.168387647000031, 29.723301552000063 ], [ 106.168384599000035, 29.723297446000061 ], [ 106.168380834000061, 29.723293822000073 ], [ 106.168376451000029, 29.723290773000091 ], [ 106.168372876000035, 29.723288673000074 ], [ 106.168369974000029, 29.723287206000066 ], [ 106.168366870000057, 29.723286089000041 ], [ 106.168363623000062, 29.72328534300005 ], [ 106.168360292000045, 29.723284984000088 ], [ 106.168344571000034, 29.723287623000097 ], [ 106.16833863100004, 29.723288229000051 ], [ 106.168332654000039, 29.723288064000084 ], [ 106.168326769000032, 29.723287134000085 ], [ 106.168321106000064, 29.723285457000088 ], [ 106.16831578700004, 29.723283071000083 ], [ 106.168302757000063, 29.723276122000073 ], [ 106.16827457100004, 29.723250594000028 ], [ 106.168221779000078, 29.723225286000062 ], [ 106.168182908000063, 29.723221754000058 ], [ 106.168177196000045, 29.723221648000045 ], [ 106.168171543000028, 29.72322236500008 ], [ 106.168166099000075, 29.723223879000049 ], [ 106.168161017000045, 29.723226154000088 ], [ 106.168156431000057, 29.723229126000035 ], [ 106.168152465000048, 29.723232716000034 ], [ 106.168150237000077, 29.723235098000092 ], [ 106.168147386000044, 29.723237686000065 ], [ 106.168144091000045, 29.723239835000072 ], [ 106.168140442000038, 29.723241490000078 ], [ 106.168136532000062, 29.723242609000071 ], [ 106.168132466000031, 29.723243159000052 ], [ 106.168128353000043, 29.723243128000039 ], [ 106.168124301000034, 29.723242516000077 ], [ 106.16811330400003, 29.72324003500006 ], [ 106.16810741900008, 29.723238234000068 ], [ 106.168101962000037, 29.723235593000084 ], [ 106.168097093000029, 29.723232192000065 ], [ 106.168092949000027, 29.723228125000048 ], [ 106.168089644000077, 29.723223507000057 ], [ 106.168080487000054, 29.723207916000032 ], [ 106.168068722000044, 29.723183676000072 ], [ 106.168050329000039, 29.723153767000049 ], [ 106.168035364000048, 29.723136714000077 ], [ 106.167995813000061, 29.72312131200005 ], [ 106.167978062000032, 29.723112666000077 ], [ 106.167970301000025, 29.723108139000082 ], [ 106.167963464000081, 29.723102594000064 ], [ 106.167957724000075, 29.723096168000041 ], [ 106.167953229000034, 29.723089028000061 ], [ 106.167949416000056, 29.723081626000052 ], [ 106.167904440000029, 29.72304777600004 ], [ 106.167902857000058, 29.723048401000085 ], [ 106.167896281000026, 29.723050267000069 ], [ 106.16788944200006, 29.723051143000077 ], [ 106.167882531000032, 29.72305100800008 ], [ 106.167875744000071, 29.723049862000039 ], [ 106.167869271000029, 29.723047740000087 ], [ 106.167863300000079, 29.723044701000045 ], [ 106.167857995000077, 29.723040831000041 ], [ 106.167853507000075, 29.723036241000045 ], [ 106.167849966000077, 29.723031058000064 ], [ 106.167847470000027, 29.72302543100006 ], [ 106.167846089000079, 29.723019518000058 ], [ 106.167845155000066, 29.723012575000048 ], [ 106.167844878000039, 29.722988711000077 ], [ 106.167855429000042, 29.722955206000048 ], [ 106.167882572000053, 29.722935996000047 ], [ 106.167857223000055, 29.722919749000088 ], [ 106.16784685500005, 29.722914591000066 ], [ 106.16784053400005, 29.722911962000072 ], [ 106.167833843000039, 29.722910164000037 ], [ 106.167823086000055, 29.722908012000062 ], [ 106.167816660000028, 29.722907157000069 ], [ 106.16781016200008, 29.722907141000061 ], [ 106.167803732000039, 29.722907967000079 ], [ 106.167797513000039, 29.72290961300007 ], [ 106.167791640000075, 29.722912043000058 ], [ 106.167769761000045, 29.722922908000047 ], [ 106.167748304000057, 29.722958896000083 ], [ 106.167733502000047, 29.722979313000046 ], [ 106.167711713000074, 29.722986666000054 ], [ 106.167689715000051, 29.722978947000058 ], [ 106.167683569000076, 29.72297731000009 ], [ 106.167677194000078, 29.722976613000068 ], [ 106.167670775000033, 29.722976877000061 ], [ 106.167664503000026, 29.72297809400003 ], [ 106.167661528000053, 29.722979163000051 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.168320314000027, 29.723749139000073 ], [ 106.168306616000052, 29.723743804000044 ], [ 106.168295293000028, 29.72371049100008 ], [ 106.168256491000093, 29.72366548600008 ], [ 106.168231745000071, 29.723653772000034 ], [ 106.168171099000062, 29.723611348000073 ], [ 106.168154363000042, 29.723582857000046 ], [ 106.168161762000068, 29.723513577000059 ], [ 106.168188523000026, 29.723463223000067 ], [ 106.168133676000025, 29.723449388000066 ], [ 106.168082449000053, 29.72351189200009 ], [ 106.168049693000057, 29.723516954000043 ], [ 106.168019482000034, 29.723505286000091 ], [ 106.16799164400004, 29.723462573000052 ], [ 106.167961181000067, 29.723429429000078 ], [ 106.167998712000042, 29.723364658000037 ], [ 106.168025555000057, 29.723321461000065 ], [ 106.168008544000031, 29.723269106000092 ], [ 106.167947980000065, 29.723233840000038 ], [ 106.167939417000071, 29.723202890000042 ], [ 106.167947012000084, 29.723150317000094 ], [ 106.167889154000079, 29.723112641000057 ], [ 106.167831658000068, 29.723105988000039 ], [ 106.167730883000047, 29.723140288000081 ], [ 106.167727673000059, 29.723164849000053 ], [ 106.167682417000037, 29.723205158000031 ], [ 106.167641820000028, 29.723241315000056 ], [ 106.167621164000082, 29.723283011000039 ], [ 106.167667497000082, 29.723433607000061 ], [ 106.167776298000035, 29.723576822000041 ], [ 106.16792078800006, 29.723717775000072 ], [ 106.168010449000064, 29.723750105000079 ], [ 106.168169186000057, 29.723772084000078 ], [ 106.168311804000041, 29.723751342000057 ], [ 106.168320314000027, 29.723749139000073 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.172169794000069, 29.723720404000066 ], [ 106.171884572000067, 29.723364009000083 ], [ 106.171812559000045, 29.72321446800003 ], [ 106.171775659000048, 29.723214145000046 ], [ 106.171712822000075, 29.723188707000073 ], [ 106.171658556000068, 29.723131998000049 ], [ 106.171586302000037, 29.723065051000052 ], [ 106.171499461000053, 29.723024229000096 ], [ 106.17127737900006, 29.722878024000067 ], [ 106.17120563800006, 29.722855262000056 ], [ 106.171175980000044, 29.72286592200004 ], [ 106.171161332000054, 29.722886848000091 ], [ 106.17114665400004, 29.722905174000061 ], [ 106.171116936000047, 29.722910637000037 ], [ 106.171084180000037, 29.722910926000061 ], [ 106.171066042000064, 29.722887691000039 ], [ 106.171053646000075, 29.722846209000078 ], [ 106.171020166000062, 29.722784117000057 ], [ 106.170939069000042, 29.72272504600005 ], [ 106.170861253000055, 29.722691941000054 ], [ 106.170783859000039, 29.722695225000042 ], [ 106.170706496000037, 29.722701109000067 ], [ 106.170620077000081, 29.722696674000076 ], [ 106.17057212900005, 29.722671103000035 ], [ 106.17050613400005, 29.722630095000063 ], [ 106.170431387000065, 29.722604761000078 ], [ 106.170386718000032, 29.722605156000046 ], [ 106.170350985000027, 29.722605472000051 ], [ 106.170265049000093, 29.722642624000056 ], [ 106.17019144700005, 29.722716060000035 ], [ 106.170147774000057, 29.722802230000063 ], [ 106.170118990000049, 29.722888267000084 ], [ 106.170086626000057, 29.722922346000075 ], [ 106.16997058000004, 29.722931170000038 ], [ 106.16989914100003, 29.722934401000092 ], [ 106.169898558000057, 29.722935447000058 ], [ 106.169887471000038, 29.722955300000084 ], [ 106.169857880000052, 29.723228508000087 ], [ 106.169849759000044, 29.72326504300008 ], [ 106.169832406000069, 29.723343110000091 ], [ 106.169856176000053, 29.723595050000089 ], [ 106.169787903000042, 29.723871199000083 ], [ 106.169718965000072, 29.724090165000057 ], [ 106.169644910000045, 29.724124614000061 ], [ 106.16956146800004, 29.724120151000069 ], [ 106.169385291000026, 29.724080116000035 ], [ 106.169229264000094, 29.723980114000078 ], [ 106.169074740000042, 29.723752724000061 ], [ 106.168903310000076, 29.723351318000084 ], [ 106.168770174000045, 29.723170529000068 ], [ 106.168724073000078, 29.723146591000042 ], [ 106.168701261000081, 29.723134745000042 ], [ 106.168656623000061, 29.723137738000045 ], [ 106.168618182000046, 29.723161473000065 ], [ 106.168583020000028, 29.723211174000081 ], [ 106.168584646000056, 29.723351532000034 ], [ 106.168648717000053, 29.723483540000071 ], [ 106.168733967000037, 29.723643955000053 ], [ 106.168740705000062, 29.723711483000045 ], [ 106.168741668000052, 29.723794658000092 ], [ 106.168740012000058, 29.72388016300004 ], [ 106.168737942000064, 29.723987052000044 ], [ 106.168754398000033, 29.724122080000093 ], [ 106.168796691000068, 29.724173697000086 ], [ 106.169033120000051, 29.724272989000042 ], [ 106.169191280000064, 29.72430018700004 ], [ 106.169302005000077, 29.72434599900004 ], [ 106.16933870500003, 29.724428859000067 ], [ 106.169405304000065, 29.724521852000066 ], [ 106.169465434000074, 29.724570711000066 ], [ 106.169501139000033, 29.724567797000073 ], [ 106.169524571000068, 29.724533795000063 ], [ 106.169555609000042, 29.724385350000038 ], [ 106.16962022000007, 29.724306795000068 ], [ 106.169804698000064, 29.724292167000044 ], [ 106.16990005200006, 29.724296524000071 ], [ 106.170070486000043, 29.724354805000068 ], [ 106.170156996000074, 29.724367038000082 ], [ 106.17023129200004, 29.72435338400004 ], [ 106.17032547000008, 29.724256370000038 ], [ 106.170484828000042, 29.724130186000082 ], [ 106.170621027000053, 29.724061395000035 ], [ 106.170728261000079, 29.724063046000087 ], [ 106.17088612100008, 29.72406425000008 ], [ 106.171091294000064, 29.724036440000084 ], [ 106.171274896000057, 29.723946433000034 ], [ 106.171372230000031, 29.723864987000066 ], [ 106.171394846000055, 29.723760808000069 ], [ 106.171410600000058, 29.723578705000087 ], [ 106.171439563000035, 29.723508263000035 ], [ 106.171476052000074, 29.723477953000042 ], [ 106.171528851000062, 29.723472872000059 ], [ 106.171566116000065, 29.723495611000086 ], [ 106.171635630000026, 29.723564202000034 ], [ 106.171796387000029, 29.723751942000039 ], [ 106.171955913000033, 29.72383357800004 ], [ 106.17202990800007, 29.723832922000046 ], [ 106.172093012000062, 29.72380468100005 ], [ 106.172169794000069, 29.723720404000066 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.170295339000063, 29.722360505000026 ], [ 106.170228371000064, 29.722305016000067 ], [ 106.170227397000076, 29.722297304000051 ], [ 106.170118251000076, 29.722311187000063 ], [ 106.170099017000041, 29.72230578000006 ], [ 106.170076122000069, 29.722299343000092 ], [ 106.170022991000053, 29.722314629000035 ], [ 106.169975345000069, 29.72231505000007 ], [ 106.169927609000069, 29.722307674000035 ], [ 106.169780941000056, 29.722243982000066 ], [ 106.169600733000038, 29.722113001000078 ], [ 106.169480143000044, 29.721986692000087 ], [ 106.169349304000036, 29.721886783000063 ], [ 106.16935145900004, 29.72189224400006 ], [ 106.169350680000036, 29.721906711000081 ], [ 106.169348760000048, 29.721942386000077 ], [ 106.16937230700006, 29.721992298000089 ], [ 106.169424900000081, 29.72200042500009 ], [ 106.169469206000031, 29.722001465000059 ], [ 106.169482471000038, 29.722019260000074 ], [ 106.169487632000028, 29.722025269000081 ], [ 106.169491586000049, 29.722031939000086 ], [ 106.169494225000051, 29.722039088000088 ], [ 106.169502829000066, 29.72207133500007 ], [ 106.169485763000068, 29.722155974000088 ], [ 106.169451581000033, 29.722179188000041 ], [ 106.169440547000079, 29.722217950000072 ], [ 106.169426147000081, 29.722249581000089 ], [ 106.169442834000051, 29.722273776000065 ], [ 106.16945546200003, 29.722280057000027 ], [ 106.169477653000058, 29.72228565500005 ], [ 106.169498709000038, 29.722303665000087 ], [ 106.169490258000053, 29.722345331000039 ], [ 106.169396113000062, 29.722444944000063 ], [ 106.169343113000082, 29.722497402000041 ], [ 106.169325428000036, 29.722530903000063 ], [ 106.169331564000061, 29.722528697000083 ], [ 106.169358786000032, 29.72256485000009 ], [ 106.169428452000034, 29.72266561400005 ], [ 106.16948259600008, 29.722711928000081 ], [ 106.169563661000041, 29.722768399000071 ], [ 106.169621145000065, 29.722845876000068 ], [ 106.169690148000029, 29.722889457000068 ], [ 106.169791396000051, 29.722888563000083 ], [ 106.169824593000044, 29.722898768000057 ], [ 106.169833039000025, 29.722870236000066 ], [ 106.169810942000026, 29.722868947000055 ], [ 106.16983134000003, 29.722839141000065 ], [ 106.169849074000069, 29.722819385000015 ], [ 106.169857709000041, 29.722808093000086 ], [ 106.169864287000053, 29.72279579000007 ], [ 106.169868653000037, 29.722782760000083 ], [ 106.169874170000071, 29.722760004000055 ], [ 106.169874041000071, 29.722748901000038 ], [ 106.169873033000044, 29.722738634000056 ], [ 106.169870272000026, 29.722728611000036 ], [ 106.169865819000051, 29.722719068000053 ], [ 106.169859777000056, 29.722710215000063 ], [ 106.169852280000043, 29.722702254000062 ], [ 106.169832274000044, 29.722684002000051 ], [ 106.169829359000062, 29.722658851000059 ], [ 106.16982928300007, 29.722655678000081 ], [ 106.169829044000039, 29.722645617000072 ], [ 106.169831143000067, 29.722632509000054 ], [ 106.169835606000049, 29.722619857000041 ], [ 106.169842319000054, 29.72260798800005 ], [ 106.169842735000032, 29.72260738000006 ], [ 106.169847272000027, 29.722601776000097 ], [ 106.169852734000074, 29.722596840000051 ], [ 106.169858996000073, 29.722592690000052 ], [ 106.169865910000055, 29.722589422000052 ], [ 106.169873314000029, 29.722587115000071 ], [ 106.169881036000049, 29.722585820000056 ], [ 106.169898021000051, 29.722584135000083 ], [ 106.169904551000059, 29.722583980000078 ], [ 106.169911017000075, 29.722584804000061 ], [ 106.169917224000088, 29.722586583000066 ], [ 106.169922990000032, 29.722589263000089 ], [ 106.169928145000029, 29.722592767000041 ], [ 106.169932537000079, 29.722596989000067 ], [ 106.16993603400006, 29.722601806000057 ], [ 106.169938534000039, 29.722607074000049 ], [ 106.169939964000037, 29.722612639000083 ], [ 106.169940889000031, 29.722618602000072 ], [ 106.169943181000065, 29.722626277000071 ], [ 106.169945747000043, 29.722632603000072 ], [ 106.169949504000044, 29.722638457000073 ], [ 106.169954343000029, 29.722643671000071 ], [ 106.169960126000035, 29.722648093000089 ], [ 106.16996668400003, 29.722651596000041 ], [ 106.169973827000035, 29.722654079000055 ], [ 106.169981349000068, 29.722655466000049 ], [ 106.169989031000057, 29.722655724000049 ], [ 106.169996652000066, 29.722654839000079 ], [ 106.170003991000044, 29.722652842000052 ], [ 106.170010836000074, 29.722649785000041 ], [ 106.170016988000043, 29.722645761000081 ], [ 106.17002227100005, 29.722640884000036 ], [ 106.170025865000071, 29.722636944000048 ], [ 106.170044310000037, 29.722577114000043 ], [ 106.170081570000036, 29.722543926000068 ], [ 106.170089110000049, 29.722542550000082 ], [ 106.170090763000076, 29.722542355000087 ], [ 106.170099692000065, 29.722541957000086 ], [ 106.170108572000061, 29.722542857000068 ], [ 106.170117159000029, 29.722545030000042 ], [ 106.170125213000063, 29.722548419000073 ], [ 106.170132512000066, 29.722552926000041 ], [ 106.170138852000036, 29.72255842800007 ], [ 106.170144057000073, 29.722564772000052 ], [ 106.17014535900006, 29.722566674000067 ], [ 106.170160878000047, 29.722613908000078 ], [ 106.170162094000034, 29.722616679000058 ], [ 106.170163833000061, 29.722619228000042 ], [ 106.170166048000056, 29.722621479000058 ], [ 106.170168671000056, 29.722623368000086 ], [ 106.17017162500008, 29.722624833000054 ], [ 106.170174824000085, 29.722625837000077 ], [ 106.170178172000078, 29.722626349000056 ], [ 106.170181570000068, 29.72262635200007 ], [ 106.170184919000064, 29.722625847000078 ], [ 106.170188121000081, 29.722624851000035 ], [ 106.170191079000062, 29.722623388000038 ], [ 106.170193707000067, 29.722621505000067 ], [ 106.170195927000066, 29.722619259000055 ], [ 106.170197672000029, 29.722616714000083 ], [ 106.170211279000057, 29.722592345000063 ], [ 106.170226937000052, 29.722527767000088 ], [ 106.170237347000082, 29.722482329000044 ], [ 106.170250490000058, 29.722436866000066 ], [ 106.170266286000071, 29.722384220000038 ], [ 106.170293349000076, 29.722360115000061 ], [ 106.170295339000063, 29.722360505000026 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.169082799000094, 29.721793876000042 ], [ 106.169066852000071, 29.721787582000047 ], [ 106.169024981000064, 29.721772356000088 ], [ 106.168959228000062, 29.721752141000078 ], [ 106.168905567000081, 29.721747415000024 ], [ 106.168822188000036, 29.721748150000046 ], [ 106.16876588000008, 29.721772043000048 ], [ 106.168730718000063, 29.721821744000074 ], [ 106.168707770000026, 29.721897333000065 ], [ 106.168663674000072, 29.72194711100007 ], [ 106.16859557500004, 29.721981506000073 ], [ 106.168503534000095, 29.722005715000083 ], [ 106.168434983000054, 29.722001120000066 ], [ 106.168345527000042, 29.721991511000052 ], [ 106.168256222000025, 29.721994899000038 ], [ 106.168197321000036, 29.722042186000071 ], [ 106.168200306000074, 29.722052581000071 ], [ 106.168202404000056, 29.7220891350001 ], [ 106.168204036000091, 29.722117536000042 ], [ 106.168204337000077, 29.722143528000064 ], [ 106.168213451000042, 29.722159044000083 ], [ 106.168264437000062, 29.722189788000037 ], [ 106.16851442400008, 29.722174584000072 ], [ 106.168713909000076, 29.722170225000074 ], [ 106.168883797000049, 29.72218172100008 ], [ 106.16894323300005, 29.722170798000032 ], [ 106.168984653000052, 29.722147036000081 ], [ 106.169040568000071, 29.72208935500004 ], [ 106.16906926200005, 29.721995520000064 ], [ 106.169082705000051, 29.72187062700004 ], [ 106.169076056000051, 29.721810896000079 ], [ 106.169082799000094, 29.721793876000042 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.169799599000058, 29.720041248000086 ], [ 106.169845537000072, 29.719687435000079 ], [ 106.169886989000076, 29.719437876000072 ], [ 106.170010497000078, 29.719332753000064 ], [ 106.170047498000031, 29.71931767600006 ], [ 106.170089245000042, 29.719075929000038 ], [ 106.169910922000042, 29.719090159000068 ], [ 106.169522227000073, 29.719117011000048 ], [ 106.169523174000062, 29.71913625400002 ], [ 106.169482444000039, 29.719209194000079 ], [ 106.169421838000062, 29.719241181000079 ], [ 106.169325092000065, 29.71926380900004 ], [ 106.169206623000036, 29.719325339000083 ], [ 106.169152681000071, 29.719454042000059 ], [ 106.169135272000076, 29.719625968000052 ], [ 106.169138157000077, 29.719673586000063 ], [ 106.169218700000044, 29.719682818000081 ], [ 106.169254960000046, 29.719703458000076 ], [ 106.169297100000051, 29.719713567000039 ], [ 106.169339423000054, 29.71973939400004 ], [ 106.169376290000059, 29.71981243100003 ], [ 106.169407155000044, 29.719885521000034 ], [ 106.169450146000031, 29.719968984000044 ], [ 106.169535035000095, 29.720041597000087 ], [ 106.169637447000071, 29.72007213300008 ], [ 106.169799599000058, 29.720041248000086 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.174747938000053, 29.699452939000068 ], [ 106.17474758700007, 29.699422690000056 ], [ 106.174722934000044, 29.699357512000063 ], [ 106.174630025000056, 29.699308722000062 ], [ 106.174500057000046, 29.699294089000027 ], [ 106.174315987000057, 29.699291211000059 ], [ 106.174165488000028, 29.699288036000038 ], [ 106.174032070000067, 29.699309514000046 ], [ 106.17393411900008, 29.699382545000052 ], [ 106.173835208000071, 29.699428523000051 ], [ 106.173832505000064, 29.69947365000008 ], [ 106.173867170000051, 29.699511681000043 ], [ 106.173897358000033, 29.699519587000051 ], [ 106.173900395000032, 29.699519653000042 ], [ 106.173956047000061, 29.699514528000069 ], [ 106.174117671000033, 29.699496882000059 ], [ 106.174279482000031, 29.699495447000064 ], [ 106.174369274000071, 29.699501854000061 ], [ 106.174445399000049, 29.699497022000063 ], [ 106.174549992000038, 29.699483624000035 ], [ 106.174625971000069, 29.69946632300007 ], [ 106.174747938000053, 29.699452939000068 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.173235540000064, 29.699218371000079 ], [ 106.17328606600006, 29.699216792000069 ], [ 106.173386066000035, 29.699188533000036 ], [ 106.173460985000077, 29.699160496000058 ], [ 106.173504111000057, 29.699094421000044 ], [ 106.173509299000045, 29.699001309000032 ], [ 106.17344859800005, 29.698913274000073 ], [ 106.173445518000051, 29.698908808000056 ], [ 106.173356914000067, 29.698838425000076 ], [ 106.173268628000073, 29.698795411000059 ], [ 106.173205548000055, 29.698763122000052 ], [ 106.173130120000053, 29.698747367000067 ], [ 106.173086104000049, 29.698736808000039 ], [ 106.173017071000061, 29.698731945000077 ], [ 106.172954373000053, 29.698732500000062 ], [ 106.172875150000039, 29.698744395000055 ], [ 106.17294911700003, 29.698777552000081 ], [ 106.17297645900004, 29.698797596000084 ], [ 106.173007870000049, 29.69883451000004 ], [ 106.17301248900003, 29.698898711000083 ], [ 106.17298644300007, 29.698990233000082 ], [ 106.172933919000059, 29.699136087000056 ], [ 106.172907795000086, 29.699183835000039 ], [ 106.172966177000035, 29.699208676000062 ], [ 106.173041605000037, 29.699224432000051 ], [ 106.173235540000064, 29.699218371000079 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.173007870000049, 29.69883451000004 ], [ 106.17297645900004, 29.698797596000084 ], [ 106.17294911700003, 29.698777552000081 ], [ 106.172875150000039, 29.698744395000055 ], [ 106.172812983000028, 29.69872664300004 ], [ 106.17278396200004, 29.698699747000028 ], [ 106.172764827000037, 29.698662622000086 ], [ 106.172701800000027, 29.698581452000035 ], [ 106.172657593000054, 29.698554470000087 ], [ 106.172550943000033, 29.698549940000071 ], [ 106.172469435000039, 29.698550661000063 ], [ 106.172406992000049, 29.698573113000062 ], [ 106.172382103000075, 29.698589756000047 ], [ 106.17235727800005, 29.698611873000051 ], [ 106.172313454000076, 29.69861773700007 ], [ 106.172241811000049, 29.698609888000085 ], [ 106.172274636000054, 29.69872096500006 ], [ 106.172277488000077, 29.698760625000094 ], [ 106.172282539000037, 29.69878355600008 ], [ 106.172280729000079, 29.698833700000083 ], [ 106.172278798000036, 29.698873402000064 ], [ 106.172302325000032, 29.698876748000089 ], [ 106.172368806000065, 29.698876160000061 ], [ 106.172460471000079, 29.698897116000072 ], [ 106.172559088000071, 29.69890642800004 ], [ 106.172666831000086, 29.698913829000045 ], [ 106.172774403000076, 29.698906610000048 ], [ 106.17289855100006, 29.698884624000065 ], [ 106.172960552000063, 29.698867366000062 ], [ 106.173007870000049, 29.69883451000004 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.172968552000043, 29.700846910000056 ], [ 106.173026289000063, 29.700793630000078 ], [ 106.173029222000025, 29.700788619000036 ], [ 106.17302763000005, 29.700784230000057 ], [ 106.173024812000051, 29.700763959000071 ], [ 106.173025868000082, 29.700743653000067 ], [ 106.173030797000081, 29.700723313000079 ], [ 106.173039601000042, 29.700702939000049 ], [ 106.173050343000057, 29.700682548000085 ], [ 106.173057156000027, 29.700657682000042 ], [ 106.173059477000052, 29.700635111000061 ], [ 106.173058044000072, 29.700567471000053 ], [ 106.173057112000038, 29.700542673000086 ], [ 106.173047050000037, 29.700454813000079 ], [ 106.173029215000042, 29.700364768000046 ], [ 106.173003656000049, 29.700277045000071 ], [ 106.172970375000034, 29.700191646000071 ], [ 106.172935012000039, 29.700149113000052 ], [ 106.17290734200003, 29.700102001000054 ], [ 106.172886723000033, 29.700050316000045 ], [ 106.172873852000066, 29.699998562000076 ], [ 106.172869349000052, 29.69994447900007 ], [ 106.172872620000078, 29.699892583000064 ], [ 106.172884285000066, 29.699840612000056 ], [ 106.172903700000063, 29.699788574000085 ], [ 106.172930913000073, 29.699740976000047 ], [ 106.172954926000045, 29.699695661000074 ], [ 106.172875350000027, 29.699682836000076 ], [ 106.172834078000051, 29.699687711000074 ], [ 106.172783462000041, 29.69972198500005 ], [ 106.17269857000008, 29.69975205400004 ], [ 106.172602931000029, 29.699746135000048 ], [ 106.172558353000056, 29.699744275000068 ], [ 106.172513695000077, 29.699735650000036 ], [ 106.172487330000081, 29.699692864000038 ], [ 106.172446496000077, 29.699636478000055 ], [ 106.172419818000037, 29.699603430000082 ], [ 106.172388248000061, 29.699586321000083 ], [ 106.172358299000052, 29.699646039000072 ], [ 106.17235161900004, 29.699688882000085 ], [ 106.172355182000047, 29.699780512000068 ], [ 106.172331328000041, 29.699878934000083 ], [ 106.172291537000049, 29.699896747000086 ], [ 106.172231447000058, 29.69988854800005 ], [ 106.172201098000073, 29.699858262000085 ], [ 106.172173388000033, 29.699788198000075 ], [ 106.172139468000069, 29.699702268000067 ], [ 106.172116410000058, 29.699606662000058 ], [ 106.172100889000035, 29.699530152000079 ], [ 106.172048607000079, 29.699437997000079 ], [ 106.172019012000092, 29.699409517000049 ], [ 106.171971203000055, 29.699387584000071 ], [ 106.171956202000047, 29.699384452000061 ], [ 106.171875873000033, 29.69937285900005 ], [ 106.171825459000047, 29.69936930800009 ], [ 106.171779716000074, 29.699373710000081 ], [ 106.171697436000045, 29.699386433000079 ], [ 106.171783392000066, 29.699406211000053 ], [ 106.171810591000053, 29.699413859000053 ], [ 106.17184390400007, 29.69942934300008 ], [ 106.171880351000027, 29.699455318000048 ], [ 106.171925472000055, 29.699502587000044 ], [ 106.17193261400007, 29.699526496000086 ], [ 106.171912822000081, 29.69959559100004 ], [ 106.171883514000058, 29.699636661000056 ], [ 106.171930154000052, 29.699689004000057 ], [ 106.171999750000069, 29.699787557000029 ], [ 106.172056554000051, 29.699946976000035 ], [ 106.172084211000026, 29.700024750000058 ], [ 106.172101983000061, 29.700169737000074 ], [ 106.172098252000069, 29.700310231000064 ], [ 106.172061476000067, 29.700376106000071 ], [ 106.171944918000065, 29.700498871000029 ], [ 106.171886801000028, 29.700574298000046 ], [ 106.171839735000049, 29.700677721000083 ], [ 106.171819862000063, 29.700813676000045 ], [ 106.171857155000055, 29.700916262000082 ], [ 106.171862430000033, 29.700976184000059 ], [ 106.171876487000077, 29.700988212000087 ], [ 106.171922560000041, 29.701027627000084 ], [ 106.171991522000042, 29.701051004000082 ], [ 106.172129355000038, 29.701089765000063 ], [ 106.172306173000052, 29.701127752000044 ], [ 106.172456321000027, 29.701126422000076 ], [ 106.172616757000085, 29.701087545000057 ], [ 106.172786793000057, 29.700995030000062 ], [ 106.172877720000045, 29.700930727000074 ], [ 106.172968552000043, 29.700846910000056 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.172388248000061, 29.699586321000083 ], [ 106.172390476000032, 29.699581881000078 ], [ 106.172441200000037, 29.699539915000063 ], [ 106.172532234000073, 29.699503979000038 ], [ 106.172587026000031, 29.699497105000034 ], [ 106.172671114000082, 29.699493167000071 ], [ 106.172736766000071, 29.699476618000062 ], [ 106.172749940000074, 29.699471248000059 ], [ 106.172786117000044, 29.699414650000044 ], [ 106.172839114000055, 29.699309365000094 ], [ 106.172907795000086, 29.699183835000039 ], [ 106.172852748000025, 29.699160411000037 ], [ 106.172758699000042, 29.699161243000052 ], [ 106.172627033000026, 29.699162409000056 ], [ 106.172507905000032, 29.699163464000037 ], [ 106.172376238000027, 29.699164630000034 ], [ 106.172263254000029, 29.699154681000035 ], [ 106.172137603000067, 29.699133894000045 ], [ 106.171999286000073, 29.699102272000058 ], [ 106.171892380000045, 29.699075845000031 ], [ 106.171791617000054, 29.699038415000075 ], [ 106.17171593400009, 29.699000763000075 ], [ 106.17168420400003, 29.69896819700006 ], [ 106.171658553000043, 29.698919154000063 ], [ 106.171651711000038, 29.698869944000091 ], [ 106.171663425000077, 29.698798672000063 ], [ 106.171713075000085, 29.698754438000037 ], [ 106.171744107000052, 29.69872679000007 ], [ 106.171856646000037, 29.698698421000064 ], [ 106.171912693000081, 29.698665078000094 ], [ 106.171931248000078, 29.698643016000062 ], [ 106.171968678000042, 29.698626262000058 ], [ 106.172037646000035, 29.698625651000047 ], [ 106.172137708000037, 29.698602868000073 ], [ 106.172241811000049, 29.698609888000085 ], [ 106.172228238000059, 29.698522317000084 ], [ 106.172205633000033, 29.698467710000049 ], [ 106.172173357000077, 29.698391265000041 ], [ 106.172185149000029, 29.698325393000058 ], [ 106.172127336000088, 29.698364733000062 ], [ 106.172076342000025, 29.698410168000063 ], [ 106.172020426000074, 29.698435197000038 ], [ 106.171973877000028, 29.698460146000052 ], [ 106.171894450000082, 29.698477205000067 ], [ 106.171828835000042, 29.698473696000065 ], [ 106.17175839500004, 29.698457962000074 ], [ 106.171706356000072, 29.698413440000078 ], [ 106.171663637000051, 29.698364747000081 ], [ 106.171635061000075, 29.698324108000065 ], [ 106.171629951000057, 29.698287349000061 ], [ 106.171620252000025, 29.698258809000034 ], [ 106.171619540000052, 29.698197476000068 ], [ 106.171637135000026, 29.698099178000067 ], [ 106.171669396000027, 29.698053910000056 ], [ 106.171771670000055, 29.69798757600006 ], [ 106.171883216000026, 29.697912982000048 ], [ 106.172018274000038, 29.697846359000039 ], [ 106.172022656000081, 29.697844984000085 ], [ 106.172010009000076, 29.697839160000058 ], [ 106.171908848000044, 29.697777027000079 ], [ 106.171842956000035, 29.697720654000083 ], [ 106.171826654000029, 29.697735176000037 ], [ 106.171745910000027, 29.697801584000054 ], [ 106.171696069000063, 29.697829398000067 ], [ 106.171633625000027, 29.697851848000081 ], [ 106.171564467000053, 29.697836036000066 ], [ 106.171513864000076, 29.697798163000073 ], [ 106.171475737000037, 29.697754704000097 ], [ 106.171437357000059, 29.697689350000076 ], [ 106.171405373000027, 29.697634887000049 ], [ 106.171404548000055, 29.697563726000052 ], [ 106.17146014900004, 29.697492066000056 ], [ 106.171430954000073, 29.697413594000079 ], [ 106.171369163000065, 29.697339662000051 ], [ 106.171320051000066, 29.697308177000082 ], [ 106.171228565000035, 29.697237384000054 ], [ 106.171198169000036, 29.697211380000052 ], [ 106.171177349000061, 29.697145883000061 ], [ 106.171161340000026, 29.697062828000082 ], [ 106.171139960000062, 29.696949170000039 ], [ 106.171133878000035, 29.696857269000073 ], [ 106.171133066000039, 29.696787216000079 ], [ 106.171131948000038, 29.696690893000032 ], [ 106.171131289000073, 29.696633975000054 ], [ 106.171155600000077, 29.696568078000034 ], [ 106.171169832000032, 29.696497892000078 ], [ 106.17114911300007, 29.696441152000091 ], [ 106.171067809000078, 29.696349917000077 ], [ 106.171015256000032, 29.696298642000048 ], [ 106.170933924000053, 29.696208238000057 ], [ 106.170929179000055, 29.696145195000039 ], [ 106.170980911000072, 29.696106185000076 ], [ 106.171024412000065, 29.696049725000076 ], [ 106.170999557000073, 29.69598335500007 ], [ 106.170967080000025, 29.695952100000056 ], [ 106.170926821000094, 29.695941941000044 ], [ 106.170850681000047, 29.695953129000085 ], [ 106.170746241000074, 29.695947043000047 ], [ 106.170673181000041, 29.695877594000081 ], [ 106.170615606000069, 29.695758942000044 ], [ 106.170631478000075, 29.695665830000056 ], [ 106.170610485000054, 29.695607729000074 ], [ 106.170583601000033, 29.695542080000049 ], [ 106.170542, 29.695458819000059 ], [ 106.170497967000074, 29.695416127000048 ], [ 106.170428108000067, 29.695399006000045 ], [ 106.170358395000051, 29.695394552000046 ], [ 106.170306243000027, 29.695402616000081 ], [ 106.170260219000056, 29.695438501000069 ], [ 106.170234510000057, 29.695474206000082 ], [ 106.17016600200003, 29.695573645000081 ], [ 106.170093973000064, 29.695619896000043 ], [ 106.170039243000076, 29.695655858000062 ], [ 106.169880205000027, 29.695707946000084 ], [ 106.169904312000043, 29.695763734000082 ], [ 106.169920531000074, 29.695833124000046 ], [ 106.169941730000062, 29.695889013000055 ], [ 106.169983351000042, 29.69593350600007 ], [ 106.170070978000084, 29.695957406000041 ], [ 106.17014028400007, 29.695952306000031 ], [ 106.170232837000071, 29.69595821800004 ], [ 106.17032542000004, 29.695966372000044 ], [ 106.17038216800006, 29.69598605800007 ], [ 106.170446753000078, 29.696016889000077 ], [ 106.170519225000078, 29.696063352000074 ], [ 106.170563728000047, 29.69613473600009 ], [ 106.170603092000079, 29.696206165000035 ], [ 106.170637475000035, 29.696291096000031 ], [ 106.17066679800007, 29.69638280000003 ], [ 106.17068825900003, 29.696461117000066 ], [ 106.170686366000041, 29.696519452000075 ], [ 106.170627960000047, 29.696578287000076 ], [ 106.170556240000053, 29.696596865000053 ], [ 106.170415136000031, 29.696613813000056 ], [ 106.170312824000064, 29.696652849000088 ], [ 106.170251926000049, 29.696718433000058 ], [ 106.170237189000034, 29.696776883000048 ], [ 106.170255821000069, 29.696832795000031 ], [ 106.170304916000077, 29.696857034000057 ], [ 106.17042611800008, 29.696896337000055 ], [ 106.170552408000049, 29.696931109000044 ], [ 106.170691307000041, 29.696945583000065 ], [ 106.170805195000071, 29.697018596000078 ], [ 106.17084959400006, 29.697081008000051 ], [ 106.170906940000066, 29.697152278000093 ], [ 106.170975162000047, 29.697275042000051 ], [ 106.17097142800003, 29.697396197000053 ], [ 106.170951918000071, 29.697486091000091 ], [ 106.17093230400009, 29.697567014000064 ], [ 106.170861650000063, 29.697677546000076 ], [ 106.170798391000062, 29.697761097000065 ], [ 106.170744575000072, 29.697772788000059 ], [ 106.17066278700004, 29.697809399000047 ], [ 106.170655601000078, 29.697854322000065 ], [ 106.170686922000073, 29.697896664000041 ], [ 106.170720472000042, 29.69790982600006 ], [ 106.170792739000035, 29.697938346000051 ], [ 106.170842120000032, 29.697987256000086 ], [ 106.170858131000045, 29.698038704000048 ], [ 106.17087987900004, 29.698141691000053 ], [ 106.170868387000041, 29.698258429000084 ], [ 106.170846255000086, 29.698343860000083 ], [ 106.170785384000055, 29.698411689000061 ], [ 106.170713818000081, 29.698443724000075 ], [ 106.170621677000042, 29.69847369700005 ], [ 106.170570767000072, 29.698514522000043 ], [ 106.17056347700003, 29.698550475000047 ], [ 106.170561844000076, 29.698631239000061 ], [ 106.170547913000064, 29.698759213000073 ], [ 106.17054008100007, 29.69884220800008 ], [ 106.170539172000076, 29.698916475000082 ], [ 106.170531048000043, 29.69899547600005 ], [ 106.170528776000026, 29.699022557000038 ], [ 106.17042284200005, 29.699075360000055 ], [ 106.170341467000085, 29.699130202000049 ], [ 106.170205445000079, 29.699205821000081 ], [ 106.170140414000059, 29.699222182000071 ], [ 106.170030254000039, 29.699189329000028 ], [ 106.169931562000045, 29.699142844000043 ], [ 106.16987707300008, 29.699177151000072 ], [ 106.169855329000029, 29.699195385000053 ], [ 106.169812956000058, 29.699272434000076 ], [ 106.169791970000077, 29.699304354000049 ], [ 106.169932765000055, 29.699327647000075 ], [ 106.170043150000026, 29.699319943000027 ], [ 106.170138174000044, 29.699316861000053 ], [ 106.170256239000025, 29.699306845000081 ], [ 106.170371632000069, 29.699287882000071 ], [ 106.170469042000036, 29.699269077000046 ], [ 106.170602651000081, 29.699270139000078 ], [ 106.170685012000035, 29.699282869000051 ], [ 106.170754659000067, 29.699306926000069 ], [ 106.170816468000055, 29.699319837000075 ], [ 106.170898751000038, 29.699325840000089 ], [ 106.171004077000077, 29.699324909000044 ], [ 106.171122299000046, 29.699328349000044 ], [ 106.171225236000055, 29.699343140000053 ], [ 106.171338659000071, 29.699375781000075 ], [ 106.17142343200004, 29.699426570000071 ], [ 106.171445762000076, 29.699382900000042 ], [ 106.171514002000038, 29.699364066000037 ], [ 106.17158259200005, 29.699355464000064 ], [ 106.171623849000071, 29.699359097000066 ], [ 106.171674495000048, 29.699382637000046 ], [ 106.171697436000045, 29.699386433000079 ], [ 106.171779716000074, 29.699373710000081 ], [ 106.171825459000047, 29.69936930800009 ], [ 106.171875873000033, 29.69937285900005 ], [ 106.171956202000047, 29.699384452000061 ], [ 106.171971203000055, 29.699387584000071 ], [ 106.172019012000092, 29.699409517000049 ], [ 106.172048607000079, 29.699437997000079 ], [ 106.172100889000035, 29.699530152000079 ], [ 106.172116410000058, 29.699606662000058 ], [ 106.172139468000069, 29.699702268000067 ], [ 106.172173388000033, 29.699788198000075 ], [ 106.172201098000073, 29.699858262000085 ], [ 106.172231447000058, 29.69988854800005 ], [ 106.172291537000049, 29.699896747000086 ], [ 106.172331328000041, 29.699878934000083 ], [ 106.172355182000047, 29.699780512000068 ], [ 106.17235161900004, 29.699688882000085 ], [ 106.172358299000052, 29.699646039000072 ], [ 106.172388248000061, 29.699586321000083 ] ], [ [ 106.171083235000026, 29.698513656000046 ], [ 106.171165060000078, 29.698540305000062 ], [ 106.171215791000066, 29.698589126000051 ], [ 106.171266394000043, 29.698627001000094 ], [ 106.171311044000049, 29.698692299000076 ], [ 106.171330616000034, 29.698757820000093 ], [ 106.171331633000079, 29.698845402000067 ], [ 106.171282871000074, 29.698966273000053 ], [ 106.171214982000038, 29.699059939000055 ], [ 106.171171665000031, 29.699109593000063 ], [ 106.171122141000069, 29.699164776000089 ], [ 106.171021950000068, 29.699176611000041 ], [ 106.170890220000047, 29.699172301000086 ], [ 106.170777045000079, 29.699145929000057 ], [ 106.170713966000065, 29.699113640000057 ], [ 106.170663299000068, 29.699070291000059 ], [ 106.170657738000045, 29.699027902000072 ], [ 106.170643093000081, 29.698950031000038 ], [ 106.17065436300004, 29.698840442000066 ], [ 106.170666268000048, 29.69878559100005 ], [ 106.170690205000042, 29.698686839000057 ], [ 106.170727189000047, 29.698631767000052 ], [ 106.170770635000054, 29.69859306200004 ], [ 106.170839221000051, 29.698559608000028 ], [ 106.170926617000077, 29.698525989000068 ], [ 106.170995394000045, 29.698508957000051 ], [ 106.171083235000026, 29.698513656000046 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.171842956000035, 29.697720654000083 ], [ 106.171832761000076, 29.697711931000068 ], [ 106.171768688000043, 29.697600144000031 ], [ 106.171742054000049, 29.697468842000028 ], [ 106.171750484000029, 29.697383817000059 ], [ 106.17175958100006, 29.697356333000062 ], [ 106.17182789500005, 29.697292700000052 ], [ 106.171927307000033, 29.697204129000053 ], [ 106.172030525000025, 29.697173072000059 ], [ 106.172118432000048, 29.697175036000093 ], [ 106.172159518000058, 29.697199334000057 ], [ 106.172216232000039, 29.697218015000082 ], [ 106.172269554000081, 29.697214802000072 ], [ 106.172297609000054, 29.697198112000077 ], [ 106.172350166000058, 29.697129138000037 ], [ 106.17244349200007, 29.697057063000045 ], [ 106.172533166000051, 29.696995029000036 ], [ 106.172463348000065, 29.696946689000068 ], [ 106.172444221000035, 29.696919486000063 ], [ 106.172430539000061, 29.69682106700008 ], [ 106.172277141000052, 29.69682091500005 ], [ 106.172154917000057, 29.69679007700006 ], [ 106.172069807000071, 29.696766515000036 ], [ 106.171990039000036, 29.696731469000042 ], [ 106.171878951000053, 29.696666771000082 ], [ 106.171752615000059, 29.696584692000044 ], [ 106.171611388000031, 29.696515881000042 ], [ 106.171475735000058, 29.696495187000032 ], [ 106.171422283000027, 29.696502135000063 ], [ 106.171385976000067, 29.696539769000086 ], [ 106.171381983000074, 29.696574323000046 ], [ 106.171411710000029, 29.696596465000077 ], [ 106.17150760100003, 29.696648162000095 ], [ 106.171628719000068, 29.696712772000065 ], [ 106.171704907000048, 29.696795294000083 ], [ 106.171756021000078, 29.696878038000079 ], [ 106.171757139000093, 29.696974362000052 ], [ 106.171723102000044, 29.697066617000075 ], [ 106.171668701000044, 29.697132779000071 ], [ 106.171599255000061, 29.697199075000071 ], [ 106.171539382000049, 29.697225877000051 ], [ 106.171434273000045, 29.697244322000071 ], [ 106.171308903000067, 29.697245431000052 ], [ 106.171228565000035, 29.697237384000054 ], [ 106.171320051000066, 29.697308177000082 ], [ 106.171369163000065, 29.697339662000051 ], [ 106.171430954000073, 29.697413594000079 ], [ 106.17146014900004, 29.697492066000056 ], [ 106.171404548000055, 29.697563726000052 ], [ 106.171405373000027, 29.697634887000049 ], [ 106.171437357000059, 29.697689350000076 ], [ 106.171475737000037, 29.697754704000097 ], [ 106.171513864000076, 29.697798163000073 ], [ 106.171564467000053, 29.697836036000066 ], [ 106.171633625000027, 29.697851848000081 ], [ 106.171696069000063, 29.697829398000067 ], [ 106.171745910000027, 29.697801584000054 ], [ 106.171826654000029, 29.697735176000037 ], [ 106.171842956000035, 29.697720654000083 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.172762578000061, 29.698219162000047 ], [ 106.172807543000033, 29.698092055000082 ], [ 106.172840575000066, 29.697937178000068 ], [ 106.172896944000072, 29.697792231000037 ], [ 106.173005730000057, 29.697662025000053 ], [ 106.173087359000078, 29.697610249000036 ], [ 106.173031612000045, 29.697583852000037 ], [ 106.17278325400008, 29.697573783000053 ], [ 106.172614986000042, 29.697603898000072 ], [ 106.172619894000036, 29.697524220000041 ], [ 106.172643387000051, 29.697459508000058 ], [ 106.172756046000075, 29.697431608000041 ], [ 106.172864868000033, 29.697411719000065 ], [ 106.172981675000074, 29.697402708000084 ], [ 106.173135466000076, 29.697378927000045 ], [ 106.173263790000078, 29.697373307000081 ], [ 106.173345952000034, 29.697372579000046 ], [ 106.173363610000081, 29.697376419000083 ], [ 106.173444438000047, 29.697372633000036 ], [ 106.173504173000026, 29.697369034000072 ], [ 106.173578040000052, 29.697371450000052 ], [ 106.173610111000073, 29.69740800400006 ], [ 106.173615995000034, 29.697474158000031 ], [ 106.173838706000041, 29.697406297000043 ], [ 106.174052356000061, 29.697308104000054 ], [ 106.174263575000069, 29.69725048000004 ], [ 106.174373242000058, 29.697196290000086 ], [ 106.174488539000038, 29.69712684600006 ], [ 106.174477707000051, 29.697082128000091 ], [ 106.174476816000038, 29.697005493000066 ], [ 106.174476179000067, 29.696950754000056 ], [ 106.174475733000065, 29.696912436000048 ], [ 106.174481748000062, 29.696890486000086 ], [ 106.174506509000025, 29.696862893000056 ], [ 106.174525191000043, 29.696851778000056 ], [ 106.17458801500004, 29.696862170000088 ], [ 106.174587060000079, 29.696780062000073 ], [ 106.174586423000051, 29.696725322000066 ], [ 106.174548041000037, 29.696659969000052 ], [ 106.174516119000046, 29.696610981000042 ], [ 106.174484388000053, 29.69657841500009 ], [ 106.174434040000051, 29.696562438000065 ], [ 106.174371343000075, 29.696562994000089 ], [ 106.174302376000071, 29.696563606000041 ], [ 106.174340759000074, 29.696628959000069 ], [ 106.174341268000035, 29.696672751000051 ], [ 106.17432328700005, 29.696744078000055 ], [ 106.174295026000038, 29.696766280000077 ], [ 106.174245384000073, 29.696800326000069 ], [ 106.174234151000064, 29.696827310000053 ], [ 106.174226727000075, 29.696850899000083 ], [ 106.174218166000074, 29.696870925000049 ], [ 106.174212597000064, 29.696931193000058 ], [ 106.174195061000034, 29.697040838000071 ], [ 106.174152255000081, 29.697134283000075 ], [ 106.174096273000032, 29.697173101000082 ], [ 106.17397107100004, 29.697190634000041 ], [ 106.173858088000031, 29.697180687000071 ], [ 106.173732248000078, 29.697143481000058 ], [ 106.173598665000043, 29.69712531000005 ], [ 106.173460112000043, 29.697126539000074 ], [ 106.173302470000067, 29.69714137700003 ], [ 106.173190781000073, 29.697135645000063 ], [ 106.173037066000063, 29.697157171000075 ], [ 106.172937984000043, 29.697140695000087 ], [ 106.172901582000065, 29.697091159000085 ], [ 106.172896405000074, 29.69697694700006 ], [ 106.172903009000038, 29.696882791000061 ], [ 106.172919129000036, 29.696778418000058 ], [ 106.172918669000069, 29.696738742000043 ], [ 106.172842153000033, 29.696790459000052 ], [ 106.172661782000034, 29.696934555000034 ], [ 106.172533166000051, 29.696995029000036 ], [ 106.17244349200007, 29.697057063000045 ], [ 106.172350166000058, 29.697129138000037 ], [ 106.172297609000054, 29.697198112000077 ], [ 106.172269554000081, 29.697214802000072 ], [ 106.172216232000039, 29.697218015000082 ], [ 106.172159518000058, 29.697199334000057 ], [ 106.172118432000048, 29.697175036000093 ], [ 106.172030525000025, 29.697173072000059 ], [ 106.171927307000033, 29.697204129000053 ], [ 106.17182789500005, 29.697292700000052 ], [ 106.17175958100006, 29.697356333000062 ], [ 106.171750484000029, 29.697383817000059 ], [ 106.171742054000049, 29.697468842000028 ], [ 106.171768688000043, 29.697600144000031 ], [ 106.171832761000076, 29.697711931000068 ], [ 106.171842956000035, 29.697720654000083 ], [ 106.171908848000044, 29.697777027000079 ], [ 106.172010009000076, 29.697839160000058 ], [ 106.172022656000081, 29.697844984000085 ], [ 106.172126767000066, 29.697892933000045 ], [ 106.172178029000065, 29.697889928000052 ], [ 106.172206129000074, 29.697889678000085 ], [ 106.172238913000058, 29.697889388000078 ], [ 106.172262424000053, 29.697897359000081 ], [ 106.172281253000051, 29.697905371000047 ], [ 106.172295589000043, 29.697929779000049 ], [ 106.172324305000089, 29.697982686000039 ], [ 106.17236272100007, 29.698064132000063 ], [ 106.172377816000051, 29.698153962000038 ], [ 106.172392673000047, 29.698223349000045 ], [ 106.17243553600008, 29.698284309000083 ], [ 106.172492021000039, 29.69830834500004 ], [ 106.17254353800007, 29.698307888000048 ], [ 106.172590229000036, 29.698295207000051 ], [ 106.172622775000036, 29.698274473000073 ], [ 106.172659957000064, 29.698249608000069 ], [ 106.172701870000026, 29.698228791000076 ], [ 106.17274010400007, 29.698219346000087 ], [ 106.172762578000061, 29.698219162000047 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.173718368000038, 29.69630346100007 ], [ 106.173631989000057, 29.696223573000054 ], [ 106.173603727000057, 29.696180977000033 ], [ 106.173591362000082, 29.696061566000083 ], [ 106.173552480000069, 29.695994257000056 ], [ 106.173486125000068, 29.695951998000059 ], [ 106.173404021000067, 29.695943705000044 ], [ 106.173301160000051, 29.695982954000044 ], [ 106.173198257000081, 29.696074068000094 ], [ 106.17319344200007, 29.696159806000079 ], [ 106.173237635000078, 29.69618422100007 ], [ 106.173282196000059, 29.696240204000048 ], [ 106.173282877000076, 29.696298830000053 ], [ 106.17325076000003, 29.696369022000059 ], [ 106.173169782000059, 29.696457688000066 ], [ 106.173082392000026, 29.696494545000057 ], [ 106.172951453000053, 29.696506979000041 ], [ 106.172863379000034, 29.696570220000076 ], [ 106.172865360000074, 29.696571624000061 ], [ 106.172885873000041, 29.696614478000072 ], [ 106.172905255000046, 29.696663578000088 ], [ 106.172918494000044, 29.696723679000058 ], [ 106.172918669000069, 29.696738742000043 ], [ 106.173035238000068, 29.696659953000051 ], [ 106.17314435000003, 29.696595958000049 ], [ 106.173235014000056, 29.696565011000079 ], [ 106.173366190000081, 29.696509042000056 ], [ 106.173465695000061, 29.696428690000062 ], [ 106.173605872000067, 29.696337018000069 ], [ 106.173677768000061, 29.696311716000082 ], [ 106.173718368000038, 29.69630346100007 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.170974973000057, 29.668393033000086 ], [ 106.170912332000057, 29.668425691000039 ], [ 106.17084611000007, 29.668472435000076 ], [ 106.170796157000041, 29.668482595000054 ], [ 106.170762508000067, 29.668492383000057 ], [ 106.170704650000062, 29.668492894000053 ], [ 106.170660700000056, 29.668493283000096 ], [ 106.170649043000026, 29.668537215000075 ], [ 106.170611631000057, 29.668638642000072 ], [ 106.170563306000076, 29.668706467000053 ], [ 106.170500773000072, 29.668759099000042 ], [ 106.170434342000078, 29.668778067000058 ], [ 106.170353669000065, 29.668778779000036 ], [ 106.17031803600004, 29.668777366000082 ], [ 106.170388074000073, 29.668924530000083 ], [ 106.170399849000034, 29.66894744700005 ], [ 106.170412891000069, 29.668942933000036 ], [ 106.17053975000006, 29.668883022000042 ], [ 106.170677200000057, 29.668819922000072 ], [ 106.170765267000036, 29.668775824000083 ], [ 106.170836999000073, 29.668726794000062 ], [ 106.170884253000054, 29.668644655000033 ], [ 106.170947974000057, 29.668515319000061 ], [ 106.170974973000057, 29.668393033000086 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.172824055000035, 29.667414529000041 ], [ 106.172812413000031, 29.667406078000067 ], [ 106.172789046000048, 29.667395008000085 ], [ 106.17276376600006, 29.667386211000053 ], [ 106.172755350000045, 29.667384031000044 ], [ 106.172747551000043, 29.66737959000006 ], [ 106.17274039800003, 29.667375143000079 ], [ 106.172734537000053, 29.667370685000037 ], [ 106.172729295000067, 29.667363965000046 ], [ 106.172725989000085, 29.667357229000071 ], [ 106.172723301000076, 29.667348232000055 ], [ 106.172719812000025, 29.667325712000036 ], [ 106.172720171000051, 29.667300904000054 ], [ 106.172725046000039, 29.667276054000066 ], [ 106.172733822000055, 29.667253424000073 ], [ 106.172771879000038, 29.667250832000036 ], [ 106.172808566000072, 29.667241487000069 ], [ 106.17284197400005, 29.667227662000073 ], [ 106.172872774000055, 29.667211603000052 ], [ 106.172900295000034, 29.667191062000086 ], [ 106.17290605200003, 29.667186503000032 ], [ 106.172909845000049, 29.667179704000038 ], [ 106.172912995000047, 29.66717291000009 ], [ 106.172915497000076, 29.667166121000037 ], [ 106.172916632000067, 29.667152581000039 ], [ 106.172915184000033, 29.667139064000086 ], [ 106.17291115300003, 29.667125568000081 ], [ 106.172903897000026, 29.667112103000079 ], [ 106.172894704000043, 29.667098653000039 ], [ 106.172883626000043, 29.66708973100009 ], [ 106.172869966000064, 29.667080832000071 ], [ 106.172855687000038, 29.667074192000079 ], [ 106.172836916000051, 29.667069848000043 ], [ 106.172810398000081, 29.667065573000059 ], [ 106.172785740000066, 29.667054516000068 ], [ 106.172762372000079, 29.667043446000033 ], [ 106.172741534000068, 29.667027846000057 ], [ 106.172723251000036, 29.66700996700007 ], [ 106.172716691000062, 29.667001003000049 ], [ 106.172711423000067, 29.66699203000006 ], [ 106.172708064000076, 29.666980785000071 ], [ 106.172706642000037, 29.666969521000052 ], [ 106.172706513000037, 29.666958249000061 ], [ 106.172716857000069, 29.666904033000037 ], [ 106.172718689000078, 29.666894997000043 ], [ 106.172717939000052, 29.666885983000046 ], [ 106.172716544000082, 29.666876974000044 ], [ 106.172713212000076, 29.666867984000074 ], [ 106.172707970000033, 29.666861264000083 ], [ 106.172702055000059, 29.666852296000052 ], [ 106.172688962000052, 29.666836625000084 ], [ 106.17267909800006, 29.666820928000053 ], [ 106.172672406000061, 29.666800691000045 ], [ 106.172670261000064, 29.666782669000039 ], [ 106.172671317000052, 29.666762364000075 ], [ 106.172675653000056, 29.666746541000069 ], [ 106.17268259500004, 29.666732948000064 ], [ 106.172692120000079, 29.666719333000056 ], [ 106.172704873000043, 29.666705690000065 ], [ 106.172734225000056, 29.666676112000065 ], [ 106.172757741000055, 29.666644334000079 ], [ 106.172764534000066, 29.666630391000066 ], [ 106.172722119000071, 29.66663271800007 ], [ 106.172631889000058, 29.666645123000073 ], [ 106.172630634000029, 29.666649969000041 ], [ 106.172624651000035, 29.666690613000075 ], [ 106.172628375000045, 29.666733428000036 ], [ 106.17262561900003, 29.666774044000078 ], [ 106.172617053000067, 29.666814712000075 ], [ 106.172601386000053, 29.666855443000092 ], [ 106.172590676000027, 29.666878089000075 ], [ 106.172584535000055, 29.666905204000045 ], [ 106.172582912000053, 29.666932280000079 ], [ 106.172586427000056, 29.666957054000072 ], [ 106.172595106000088, 29.666981784000082 ], [ 106.17260830400005, 29.667006474000047 ], [ 106.172629272000052, 29.667033349000061 ], [ 106.172633896000036, 29.667042329000083 ], [ 106.172634672000072, 29.667053598000056 ], [ 106.172633460000043, 29.66706037400008 ], [ 106.172627136000074, 29.667071705000073 ], [ 106.17262205000003, 29.667078516000046 ], [ 106.172615002000043, 29.66708308800008 ], [ 106.172607309000057, 29.667087667000082 ], [ 106.172598970000081, 29.667092250000053 ], [ 106.172589959000049, 29.667094586000079 ], [ 106.172535251000056, 29.667108600000066 ], [ 106.172479225000075, 29.667120371000067 ], [ 106.172421804000066, 29.667123134000068 ], [ 106.172364974000061, 29.667121382000065 ], [ 106.172308095000062, 29.667115120000062 ], [ 106.172272479000071, 29.667216915000033 ], [ 106.172242054000037, 29.667320918000083 ], [ 106.17224740000006, 29.667336658000067 ], [ 106.172255330000041, 29.667352374000075 ], [ 106.17226646000006, 29.667365805000081 ], [ 106.172279527000057, 29.66737922000004 ], [ 106.172294477000037, 29.667388109000054 ], [ 106.172311365000041, 29.667396980000035 ], [ 106.172330161000048, 29.667403579000055 ], [ 106.172348907000071, 29.667405668000072 ], [ 106.172385778000034, 29.667412107000068 ], [ 106.172422596000047, 29.667414036000078 ], [ 106.172459981000031, 29.667409195000069 ], [ 106.172460783000076, 29.667422718000058 ], [ 106.172466131000078, 29.667438458000042 ], [ 106.172480513000039, 29.667454116000048 ], [ 106.172517054000039, 29.667487620000088 ], [ 106.17254450300004, 29.667516693000046 ], [ 106.172562219000042, 29.667541343000032 ], [ 106.172573585000066, 29.667575069000062 ], [ 106.172573899000042, 29.667602128000059 ], [ 106.17256915400003, 29.667638252000071 ], [ 106.172558494000043, 29.667665408000055 ], [ 106.172550442000045, 29.667694794000059 ], [ 106.172549876000062, 29.667701566000058 ], [ 106.172551246000069, 29.667708318000052 ], [ 106.172553261000076, 29.667715065000039 ], [ 106.172557212000072, 29.66772179600008 ], [ 106.172561808000069, 29.667728520000086 ], [ 106.172567670000035, 29.667732978000064 ], [ 106.172574177000058, 29.667737432000081 ], [ 106.17258133100006, 29.667741878000083 ], [ 106.172585428000048, 29.667743191000049 ], [ 106.172612645000072, 29.667638669000038 ], [ 106.172684551000032, 29.667531559000057 ], [ 106.172799370000064, 29.667445366000045 ], [ 106.172824055000035, 29.667414529000041 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.172631889000058, 29.666645123000073 ], [ 106.172722119000071, 29.66663271800007 ], [ 106.172764534000066, 29.666630391000066 ], [ 106.172792052000048, 29.666628882000051 ], [ 106.172858415000064, 29.666634728000066 ], [ 106.172917488000053, 29.666647071000053 ], [ 106.172946949000064, 29.666646811000078 ], [ 106.172980094000081, 29.666646517000061 ], [ 106.173001966000072, 29.666627024000036 ], [ 106.173005163000028, 29.666585180000084 ], [ 106.172989648000055, 29.666517770000041 ], [ 106.172981536000066, 29.666453510000043 ], [ 106.172949649000032, 29.666244715000062 ], [ 106.172934135000048, 29.666177305000069 ], [ 106.172896562000062, 29.666113306000057 ], [ 106.172859213000038, 29.666068604000088 ], [ 106.172811092000074, 29.666034298000053 ], [ 106.172770083000046, 29.666005062000071 ], [ 106.172673848000045, 29.665964098000078 ], [ 106.172599971000068, 29.665945453000056 ], [ 106.172537180000063, 29.665929926000043 ], [ 106.172467209000047, 29.665930545000034 ], [ 106.172419484000059, 29.665943832000039 ], [ 106.172379459000069, 29.665986002000079 ], [ 106.17237276600008, 29.666043959000035 ], [ 106.172376327000052, 29.666132779000069 ], [ 106.172370380000075, 29.666194930000074 ], [ 106.172370324000042, 29.666468568000084 ], [ 106.172363817000075, 29.666542607000046 ], [ 106.172364264000066, 29.666581202000092 ], [ 106.172366004000025, 29.666633859000061 ], [ 106.17237257000005, 29.66664546800007 ], [ 106.172416963000046, 29.666666667000072 ], [ 106.172469781000075, 29.666664920000073 ], [ 106.172597094000025, 29.666649906000089 ], [ 106.172631889000058, 29.666645123000073 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.172161860000074, 29.665841071000049 ], [ 106.172120208000081, 29.665812779000081 ], [ 106.172060216000034, 29.665766576000063 ], [ 106.17196831900003, 29.665703350000054 ], [ 106.171878063000065, 29.665610683000068 ], [ 106.171845394000059, 29.665568883000056 ], [ 106.171817572000066, 29.665521214000076 ], [ 106.171808743000042, 29.665443406000065 ], [ 106.171823632000041, 29.665360194000076 ], [ 106.17187655400005, 29.665309531000048 ], [ 106.171933700000068, 29.665281334000049 ], [ 106.17204446900007, 29.665263046000071 ], [ 106.172169391000068, 29.66526886500008 ], [ 106.172620279000057, 29.665285683000043 ], [ 106.172600697000064, 29.665262959000078 ], [ 106.172571441000059, 29.665227943000051 ], [ 106.172542261000046, 29.665199645000083 ], [ 106.172513104000075, 29.665173027000044 ], [ 106.172509069000057, 29.665170640000035 ], [ 106.172542272000044, 29.665209735000072 ], [ 106.172517850000077, 29.665218971000058 ], [ 106.172507008000025, 29.665230342000097 ], [ 106.17245932000003, 29.665237529000077 ], [ 106.172278800000072, 29.665257168000039 ], [ 106.17219811700005, 29.665257882000049 ], [ 106.172132174000069, 29.665249444000036 ], [ 106.172100930000056, 29.66522716900004 ], [ 106.17206602400006, 29.665222968000073 ], [ 106.172006457000066, 29.665207709000075 ], [ 106.171965793000027, 29.665208068000087 ], [ 106.171921308000037, 29.665212972000067 ], [ 106.171889812000074, 29.665224527000071 ], [ 106.171853359000067, 29.665254166000068 ], [ 106.171789239000077, 29.665347192000066 ], [ 106.171757976000038, 29.665379038000086 ], [ 106.171734304000054, 29.66539729000004 ], [ 106.171715925000058, 29.665426768000088 ], [ 106.171716448000055, 29.665471866000072 ], [ 106.171735689000059, 29.665516798000048 ], [ 106.171796405000066, 29.665631273000088 ], [ 106.171877176000066, 29.665693699000087 ], [ 106.171979787000055, 29.665746917000035 ], [ 106.172001994000027, 29.665769272000038 ], [ 106.172006208000028, 29.66579855000009 ], [ 106.172030482000025, 29.665832161000079 ], [ 106.172086925000031, 29.665856468000072 ], [ 106.17212565400007, 29.665856127000037 ], [ 106.172161860000074, 29.665841071000049 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.172117226000069, 29.666986544000054 ], [ 106.172136262000038, 29.666934930000075 ], [ 106.17226852500005, 29.666820391000041 ], [ 106.172322207000036, 29.666773904000081 ], [ 106.17236678200004, 29.666726427000075 ], [ 106.172416963000046, 29.666666667000072 ], [ 106.17237257000005, 29.66664546800007 ], [ 106.172366004000025, 29.666633859000061 ], [ 106.172364264000066, 29.666581202000092 ], [ 106.172363817000075, 29.666542607000046 ], [ 106.172370324000042, 29.666468568000084 ], [ 106.172370380000075, 29.666194930000074 ], [ 106.172344260000045, 29.666241735000082 ], [ 106.172311360000037, 29.666278897000034 ], [ 106.172272587000066, 29.666301881000038 ], [ 106.172238614000051, 29.666319237000035 ], [ 106.172166228000037, 29.666351161000083 ], [ 106.172119359000078, 29.666391922000059 ], [ 106.17185291900006, 29.666666667000065 ], [ 106.171659055000077, 29.666767694000036 ], [ 106.171415591000027, 29.666921232000053 ], [ 106.171279191000053, 29.667005394000061 ], [ 106.171188444000052, 29.667071947000068 ], [ 106.171135950000064, 29.667118729000038 ], [ 106.171064456000067, 29.667211998000091 ], [ 106.171026820000066, 29.667336659000064 ], [ 106.171020498000075, 29.667432486000049 ], [ 106.171010620000061, 29.667558870000054 ], [ 106.171089725000058, 29.667485333000059 ], [ 106.171223830000031, 29.667398703000053 ], [ 106.171353797000052, 29.66735686700008 ], [ 106.171567990000028, 29.667346836000039 ], [ 106.171707885000046, 29.667357806000041 ], [ 106.171792351000079, 29.667409953000053 ], [ 106.171872346000043, 29.667478415000055 ], [ 106.171942124000068, 29.667493243000081 ], [ 106.172006382000063, 29.667486064000045 ], [ 106.172059094000076, 29.667462461000074 ], [ 106.172145330000035, 29.667392286000048 ], [ 106.172163715000067, 29.667345848000085 ], [ 106.172162764000078, 29.667211375000075 ], [ 106.172119987000031, 29.667138514000047 ], [ 106.172110057000054, 29.667085708000052 ], [ 106.172109161000037, 29.667008407000083 ], [ 106.172117226000069, 29.666986544000054 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.172428162000074, 29.666836713000066 ], [ 106.172421370000052, 29.666824457000082 ], [ 106.172376428000064, 29.666812913000062 ], [ 106.172366297000053, 29.666806411000032 ], [ 106.172358057000054, 29.666804254000052 ], [ 106.172347979000051, 29.666838178000038 ], [ 106.172303249000038, 29.666828384000034 ], [ 106.17226852500005, 29.666820391000041 ], [ 106.172136262000038, 29.666934930000075 ], [ 106.172117226000069, 29.666986544000054 ], [ 106.172194331000071, 29.667011814000034 ], [ 106.172239248000039, 29.66701701300007 ], [ 106.172291962000031, 29.667007645000062 ], [ 106.172344230000078, 29.666948321000064 ], [ 106.172391880000077, 29.666905855000032 ], [ 106.172410842000033, 29.666880460000066 ], [ 106.172428162000074, 29.666836713000066 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.17198353100008, 29.667800275000047 ], [ 106.171976843000039, 29.667876357000061 ], [ 106.171962970000038, 29.667985557000062 ], [ 106.171937323000066, 29.668058501000083 ], [ 106.171907775000079, 29.668121564000032 ], [ 106.171890935000079, 29.668234075000044 ], [ 106.17194078700004, 29.668268367000053 ], [ 106.172017796000034, 29.668340856000039 ], [ 106.172079340000039, 29.668393527000031 ], [ 106.172102264000046, 29.668399976000053 ], [ 106.172164009000028, 29.668395070000091 ], [ 106.172200885000052, 29.668365845000039 ], [ 106.172259962000055, 29.668205677000067 ], [ 106.172273883000059, 29.668092473000055 ], [ 106.172280340000043, 29.667992638000037 ], [ 106.172272310000039, 29.667944276000068 ], [ 106.172241335000081, 29.667913160000072 ], [ 106.17212640300005, 29.667854310000052 ], [ 106.172033298000031, 29.667819701000035 ], [ 106.17198353100008, 29.667800275000047 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.173226172000057, 29.668749566000088 ], [ 106.173227051000026, 29.668654206000038 ], [ 106.173262173000069, 29.668469478000073 ], [ 106.173286258000076, 29.668404175000028 ], [ 106.173310594000043, 29.668360567000036 ], [ 106.173400559000072, 29.668245424000069 ], [ 106.173433389000081, 29.668134457000061 ], [ 106.173519887000054, 29.667998020000073 ], [ 106.173586779000061, 29.667911745000083 ], [ 106.17362059800007, 29.667885904000052 ], [ 106.173721958000044, 29.66779987000006 ], [ 106.173779899000067, 29.667752532000076 ], [ 106.173813224000071, 29.667684128000069 ], [ 106.17383660400003, 29.667598785000052 ], [ 106.173849990000065, 29.667492246000041 ], [ 106.173863276000077, 29.667377195000078 ], [ 106.173872545000052, 29.667288564000046 ], [ 106.173803068000041, 29.667289179000068 ], [ 106.173643306000031, 29.667299057000037 ], [ 106.173460159000058, 29.667381069000047 ], [ 106.173335289000079, 29.667475258000085 ], [ 106.17322258300004, 29.667608317000091 ], [ 106.173172794000038, 29.66766709500007 ], [ 106.173013725000033, 29.667863878000048 ], [ 106.172930643000043, 29.667983532000054 ], [ 106.172810276000064, 29.668156878000051 ], [ 106.172649858000057, 29.668349761000059 ], [ 106.172795390000033, 29.668328497000054 ], [ 106.172868668000035, 29.668357576000052 ], [ 106.173030056000073, 29.668436835000076 ], [ 106.173089141000048, 29.668500012000038 ], [ 106.17310063900004, 29.668652792000049 ], [ 106.173096566000027, 29.668720775000054 ], [ 106.173102364000044, 29.668801411000057 ], [ 106.173226172000057, 29.668749566000088 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.171831910000037, 29.67489329100005 ], [ 106.171852141000045, 29.674927748000066 ], [ 106.171904338000047, 29.674939409000043 ], [ 106.171975573000054, 29.674902699000089 ], [ 106.171984429000076, 29.674719957000036 ], [ 106.171891953000056, 29.674650866000036 ], [ 106.171804310000027, 29.674608794000047 ], [ 106.171726418000048, 29.674683901000034 ], [ 106.171849731000066, 29.67479556600005 ], [ 106.171831910000037, 29.67489329100005 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.172238778000064, 29.674731232000049 ], [ 106.172240964000025, 29.674723767000046 ], [ 106.172224604000064, 29.674709765000053 ], [ 106.172093331000042, 29.674607821000052 ], [ 106.171962103000055, 29.674509699000055 ], [ 106.171832383000051, 29.674418124000056 ], [ 106.171753326000044, 29.674364646000065 ], [ 106.171600556000044, 29.674270768000035 ], [ 106.171418419000076, 29.674154598000072 ], [ 106.171354860000065, 29.674117570000078 ], [ 106.17130628600006, 29.674091252000039 ], [ 106.171307259000059, 29.674103190000039 ], [ 106.171330857000044, 29.67427791700004 ], [ 106.171381661000069, 29.674406654000052 ], [ 106.17147736000004, 29.674494663000079 ], [ 106.171651331000078, 29.67464354100008 ], [ 106.171774680000055, 29.674795815000042 ], [ 106.171831910000037, 29.67489329100005 ], [ 106.171849731000066, 29.67479556600005 ], [ 106.171726418000048, 29.674683901000034 ], [ 106.171804310000027, 29.674608794000047 ], [ 106.171891953000056, 29.674650866000036 ], [ 106.171984429000076, 29.674719957000036 ], [ 106.171975573000054, 29.674902699000089 ], [ 106.171904338000047, 29.674939409000043 ], [ 106.171852141000045, 29.674927748000066 ], [ 106.171922833000053, 29.67504814800008 ], [ 106.171948340000029, 29.675177882000064 ], [ 106.171990226000062, 29.675164161000058 ], [ 106.172053156000061, 29.675190666000052 ], [ 106.172093520000033, 29.675219625000061 ], [ 106.172103901000071, 29.675224043000068 ], [ 106.172110381000039, 29.675226242000068 ], [ 106.172122646000048, 29.675226133000081 ], [ 106.172140024000043, 29.675221469000064 ], [ 106.172150273000057, 29.67521461300004 ], [ 106.172159232000084, 29.675207768000067 ], [ 106.172166229000027, 29.675198685000055 ], [ 106.172172579000062, 29.675189609000082 ], [ 106.17217634800005, 29.675180555000054 ], [ 106.17217880000004, 29.675169259000086 ], [ 106.17218060600004, 29.675157967000072 ], [ 106.172176645000036, 29.675094859000069 ], [ 106.17208677800005, 29.675028 ], [ 106.172140035000041, 29.674944090000047 ], [ 106.172093573000041, 29.674890378000054 ], [ 106.172225577000063, 29.674749395000049 ], [ 106.172238778000064, 29.674731232000049 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.172260687000076, 29.674656446000082 ], [ 106.171669585000075, 29.674238566000049 ], [ 106.171298555000078, 29.673996444000064 ], [ 106.17130628600006, 29.674091252000039 ], [ 106.171354860000065, 29.674117570000078 ], [ 106.171418419000076, 29.674154598000072 ], [ 106.171600556000044, 29.674270768000035 ], [ 106.171753326000044, 29.674364646000065 ], [ 106.171832383000051, 29.674418124000056 ], [ 106.171962103000055, 29.674509699000055 ], [ 106.172093331000042, 29.674607821000052 ], [ 106.172224604000064, 29.674709765000053 ], [ 106.172240964000025, 29.674723767000046 ], [ 106.172260687000076, 29.674656446000082 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.17120023800004, 29.672863154000087 ], [ 106.171159823000039, 29.672892590000053 ], [ 106.171132231000058, 29.672929539000048 ], [ 106.171098743000073, 29.672985900000072 ], [ 106.171109677000061, 29.673042636000034 ], [ 106.171144410000068, 29.67308420500007 ], [ 106.171254734000058, 29.67314604600006 ], [ 106.171292546000075, 29.673157676000066 ], [ 106.17134877000008, 29.67316992200006 ], [ 106.171397296000066, 29.673034111000053 ], [ 106.171286358000032, 29.672936856000035 ], [ 106.17120023800004, 29.672863154000087 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.171819185000061, 29.671058283000033 ], [ 106.171798795000029, 29.671036498000042 ], [ 106.171789639000053, 29.67101835100004 ], [ 106.171766985000033, 29.670958777000063 ], [ 106.171739215000059, 29.670904838000077 ], [ 106.171698110000079, 29.670871336000065 ], [ 106.171651286000042, 29.670846352000069 ], [ 106.171604718000026, 29.67084337700004 ], [ 106.171544481000069, 29.670832057000045 ], [ 106.17151526300006, 29.670820462000055 ], [ 106.171485689000065, 29.670795332000068 ], [ 106.17144509600007, 29.670788910000056 ], [ 106.17137501600007, 29.670781759000072 ], [ 106.171310782000035, 29.670739033000082 ], [ 106.171210460000054, 29.670637870000064 ], [ 106.171122463000074, 29.67052826500009 ], [ 106.171077602000025, 29.670416295000049 ], [ 106.171069935000048, 29.67038248100005 ], [ 106.171066945000064, 29.670317840000049 ], [ 106.171065463000048, 29.670236735000053 ], [ 106.171064775000048, 29.670177354000092 ], [ 106.171056540000052, 29.670107015000045 ], [ 106.171016009000027, 29.670044793000049 ], [ 106.170991642000047, 29.670003289000075 ], [ 106.170948458000055, 29.669941091000041 ], [ 106.170918596000035, 29.669883411000054 ], [ 106.170912510000051, 29.669816249000064 ], [ 106.170919853000044, 29.669762876000057 ], [ 106.170953815000075, 29.669716220000058 ], [ 106.17099836400007, 29.669667154000084 ], [ 106.171048462000044, 29.669638898000066 ], [ 106.17110649500006, 29.669608254000078 ], [ 106.171204279000051, 29.669572623000072 ], [ 106.171278530000052, 29.669567332000042 ], [ 106.171343291000028, 29.669561367000089 ], [ 106.171322283000052, 29.669499532000081 ], [ 106.171235582000065, 29.669279816000085 ], [ 106.171180808000031, 29.669091971000054 ], [ 106.171132, 29.669138338000039 ], [ 106.171101665000037, 29.669159975000071 ], [ 106.171071422000082, 29.669189625000062 ], [ 106.171050293000064, 29.669213852000034 ], [ 106.171030553000037, 29.669258220000071 ], [ 106.170999190000032, 29.669330357000032 ], [ 106.170946293000043, 29.669396436000049 ], [ 106.170896538000079, 29.669424994000057 ], [ 106.170821960000083, 29.669472518000077 ], [ 106.170740263000027, 29.669523230000038 ], [ 106.170661818000042, 29.66954579300004 ], [ 106.170569318000048, 29.66959035100006 ], [ 106.170498027000065, 29.669612851000068 ], [ 106.170508262000055, 29.669749185000061 ], [ 106.170551571000033, 29.669872252000062 ], [ 106.170600170000057, 29.669999845000056 ], [ 106.170632902000079, 29.670113861000065 ], [ 106.170657852000033, 29.67019829000008 ], [ 106.170703228000036, 29.670309542000027 ], [ 106.170741388000067, 29.670368881000059 ], [ 106.170750695000038, 29.670411149000078 ], [ 106.170744551000041, 29.670451631000052 ], [ 106.170720663000054, 29.670482642000081 ], [ 106.17069900100006, 29.67051555900008 ], [ 106.170675202000041, 29.670554270000082 ], [ 106.17067591600005, 29.670615866000038 ], [ 106.170689675000062, 29.670661945000063 ], [ 106.170714501000077, 29.670711777000069 ], [ 106.170754775000034, 29.67076339800008 ], [ 106.170806028000072, 29.670811072000042 ], [ 106.170866051000075, 29.670854817000077 ], [ 106.170946112000081, 29.67091571200007 ], [ 106.170988548000025, 29.670963464000064 ], [ 106.171035503000041, 29.671020800000072 ], [ 106.171058059000075, 29.671064877000042 ], [ 106.171096353000053, 29.671135765000081 ], [ 106.171118997000065, 29.671187541000048 ], [ 106.171132890000081, 29.671245170000081 ], [ 106.171138013000075, 29.671306727000054 ], [ 106.171125412000038, 29.671360739000075 ], [ 106.171101724000039, 29.671409075000042 ], [ 106.171060427000043, 29.671459491000068 ], [ 106.171190793000051, 29.671437122000043 ], [ 106.17127533300004, 29.671428547000055 ], [ 106.171334326000078, 29.671433174000072 ], [ 106.17147002400003, 29.671444842000081 ], [ 106.171526250000056, 29.671464934000078 ], [ 106.171591437000075, 29.671495241000049 ], [ 106.171639122000045, 29.671541145000049 ], [ 106.171666357000049, 29.671602671000059 ], [ 106.171696600000075, 29.671669318000053 ], [ 106.17169674400003, 29.67167535500004 ], [ 106.171718272000078, 29.671678615000072 ], [ 106.171781753000062, 29.671656407000057 ], [ 106.171792089000064, 29.671631577000092 ], [ 106.171791479000035, 29.671579011000073 ], [ 106.17175893200006, 29.671520543000042 ], [ 106.171748059000038, 29.671498993000061 ], [ 106.171730068000045, 29.671474412000066 ], [ 106.171711755000047, 29.671422004000082 ], [ 106.171697056000028, 29.67137574700007 ], [ 106.171689436000065, 29.671329428000035 ], [ 106.171698911000078, 29.671230387000044 ], [ 106.171726448000072, 29.671162111000054 ], [ 106.171743542000058, 29.671109389000037 ], [ 106.171766460000072, 29.671080696000036 ], [ 106.171787668000036, 29.67107034900004 ], [ 106.171819185000061, 29.671058283000033 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.172478507000051, 29.676506377000063 ], [ 106.172478799000032, 29.676531561000047 ], [ 106.17247965200005, 29.676605023000032 ], [ 106.172450212000058, 29.676626892000055 ], [ 106.172425469000075, 29.676627111000073 ], [ 106.172425369000052, 29.676627092000047 ], [ 106.172408988000029, 29.676646571000052 ], [ 106.172396008000078, 29.676696300000064 ], [ 106.17242671300005, 29.67672759900006 ], [ 106.172465114000033, 29.67675432000004 ], [ 106.172462847000077, 29.676781402000081 ], [ 106.172474319000059, 29.676824148000037 ], [ 106.172515249000071, 29.676846337000086 ], [ 106.172564179000062, 29.676834627000058 ], [ 106.172574996000037, 29.676821002000047 ], [ 106.172610658000053, 29.676834216000092 ], [ 106.172635661000072, 29.676874586000054 ], [ 106.172717485000078, 29.67686033200005 ], [ 106.172761382000033, 29.676859942000078 ], [ 106.172786201000065, 29.676884530000056 ], [ 106.172797671000069, 29.676927276000061 ], [ 106.172800805000065, 29.676974604000073 ], [ 106.172823093000034, 29.677003724000087 ], [ 106.172875827000041, 29.677041593000073 ], [ 106.172930184000052, 29.677052388000046 ], [ 106.172963131000074, 29.677054353000067 ], [ 106.17301539400006, 29.677051634000065 ], [ 106.173028794000061, 29.677037985000077 ], [ 106.173060722000059, 29.676952007000072 ], [ 106.17304615300003, 29.676920566000039 ], [ 106.173035484000081, 29.676891344000062 ], [ 106.173056813000073, 29.676893410000048 ], [ 106.173056551000059, 29.676870861000051 ], [ 106.17309554600007, 29.676893067000034 ], [ 106.173120234000066, 29.676906378000066 ], [ 106.17317206000007, 29.676921707000066 ], [ 106.173257045000071, 29.676957036000083 ], [ 106.173292113000059, 29.676974765000075 ], [ 106.173395086000028, 29.676946791000027 ], [ 106.173414164000064, 29.676921817000039 ], [ 106.17341390200005, 29.676899270000035 ], [ 106.173394142000063, 29.67686561700009 ], [ 106.173378955000032, 29.676836435000045 ], [ 106.173385148000079, 29.676813829000075 ], [ 106.173417914000026, 29.676800008000047 ], [ 106.173450321000075, 29.676810997000079 ], [ 106.173493861000054, 29.676835416000081 ], [ 106.173525030000064, 29.676850927000089 ], [ 106.173559295000075, 29.676855134000057 ], [ 106.173575792000065, 29.676830181000064 ], [ 106.173553530000049, 29.676803316000075 ], [ 106.173551610000061, 29.676749211000072 ], [ 106.173579106000048, 29.67672641700004 ], [ 106.173570373000075, 29.67669717800004 ], [ 106.173558055000058, 29.676692775000046 ], [ 106.173548966000055, 29.676688347000038 ], [ 106.173542406000081, 29.676679385000067 ], [ 106.173538454000038, 29.676672655000061 ], [ 106.173537704000069, 29.676663641000058 ], [ 106.173541471000078, 29.676654587000087 ], [ 106.173543976000076, 29.676647800000069 ], [ 106.173566176000065, 29.676613775000089 ], [ 106.173574176000045, 29.676579879000091 ], [ 106.173573599000065, 29.676530272000036 ], [ 106.173564448000036, 29.676464954000043 ], [ 106.17352493900006, 29.676454029000073 ], [ 106.173495942000045, 29.676458795000087 ], [ 106.173460290000037, 29.676501958000074 ], [ 106.173421225000041, 29.676529366000068 ], [ 106.173386420000043, 29.676534184000047 ], [ 106.173348821000047, 29.676520987000064 ], [ 106.173309156000073, 29.676496532000044 ], [ 106.173269489000063, 29.676472076000035 ], [ 106.173223734000032, 29.676479248000081 ], [ 106.173217359000034, 29.676486069000077 ], [ 106.173212944000056, 29.676495129000049 ], [ 106.173209821000057, 29.676504177000087 ], [ 106.173208609000028, 29.67651095300004 ], [ 106.173208740000064, 29.676522227000074 ], [ 106.173210755000071, 29.676528975000053 ], [ 106.173214733000066, 29.676537959000079 ], [ 106.17322000200005, 29.676546934000051 ], [ 106.173226537000062, 29.676553641000055 ], [ 106.173234336000064, 29.676558082000046 ], [ 106.173292050000057, 29.676580122000086 ], [ 106.17334661600006, 29.676608955000063 ], [ 106.17334610100005, 29.676620235000097 ], [ 106.17334300300007, 29.676631538000038 ], [ 106.173337971000095, 29.676642859000083 ], [ 106.173331646000065, 29.676654190000075 ], [ 106.173322713000061, 29.676663290000064 ], [ 106.173313109000048, 29.676670140000059 ], [ 106.173301568000056, 29.676677007000073 ], [ 106.173281633000045, 29.676683949000051 ], [ 106.173263045000056, 29.676695390000081 ], [ 106.173246392000067, 29.67670681200007 ], [ 106.173268471000029, 29.67671789200006 ], [ 106.17325786300006, 29.676749558000044 ], [ 106.173230367000031, 29.676772353000047 ], [ 106.17311576600008, 29.676744051000071 ], [ 106.173055243000078, 29.676758118000066 ], [ 106.17300378300007, 29.676774359000039 ], [ 106.172921956000039, 29.676788614000092 ], [ 106.172823939000068, 29.676798503000043 ], [ 106.172782598000026, 29.676796612000089 ], [ 106.172766276000061, 29.676780970000042 ], [ 106.172757571000034, 29.676753987000044 ], [ 106.172746073000042, 29.676708987000044 ], [ 106.172723050000059, 29.67661673200007 ], [ 106.172720207000054, 29.676594206000047 ], [ 106.172697605000053, 29.676538029000085 ], [ 106.172694499000045, 29.676492954000082 ], [ 106.172688323000045, 29.676461436000071 ], [ 106.172676982000041, 29.676429965000075 ], [ 106.172655444000043, 29.676409860000032 ], [ 106.172630217000062, 29.676405572000071 ], [ 106.17259804300005, 29.676414878000063 ], [ 106.172563010000033, 29.676455780000076 ], [ 106.172494923000045, 29.676485700000061 ], [ 106.172478507000051, 29.676506377000063 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.172635957000068, 29.677957036000066 ], [ 106.172744809000065, 29.677879397000083 ], [ 106.172760137000068, 29.677809355000079 ], [ 106.172758697000063, 29.677685335000042 ], [ 106.172741668000072, 29.677608813000059 ], [ 106.172702491000052, 29.677570824000043 ], [ 106.172620402000064, 29.677562529000053 ], [ 106.172522881000077, 29.677615260000042 ], [ 106.172403071000076, 29.677638872000042 ], [ 106.172283236000055, 29.677660228000036 ], [ 106.172222214000044, 29.677631451000071 ], [ 106.172150812000041, 29.677598256000064 ], [ 106.17211871800005, 29.677614326000086 ], [ 106.172119424000073, 29.677675208000043 ], [ 106.172152827000048, 29.677771881000055 ], [ 106.172160809000047, 29.677792107000077 ], [ 106.172186743000054, 29.677857275000061 ], [ 106.172296390000042, 29.677903662000062 ], [ 106.172340933000044, 29.677903268000073 ], [ 106.172373209000057, 29.677902984000074 ], [ 106.172444613000039, 29.677936178000042 ], [ 106.172451573000046, 29.678035340000065 ], [ 106.17238638200007, 29.678092295000052 ], [ 106.172354402000053, 29.678173762000078 ], [ 106.172355239000069, 29.678245918000076 ], [ 106.172361441000092, 29.67827969000006 ], [ 106.172410659000036, 29.678292786000039 ], [ 106.172492645000034, 29.678292059000061 ], [ 106.172491991000072, 29.678235688000086 ], [ 106.172473706000076, 29.678217809000046 ], [ 106.172544332000029, 29.678072857000075 ], [ 106.172635957000068, 29.677957036000066 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.17344782400005, 29.678501523000083 ], [ 106.173404459000039, 29.678532049000072 ], [ 106.173349403000032, 29.678516751000075 ], [ 106.173348696000062, 29.678455869000064 ], [ 106.173381069000072, 29.678408225000059 ], [ 106.173407737000048, 29.678369652000072 ], [ 106.17350600900005, 29.678325935000082 ], [ 106.173592660000054, 29.678282319000068 ], [ 106.173673309000037, 29.678166596000025 ], [ 106.173792228000082, 29.678066318000042 ], [ 106.173808331000032, 29.678007542000046 ], [ 106.173801421000064, 29.677912888000034 ], [ 106.173795366000036, 29.677836269000061 ], [ 106.173777944000051, 29.677725923000082 ], [ 106.173760111000036, 29.677635876000068 ], [ 106.173793821000061, 29.677608811000084 ], [ 106.173756516000026, 29.677596163000089 ], [ 106.173707121000064, 29.677548616000077 ], [ 106.17367002800006, 29.677508959000082 ], [ 106.173639071000025, 29.677471912000041 ], [ 106.17361431300003, 29.67744280900008 ], [ 106.173571145000054, 29.677405871000062 ], [ 106.173537229000033, 29.677376849000034 ], [ 106.173503096000047, 29.677329168000082 ], [ 106.173502631000076, 29.677289186000056 ], [ 106.173526710000047, 29.677259650000057 ], [ 106.173578414000076, 29.677243198000046 ], [ 106.173657776000027, 29.67724249500009 ], [ 106.17372819600007, 29.677260531000059 ], [ 106.173795471000062, 29.67727059800006 ], [ 106.173873352000044, 29.67731459100008 ], [ 106.173901527000055, 29.677344714000068 ], [ 106.17392981100005, 29.677383950000031 ], [ 106.173940808000054, 29.677432451000076 ], [ 106.173950782000077, 29.677501140000061 ], [ 106.173929411000074, 29.677556603000088 ], [ 106.173945085000071, 29.677553053000054 ], [ 106.174027462000026, 29.677586151000067 ], [ 106.174085136000031, 29.677660058000082 ], [ 106.174106333000054, 29.677650849000084 ], [ 106.174159006000082, 29.677627831000052 ], [ 106.174185291000072, 29.677611813000052 ], [ 106.174208321000037, 29.677593568000081 ], [ 106.174226779000037, 29.677570853000081 ], [ 106.174239954000029, 29.677548284000078 ], [ 106.174254829000063, 29.677500667000057 ], [ 106.174261147000038, 29.677424950000045 ], [ 106.174256143000036, 29.677385320000035 ], [ 106.174242008000078, 29.677341806000062 ], [ 106.174209702000041, 29.677298453000049 ], [ 106.174113200000079, 29.677204093000061 ], [ 106.174105070000053, 29.677192201000079 ], [ 106.174096547000033, 29.677197659000054 ], [ 106.174068920000082, 29.677209181000073 ], [ 106.174039303000029, 29.677216209000051 ], [ 106.174009015000081, 29.677220986000059 ], [ 106.173978004000048, 29.677219008000062 ], [ 106.173947584000075, 29.677212511000043 ], [ 106.173919076000061, 29.677203742000081 ], [ 106.173879924000062, 29.677168008000084 ], [ 106.173836951000055, 29.677136817000083 ], [ 106.173790803000031, 29.677110165000041 ], [ 106.173741480000047, 29.677088050000066 ], [ 106.173689601000035, 29.67706821400008 ], [ 106.173678034000034, 29.677072827000071 ], [ 106.173663936000025, 29.67708197200005 ], [ 106.173658231000047, 29.677091044000065 ], [ 106.173655755000027, 29.677100086000049 ], [ 106.17365195900004, 29.677106883000082 ], [ 106.173644938000052, 29.677113711000061 ], [ 106.173637217000078, 29.67711603500004 ], [ 106.173628180000037, 29.677116115000043 ], [ 106.173558330000048, 29.677105459000078 ], [ 106.173489719000031, 29.677090280000073 ], [ 106.173422993000031, 29.677070576000066 ], [ 106.173358151000059, 29.677046345000061 ], [ 106.173295192000069, 29.677017585000044 ], [ 106.173285562000061, 29.677022181000041 ], [ 106.173236633000045, 29.677033889000086 ], [ 106.173179309000034, 29.677045673000066 ], [ 106.173113517000047, 29.677050764000054 ], [ 106.173075744000073, 29.677078160000065 ], [ 106.173045613000056, 29.677096469000048 ], [ 106.17302578400006, 29.67711242900009 ], [ 106.173020672000064, 29.677116986000048 ], [ 106.173016232000066, 29.677123789000071 ], [ 106.17301184400003, 29.677135105000051 ], [ 106.173011277000057, 29.677141874000089 ], [ 106.173012001000075, 29.677148633000055 ], [ 106.173014016000081, 29.677155382000084 ], [ 106.173017324000057, 29.677162118000073 ], [ 106.173021895000034, 29.677166586000052 ], [ 106.173027111000067, 29.677171051000077 ], [ 106.173055132000059, 29.677193355000046 ], [ 106.17308821000006, 29.677206591000072 ], [ 106.173146057000054, 29.677239906000068 ], [ 106.17319300700008, 29.677280082000038 ], [ 106.173184929000058, 29.677307215000049 ], [ 106.173171478000029, 29.677316355000077 ], [ 106.173140902000057, 29.67729633000004 ], [ 106.173094056000082, 29.67726517400008 ], [ 106.173052941000037, 29.677227201000051 ], [ 106.172998044000053, 29.67722543100006 ], [ 106.172962905000077, 29.677257313000037 ], [ 106.172993534000057, 29.677281849000053 ], [ 106.173061761000056, 29.677319582000052 ], [ 106.173094972000058, 29.677344093000041 ], [ 106.173108896000031, 29.677375542000036 ], [ 106.173126151000091, 29.67741598100007 ], [ 106.17316945400006, 29.677420107000049 ], [ 106.173248804000082, 29.677414895000087 ], [ 106.173325256000055, 29.677382646000073 ], [ 106.173379508000039, 29.677384421000067 ], [ 106.173387901000069, 29.67738434600005 ], [ 106.173396319000062, 29.67738652600007 ], [ 106.173404762000075, 29.677390962000061 ], [ 106.173411917000067, 29.677395409000042 ], [ 106.173417779000033, 29.67739986700008 ], [ 106.173423021000076, 29.677406586000071 ], [ 106.173426974000051, 29.677413317000063 ], [ 106.173429634000058, 29.677420059000042 ], [ 106.173432321000064, 29.677429054000079 ], [ 106.173435349000044, 29.677467365000044 ], [ 106.173435793000067, 29.677505698000072 ], [ 106.173436553000045, 29.677571090000061 ], [ 106.173450948000038, 29.677643125000095 ], [ 106.173416071000076, 29.677697557000048 ], [ 106.173419202000048, 29.677744886000085 ], [ 106.173434217000079, 29.677814662000053 ], [ 106.173458931000027, 29.677830228000058 ], [ 106.173505280000029, 29.677818542000061 ], [ 106.173551367000073, 29.677784307000085 ], [ 106.173583618000066, 29.677781767000059 ], [ 106.173649961000081, 29.677824026000057 ], [ 106.173656191000077, 29.677860052000089 ], [ 106.173624052000036, 29.677927991000047 ], [ 106.173634150000055, 29.677941077000078 ], [ 106.173665096000036, 29.677917172000033 ], [ 106.173732638000047, 29.67791657500004 ], [ 106.173790905000033, 29.677989792000059 ], [ 106.173801617000038, 29.678025971000057 ], [ 106.173785042000077, 29.678066525000077 ], [ 106.173687929000053, 29.678138170000064 ], [ 106.173610666000059, 29.678174246000083 ], [ 106.173469273000094, 29.678213840000069 ], [ 106.173314062000046, 29.678227011000043 ], [ 106.173182869000073, 29.678272413000062 ], [ 106.173102743000072, 29.678352754000063 ], [ 106.173054106000052, 29.678527195000058 ], [ 106.173052201000075, 29.678654033000043 ], [ 106.173090138000092, 29.678721532000043 ], [ 106.173168325000063, 29.678765081000044 ], [ 106.173283250000068, 29.678772910000081 ], [ 106.17338473500007, 29.678786758000065 ], [ 106.173486151000077, 29.678794708000062 ], [ 106.173418956000035, 29.67874313700008 ], [ 106.173407089000079, 29.67870660300008 ], [ 106.173402811000074, 29.678666671000084 ], [ 106.173409820000074, 29.678613316000053 ], [ 106.173446231000071, 29.678503538000086 ], [ 106.17344782400005, 29.678501523000083 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.176596696000061, 29.693271235000054 ], [ 106.176632838000046, 29.693206486000054 ], [ 106.176705529000074, 29.693112126000074 ], [ 106.176710546000038, 29.692982365000031 ], [ 106.176708591000079, 29.692814546000076 ], [ 106.176658705000079, 29.692732598000077 ], [ 106.176581254000041, 29.692684462000038 ], [ 106.176497276000077, 29.692676053000078 ], [ 106.17640980300007, 29.692667675000052 ], [ 106.176329534000061, 29.692677543000062 ], [ 106.17623203900007, 29.692708924000044 ], [ 106.176183397000045, 29.692733768000036 ], [ 106.176103625000053, 29.692786352000034 ], [ 106.175989048000076, 29.692851452000063 ], [ 106.175881496000045, 29.692919542000087 ], [ 106.175819373000081, 29.692987226000067 ], [ 106.175764346000051, 29.693064003000071 ], [ 106.175684502000081, 29.693110485000084 ], [ 106.175722249000046, 29.693171292000038 ], [ 106.175793934000083, 29.693249306000034 ], [ 106.17585538000003, 29.693276849000085 ], [ 106.17592329200005, 29.693307144000073 ], [ 106.175971772000025, 29.693326377000059 ], [ 106.176017136000041, 29.693354062000083 ], [ 106.176020711000035, 29.693384928000064 ], [ 106.176014508000037, 29.693404645000044 ], [ 106.175963202000048, 29.693419145000068 ], [ 106.175889117000054, 29.693411376000078 ], [ 106.175805220000044, 29.693389650000082 ], [ 106.175750338000071, 29.693373284000074 ], [ 106.175679308000042, 29.693351444000083 ], [ 106.175601940000035, 29.69333808600004 ], [ 106.175530943000069, 29.693319053000025 ], [ 106.175479115000044, 29.693288616000075 ], [ 106.17543680600005, 29.693246858000059 ], [ 106.175316575000068, 29.693143996000064 ], [ 106.175277516000051, 29.693105019000086 ], [ 106.17521912400008, 29.693063403000053 ], [ 106.175176914000076, 29.69303007100007 ], [ 106.175138018000041, 29.693005136000078 ], [ 106.175089505000074, 29.692983095000045 ], [ 106.175040960000061, 29.692958246000053 ], [ 106.175002228000039, 29.692947353000086 ], [ 106.174944326000059, 29.692947868000093 ], [ 106.174876676000054, 29.692940041000043 ], [ 106.174756526000067, 29.692949535000082 ], [ 106.174707864000027, 29.693012500000066 ], [ 106.174673794000057, 29.693055929000085 ], [ 106.174659779000081, 29.69312505500006 ], [ 106.174712390000082, 29.693189280000073 ], [ 106.174787102000039, 29.693242526000056 ], [ 106.17490394500004, 29.693308336000086 ], [ 106.174925032000033, 29.693329564000059 ], [ 106.174924279000038, 29.693357753000043 ], [ 106.17491143400008, 29.693370046000048 ], [ 106.174892376000059, 29.693375286000048 ], [ 106.174845557000026, 29.693384326000057 ], [ 106.174779031000071, 29.693397854000072 ], [ 106.174697738000077, 29.693415826000027 ], [ 106.174653488000047, 29.69343346900007 ], [ 106.174594571000057, 29.693464181000081 ], [ 106.174570304000042, 29.693501054000073 ], [ 106.174558608000041, 29.693557222000038 ], [ 106.174559210000041, 29.693608969000081 ], [ 106.174619581000059, 29.693703313000068 ], [ 106.174694468000041, 29.693771653000042 ], [ 106.174831194000035, 29.693881973000092 ], [ 106.174875414000041, 29.693862239000055 ], [ 106.174941244000095, 29.693812830000063 ], [ 106.174968137000064, 29.693721045000068 ], [ 106.174978267000029, 29.693690440000069 ], [ 106.174992103000079, 29.69367811100004 ], [ 106.175034004000054, 29.693674688000034 ], [ 106.175048053000069, 29.693680666000027 ], [ 106.175062351000065, 29.693708003000047 ], [ 106.175069625000049, 29.693732351000044 ], [ 106.175090983000075, 29.693765730000045 ], [ 106.175112236000075, 29.693789952000085 ], [ 106.175161410000044, 29.693810876000043 ], [ 106.175217431000092, 29.69381953400006 ], [ 106.175256157000035, 29.693843603000062 ], [ 106.175266820000047, 29.693858766000055 ], [ 106.175322236000056, 29.693815553000032 ], [ 106.175347677000062, 29.693799625000057 ], [ 106.175364425000055, 29.693780961000076 ], [ 106.17537054800006, 29.693760540000088 ], [ 106.175363452000056, 29.693741677000045 ], [ 106.175317818000053, 29.693736253000054 ], [ 106.175289862000056, 29.693736501000043 ], [ 106.175251206000041, 29.69371853400008 ], [ 106.175222965000046, 29.693694372000042 ], [ 106.175187521000055, 29.693651965000068 ], [ 106.175155572000051, 29.693609527000035 ], [ 106.175148050000075, 29.693563821000055 ], [ 106.175147588000073, 29.693524155000041 ], [ 106.17515101000005, 29.693482903000078 ], [ 106.175162980000039, 29.693417993000086 ], [ 106.175198509000055, 29.693373241000081 ], [ 106.175236425000051, 29.693349429000083 ], [ 106.175302717000079, 29.693339686000062 ], [ 106.175384073000032, 29.693337215000049 ], [ 106.17545410300005, 29.693367014000049 ], [ 106.175541551000038, 29.693396657000047 ], [ 106.175604064000026, 29.693408671000039 ], [ 106.175694840000062, 29.693435615000062 ], [ 106.175756179000075, 29.69345428400004 ], [ 106.175842164000088, 29.693489809000077 ], [ 106.175903703000088, 29.69352555200004 ], [ 106.175932084000067, 29.69354077600007 ], [ 106.175945857000045, 29.693576408000069 ], [ 106.175949910000043, 29.693614680000046 ], [ 106.175927195000043, 29.693653422000075 ], [ 106.175862776000031, 29.693713106000068 ], [ 106.175793451000061, 29.693762546000073 ], [ 106.175736008000058, 29.693821621000051 ], [ 106.175686323000036, 29.693867250000043 ], [ 106.17567364000007, 29.693924638000059 ], [ 106.175662136000028, 29.693986645000056 ], [ 106.175652881000076, 29.694031554000045 ], [ 106.175720191000039, 29.694074453000042 ], [ 106.175805979000074, 29.694091998000086 ], [ 106.175863217000042, 29.694037807000072 ], [ 106.175941676000036, 29.693942376000052 ], [ 106.175991238000051, 29.693850358000073 ], [ 106.17605168800003, 29.69376140200006 ], [ 106.176115827000046, 29.693678729000059 ], [ 106.176169007000055, 29.69358668000007 ], [ 106.17623672600007, 29.693500817000093 ], [ 106.176293816000054, 29.69343399600006 ], [ 106.176386813000079, 29.693344750000048 ], [ 106.176487446000081, 29.693290173000037 ], [ 106.176548593000064, 29.693261211000046 ], [ 106.176596696000061, 29.693271235000054 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.175805979000074, 29.694091998000086 ], [ 106.175720191000039, 29.694074453000042 ], [ 106.175652881000076, 29.694031554000045 ], [ 106.175583651000068, 29.694054305000058 ], [ 106.175548880000065, 29.694069871000071 ], [ 106.175478987000076, 29.694070491000041 ], [ 106.175422929000035, 29.694058782000067 ], [ 106.175373613000033, 29.694025653000036 ], [ 106.175327721000031, 29.693986390000074 ], [ 106.175288888000068, 29.69395316900005 ], [ 106.17526050400005, 29.69391680100005 ], [ 106.175266820000047, 29.693858766000055 ], [ 106.175256157000035, 29.693843603000062 ], [ 106.175217431000092, 29.69381953400006 ], [ 106.175161410000044, 29.693810876000043 ], [ 106.175112236000075, 29.693789952000085 ], [ 106.175090983000075, 29.693765730000045 ], [ 106.175069625000049, 29.693732351000044 ], [ 106.175062351000065, 29.693708003000047 ], [ 106.175048053000069, 29.693680666000027 ], [ 106.175034004000054, 29.693674688000034 ], [ 106.174992103000079, 29.69367811100004 ], [ 106.174978267000029, 29.693690440000069 ], [ 106.174968137000064, 29.693721045000068 ], [ 106.174941244000095, 29.693812830000063 ], [ 106.174875414000041, 29.693862239000055 ], [ 106.174831194000035, 29.693881973000092 ], [ 106.174874128000056, 29.693929628000031 ], [ 106.174907136000058, 29.69400696200006 ], [ 106.174917715000049, 29.694067247000081 ], [ 106.174899566000079, 29.694205414000063 ], [ 106.174900594000079, 29.694293815000041 ], [ 106.174951653000051, 29.694261393000087 ], [ 106.175032569000066, 29.694225167000081 ], [ 106.175145160000056, 29.694192606000055 ], [ 106.175267201000054, 29.694195468000082 ], [ 106.175425388000065, 29.694198011000069 ], [ 106.175564560000055, 29.694169929000051 ], [ 106.175683573000072, 29.694140452000063 ], [ 106.175805979000074, 29.694091998000086 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.177222070000028, 29.697554466000039 ], [ 106.177159210000084, 29.697615024000079 ], [ 106.177130700000092, 29.697662863000062 ], [ 106.177116758000068, 29.697713745000044 ], [ 106.17711735000006, 29.697764498000087 ], [ 106.177118053000072, 29.697824767000043 ], [ 106.177118719000077, 29.697881864000067 ], [ 106.17711934700003, 29.697935789000041 ], [ 106.177127280000036, 29.697992821000064 ], [ 106.177149598000028, 29.69803703600007 ], [ 106.177197051000064, 29.698055648000032 ], [ 106.177247879000049, 29.698052024000049 ], [ 106.177298260000043, 29.698010142000047 ], [ 106.177342624000062, 29.697972809000081 ], [ 106.177406409000071, 29.697936410000068 ], [ 106.177474700000062, 29.697872355000072 ], [ 106.177521081000066, 29.697798978000037 ], [ 106.177538249000065, 29.6977131710001 ], [ 106.177537583000074, 29.697656075000054 ], [ 106.17750062100005, 29.697602472000078 ], [ 106.177452798000047, 29.697552140000084 ], [ 106.177379987000052, 29.697540097000058 ], [ 106.177300875000086, 29.697539499000072 ], [ 106.177222070000028, 29.697554466000039 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.177650181000047, 29.696194073000065 ], [ 106.177523995000058, 29.696076089000091 ], [ 106.177359354000032, 29.695973468000094 ], [ 106.177246036000042, 29.695885962000091 ], [ 106.177169691000074, 29.695810616000074 ], [ 106.177061961000049, 29.695750900000057 ], [ 106.176975800000037, 29.695735580000076 ], [ 106.176890013000047, 29.695752428000048 ], [ 106.176810368000076, 29.695769222000074 ], [ 106.176727989000028, 29.69576639100007 ], [ 106.176664258000073, 29.69577709400005 ], [ 106.176609086000042, 29.695775050000073 ], [ 106.176542098000027, 29.695755372000061 ], [ 106.17649255300006, 29.695738073000086 ], [ 106.176454469000078, 29.695708001000074 ], [ 106.176410257000043, 29.695650108000059 ], [ 106.176397673000054, 29.695566591000038 ], [ 106.176425485000038, 29.695462444000043 ], [ 106.176436445000036, 29.695406595000058 ], [ 106.176467543000058, 29.695335362000034 ], [ 106.176516379000077, 29.695291847000078 ], [ 106.176564949000067, 29.695225527000044 ], [ 106.176546296000026, 29.695119257000044 ], [ 106.176524680000057, 29.695007946000096 ], [ 106.176471467000056, 29.694924792000052 ], [ 106.17637486600006, 29.694854693000075 ], [ 106.176258541000038, 29.694835452000063 ], [ 106.176104577000046, 29.694824148000059 ], [ 106.175976938000076, 29.694830350000068 ], [ 106.17589881400005, 29.694851316000033 ], [ 106.175800493000054, 29.694882600000078 ], [ 106.175778236000042, 29.694889471000071 ], [ 106.175824085000045, 29.694930760000094 ], [ 106.175873650000028, 29.694967855000083 ], [ 106.175923528000069, 29.695031758000077 ], [ 106.175911273000068, 29.695089216000035 ], [ 106.175889989000041, 29.695127346000053 ], [ 106.175843779000047, 29.69515756800007 ], [ 106.175803588000065, 29.695171475000052 ], [ 106.17573834500007, 29.695166634000088 ], [ 106.175679248000051, 29.695156318000048 ], [ 106.175610807000055, 29.695143375000047 ], [ 106.175567102000059, 29.695122081000079 ], [ 106.17553590600005, 29.69510880700005 ], [ 106.175461164000069, 29.695087790000056 ], [ 106.17541438700006, 29.695069235000055 ], [ 106.175358172000074, 29.695039921000046 ], [ 106.175304935000042, 29.694999741000064 ], [ 106.175248310000029, 29.694935200000085 ], [ 106.175235359000055, 29.694889242000052 ], [ 106.175222765000058, 29.694897265000055 ], [ 106.175170653000066, 29.694930467000063 ], [ 106.175084346000062, 29.694982727000077 ], [ 106.175020019000044, 29.695056473000079 ], [ 106.174971085000038, 29.695119239000064 ], [ 106.174915974000044, 29.695184772000058 ], [ 106.17487324700005, 29.695247484000053 ], [ 106.174855034000075, 29.695282878000057 ], [ 106.174836735000042, 29.69535966800003 ], [ 106.174847109000041, 29.695402195000046 ], [ 106.174848203000067, 29.69540721300007 ], [ 106.174872507000032, 29.69545075200006 ], [ 106.174906933000045, 29.695474838000049 ], [ 106.174956877000056, 29.695498787000076 ], [ 106.175019078000048, 29.695509075000068 ], [ 106.175112254000055, 29.695513669000032 ], [ 106.175186745000076, 29.695513008000038 ], [ 106.175310897000031, 29.695511907000078 ], [ 106.175404010000079, 29.695511080000067 ], [ 106.175478532000071, 29.695513130000055 ], [ 106.175550108000039, 29.695528755000055 ], [ 106.175603313000067, 29.69556622500005 ], [ 106.175628524000047, 29.695598523000058 ], [ 106.175647903000026, 29.695663393000071 ], [ 106.175670355000079, 29.695725529000061 ], [ 106.17569556400008, 29.695757827000083 ], [ 106.175736261000054, 29.695787277000086 ], [ 106.175804796000079, 29.69580835000005 ], [ 106.175873111000044, 29.695810454000075 ], [ 106.175944782000045, 29.695834209000058 ], [ 106.175994980000041, 29.695879835000078 ], [ 106.176023512000029, 29.69593107500009 ], [ 106.176030289000039, 29.695979798000046 ], [ 106.176021199000047, 29.695998849000027 ], [ 106.175987246000034, 29.696015412000069 ], [ 106.17593131600006, 29.69601048800007 ], [ 106.175866040000088, 29.696002937000063 ], [ 106.175803901000052, 29.695998069000041 ], [ 106.17571078800006, 29.695998895000059 ], [ 106.175602155000036, 29.69599985900004 ], [ 106.175524560000042, 29.696000548000089 ], [ 106.175419158000068, 29.696012324000037 ], [ 106.175338744000044, 29.696037429000061 ], [ 106.175308020000045, 29.696064803000066 ], [ 106.175271248000058, 29.696105782000082 ], [ 106.175212938000072, 29.696163212000048 ], [ 106.175095814000031, 29.696234715000063 ], [ 106.175003740000079, 29.696324968000059 ], [ 106.174948629000028, 29.696390500000064 ], [ 106.174921389000076, 29.696450365000093 ], [ 106.174909572000047, 29.696501962000063 ], [ 106.174940739000078, 29.696514037000053 ], [ 106.174965206000081, 29.696509061000086 ], [ 106.175013915000093, 29.696480081000054 ], [ 106.175087119000068, 29.696448504000045 ], [ 106.175152177000029, 29.696419379000076 ], [ 106.175212119000037, 29.696418846000086 ], [ 106.175272170000028, 29.696427830000061 ], [ 106.17529935400006, 29.696451086000085 ], [ 106.175307950000047, 29.696458440000065 ], [ 106.175335694000069, 29.696501017000063 ], [ 106.175369163000028, 29.696567332000093 ], [ 106.175410837000072, 29.696635954000037 ], [ 106.175462798000069, 29.696652146000069 ], [ 106.175522545000049, 29.696634964000058 ], [ 106.17556019000007, 29.696591806000065 ], [ 106.175614017000044, 29.69653423200009 ], [ 106.175676240000044, 29.69649561500006 ], [ 106.175768489000063, 29.696461490000043 ], [ 106.175847418000046, 29.696453652000063 ], [ 106.17590488500008, 29.696474554000069 ], [ 106.175979003000066, 29.696521476000047 ], [ 106.176044835000027, 29.69655895600005 ], [ 106.176102356000058, 29.69658461400007 ], [ 106.176140945000043, 29.696622336000068 ], [ 106.176138801000036, 29.696672314000068 ], [ 106.176128263000066, 29.696703335000052 ], [ 106.176090368000089, 29.69672508300004 ], [ 106.176052501000072, 29.696749209000068 ], [ 106.175990279000089, 29.696787827000037 ], [ 106.175952410000036, 29.696811953000065 ], [ 106.175906482000073, 29.696845667000048 ], [ 106.175822656000037, 29.696901129000082 ], [ 106.175749564000057, 29.696942221000072 ], [ 106.175697851000052, 29.696947438000063 ], [ 106.175662292000027, 29.696935859000071 ], [ 106.175610248000055, 29.696912531000066 ], [ 106.175541580000072, 29.696865559000067 ], [ 106.17548102800005, 29.696813758000076 ], [ 106.175401378000061, 29.696759747000048 ], [ 106.175280997000073, 29.696717993000046 ], [ 106.175231150000059, 29.696714807000028 ], [ 106.175216072000069, 29.696713843000055 ], [ 106.175075871000061, 29.69671508600004 ], [ 106.174955597000064, 29.696766810000042 ], [ 106.174909875000026, 29.696794657000062 ], [ 106.174910915000055, 29.696884082000054 ], [ 106.174945814000068, 29.696948815000034 ], [ 106.175005450000072, 29.697005200000028 ], [ 106.175051133000068, 29.697044283000082 ], [ 106.175155090000032, 29.697037306000084 ], [ 106.175367281000035, 29.697063299000032 ], [ 106.175631802000055, 29.697096429000055 ], [ 106.175855573000035, 29.697119784000048 ], [ 106.176033056000051, 29.697156221000057 ], [ 106.176195494000069, 29.697147176000048 ], [ 106.176496889000077, 29.69710648500007 ], [ 106.176678995000032, 29.697041514000034 ], [ 106.176806016000057, 29.696982100000067 ], [ 106.176918495000052, 29.696920280000082 ], [ 106.177025348000043, 29.696873716000084 ], [ 106.177112092000073, 29.696845069000055 ], [ 106.177210414000058, 29.696813785000071 ], [ 106.177314541000044, 29.696782449000072 ], [ 106.177424502000065, 29.696753596000061 ], [ 106.17755134500004, 29.696678978000079 ], [ 106.177607942000066, 29.696554299000063 ], [ 106.17764096600007, 29.696399422000066 ], [ 106.177668749000077, 29.696292740000043 ], [ 106.177650181000047, 29.696194073000065 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.177162589000034, 29.694632147000057 ], [ 106.177100474000042, 29.694717185000059 ], [ 106.176980525000033, 29.694773005000052 ], [ 106.176830997000081, 29.694774332000058 ], [ 106.17664224400005, 29.694721256000037 ], [ 106.176424207000025, 29.694638957000052 ], [ 106.176326610000046, 29.694542954000042 ], [ 106.176247766000074, 29.694400453000064 ], [ 106.176207902000044, 29.694291301000082 ], [ 106.176182804000064, 29.69420728800009 ], [ 106.176118039000087, 29.69403096800006 ], [ 106.176117058000045, 29.693946741000047 ], [ 106.176140194000041, 29.693862300000028 ], [ 106.176177555000052, 29.693756674000042 ], [ 106.176225102000046, 29.693697288000063 ], [ 106.176282296000068, 29.693637814000056 ], [ 106.176354060000051, 29.693586635000088 ], [ 106.176478633000045, 29.693513929000066 ], [ 106.176526426000081, 29.693475598000084 ], [ 106.176578894000045, 29.693424591000049 ], [ 106.176597944000051, 29.693403363000069 ], [ 106.176661442000068, 29.69335851600005 ], [ 106.176624550000042, 29.693358844000045 ], [ 106.176604256000076, 29.693344383000067 ], [ 106.17658711200005, 29.693312320000068 ], [ 106.176596696000061, 29.693271235000054 ], [ 106.176548593000064, 29.693261211000046 ], [ 106.176487446000081, 29.693290173000037 ], [ 106.176386813000079, 29.693344750000048 ], [ 106.176293816000054, 29.69343399600006 ], [ 106.17623672600007, 29.693500817000093 ], [ 106.176169007000055, 29.69358668000007 ], [ 106.176115827000046, 29.693678729000059 ], [ 106.17605168800003, 29.69376140200006 ], [ 106.175991238000051, 29.693850358000073 ], [ 106.175941676000036, 29.693942376000052 ], [ 106.175863217000042, 29.694037807000072 ], [ 106.175805979000074, 29.694091998000086 ], [ 106.175683573000072, 29.694140452000063 ], [ 106.175564560000055, 29.694169929000051 ], [ 106.175425388000065, 29.694198011000069 ], [ 106.175267201000054, 29.694195468000082 ], [ 106.175145160000056, 29.694192606000055 ], [ 106.175032569000066, 29.694225167000081 ], [ 106.174951653000051, 29.694261393000087 ], [ 106.174900594000079, 29.694293815000041 ], [ 106.174955085000079, 29.694353861000078 ], [ 106.174965288000067, 29.694411998000074 ], [ 106.174975460000041, 29.694467362000076 ], [ 106.174998365000079, 29.69452538600007 ], [ 106.175032, 29.69456447400006 ], [ 106.17504578300003, 29.694584078000052 ], [ 106.175082119000081, 29.694627233000062 ], [ 106.175197757000049, 29.694679165000078 ], [ 106.175208866000048, 29.694674982000038 ], [ 106.175283762000049, 29.694626167000081 ], [ 106.175352854000039, 29.694577404000086 ], [ 106.17538167000005, 29.694559410000053 ], [ 106.17543962600007, 29.69455129300006 ], [ 106.175466100000051, 29.694581468000067 ], [ 106.175460797000028, 29.694624596000033 ], [ 106.175455641000042, 29.694680393000048 ], [ 106.175433191000081, 29.694746481000035 ], [ 106.175429788000031, 29.694773563000069 ], [ 106.175425221000069, 29.694809905000053 ], [ 106.175460696000073, 29.694865342000075 ], [ 106.175516489000088, 29.694920600000042 ], [ 106.175594996000029, 29.694932574000063 ], [ 106.17569059300007, 29.694916520000056 ], [ 106.175778236000042, 29.694889471000071 ], [ 106.175800493000054, 29.694882600000078 ], [ 106.17589881400005, 29.694851316000033 ], [ 106.175976938000076, 29.694830350000068 ], [ 106.176104577000046, 29.694824148000059 ], [ 106.176258541000038, 29.694835452000063 ], [ 106.17637486600006, 29.694854693000075 ], [ 106.176471467000056, 29.694924792000052 ], [ 106.176524680000057, 29.695007946000096 ], [ 106.176546296000026, 29.695119257000044 ], [ 106.176564949000067, 29.695225527000044 ], [ 106.176516379000077, 29.695291847000078 ], [ 106.176467543000058, 29.695335362000034 ], [ 106.176436445000036, 29.695406595000058 ], [ 106.176425485000038, 29.695462444000043 ], [ 106.176397673000054, 29.695566591000038 ], [ 106.176410257000043, 29.695650108000059 ], [ 106.176454469000078, 29.695708001000074 ], [ 106.17649255300006, 29.695738073000086 ], [ 106.176542098000027, 29.695755372000061 ], [ 106.176609086000042, 29.695775050000073 ], [ 106.176664258000073, 29.69577709400005 ], [ 106.176727989000028, 29.69576639100007 ], [ 106.176810368000076, 29.695769222000074 ], [ 106.176890013000047, 29.695752428000048 ], [ 106.176975800000037, 29.695735580000076 ], [ 106.177061961000049, 29.695750900000057 ], [ 106.177169691000074, 29.695810616000074 ], [ 106.177246036000042, 29.695885962000091 ], [ 106.177359354000032, 29.695973468000094 ], [ 106.177523995000058, 29.696076089000091 ], [ 106.177650181000047, 29.696194073000065 ], [ 106.177749659000028, 29.696185347000036 ], [ 106.177849615000071, 29.69622170100007 ], [ 106.177944879000052, 29.69626223400007 ], [ 106.178049863000069, 29.696323371000069 ], [ 106.178240104000054, 29.696379612000054 ], [ 106.178411194000034, 29.69641947000008 ], [ 106.178094349000048, 29.696088024000058 ], [ 106.177953864000074, 29.695977466000045 ], [ 106.177746570000068, 29.695867502000045 ], [ 106.177601028000026, 29.695800741000081 ], [ 106.177234851000037, 29.695434546000055 ], [ 106.177161230000081, 29.69532825400006 ], [ 106.177115332000028, 29.695211993000047 ], [ 106.177108008000062, 29.69506136200004 ], [ 106.177123066000036, 29.694920254000071 ], [ 106.177144032000058, 29.694808260000066 ], [ 106.177162589000034, 29.694632147000057 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.178386380000063, 29.695072564000036 ], [ 106.178250099000081, 29.694978525000064 ], [ 106.178182474000053, 29.694932270000031 ], [ 106.17811471400006, 29.694874301000084 ], [ 106.17800937700008, 29.694758096000044 ], [ 106.177954622000073, 29.694664870000054 ], [ 106.177923788000044, 29.694609502000041 ], [ 106.177889224000083, 29.694521952000059 ], [ 106.177861266000036, 29.694425559000074 ], [ 106.177833650000025, 29.694358448000049 ], [ 106.177812297000074, 29.694253210000056 ], [ 106.177794127000041, 29.694133301000079 ], [ 106.177702580000073, 29.694227478000073 ], [ 106.17756329000008, 29.694279258000051 ], [ 106.177452449000043, 29.694288667000077 ], [ 106.177360755000052, 29.694285270000073 ], [ 106.177278609000041, 29.694273365000072 ], [ 106.177239579000073, 29.694235806000044 ], [ 106.177163092000072, 29.694295450000077 ], [ 106.177111899000067, 29.694455953000045 ], [ 106.177156194000077, 29.694531371000039 ], [ 106.177171696000073, 29.694619681000063 ], [ 106.177162589000034, 29.694632147000057 ], [ 106.177144032000058, 29.694808260000066 ], [ 106.177123066000036, 29.694920254000071 ], [ 106.177108008000062, 29.69506136200004 ], [ 106.177115332000028, 29.695211993000047 ], [ 106.177161230000081, 29.69532825400006 ], [ 106.177234851000037, 29.695434546000055 ], [ 106.177601028000026, 29.695800741000081 ], [ 106.177746570000068, 29.695867502000045 ], [ 106.177953864000074, 29.695977466000045 ], [ 106.178094349000048, 29.696088024000058 ], [ 106.178411194000034, 29.69641947000008 ], [ 106.178558396000028, 29.696442989000047 ], [ 106.178729101000044, 29.696449746000045 ], [ 106.178776636000066, 29.696461737000043 ], [ 106.178876206000041, 29.696464988000063 ], [ 106.178956529000061, 29.696443583000086 ], [ 106.179008128000078, 29.696397605000065 ], [ 106.17902147500007, 29.696323002000042 ], [ 106.17896784800007, 29.696195200000087 ], [ 106.178886075000051, 29.696092476000054 ], [ 106.178718082000046, 29.69591189700008 ], [ 106.178651376000062, 29.69578943200008 ], [ 106.178518724000071, 29.695685162000075 ], [ 106.178400134000071, 29.695568361000078 ], [ 106.178303653000057, 29.695519596000054 ], [ 106.178257225000038, 29.695498299000068 ], [ 106.178224714000066, 29.695452066000087 ], [ 106.178222869000081, 29.69529390700006 ], [ 106.178288872000053, 29.695166160000042 ], [ 106.178362521000054, 29.695084866000059 ], [ 106.178386380000063, 29.695072564000036 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.181558609000035, 29.696216343000053 ], [ 106.181498081000029, 29.69620447700003 ], [ 106.181408738000073, 29.696158752000091 ], [ 106.181326281000054, 29.696094357000046 ], [ 106.181229507000069, 29.696020785000083 ], [ 106.181103956000072, 29.695916454000042 ], [ 106.181013888000052, 29.695808706000037 ], [ 106.180783807000068, 29.695575046000044 ], [ 106.18059747500007, 29.69543714100007 ], [ 106.180318938000042, 29.695312463000054 ], [ 106.180208502000028, 29.695285534000043 ], [ 106.180137754000043, 29.69531097600008 ], [ 106.180088535000039, 29.695354835000046 ], [ 106.179961281000033, 29.695408694000029 ], [ 106.17986168300007, 29.695397175000036 ], [ 106.179772268000079, 29.695345246000041 ], [ 106.179704274000073, 29.695302431000073 ], [ 106.179621747000056, 29.69523183300004 ], [ 106.179553608000049, 29.695176613000058 ], [ 106.17948209900004, 29.695136931000039 ], [ 106.179432191000046, 29.695121868000061 ], [ 106.179361008000072, 29.695110096000061 ], [ 106.179289969000081, 29.695110728000092 ], [ 106.179243686000063, 29.695101836000049 ], [ 106.179048077000061, 29.695081867000059 ], [ 106.178976858000055, 29.695066994000058 ], [ 106.178930465000064, 29.695048798000073 ], [ 106.178880521000053, 29.695030633000037 ], [ 106.178788172000054, 29.695031455000052 ], [ 106.178649647000043, 29.695032688000079 ], [ 106.178454328000043, 29.69503752800005 ], [ 106.178386380000063, 29.695072564000036 ], [ 106.178362521000054, 29.695084866000059 ], [ 106.178288872000053, 29.695166160000042 ], [ 106.178222869000081, 29.69529390700006 ], [ 106.178224714000066, 29.695452066000087 ], [ 106.178257225000038, 29.695498299000068 ], [ 106.178303653000057, 29.695519596000054 ], [ 106.178400134000071, 29.695568361000078 ], [ 106.178518724000071, 29.695685162000075 ], [ 106.178651376000062, 29.69578943200008 ], [ 106.178718082000046, 29.69591189700008 ], [ 106.178886075000051, 29.696092476000054 ], [ 106.17896784800007, 29.696195200000087 ], [ 106.17902147500007, 29.696323002000042 ], [ 106.179008128000078, 29.696397605000065 ], [ 106.178956529000061, 29.696443583000086 ], [ 106.178876206000041, 29.696464988000063 ], [ 106.178776636000066, 29.696461737000043 ], [ 106.178729101000044, 29.696449746000045 ], [ 106.178558396000028, 29.696442989000047 ], [ 106.178411194000034, 29.69641947000008 ], [ 106.178425981000032, 29.696502654000081 ], [ 106.178473266000026, 29.696562836000055 ], [ 106.178615258000036, 29.696605858000051 ], [ 106.178730502000064, 29.696644455000072 ], [ 106.178813472000058, 29.696670981000061 ], [ 106.178851085000076, 29.69668300600005 ], [ 106.17894078900008, 29.696727632000091 ], [ 106.179050262000032, 29.696766045000068 ], [ 106.179117963000067, 29.696768725000084 ], [ 106.179229442000064, 29.696727026000069 ], [ 106.179276899000058, 29.696703451000079 ], [ 106.179387121000048, 29.696690198000045 ], [ 106.179589950000036, 29.696721695000061 ], [ 106.179725508000047, 29.696771723000037 ], [ 106.179788305000045, 29.696840942000048 ], [ 106.179933686000027, 29.696980366000048 ], [ 106.180066267000029, 29.697142722000081 ], [ 106.18014613500003, 29.697267516000068 ], [ 106.180260767000064, 29.697379222000048 ], [ 106.180340452000053, 29.697493977000086 ], [ 106.18040908100005, 29.697516237000059 ], [ 106.180532455000048, 29.697527946000033 ], [ 106.180667528000072, 29.697525291000094 ], [ 106.180780464000065, 29.69749766100006 ], [ 106.180914511000026, 29.697412796000041 ], [ 106.180969622000077, 29.697282996000069 ], [ 106.18095904200004, 29.69712335500008 ], [ 106.180896462000078, 29.69698699800006 ], [ 106.180767882000055, 29.696834165000045 ], [ 106.18055993300004, 29.69661570400007 ], [ 106.180391113000056, 29.696481434000077 ], [ 106.180290193000076, 29.696382424000035 ], [ 106.180248220000067, 29.696305944000066 ], [ 106.180245711000055, 29.696268572000069 ], [ 106.180268009000031, 29.696241723000064 ], [ 106.180493199000068, 29.696178233000062 ], [ 106.180648605000044, 29.696169163000032 ], [ 106.180760063000037, 29.696165607000069 ], [ 106.181051117000038, 29.696214248000043 ], [ 106.181104256000026, 29.696241954000069 ], [ 106.181143086000077, 29.696300529000045 ], [ 106.181179462000046, 29.696400114000081 ], [ 106.181221165000068, 29.69645354000005 ], [ 106.181312386000059, 29.69647578200005 ], [ 106.181441177000067, 29.696449016000088 ], [ 106.181493448000026, 29.696402437000078 ], [ 106.181521917000055, 29.69632789100007 ], [ 106.181558609000035, 29.696216343000053 ] ], [ [ 106.179063370000051, 29.695668705000053 ], [ 106.179082355000048, 29.695718523000043 ], [ 106.179097709000075, 29.695807648000088 ], [ 106.179102236000062, 29.695845098000053 ], [ 106.179084314000079, 29.695886318000078 ], [ 106.179039481000075, 29.695899214000061 ], [ 106.178961934000029, 29.695912401000044 ], [ 106.178904458000034, 29.695893275000063 ], [ 106.178885682000043, 29.695861307000087 ], [ 106.178868700000081, 29.695807902000073 ], [ 106.178865968000025, 29.695749013000061 ], [ 106.178879821000066, 29.695709614000066 ], [ 106.17890802800008, 29.695673659000072 ], [ 106.178950692000058, 29.695650071000042 ], [ 106.179016033000039, 29.695642348000046 ], [ 106.179063370000051, 29.695668705000053 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.181706387000077, 29.696080586000043 ], [ 106.181697031000056, 29.696058817000051 ], [ 106.181683700000065, 29.696022867000071 ], [ 106.181638964000058, 29.695951123000036 ], [ 106.181609930000036, 29.695897276000039 ], [ 106.181577868000034, 29.695805131000043 ], [ 106.181564087000027, 29.695730858000047 ], [ 106.181535106000069, 29.695681520000054 ], [ 106.181488, 29.695627834000049 ], [ 106.181422741000063, 29.695567548000049 ], [ 106.181330873000036, 29.695439865000086 ], [ 106.181267512000034, 29.695320945000041 ], [ 106.181173061000038, 29.695193286000055 ], [ 106.181009060000065, 29.695079773000082 ], [ 106.180899674000045, 29.694999589000076 ], [ 106.18070672000006, 29.69483899100004 ], [ 106.180641173000026, 29.694753908000063 ], [ 106.180562400000042, 29.694641889000081 ], [ 106.180480782000075, 29.694507352000073 ], [ 106.18041968700004, 29.69436135900008 ], [ 106.180355141000064, 29.694141001000034 ], [ 106.180209110000078, 29.693797376000084 ], [ 106.180179472000077, 29.693691683000054 ], [ 106.180118483000058, 29.693554706000043 ], [ 106.18007575200005, 29.693433349000088 ], [ 106.180057073000057, 29.693381663000086 ], [ 106.180009889000075, 29.693321214000029 ], [ 106.179944633000048, 29.693260926000054 ], [ 106.179891497000028, 29.693132898000037 ], [ 106.179844102000061, 29.693054415000066 ], [ 106.179734035000081, 29.692915622000047 ], [ 106.17962080500007, 29.692727259000041 ], [ 106.179582764000031, 29.69256528000005 ], [ 106.179573057000027, 29.69251668600009 ], [ 106.179555341000025, 29.692428004000082 ], [ 106.179482711000048, 29.692178410000054 ], [ 106.179429996000067, 29.692086449000037 ], [ 106.179339292000066, 29.691837016000083 ], [ 106.179308708000065, 29.691650171000056 ], [ 106.179296775000068, 29.691512758000044 ], [ 106.17925101700007, 29.691353101000058 ], [ 106.179184737000071, 29.691204900000063 ], [ 106.179089029000068, 29.690969038000045 ], [ 106.178926834000038, 29.690566940000057 ], [ 106.178902518000029, 29.690474726000048 ], [ 106.178888689000075, 29.690395944000041 ], [ 106.178869959000053, 29.690339750000071 ], [ 106.178850068000031, 29.690309219000081 ], [ 106.178836924000052, 29.690321999000037 ], [ 106.178817631000086, 29.690340756000069 ], [ 106.178716516000065, 29.690365091000057 ], [ 106.178576665000037, 29.690392375000034 ], [ 106.178427777000081, 29.690411927000074 ], [ 106.178354363000039, 29.690437188000089 ], [ 106.17832678300006, 29.690446677000065 ], [ 106.178231753000034, 29.690481374000054 ], [ 106.178184618000046, 29.690531269000072 ], [ 106.178164443000071, 29.690591340000076 ], [ 106.178139640000055, 29.690766026000055 ], [ 106.178090251000086, 29.690878436000055 ], [ 106.178034868000069, 29.690988295000071 ], [ 106.177995783000028, 29.691136346000061 ], [ 106.177951766000035, 29.691303989000058 ], [ 106.17785357200006, 29.691425283000054 ], [ 106.177833475000057, 29.691467970000073 ], [ 106.177797096000077, 29.691512222000082 ], [ 106.177767595000034, 29.691571055000054 ], [ 106.177734877000034, 29.691641631000039 ], [ 106.177698532000079, 29.691688811000059 ], [ 106.177649319000068, 29.691782962000037 ], [ 106.177626867000072, 29.691871018000086 ], [ 106.177628028000072, 29.691970579000046 ], [ 106.177599175000068, 29.692085049000063 ], [ 106.177577509000059, 29.692240455000039 ], [ 106.177585514000043, 29.692351668000082 ], [ 106.17754930500007, 29.692410561000088 ], [ 106.177419566000026, 29.692502500000046 ], [ 106.177276991000042, 29.692644337000047 ], [ 106.177097013000036, 29.692742579000083 ], [ 106.176970728000072, 29.692843272000054 ], [ 106.176811691000069, 29.693011612000074 ], [ 106.176705529000074, 29.693112126000074 ], [ 106.176632838000046, 29.693206486000054 ], [ 106.176596696000061, 29.693271235000054 ], [ 106.17658711200005, 29.693312320000068 ], [ 106.176604256000076, 29.693344383000067 ], [ 106.176624550000042, 29.693358844000045 ], [ 106.176661442000068, 29.69335851600005 ], [ 106.176721708000059, 29.693349195000039 ], [ 106.176775097000075, 29.693325293000047 ], [ 106.176914899000053, 29.693233265000057 ], [ 106.177104155000052, 29.693067585000048 ], [ 106.177226949000044, 29.692955209000047 ], [ 106.177306826000077, 29.69290178500006 ], [ 106.17739070600004, 29.692903968000056 ], [ 106.177444845000025, 29.692944486000037 ], [ 106.177459182000064, 29.693023430000036 ], [ 106.177406545000053, 29.693111754000082 ], [ 106.177377351000075, 29.69319694100006 ], [ 106.177388300000075, 29.693272986000071 ], [ 106.177413245000039, 29.693398692000063 ], [ 106.177528744000028, 29.693523593000055 ], [ 106.177633737000065, 29.693610516000042 ], [ 106.177701872000057, 29.693700696000064 ], [ 106.177794099000039, 29.693843375000085 ], [ 106.177816238000062, 29.694015962000037 ], [ 106.177794127000041, 29.694133301000079 ], [ 106.177812297000074, 29.694253210000056 ], [ 106.177833650000025, 29.694358448000049 ], [ 106.177861266000036, 29.694425559000074 ], [ 106.177889224000083, 29.694521952000059 ], [ 106.177923788000044, 29.694609502000041 ], [ 106.177954622000073, 29.694664870000054 ], [ 106.17800937700008, 29.694758096000044 ], [ 106.17811471400006, 29.694874301000084 ], [ 106.178182474000053, 29.694932270000031 ], [ 106.178250099000081, 29.694978525000064 ], [ 106.178386380000063, 29.695072564000036 ], [ 106.178454328000043, 29.69503752800005 ], [ 106.178649647000043, 29.695032688000079 ], [ 106.178788172000054, 29.695031455000052 ], [ 106.178880521000053, 29.695030633000037 ], [ 106.178930465000064, 29.695048798000073 ], [ 106.178976858000055, 29.695066994000058 ], [ 106.179048077000061, 29.695081867000059 ], [ 106.179243686000063, 29.695101836000049 ], [ 106.179289969000081, 29.695110728000092 ], [ 106.179361008000072, 29.695110096000061 ], [ 106.179432191000046, 29.695121868000061 ], [ 106.17948209900004, 29.695136931000039 ], [ 106.179553608000049, 29.695176613000058 ], [ 106.179621747000056, 29.69523183300004 ], [ 106.179704274000073, 29.695302431000073 ], [ 106.179772268000079, 29.695345246000041 ], [ 106.17986168300007, 29.695397175000036 ], [ 106.179961281000033, 29.695408694000029 ], [ 106.180088535000039, 29.695354835000046 ], [ 106.180137754000043, 29.69531097600008 ], [ 106.180208502000028, 29.695285534000043 ], [ 106.180318938000042, 29.695312463000054 ], [ 106.18059747500007, 29.69543714100007 ], [ 106.180783807000068, 29.695575046000044 ], [ 106.181013888000052, 29.695808706000037 ], [ 106.181103956000072, 29.695916454000042 ], [ 106.181229507000069, 29.696020785000083 ], [ 106.181326281000054, 29.696094357000046 ], [ 106.181408738000073, 29.696158752000091 ], [ 106.181498081000029, 29.69620447700003 ], [ 106.181558609000035, 29.696216343000053 ], [ 106.181593947000067, 29.69620052100003 ], [ 106.181607792000079, 29.696169382000043 ], [ 106.181607466000074, 29.696141472000082 ], [ 106.18161427900003, 29.696116600000035 ], [ 106.181631712000069, 29.69608853100004 ], [ 106.181660019000049, 29.696078974000038 ], [ 106.181695538000042, 29.696078657000037 ], [ 106.181706387000077, 29.696080586000043 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.188930747000043, 29.692865456000046 ], [ 106.188805973000058, 29.692761103000063 ], [ 106.188633354000046, 29.692619611000062 ], [ 106.188579718000028, 29.692601434000039 ], [ 106.188540692000061, 29.692614223000078 ], [ 106.18847020100003, 29.692677048000057 ], [ 106.188389464000068, 29.692777280000087 ], [ 106.188401064000061, 29.692854915000055 ], [ 106.18845895700008, 29.692932137000067 ], [ 106.188595123000027, 29.693002435000039 ], [ 106.188943117000065, 29.693216984000063 ], [ 106.189180497000052, 29.693413867000061 ], [ 106.189293414000076, 29.693550530000032 ], [ 106.189258081000048, 29.693490820000079 ], [ 106.189217361000033, 29.693432552000047 ], [ 106.189189793000025, 29.693394463000065 ], [ 106.189172148000068, 29.693376580000063 ], [ 106.189134355000078, 29.693347604000049 ], [ 106.189121257000068, 29.693331935000064 ], [ 106.189109450000046, 29.69331625600006 ], [ 106.189075804000026, 29.693255671000088 ], [ 106.189061335000076, 29.693233250000041 ], [ 106.189031882000066, 29.693199688000053 ], [ 106.188993391000054, 29.693166206000058 ], [ 106.188952372000088, 29.69313725700005 ], [ 106.188852146000045, 29.693070506000087 ], [ 106.188805854000066, 29.693032584000029 ], [ 106.188784982000072, 29.693014732000048 ], [ 106.18876731000006, 29.692994593000041 ], [ 106.188752894000061, 29.692976683000037 ], [ 106.188740387000053, 29.692956497000072 ], [ 106.188729845000069, 29.69293855200004 ], [ 106.188726511000027, 29.692929562000071 ], [ 106.188724388000026, 29.692913796000081 ], [ 106.188726165000048, 29.692900249000051 ], [ 106.188729907000038, 29.692888940000042 ], [ 106.188736231000064, 29.69287760800006 ], [ 106.188745782000069, 29.692866247000033 ], [ 106.188756007000066, 29.692857136000043 ], [ 106.188773332000039, 29.692847959000062 ], [ 106.188797194000088, 29.692845489000042 ], [ 106.188827514000081, 29.692842961000057 ], [ 106.188868887000069, 29.692847101000044 ], [ 106.188888954000049, 29.692851431000069 ], [ 106.188910986000053, 29.692857999000061 ], [ 106.188930747000043, 29.692865456000046 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.187064478000082, 29.695069025000066 ], [ 106.187043065000069, 29.695007790000098 ], [ 106.186991614000078, 29.69485646000005 ], [ 106.186940374000073, 29.694723199000062 ], [ 106.186881240000048, 29.694622535000057 ], [ 106.186814252000033, 29.694558081000068 ], [ 106.186760191000076, 29.694536882000083 ], [ 106.186569545000054, 29.694516905000047 ], [ 106.18644170500005, 29.694557805000045 ], [ 106.186384779000036, 29.694645053000045 ], [ 106.18638225400008, 29.694782410000077 ], [ 106.186408828000026, 29.694930349000053 ], [ 106.186454119000075, 29.695012866000067 ], [ 106.18648359000008, 29.695040147000043 ], [ 106.186541371000033, 29.69506669100009 ], [ 106.186601654000071, 29.695086445000069 ], [ 106.186672757000053, 29.695092575000043 ], [ 106.186683759000061, 29.695094731000029 ], [ 106.186694141000032, 29.695099149000043 ], [ 106.186703880000039, 29.695103572000047 ], [ 106.186712999000065, 29.695110255000088 ], [ 106.186720180000066, 29.695116956000049 ], [ 106.186727336000047, 29.695121402000044 ], [ 106.186734571000045, 29.695132613000059 ], [ 106.186740540000073, 29.695146090000037 ], [ 106.186741912000059, 29.69515284300007 ], [ 106.18675845000007, 29.695186521000043 ], [ 106.186760679000031, 29.695211307000083 ], [ 106.186762076000036, 29.695220315000089 ], [ 106.186764738000079, 29.695227058000061 ], [ 106.186769364000043, 29.695236035000054 ], [ 106.186775255000043, 29.695242748000059 ], [ 106.186782437000048, 29.69524944900007 ], [ 106.186789695000073, 29.695253580000042 ], [ 106.186780805000069, 29.695234213000049 ], [ 106.18679237300006, 29.695161828000046 ], [ 106.186816824000061, 29.695129083000033 ], [ 106.186870248000048, 29.695096075000031 ], [ 106.186907287000054, 29.695077674000061 ], [ 106.186981703000072, 29.69506977900005 ], [ 106.187064478000082, 29.695069025000066 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.191749557000037, 29.69447147600005 ], [ 106.19158899200005, 29.694466621000061 ], [ 106.191588806000027, 29.69445083800008 ], [ 106.191582190000076, 29.694437366000045 ], [ 106.191563900000062, 29.69441949100008 ], [ 106.191551124000057, 29.694405513000042 ], [ 106.191547546000038, 29.69440159800007 ], [ 106.191529308000042, 29.694388230000069 ], [ 106.191511071000036, 29.694374865000029 ], [ 106.191492240000059, 29.694366014000082 ], [ 106.191477337000038, 29.694361636000039 ], [ 106.19144110100008, 29.694355198000043 ], [ 106.191426844000034, 29.694350816000053 ], [ 106.191398866000043, 29.694333027000084 ], [ 106.19141890700007, 29.694307203000054 ], [ 106.191516673000081, 29.694211296000042 ], [ 106.191561731000036, 29.694181517000064 ], [ 106.191590578000046, 29.69414936100009 ], [ 106.191609202000052, 29.69408950800004 ], [ 106.19161153500005, 29.694067833000062 ], [ 106.191561636000074, 29.694018842000048 ], [ 106.191522961000047, 29.693992077000072 ], [ 106.19146229200004, 29.693959130000049 ], [ 106.191412657000058, 29.693932464000053 ], [ 106.191366694000067, 29.693907359000029 ], [ 106.191298814000049, 29.693882453000079 ], [ 106.19124567700004, 29.693868576000057 ], [ 106.191174293000074, 29.693856460000063 ], [ 106.191152244000079, 29.693845495000058 ], [ 106.191106432000026, 29.693833147000081 ], [ 106.191082536000067, 29.693820603000066 ], [ 106.191062144000057, 29.693795268000081 ], [ 106.19099046000008, 29.693757637000093 ], [ 106.190928360000044, 29.69375819600009 ], [ 106.190768835000029, 29.693758161000058 ], [ 106.190749968000034, 29.693810835000079 ], [ 106.190754166000033, 29.693857049000091 ], [ 106.190769362000026, 29.693906351000059 ], [ 106.190755352000053, 29.693957515000079 ], [ 106.190733643000044, 29.694015473000032 ], [ 106.190719931000046, 29.694051929000068 ], [ 106.190747725000051, 29.69408517200009 ], [ 106.190786229000025, 29.694097584000076 ], [ 106.190872394000053, 29.69412392400006 ], [ 106.190918263000071, 29.694141056000024 ], [ 106.190942139000072, 29.694152004000046 ], [ 106.190968011000052, 29.694177289000038 ], [ 106.190968331000079, 29.694204399000057 ], [ 106.190956786000072, 29.694244574000038 ], [ 106.190944418000072, 29.694289756000046 ], [ 106.190913375000036, 29.694285526000044 ], [ 106.19090363600003, 29.694281103000034 ], [ 106.19088671600008, 29.694269979000069 ], [ 106.190870389000054, 29.694254341000089 ], [ 106.190860509000061, 29.694236954000079 ], [ 106.190851267000028, 29.69422068700004 ], [ 106.190832948000036, 29.694200556000048 ], [ 106.190817993000053, 29.69419167000007 ], [ 106.190799887000026, 29.694189578000067 ], [ 106.190776670000048, 29.694192041000068 ], [ 106.190764456000068, 29.694196662000085 ], [ 106.190751624000029, 29.694203542000082 ], [ 106.190719633000072, 29.694228636000041 ], [ 106.19070303400008, 29.694244570000077 ], [ 106.190684602000033, 29.694269543000079 ], [ 106.190668754000058, 29.694294491000043 ], [ 106.190655487000072, 29.694319416000042 ], [ 106.190645477000032, 29.694346568000064 ], [ 106.190638048000039, 29.694373695000078 ], [ 106.190633227000035, 29.694403056000048 ], [ 106.190630990000045, 29.694432391000081 ], [ 106.190632707000077, 29.694468455000045 ], [ 106.190623022000068, 29.694468542000042 ], [ 106.190605564000066, 29.69446644300006 ], [ 106.190599428000041, 29.694462799000064 ], [ 106.190590607000047, 29.694457558000071 ], [ 106.190581700000052, 29.694455813000047 ], [ 106.190579605000039, 29.69445540200007 ], [ 106.190577209000026, 29.694455261000076 ], [ 106.190546649000055, 29.694453444000089 ], [ 106.190533682000094, 29.694449051000049 ], [ 106.190529541000046, 29.694446477000032 ], [ 106.190526529000081, 29.694444607000033 ], [ 106.190516959000036, 29.69443490700008 ], [ 106.190508882000074, 29.69442672200006 ], [ 106.190492018000043, 29.694420108000084 ], [ 106.190471304000027, 29.694415785000043 ], [ 106.190449996000041, 29.694415975000087 ], [ 106.190432616000081, 29.694420643000058 ], [ 106.19043746400007, 29.694393539000082 ], [ 106.190437446000033, 29.694392976000078 ], [ 106.190436447000081, 29.694361976000042 ], [ 106.190432165000061, 29.694334392000087 ], [ 106.190431555000032, 29.694330450000049 ], [ 106.190429369000071, 29.694323139000058 ], [ 106.19042281600008, 29.694301212000084 ], [ 106.190409558000056, 29.694272015000074 ], [ 106.19039245200004, 29.694245106000047 ], [ 106.19038099100004, 29.694230260000033 ], [ 106.190373435000026, 29.694220473000087 ], [ 106.190355173000071, 29.694204850000062 ], [ 106.190342745000066, 29.694197129000088 ], [ 106.190333706000061, 29.694191512000089 ], [ 106.190318774000048, 29.694184880000076 ], [ 106.19033083000005, 29.694166732000031 ], [ 106.190339628000061, 29.694146358000072 ], [ 106.190344555000081, 29.694126018000077 ], [ 106.19034410200004, 29.694087685000063 ], [ 106.190348488000055, 29.694076371000051 ], [ 106.190363020000063, 29.694049179000043 ], [ 106.190372412000045, 29.69402429000008 ], [ 106.190379196000038, 29.693997166000091 ], [ 106.190392929000041, 29.693902330000075 ], [ 106.190399011000068, 29.693870703000083 ], [ 106.190408352000077, 29.693841302000067 ], [ 106.190420301000074, 29.693814134000036 ], [ 106.190441288000045, 29.693786884000065 ], [ 106.190446938000036, 29.693773301000075 ], [ 106.19045191700009, 29.693757471000087 ], [ 106.190453049000041, 29.693743930000043 ], [ 106.190451625000037, 29.693732669000038 ], [ 106.190446999000088, 29.693723690000073 ], [ 106.190432689000033, 29.693714798000091 ], [ 106.190411922000067, 29.693705963000067 ], [ 106.190385423000066, 29.693703947000071 ], [ 106.190356397000073, 29.693706463000069 ], [ 106.190328714000032, 29.693713476000081 ], [ 106.190173068000036, 29.693656244000071 ], [ 106.190046909000046, 29.693580704000055 ], [ 106.190028607000045, 29.693452328000021 ], [ 106.189923119000071, 29.693322480000059 ], [ 106.189747486000044, 29.693267680000069 ], [ 106.189605232000076, 29.69325091900004 ], [ 106.189484052000068, 29.69315954800004 ], [ 106.189436452000052, 29.693122909000067 ], [ 106.18942295800008, 29.693134936000035 ], [ 106.189369687000081, 29.693147853000077 ], [ 106.189277024000035, 29.693142466000044 ], [ 106.189129698000045, 29.693031843000089 ], [ 106.188930747000043, 29.692865456000046 ], [ 106.188910986000053, 29.692857999000061 ], [ 106.188888954000049, 29.692851431000069 ], [ 106.188868887000069, 29.692847101000044 ], [ 106.188827514000081, 29.692842961000057 ], [ 106.188797194000088, 29.692845489000042 ], [ 106.188773332000039, 29.692847959000062 ], [ 106.188756007000066, 29.692857136000043 ], [ 106.188745782000069, 29.692866247000033 ], [ 106.188736231000064, 29.69287760800006 ], [ 106.188729907000038, 29.692888940000042 ], [ 106.188726165000048, 29.692900249000051 ], [ 106.188724388000026, 29.692913796000081 ], [ 106.188726511000027, 29.692929562000071 ], [ 106.188729845000069, 29.69293855200004 ], [ 106.188740387000053, 29.692956497000072 ], [ 106.188752894000061, 29.692976683000037 ], [ 106.18876731000006, 29.692994593000041 ], [ 106.188784982000072, 29.693014732000048 ], [ 106.188805854000066, 29.693032584000029 ], [ 106.188852146000045, 29.693070506000087 ], [ 106.188952372000088, 29.69313725700005 ], [ 106.188993391000054, 29.693166206000058 ], [ 106.189031882000066, 29.693199688000053 ], [ 106.189061335000076, 29.693233250000041 ], [ 106.189075804000026, 29.693255671000088 ], [ 106.189109450000046, 29.69331625600006 ], [ 106.189121257000068, 29.693331935000064 ], [ 106.189134355000078, 29.693347604000049 ], [ 106.189172148000068, 29.693376580000063 ], [ 106.189189793000025, 29.693394463000065 ], [ 106.189217361000033, 29.693432552000047 ], [ 106.189258081000048, 29.693490820000079 ], [ 106.189293414000076, 29.693550530000032 ], [ 106.189310567000064, 29.693571289000094 ], [ 106.18932662900005, 29.693606661000043 ], [ 106.189348341000027, 29.693643354000073 ], [ 106.189372009000081, 29.693679224000046 ], [ 106.189394978000053, 29.693710590000073 ], [ 106.189469079000048, 29.69380689400009 ], [ 106.189496567000049, 29.693838217000064 ], [ 106.189523331000046, 29.693862782000053 ], [ 106.189559186000054, 29.69389177700009 ], [ 106.189580705000026, 29.693909625000053 ], [ 106.189602791000027, 29.693920702000071 ], [ 106.189622912000061, 29.693929541000042 ], [ 106.189652046000049, 29.69393604600009 ], [ 106.189683063000075, 29.693938021000069 ], [ 106.189714701000071, 29.693937737000063 ], [ 106.189728038000055, 29.693973699000082 ], [ 106.189733814000078, 29.694025515000074 ], [ 106.189740510000036, 29.694045749000061 ], [ 106.189748444000031, 29.694061465000058 ], [ 106.189758960000077, 29.694077156000048 ], [ 106.189775958000041, 29.694095043000065 ], [ 106.189792905000047, 29.694108422000049 ], [ 106.189783354000042, 29.694119784000069 ], [ 106.189773855000055, 29.694135653000039 ], [ 106.189767585000027, 29.694151496000067 ], [ 106.189765861000069, 29.694169552000062 ], [ 106.189775024000028, 29.694234867000038 ], [ 106.189780667000051, 29.694275409000053 ], [ 106.189789486000052, 29.694311411000058 ], [ 106.189800216000037, 29.694345141000035 ], [ 106.189814145000071, 29.694376587000079 ], [ 106.189831304000052, 29.694408005000071 ], [ 106.189851046000058, 29.694439398000046 ], [ 106.189860305000082, 29.694455898000054 ], [ 106.189918127000055, 29.694477987000088 ], [ 106.190239602000077, 29.694547559000053 ], [ 106.19027628300006, 29.694555579000045 ], [ 106.190572430000032, 29.694620322000052 ], [ 106.190791944000068, 29.694680928000082 ], [ 106.190925519000075, 29.694811475000055 ], [ 106.190944468000069, 29.694835747000074 ], [ 106.190948702000071, 29.694841169000082 ], [ 106.191056213000081, 29.694768014000093 ], [ 106.191293060000078, 29.694627057000048 ], [ 106.191666243000043, 29.694489829000069 ], [ 106.191749557000037, 29.69447147600005 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.190948702000071, 29.694841169000082 ], [ 106.190971481000076, 29.694870347000059 ], [ 106.190960282000049, 29.695021293000075 ], [ 106.190857015000077, 29.695217111000083 ], [ 106.190737142000046, 29.695539495000048 ], [ 106.190721902000064, 29.695781926000063 ], [ 106.190737666000089, 29.695839725000049 ], [ 106.190783126000042, 29.695857751000059 ], [ 106.191189537000071, 29.695873690000049 ], [ 106.191133346000072, 29.69577407700007 ], [ 106.191131902000052, 29.695651647000084 ], [ 106.191141673000061, 29.695399253000062 ], [ 106.191194156000051, 29.695165027000087 ], [ 106.191201518000071, 29.695068490000025 ], [ 106.191195867000033, 29.694949809000036 ], [ 106.191140146000066, 29.694909496000037 ], [ 106.191033082000061, 29.694839961000064 ], [ 106.190948702000071, 29.694841169000082 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.192695516000072, 29.694866770000097 ], [ 106.192747495000049, 29.69482647600006 ], [ 106.192814679000037, 29.694747947000046 ], [ 106.193013328000063, 29.694465221000087 ], [ 106.193016082000042, 29.694456462000055 ], [ 106.193035964000046, 29.694393244000079 ], [ 106.193011948000049, 29.694347652000083 ], [ 106.192971016000058, 29.694311124000077 ], [ 106.192854493000027, 29.694515134000085 ], [ 106.192772665000078, 29.694633248000059 ], [ 106.192757645000029, 29.694654928000094 ], [ 106.192629401000033, 29.694702389000046 ], [ 106.192553798000063, 29.694716300000039 ], [ 106.192295042000069, 29.694619399000086 ], [ 106.192112331000033, 29.694529849000052 ], [ 106.192111792000048, 29.694556630000076 ], [ 106.192075956000053, 29.694584014000046 ], [ 106.192045956000072, 29.694613601000068 ], [ 106.192022494000071, 29.694649893000072 ], [ 106.192005514000073, 29.694688382000049 ], [ 106.192004586000053, 29.694692480000072 ], [ 106.192013105000058, 29.694691594000052 ], [ 106.192133046000038, 29.694704869000077 ], [ 106.192297826000072, 29.694736196000065 ], [ 106.192460385000061, 29.694791277000025 ], [ 106.192510058000053, 29.694808108000075 ], [ 106.192635229000075, 29.694866450000056 ], [ 106.192693965000046, 29.694867972000047 ], [ 106.192695516000072, 29.694866770000097 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.192772665000078, 29.694633248000059 ], [ 106.192854493000027, 29.694515134000085 ], [ 106.192971016000058, 29.694311124000077 ], [ 106.19293910600004, 29.694282644000051 ], [ 106.192818357000078, 29.694141459000036 ], [ 106.192781965000052, 29.694043350000072 ], [ 106.192781250000067, 29.694106351000073 ], [ 106.192782277000049, 29.694139605000089 ], [ 106.19278229600009, 29.694140168000054 ], [ 106.192791109000041, 29.694230292000046 ], [ 106.192790350000053, 29.694275402000084 ], [ 106.192785425000068, 29.694295741000072 ], [ 106.192777244000069, 29.694313855000086 ], [ 106.192765162000057, 29.694329749000072 ], [ 106.192749802000051, 29.694341164000036 ], [ 106.192731184000081, 29.694350352000075 ], [ 106.192715769000074, 29.694357255000057 ], [ 106.192702209000061, 29.69435737700007 ], [ 106.192687360000036, 29.694357511000071 ], [ 106.192671811000025, 29.694353141000079 ], [ 106.192654918000073, 29.694344273000059 ], [ 106.19263735100003, 29.694333156000081 ], [ 106.192619113000035, 29.694319789000076 ], [ 106.192578605000051, 29.694279562000077 ], [ 106.192543827000065, 29.694232518000035 ], [ 106.192520264000052, 29.694205668000052 ], [ 106.192506546000061, 29.694192263000051 ], [ 106.192492208000033, 29.694181117000085 ], [ 106.192477950000068, 29.69417673200007 ], [ 106.192453387000057, 29.694174701000065 ], [ 106.192444349000027, 29.694174782000061 ], [ 106.192437275000032, 29.694177101000033 ], [ 106.192431516000056, 29.694181663000048 ], [ 106.192425786000072, 29.694188480000037 ], [ 106.19241695900007, 29.694206599000047 ], [ 106.192413972000054, 29.694226922000034 ], [ 106.192417386000045, 29.694242677000098 ], [ 106.192423302000066, 29.694251644000072 ], [ 106.192433068000071, 29.694258322000053 ], [ 106.19247269300007, 29.694278261000083 ], [ 106.192487596000049, 29.694282637000075 ], [ 106.192525149000062, 29.694291319000047 ], [ 106.192540725000072, 29.694297944000077 ], [ 106.192564827000083, 29.694315767000035 ], [ 106.19258701900003, 29.694335864000042 ], [ 106.192604691000042, 29.694356 ], [ 106.192617196000072, 29.694376184000081 ], [ 106.192623893000075, 29.694396419000039 ], [ 106.192627415000061, 29.694421194000082 ], [ 106.192624532000082, 29.694450536000087 ], [ 106.192621412000051, 29.694459584000075 ], [ 106.19261576100007, 29.694473166000083 ], [ 106.192584629000066, 29.694516293000049 ], [ 106.192574539000077, 29.694536679000063 ], [ 106.192565306000063, 29.69457509900008 ], [ 106.192561861000058, 29.694611212000044 ], [ 106.192561666000088, 29.694649551000058 ], [ 106.192564381000068, 29.694660801000055 ], [ 106.192566300000067, 29.694663604000084 ], [ 106.192568983000072, 29.694667525000057 ], [ 106.19258525500004, 29.694678654000082 ], [ 106.192610516000059, 29.694685192000058 ], [ 106.192624455000043, 29.694687009000056 ], [ 106.192626684000061, 29.694687301000037 ], [ 106.192645380000044, 29.694684878000093 ], [ 106.192666661000032, 29.694682431000043 ], [ 106.192695607000076, 29.694673151000075 ], [ 106.192740617000027, 29.694656959000046 ], [ 106.192755361000081, 29.694647806000038 ], [ 106.192766876000064, 29.694638683000051 ], [ 106.192772665000078, 29.694633248000059 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.185759953000073, 29.666537303000034 ], [ 106.185834194000051, 29.666437431000077 ], [ 106.185903532000054, 29.666367369000056 ], [ 106.185954208000055, 29.666301558000047 ], [ 106.186009562000038, 29.666235705000076 ], [ 106.186051173000067, 29.666194484000069 ], [ 106.186107198000059, 29.666185812000041 ], [ 106.186158356000078, 29.66616084700005 ], [ 106.186223206000079, 29.666107163000042 ], [ 106.186417711000047, 29.665942029000064 ], [ 106.186472776000087, 29.665851670000045 ], [ 106.186532471000092, 29.665757184000078 ], [ 106.186629291000031, 29.665637858000082 ], [ 106.186669368000025, 29.665465936000086 ], [ 106.186681960000044, 29.665343279000066 ], [ 106.186680953000064, 29.665257507000039 ], [ 106.186680521000028, 29.665220747000031 ], [ 106.186634131000062, 29.66515350700007 ], [ 106.186601996000036, 29.665105543000042 ], [ 106.186588466000046, 29.665073496000048 ], [ 106.186488236000059, 29.664943244000085 ], [ 106.186477012000068, 29.664862566000075 ], [ 106.186476276000064, 29.664799744000046 ], [ 106.186343364000038, 29.664819167000072 ], [ 106.186265436000042, 29.664819864000034 ], [ 106.186217862000035, 29.664808452000042 ], [ 106.186166589000038, 29.664770440000034 ], [ 106.186142247000078, 29.664717388000046 ], [ 106.186141448000058, 29.664649329000042 ], [ 106.186153890000071, 29.66455451700006 ], [ 106.186176877000037, 29.664492165000073 ], [ 106.186216702000081, 29.664420782000036 ], [ 106.186263373000045, 29.664355257000064 ], [ 106.18632712200008, 29.664301417000047 ], [ 106.186367607000079, 29.664286258000065 ], [ 106.186404911000068, 29.66428888300004 ], [ 106.186520817000044, 29.664364865000035 ], [ 106.186525050000057, 29.664139612000039 ], [ 106.186524313000078, 29.664076790000081 ], [ 106.186502866000069, 29.664000691000066 ], [ 106.186414416000062, 29.66390724200004 ], [ 106.186368734000041, 29.663947146000059 ], [ 106.186329529000034, 29.663952068000064 ], [ 106.186266741000068, 29.663954917000069 ], [ 106.186185633000036, 29.663957930000031 ], [ 106.186114994000036, 29.663960848000045 ], [ 106.186067911000066, 29.663963556000056 ], [ 106.186036718000025, 29.663982123000032 ], [ 106.186019175000069, 29.664048575000034 ], [ 106.186030260000052, 29.664101056000053 ], [ 106.186086725000052, 29.664280609000055 ], [ 106.186083902000078, 29.664346615000056 ], [ 106.186070361000077, 29.664418999000077 ], [ 106.186028154000041, 29.664501067000064 ], [ 106.18602485100007, 29.664526234000057 ], [ 106.186021660000065, 29.664560823000045 ], [ 106.186004485000069, 29.664630099000068 ], [ 106.186001588000067, 29.66468982300006 ], [ 106.186002731000031, 29.664787212000078 ], [ 106.186018263000051, 29.664884474000072 ], [ 106.186037206000037, 29.664965994000049 ], [ 106.186056114000053, 29.665044374000047 ], [ 106.186064192000075, 29.66511970800007 ], [ 106.186065188000043, 29.665204530000043 ], [ 106.186059026000066, 29.665292561000062 ], [ 106.186009762000026, 29.665432157000058 ], [ 106.186025444000052, 29.665461486000087 ], [ 106.186022911000066, 29.66550705100008 ], [ 106.18599878200007, 29.665542094000038 ], [ 106.185959288000049, 29.665574594000081 ], [ 106.18586145300003, 29.665602261000057 ], [ 106.18579100200003, 29.665610927000042 ], [ 106.185702180000078, 29.665622438000078 ], [ 106.185625659000038, 29.665636517000063 ], [ 106.185549703000049, 29.665698814000045 ], [ 106.185528671000043, 29.665736508000066 ], [ 106.185504700000081, 29.665784944000048 ], [ 106.185477849000051, 29.66584948000008 ], [ 106.185453940000059, 29.665903273000083 ], [ 106.185429937000038, 29.66594902900005 ], [ 106.185412132000067, 29.666000090000072 ], [ 106.18541257000004, 29.666037592000063 ], [ 106.185437359000048, 29.666058802000052 ], [ 106.185477452000057, 29.666077196000057 ], [ 106.185529908000035, 29.666103517000078 ], [ 106.185539424000069, 29.666130222000046 ], [ 106.185527595000067, 29.666167833000092 ], [ 106.185497363000081, 29.666205610000063 ], [ 106.18546064800006, 29.66623017600006 ], [ 106.185464875000036, 29.666284052000034 ], [ 106.185462583000074, 29.666314098000043 ], [ 106.185460209000041, 29.666337218000084 ], [ 106.185460644000045, 29.666374170000044 ], [ 106.185460941000031, 29.666399573000028 ], [ 106.185461294000064, 29.66642959700004 ], [ 106.185461509000064, 29.666448074000062 ], [ 106.185469578000038, 29.666459549000077 ], [ 106.18548304400008, 29.666480216000082 ], [ 106.185496347000026, 29.666487027000073 ], [ 106.18550700600008, 29.666493861000045 ], [ 106.185536095000032, 29.666493600000081 ], [ 106.18555204300003, 29.666500387000042 ], [ 106.185568019000073, 29.666509483000084 ], [ 106.185602721000066, 29.666536889000042 ], [ 106.185618670000053, 29.666543677000057 ], [ 106.185658389000025, 29.666547941000083 ], [ 106.185684808000076, 29.666545394000085 ], [ 106.185732605000055, 29.666574095000033 ], [ 106.185759953000073, 29.666537303000034 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.189210933000027, 29.664619454000047 ], [ 106.189158183000075, 29.664589428000053 ], [ 106.189092100000039, 29.664537604000081 ], [ 106.189031417000081, 29.664480966000045 ], [ 106.18898153300006, 29.664414702000048 ], [ 106.188967193000053, 29.664355266000086 ], [ 106.188964157000044, 29.66432908500007 ], [ 106.188961178000056, 29.664307669000042 ], [ 106.188939159000029, 29.664291188000057 ], [ 106.188906341000063, 29.664284334000058 ], [ 106.188868041000035, 29.664275147000069 ], [ 106.188824228000044, 29.664261245000034 ], [ 106.188790547000067, 29.664228191000056 ], [ 106.188791033000044, 29.664269626000078 ], [ 106.188773104000063, 29.664321044000072 ], [ 106.188736264000056, 29.664340258000035 ], [ 106.188693086000058, 29.664346041000037 ], [ 106.188609663000079, 29.664344091000093 ], [ 106.188510607000069, 29.664326095000039 ], [ 106.188365306000037, 29.664310787000083 ], [ 106.188301194000076, 29.664319990000084 ], [ 106.188249508000069, 29.664335554000036 ], [ 106.188217806000068, 29.664370354000077 ], [ 106.188181444000065, 29.664428924000042 ], [ 106.188157584000066, 29.664500326000041 ], [ 106.188140725000039, 29.664537150000054 ], [ 106.188086746000067, 29.664567835000071 ], [ 106.18802276100007, 29.66458782300009 ], [ 106.187901793000037, 29.664593222000065 ], [ 106.187810412000033, 29.664594041000036 ], [ 106.187760991000061, 29.66459232700003 ], [ 106.187731279000047, 29.66458612100007 ], [ 106.187703858000077, 29.66456479500005 ], [ 106.187695992000044, 29.664526036000034 ], [ 106.187715066000067, 29.664467620000039 ], [ 106.187741017000064, 29.664363841000068 ], [ 106.187762712000051, 29.664318345000083 ], [ 106.187769793000029, 29.664290238000028 ], [ 106.187764650000076, 29.664273026000053 ], [ 106.187754619000032, 29.664260173000063 ], [ 106.187734836000061, 29.664258193000084 ], [ 106.187710189000029, 29.664262728000033 ], [ 106.187678361000053, 29.664286743000048 ], [ 106.187659034000035, 29.664323589000034 ], [ 106.187628296000071, 29.664440354000078 ], [ 106.187584525000034, 29.664498991000077 ], [ 106.187533166000037, 29.664542595000054 ], [ 106.187504166000053, 29.664680180000069 ], [ 106.1875, 29.664703895000063 ], [ 106.187517101000026, 29.664714482000079 ], [ 106.187630708000029, 29.664754899000052 ], [ 106.187676049000061, 29.664771028000075 ], [ 106.187932383000032, 29.664810510000045 ], [ 106.188047277000067, 29.66481616600003 ], [ 106.188108630000045, 29.664825645000061 ], [ 106.188177755000027, 29.66484508200006 ], [ 106.188228019000064, 29.664888088000048 ], [ 106.188297891000047, 29.664971034000072 ], [ 106.188348530000042, 29.665052917000086 ], [ 106.188389585000039, 29.665030646000048 ], [ 106.188428182000052, 29.665020008000059 ], [ 106.188490244000036, 29.665000337000034 ], [ 106.18853325200007, 29.664979993000085 ], [ 106.188572660000034, 29.664941664000082 ], [ 106.188590144000059, 29.66488770800003 ], [ 106.188578828000061, 29.664849834000048 ], [ 106.188520374000063, 29.664809217000087 ], [ 106.188472752000052, 29.664765339000038 ], [ 106.18844955600008, 29.664707131000053 ], [ 106.188437212000053, 29.664643919000074 ], [ 106.188445525000091, 29.664610918000054 ], [ 106.188471355000047, 29.664587889000071 ], [ 106.188523642000064, 29.66459501900005 ], [ 106.188599515000078, 29.664634865000039 ], [ 106.18874244400007, 29.66472503600005 ], [ 106.188806502000034, 29.664748969000062 ], [ 106.188885391000042, 29.664732665000088 ], [ 106.188954190000061, 29.664707670000038 ], [ 106.189003219000028, 29.664684434000034 ], [ 106.189133176000041, 29.664637676000048 ], [ 106.189210933000027, 29.664619454000047 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.189874836000072, 29.667652328000084 ], [ 106.18984996100005, 29.667653348000048 ], [ 106.189798968000048, 29.667653804000054 ], [ 106.189740982000046, 29.667663347000083 ], [ 106.189681810000081, 29.667681919000071 ], [ 106.189630817000079, 29.667682376000066 ], [ 106.189612585000077, 29.667669010000051 ], [ 106.189594944000078, 29.667651128000049 ], [ 106.189545861000056, 29.667649313000087 ], [ 106.189483921000047, 29.667652124000085 ], [ 106.189426475000062, 29.667652640000082 ], [ 106.189264115000071, 29.667624780000036 ], [ 106.189155038000081, 29.667571637000023 ], [ 106.189097113000059, 29.667531566000036 ], [ 106.189018992000058, 29.66747588800007 ], [ 106.188964596000062, 29.667406469000067 ], [ 106.188908369000046, 29.667346085000084 ], [ 106.188868783000032, 29.667328399000031 ], [ 106.18881910500005, 29.667332218000055 ], [ 106.188785511000049, 29.667372185000083 ], [ 106.188732110000046, 29.667397346000083 ], [ 106.188610915000041, 29.667425585000046 ], [ 106.188500966000049, 29.667448784000047 ], [ 106.188424551000026, 29.667439596000058 ], [ 106.188297239000065, 29.667428398000084 ], [ 106.188254648000054, 29.667411502000054 ], [ 106.188226999000051, 29.667368294000084 ], [ 106.188221769000052, 29.667368029000048 ], [ 106.188157257000071, 29.667316740000057 ], [ 106.188090428000066, 29.667288024000072 ], [ 106.188054901000044, 29.66728608600004 ], [ 106.188088218000075, 29.667319614000071 ], [ 106.188126830000044, 29.667364371000065 ], [ 106.18813825400008, 29.667402604000074 ], [ 106.18814523900005, 29.667447643000056 ], [ 106.188150262000079, 29.667490446000041 ], [ 106.188132507000034, 29.667517666000037 ], [ 106.18806868300004, 29.667525004000083 ], [ 106.188050849000035, 29.667545459000049 ], [ 106.188036046000036, 29.667604224000058 ], [ 106.18807694000003, 29.667678276000061 ], [ 106.188152991000038, 29.667722697000048 ], [ 106.188261776000047, 29.667751038000066 ], [ 106.188357200000056, 29.66774116200008 ], [ 106.188383242000057, 29.667704847000035 ], [ 106.18838273700004, 29.667662004000078 ], [ 106.188386726000033, 29.667616867000053 ], [ 106.188430247000042, 29.667584904000076 ], [ 106.188508138000032, 29.667566164000046 ], [ 106.188594146000085, 29.667578924000054 ], [ 106.188632812000037, 29.667628191000059 ], [ 106.188610829000027, 29.667680254000061 ], [ 106.18856183500003, 29.667795704000063 ], [ 106.188539588000026, 29.667825220000061 ], [ 106.188460645000077, 29.667864265000052 ], [ 106.188402526000061, 29.667862531000079 ], [ 106.188333998000076, 29.667854125000073 ], [ 106.188258212000051, 29.667832253000086 ], [ 106.188251732000026, 29.667830056000064 ], [ 106.188180807000037, 29.667837457000083 ], [ 106.188134758000047, 29.667873952000036 ], [ 106.188141795000035, 29.667923500000082 ], [ 106.188186917000053, 29.667972709000079 ], [ 106.188255709000032, 29.668003663000036 ], [ 106.188324856000065, 29.668009808000072 ], [ 106.188426469000035, 29.667977326000084 ], [ 106.188497497000071, 29.667978945000073 ], [ 106.188552762000029, 29.66801227600007 ], [ 106.188571286000069, 29.668050446000048 ], [ 106.18855355500007, 29.668070656000047 ], [ 106.189087750000056, 29.667922697000048 ], [ 106.189463088000025, 29.667835606000036 ], [ 106.189728261000042, 29.667740200000086 ], [ 106.189788099000054, 29.667719537000036 ], [ 106.189874836000072, 29.667652328000084 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.189609780000069, 29.666487693000082 ], [ 106.189593970000033, 29.666474166000057 ], [ 106.18954990800006, 29.666454148000064 ], [ 106.189499972000078, 29.666431631000073 ], [ 106.189482077000036, 29.666421478000068 ], [ 106.189418501000034, 29.66648412000006 ], [ 106.189325924000059, 29.666553630000067 ], [ 106.18926275900003, 29.666585271000084 ], [ 106.189217174000078, 29.666598999000076 ], [ 106.189161216000059, 29.666595061000063 ], [ 106.189082229000064, 29.666578014000031 ], [ 106.189031302000046, 29.666569593000069 ], [ 106.18899061500008, 29.666567737000044 ], [ 106.188911917000041, 29.666575103000074 ], [ 106.188873878000038, 29.666582102000067 ], [ 106.188838744000066, 29.666620151000071 ], [ 106.188824283000031, 29.666666667000065 ], [ 106.188853812000048, 29.666731820000056 ], [ 106.188842220000026, 29.666765068000075 ], [ 106.188788664000072, 29.666796948000069 ], [ 106.188592219000043, 29.666853478000064 ], [ 106.188517883000031, 29.666889326000042 ], [ 106.18860505400005, 29.66692705600008 ], [ 106.188650557000074, 29.666951330000078 ], [ 106.188659209000036, 29.666966063000071 ], [ 106.188654632000066, 29.667057427000081 ], [ 106.18862677900006, 29.667092232000066 ], [ 106.188573202000043, 29.667102586000055 ], [ 106.188496498000063, 29.667068718000049 ], [ 106.188370018000057, 29.66701312400005 ], [ 106.188338089000069, 29.667009433000075 ], [ 106.188231013000063, 29.667006415000053 ], [ 106.188158188000045, 29.667011046000077 ], [ 106.188105479000058, 29.666983368000047 ], [ 106.188076931000069, 29.666958942000058 ], [ 106.188052467000034, 29.666801195000073 ], [ 106.188057103000062, 29.666714766000034 ], [ 106.188070719000052, 29.666691318000062 ], [ 106.18811389800004, 29.666666667000072 ], [ 106.188126834000073, 29.666620009000042 ], [ 106.188123011000073, 29.666547439000052 ], [ 106.188101589000041, 29.666493177000067 ], [ 106.188070553000045, 29.666472660000064 ], [ 106.188035079000031, 29.666470765000042 ], [ 106.187984463000078, 29.666473431000039 ], [ 106.187928889000034, 29.666484988000033 ], [ 106.187805155000035, 29.666514846000041 ], [ 106.187694135000072, 29.666549014000054 ], [ 106.187600605000057, 29.666563123000056 ], [ 106.187500001000046, 29.666585772000072 ], [ 106.187359326000035, 29.666570362000076 ], [ 106.187327537000044, 29.666561423000079 ], [ 106.187310120000063, 29.666556525000086 ], [ 106.187288185000057, 29.666544824000077 ], [ 106.187249792000046, 29.666523752000046 ], [ 106.187227774000064, 29.666504912000054 ], [ 106.187168189000033, 29.66647748600008 ], [ 106.187104082000076, 29.666469459000044 ], [ 106.187092194000058, 29.666496207000083 ], [ 106.187083906000055, 29.666527456000033 ], [ 106.187081417000059, 29.666591717000074 ], [ 106.18709386900008, 29.666638840000076 ], [ 106.187110492000045, 29.666666667000072 ], [ 106.187134985000057, 29.666731997000067 ], [ 106.187138729000026, 29.666774475000064 ], [ 106.187130842000045, 29.666839728000067 ], [ 106.187135086000069, 29.666924714000061 ], [ 106.187168823000036, 29.667041138000059 ], [ 106.187194255000065, 29.667094621000054 ], [ 106.187289364000037, 29.667138799000043 ], [ 106.187289707000048, 29.66713878600007 ], [ 106.187415778000073, 29.667134214000043 ], [ 106.187500001000046, 29.667131929000053 ], [ 106.18757015400007, 29.667123918000073 ], [ 106.187654700000053, 29.667103415000049 ], [ 106.187727651000046, 29.66705833300005 ], [ 106.187837251000076, 29.667005518000053 ], [ 106.187913405000074, 29.666992494000059 ], [ 106.18795022900008, 29.666999569000041 ], [ 106.187998734000075, 29.667038626000064 ], [ 106.188156449000076, 29.66723220100004 ], [ 106.188220099000034, 29.667357510000048 ], [ 106.188226999000051, 29.667368294000084 ], [ 106.188254648000054, 29.667411502000054 ], [ 106.188297239000065, 29.667428398000084 ], [ 106.188424551000026, 29.667439596000058 ], [ 106.188500966000049, 29.667448784000047 ], [ 106.188610915000041, 29.667425585000046 ], [ 106.188732110000046, 29.667397346000083 ], [ 106.188785511000049, 29.667372185000083 ], [ 106.18881910500005, 29.667332218000055 ], [ 106.18882731900004, 29.667322446000064 ], [ 106.188852433000079, 29.66729507000008 ], [ 106.188886287000059, 29.667289830000072 ], [ 106.188977179000062, 29.667328506000043 ], [ 106.189005700000052, 29.667350464000034 ], [ 106.189034568000068, 29.667402038000034 ], [ 106.189043512000069, 29.667441449000076 ], [ 106.189097377000053, 29.667455774000068 ], [ 106.189122636000036, 29.667440739000078 ], [ 106.18913341700005, 29.667396214000068 ], [ 106.189125521000051, 29.667360384000062 ], [ 106.189109532000032, 29.667287827000045 ], [ 106.189106126000084, 29.667238493000067 ], [ 106.189134269000078, 29.667228368000053 ], [ 106.189156876000027, 29.66722816500004 ], [ 106.189216771000076, 29.66727452300006 ], [ 106.18929468400006, 29.667323879000037 ], [ 106.189495288000046, 29.667387942000055 ], [ 106.189623675000064, 29.667403255000067 ], [ 106.18969962500006, 29.667448677000035 ], [ 106.189716453000074, 29.667460855000062 ], [ 106.189798507000035, 29.667520239000048 ], [ 106.189948326000035, 29.66752845600007 ], [ 106.189979697000084, 29.667442031000064 ], [ 106.189919087000078, 29.666969813000033 ], [ 106.189885051000033, 29.666666667000065 ], [ 106.189896984000029, 29.666650067000035 ], [ 106.189855543000078, 29.666604508000024 ], [ 106.189814372000058, 29.666581912000083 ], [ 106.189767628000027, 29.666582331000079 ], [ 106.189715041000056, 29.666582804000086 ], [ 106.189671159000056, 29.666578094000045 ], [ 106.189644715000043, 29.66656557300006 ], [ 106.189629688000025, 29.666529984000078 ], [ 106.189620533000038, 29.666496894000087 ], [ 106.189609780000069, 29.666487693000082 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.188107750000029, 29.665792932000045 ], [ 106.188095326000052, 29.665785210000077 ], [ 106.188020220000055, 29.66576099000007 ], [ 106.187984613000026, 29.665749507000037 ], [ 106.187876742000071, 29.665732126000073 ], [ 106.187763806000078, 29.665730845000038 ], [ 106.187683924000055, 29.665749672000072 ], [ 106.187646469000086, 29.665779356000076 ], [ 106.187636336000025, 29.665810628000084 ], [ 106.187645123000038, 29.665843566000035 ], [ 106.187664282000071, 29.665865405000087 ], [ 106.187693984000077, 29.665890817000047 ], [ 106.187721629000066, 29.665919918000039 ], [ 106.187770144000069, 29.665969213000032 ], [ 106.187822211000025, 29.66601956500006 ], [ 106.187880855000074, 29.666058132000039 ], [ 106.187948334000055, 29.666086846000034 ], [ 106.187972793000029, 29.666084456000075 ], [ 106.188030452000078, 29.666074765000069 ], [ 106.188072248000026, 29.666056044000076 ], [ 106.188111366000044, 29.666032758000085 ], [ 106.188150482000026, 29.666009472000042 ], [ 106.188197692000088, 29.666004463000043 ], [ 106.188234453000064, 29.666004133000065 ], [ 106.188271133000072, 29.665996924000073 ], [ 106.188289136000037, 29.665964654000035 ], [ 106.188288758000056, 29.665932549000043 ], [ 106.188264722000042, 29.66589836200006 ], [ 106.188235488000046, 29.66586881100006 ], [ 106.188153525000075, 29.665821383000036 ], [ 106.188107750000029, 29.665792932000045 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.186869117000072, 29.666137835000089 ], [ 106.186876946000055, 29.66612583400007 ], [ 106.186942026000054, 29.66605564800005 ], [ 106.186961617000065, 29.666027364000065 ], [ 106.186991858000056, 29.665992292000055 ], [ 106.18702066000003, 29.665965264000075 ], [ 106.187055656000041, 29.665943535000054 ], [ 106.187092263000068, 29.665928483000069 ], [ 106.187147353000057, 29.665921296000079 ], [ 106.187148849000053, 29.665921365000095 ], [ 106.187168512000028, 29.665907140000051 ], [ 106.187175533000072, 29.665900313000062 ], [ 106.187198961000036, 29.665883269000062 ], [ 106.187229410000043, 29.665869631000078 ], [ 106.187246695000056, 29.665852292000061 ], [ 106.187252985000043, 29.665829323000082 ], [ 106.187272457000063, 29.665811965000042 ], [ 106.187298508000026, 29.665796457000059 ], [ 106.187324942000032, 29.665813403000069 ], [ 106.187355657000069, 29.665822676000058 ], [ 106.187387955000077, 29.665780381000051 ], [ 106.187378874000046, 29.665751822000058 ], [ 106.187429017000056, 29.665739917000046 ], [ 106.187463903000037, 29.665731967000067 ], [ 106.187498766000033, 29.665722108000072 ], [ 106.187518171000079, 29.665699022000069 ], [ 106.187505680000072, 29.665649293000055 ], [ 106.187521197000095, 29.665651409000073 ], [ 106.187537307000071, 29.665649010000035 ], [ 106.18755279800007, 29.665648870000041 ], [ 106.187568908000074, 29.665646472000041 ], [ 106.18758437300005, 29.665644078000064 ], [ 106.187599811000041, 29.665639429000066 ], [ 106.187615922000077, 29.665637029000024 ], [ 106.187631360000069, 29.665632381000076 ], [ 106.187655755000051, 29.665620886000053 ], [ 106.187679531000072, 29.665611654000092 ], [ 106.187701963000052, 29.665597922000082 ], [ 106.187723104000042, 29.665584203000041 ], [ 106.187741637000045, 29.665568251000074 ], [ 106.187757562000058, 29.66555006700008 ], [ 106.187770260000036, 29.665531912000059 ], [ 106.187781586000028, 29.665507004000062 ], [ 106.187783442000068, 29.665500221000059 ], [ 106.18778400900004, 29.665493451000085 ], [ 106.18778522100007, 29.665486675000075 ], [ 106.187785787000053, 29.665479906000087 ], [ 106.187785707000046, 29.665473140000071 ], [ 106.187784982000039, 29.665466382000083 ], [ 106.187784257000047, 29.665459622000071 ], [ 106.187815912000076, 29.665461595000068 ], [ 106.187825567000061, 29.665459253000055 ], [ 106.187928655000064, 29.665442543000044 ], [ 106.187996941000051, 29.665441930000028 ], [ 106.188008015000037, 29.665432578000036 ], [ 106.18816167500006, 29.665298132000089 ], [ 106.188295331000063, 29.665173909000082 ], [ 106.188335162000044, 29.665138401000039 ], [ 106.188354810000078, 29.665098054000055 ], [ 106.188348530000042, 29.665052917000086 ], [ 106.188297891000047, 29.664971034000072 ], [ 106.188228019000064, 29.664888088000048 ], [ 106.188177755000027, 29.66484508200006 ], [ 106.188108630000045, 29.664825645000061 ], [ 106.188047277000067, 29.66481616600003 ], [ 106.187932383000032, 29.664810510000045 ], [ 106.187676049000061, 29.664771028000075 ], [ 106.187630708000029, 29.664754899000052 ], [ 106.187671496000064, 29.664817928000041 ], [ 106.187702664000028, 29.664833434000052 ], [ 106.18772629800003, 29.664867049000058 ], [ 106.18772664200003, 29.664896364000072 ], [ 106.187721019000037, 29.664912199000067 ], [ 106.187691839000081, 29.664901185000069 ], [ 106.187650424000026, 29.664892536000089 ], [ 106.187619549000033, 29.664901832000041 ], [ 106.187617744000093, 29.664913124000069 ], [ 106.187621723000063, 29.664922109000088 ], [ 106.187652864000029, 29.664935361000065 ], [ 106.187739356000066, 29.664934586000069 ], [ 106.18780139900008, 29.66494079500006 ], [ 106.187827378000065, 29.66495409300007 ], [ 106.18783740300006, 29.664983319000051 ], [ 106.187837668000043, 29.665005868000033 ], [ 106.187830242000075, 29.665032995000043 ], [ 106.187734624000029, 29.66508121000005 ], [ 106.187694516000079, 29.665128926000076 ], [ 106.187661006000042, 29.66513373600009 ], [ 106.187595036000062, 29.665123054000052 ], [ 106.187550933000068, 29.665105407000063 ], [ 106.187549349000051, 29.665080615000079 ], [ 106.187533726000026, 29.665069479000071 ], [ 106.187511966000045, 29.665085460000054 ], [ 106.18750047900005, 29.66509683900005 ], [ 106.187477350000052, 29.665106066000085 ], [ 106.187437924000051, 29.665101910000093 ], [ 106.187397259000079, 29.665102274000041 ], [ 106.187363510000083, 29.665086790000093 ], [ 106.187328601000047, 29.665082594000069 ], [ 106.187277610000081, 29.665083050000085 ], [ 106.187215081000048, 29.665090375000094 ], [ 106.187114114000053, 29.665122851000035 ], [ 106.187061318000076, 29.665134600000034 ], [ 106.18701890300008, 29.665150765000078 ], [ 106.186954596000092, 29.665171637000075 ], [ 106.186901720000037, 29.66517662200004 ], [ 106.186854813000025, 29.665195083000075 ], [ 106.186784617000058, 29.665209241000074 ], [ 106.186748037000029, 29.665227610000038 ], [ 106.186748355000077, 29.665254669000028 ], [ 106.186761582000031, 29.665281611000061 ], [ 106.186750820000043, 29.665299748000049 ], [ 106.186742615000071, 29.665315608000071 ], [ 106.186736991000032, 29.665331443000078 ], [ 106.18673327700003, 29.665345007000042 ], [ 106.186732146000054, 29.665358550000068 ], [ 106.186733569000069, 29.665369811000065 ], [ 106.186736929000062, 29.665381058000033 ], [ 106.186742844000037, 29.6653900240001 ], [ 106.186755239000036, 29.665401188000097 ], [ 106.18677148200004, 29.665410063000088 ], [ 106.186790306000034, 29.665418915000092 ], [ 106.186811712000065, 29.665427744000056 ], [ 106.186835028000075, 29.665434300000076 ], [ 106.186857699000029, 29.665440863000068 ], [ 106.186881042000039, 29.665449674000051 ], [ 106.186902448000069, 29.665458503000089 ], [ 106.186914791000049, 29.665465159000057 ], [ 106.186926516000028, 29.665474073000045 ], [ 106.186936923000076, 29.665480745000089 ], [ 106.18694735600009, 29.665489672000028 ], [ 106.18695649900009, 29.665498610000029 ], [ 106.186965021000049, 29.665509809000078 ], [ 106.186972227000084, 29.665518766000051 ], [ 106.186979461000078, 29.665529977000062 ], [ 106.186985401000072, 29.665541197000035 ], [ 106.186991343000045, 29.665552422000079 ], [ 106.186996639000029, 29.665563650000081 ], [ 106.187001962000068, 29.665577133000056 ], [ 106.187007903000051, 29.665588354000079 ], [ 106.18701449100007, 29.665599572000076 ], [ 106.187021723000058, 29.665610782000048 ], [ 106.187030246000063, 29.665621982000054 ], [ 106.187039390000052, 29.665630919000069 ], [ 106.187049797000043, 29.665637592000053 ], [ 106.187061520000043, 29.665646507000076 ], [ 106.18707386300008, 29.665653162000069 ], [ 106.187086825000051, 29.665657556000035 ], [ 106.187099788000069, 29.665661950000075 ], [ 106.187113368000041, 29.665664083000085 ], [ 106.187126950000049, 29.66566621700008 ], [ 106.187143733000028, 29.665666068000061 ], [ 106.187160488000075, 29.665663661000057 ], [ 106.187176571000066, 29.665659007000048 ], [ 106.187193300000047, 29.665654348000089 ], [ 106.187209385000074, 29.665649693000045 ], [ 106.187226114000055, 29.665645032000036 ], [ 106.187242816000037, 29.66563811900005 ], [ 106.187259573000063, 29.665635712000032 ], [ 106.187271782000039, 29.665631093000062 ], [ 106.187238120000075, 29.665680529000042 ], [ 106.187220766000053, 29.665692142000069 ], [ 106.187196967000034, 29.665713357000076 ], [ 106.18718614900007, 29.665722999000074 ], [ 106.187155724000036, 29.66573854700005 ], [ 106.187123091000061, 29.665752204000061 ], [ 106.18709909100005, 29.665756238000085 ], [ 106.187057713000058, 29.665769974000057 ], [ 106.187022895000041, 29.665783652000076 ], [ 106.186990240000057, 29.665795400000029 ], [ 106.186946790000036, 29.665818701000035 ], [ 106.186927453000067, 29.665847514000067 ], [ 106.186905883000065, 29.665872528000072 ], [ 106.186869035000029, 29.665899589000048 ], [ 106.186836471000049, 29.665918974000068 ], [ 106.18680613500004, 29.665942158000068 ], [ 106.186782359000063, 29.665965281000059 ], [ 106.186767213000053, 29.66597878400006 ], [ 106.186749950000035, 29.665998032000065 ], [ 106.186748100000045, 29.666026688000041 ], [ 106.186752584000033, 29.666036195000061 ], [ 106.18679217800009, 29.666056841000056 ], [ 106.186796752000078, 29.666073984000043 ], [ 106.186784173000035, 29.666119921000078 ], [ 106.18678230300003, 29.66614666900006 ], [ 106.186823881000066, 29.666150114000061 ], [ 106.186841346000051, 29.66614805100005 ], [ 106.186869117000072, 29.666137835000089 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.190661596000055, 29.665616941000046 ], [ 106.190637674000087, 29.665582364000048 ], [ 106.190611451000052, 29.665544461000085 ], [ 106.190578952000067, 29.665466599000055 ], [ 106.190551713000048, 29.665388691000089 ], [ 106.190522034000026, 29.665326895000064 ], [ 106.190520639000056, 29.665324034000037 ], [ 106.190489669000044, 29.665260525000054 ], [ 106.19044639100008, 29.665181899000061 ], [ 106.190402706000043, 29.665092494000085 ], [ 106.190389065000033, 29.665064576000081 ], [ 106.190348766000056, 29.66499595900007 ], [ 106.190308840000057, 29.664958955000092 ], [ 106.190289191000033, 29.664944549000037 ], [ 106.190363260000026, 29.665084751000052 ], [ 106.190393960000051, 29.665193049000031 ], [ 106.190403318000051, 29.66523915200008 ], [ 106.190437182000039, 29.665308128000053 ], [ 106.190449037000064, 29.66537922700007 ], [ 106.190444015000026, 29.665502390000086 ], [ 106.19043554700005, 29.665580337000044 ], [ 106.190429474000041, 29.665662361000045 ], [ 106.190408726000044, 29.665784226000078 ], [ 106.190433743000028, 29.665770082000051 ], [ 106.190515283000082, 29.665721949000041 ], [ 106.190614788000062, 29.665658670000088 ], [ 106.190661596000055, 29.665616941000046 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.189874836000072, 29.667652328000084 ], [ 106.189914526000052, 29.667621572000094 ], [ 106.189948326000035, 29.66752845600007 ], [ 106.189798507000035, 29.667520239000048 ], [ 106.189716453000074, 29.667460855000062 ], [ 106.189681464000046, 29.667487984000044 ], [ 106.189652417000048, 29.667488244000083 ], [ 106.18959497000003, 29.667488760000083 ], [ 106.189557585000045, 29.66749360600005 ], [ 106.189533269000037, 29.667511865000048 ], [ 106.189506912000084, 29.667521122000039 ], [ 106.189444760000072, 29.667505893000058 ], [ 106.18937997300003, 29.667486179000036 ], [ 106.189370751000084, 29.667470476000066 ], [ 106.189370619000044, 29.667459202000089 ], [ 106.189351015000057, 29.667439082000037 ], [ 106.189326566000034, 29.667446067000078 ], [ 106.189311075000035, 29.667446205000083 ], [ 106.189252796000062, 29.667430943000053 ], [ 106.189206057000035, 29.667408811000087 ], [ 106.189168434000067, 29.667393364000077 ], [ 106.189137186000039, 29.667371095000082 ], [ 106.189125521000051, 29.667360384000062 ], [ 106.18913341700005, 29.667396214000068 ], [ 106.189122636000036, 29.667440739000078 ], [ 106.189097377000053, 29.667455774000068 ], [ 106.189043512000069, 29.667441449000076 ], [ 106.189034568000068, 29.667402038000034 ], [ 106.189005700000052, 29.667350464000034 ], [ 106.188977179000062, 29.667328506000043 ], [ 106.188886287000059, 29.667289830000072 ], [ 106.188852433000079, 29.66729507000008 ], [ 106.18882731900004, 29.667322446000064 ], [ 106.18881910500005, 29.667332218000055 ], [ 106.188868783000032, 29.667328399000031 ], [ 106.188908369000046, 29.667346085000084 ], [ 106.188964596000062, 29.667406469000067 ], [ 106.189018992000058, 29.66747588800007 ], [ 106.189097113000059, 29.667531566000036 ], [ 106.189155038000081, 29.667571637000023 ], [ 106.189264115000071, 29.667624780000036 ], [ 106.189426475000062, 29.667652640000082 ], [ 106.189483921000047, 29.667652124000085 ], [ 106.189545861000056, 29.667649313000087 ], [ 106.189594944000078, 29.667651128000049 ], [ 106.189612585000077, 29.667669010000051 ], [ 106.189630817000079, 29.667682376000066 ], [ 106.189681810000081, 29.667681919000071 ], [ 106.189740982000046, 29.667663347000083 ], [ 106.189798968000048, 29.667653804000054 ], [ 106.18984996100005, 29.667653348000048 ], [ 106.189874836000072, 29.667652328000084 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.189763725000034, 29.666319485000091 ], [ 106.189740486000062, 29.666215110000056 ], [ 106.189701526000079, 29.666099277000054 ], [ 106.189694642000063, 29.666005887000047 ], [ 106.189696821000041, 29.665945250000053 ], [ 106.189704783000082, 29.665884561000041 ], [ 106.189733075000049, 29.665831267000044 ], [ 106.189802089000068, 29.665797814000086 ], [ 106.189825193000047, 29.665795080000066 ], [ 106.189888870000061, 29.665799560000039 ], [ 106.189941069000042, 29.665811720000072 ], [ 106.189981701000079, 29.665823983000049 ], [ 106.190047003000089, 29.665839747000067 ], [ 106.190049527000056, 29.665837676000081 ], [ 106.190095517000032, 29.665815513000037 ], [ 106.190200130000065, 29.665786610000055 ], [ 106.190256884000064, 29.665785836000058 ], [ 106.190224298000032, 29.665710339000039 ], [ 106.190230691000082, 29.665654905000064 ], [ 106.190247289000069, 29.665568614000051 ], [ 106.190253391000056, 29.665488571000079 ], [ 106.19024594800004, 29.665454797000052 ], [ 106.190213995000079, 29.665433549000053 ], [ 106.190167915000075, 29.665409351000054 ], [ 106.19005865500003, 29.66540417900006 ], [ 106.190030621000062, 29.665416738000086 ], [ 106.189992166000081, 29.665441694000048 ], [ 106.189953893000052, 29.665482031000057 ], [ 106.189911915000039, 29.665507020000067 ], [ 106.189876766000054, 29.665513489000084 ], [ 106.189852110000061, 29.665513710000088 ], [ 106.18979822700004, 29.665424976000057 ], [ 106.189740024000059, 29.665268599000051 ], [ 106.189746562000039, 29.665225469000063 ], [ 106.189792025000031, 29.665197374000059 ], [ 106.189855171000033, 29.665175271000077 ], [ 106.189904338000076, 29.665162523000042 ], [ 106.189918282000065, 29.665150092000083 ], [ 106.189914471000066, 29.665125515000057 ], [ 106.189889343000061, 29.665085746000042 ], [ 106.189870972000051, 29.665021305000035 ], [ 106.189867089000074, 29.664990575000051 ], [ 106.189877256000045, 29.664956644000082 ], [ 106.189918895000062, 29.664881525000059 ], [ 106.189872627000057, 29.664872210000055 ], [ 106.189704646000052, 29.664779249000045 ], [ 106.18957393900007, 29.66470214800006 ], [ 106.189492992000055, 29.664651591000055 ], [ 106.189334854000037, 29.66460712700006 ], [ 106.189260690000026, 29.664607792000083 ], [ 106.189210933000027, 29.664619454000047 ], [ 106.189133176000041, 29.664637676000048 ], [ 106.189003219000028, 29.664684434000034 ], [ 106.188954190000061, 29.664707670000038 ], [ 106.188885391000042, 29.664732665000088 ], [ 106.188806502000034, 29.664748969000062 ], [ 106.18874244400007, 29.66472503600005 ], [ 106.188599515000078, 29.664634865000039 ], [ 106.188523642000064, 29.66459501900005 ], [ 106.188471355000047, 29.664587889000071 ], [ 106.188445525000091, 29.664610918000054 ], [ 106.188437212000053, 29.664643919000074 ], [ 106.18844955600008, 29.664707131000053 ], [ 106.188472752000052, 29.664765339000038 ], [ 106.188520374000063, 29.664809217000087 ], [ 106.188578828000061, 29.664849834000048 ], [ 106.188590144000059, 29.66488770800003 ], [ 106.188572660000034, 29.664941664000082 ], [ 106.18853325200007, 29.664979993000085 ], [ 106.188490244000036, 29.665000337000034 ], [ 106.188428182000052, 29.665020008000059 ], [ 106.188389585000039, 29.665030646000048 ], [ 106.188348530000042, 29.665052917000086 ], [ 106.188354810000078, 29.665098054000055 ], [ 106.188335162000044, 29.665138401000039 ], [ 106.188295331000063, 29.665173909000082 ], [ 106.18816167500006, 29.665298132000089 ], [ 106.188008015000037, 29.665432578000036 ], [ 106.187996941000051, 29.665441930000028 ], [ 106.187953931000038, 29.665478256000078 ], [ 106.187937185000067, 29.665521087000059 ], [ 106.187949214000071, 29.665566173000069 ], [ 106.187959857000067, 29.665572232000041 ], [ 106.187992626000039, 29.665590891000079 ], [ 106.188100728000052, 29.665626962000097 ], [ 106.188165388000073, 29.665615542000069 ], [ 106.188221416000033, 29.665609595000038 ], [ 106.188286986000037, 29.665619894000084 ], [ 106.188355800000068, 29.665641053000051 ], [ 106.188446589000094, 29.665675624000073 ], [ 106.188544154000056, 29.665756406000067 ], [ 106.188585370000055, 29.665815918000078 ], [ 106.188613831000055, 29.665851048000029 ], [ 106.188663981000047, 29.66587509500005 ], [ 106.188710918000027, 29.665891006000045 ], [ 106.188786222000033, 29.665933880000068 ], [ 106.188868141000057, 29.666009359000039 ], [ 106.188880766000068, 29.666022855000044 ], [ 106.188899561000028, 29.666030853000052 ], [ 106.18893698800008, 29.666033238000075 ], [ 106.188986849000059, 29.66603279100007 ], [ 106.189055407000069, 29.666032176000048 ], [ 106.189177039000072, 29.666039250000036 ], [ 106.189311457000031, 29.666073429000047 ], [ 106.189386640000066, 29.666104597000057 ], [ 106.189406287000054, 29.666118035000075 ], [ 106.189406526000027, 29.666138457000038 ], [ 106.189403037000034, 29.666168720000083 ], [ 106.189391699000055, 29.666203264000043 ], [ 106.189392259000044, 29.666250914000045 ], [ 106.18940893000007, 29.666342670000059 ], [ 106.189468228000067, 29.666413620000075 ], [ 106.189482077000036, 29.666421478000068 ], [ 106.189499972000078, 29.666431631000073 ], [ 106.18954990800006, 29.666454148000064 ], [ 106.189593970000033, 29.666474166000057 ], [ 106.189609780000069, 29.666487693000082 ], [ 106.189721966000036, 29.666375427000041 ], [ 106.189744286000064, 29.666345528000079 ], [ 106.189763725000034, 29.666319485000091 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.190889159000051, 29.665292795000077 ], [ 106.19084570900003, 29.665258915000038 ], [ 106.190790457000048, 29.665193980000083 ], [ 106.190748791000033, 29.665125949000075 ], [ 106.190744475000031, 29.665048662000057 ], [ 106.190743635000061, 29.664977289000035 ], [ 106.190743038000051, 29.664926734000069 ], [ 106.190728964000073, 29.664888197000042 ], [ 106.190687578000052, 29.66484395800007 ], [ 106.19061860100004, 29.664770223000062 ], [ 106.190535339000064, 29.664640109000054 ], [ 106.19043164700004, 29.664510179000047 ], [ 106.190347112000055, 29.664402597000045 ], [ 106.190263099000049, 29.664349522000059 ], [ 106.190175796000062, 29.664324974000067 ], [ 106.190117756000063, 29.664322329000072 ], [ 106.190091734000077, 29.664322562000052 ], [ 106.190024294000068, 29.664364085000049 ], [ 106.189936685000077, 29.664389300000032 ], [ 106.189809205000074, 29.664421852000086 ], [ 106.189733377000039, 29.664429511000041 ], [ 106.189641361000042, 29.664419868000042 ], [ 106.189525128000071, 29.664389504000042 ], [ 106.189456879000033, 29.664362199000038 ], [ 106.189384553000082, 29.664327951000075 ], [ 106.189352180000071, 29.664293344000043 ], [ 106.18931552500004, 29.66423434800004 ], [ 106.189218489000041, 29.664137506000088 ], [ 106.189169765000031, 29.664071641000074 ], [ 106.189132905000065, 29.663995197000066 ], [ 106.189131673000077, 29.663890516000031 ], [ 106.189134520000039, 29.663792779000051 ], [ 106.189105732000044, 29.663723243000046 ], [ 106.189057049000041, 29.66366086500005 ], [ 106.189024800000027, 29.663636726000053 ], [ 106.188984724000079, 29.66362661800008 ], [ 106.188931454000056, 29.663616178000034 ], [ 106.188882810000052, 29.663639875000051 ], [ 106.188850649000074, 29.663655860000059 ], [ 106.188818673000071, 29.663687539000083 ], [ 106.188804960000027, 29.663744168000047 ], [ 106.188790095000058, 29.663827340000061 ], [ 106.188782769000056, 29.663853226000057 ], [ 106.188759366000056, 29.663940787000051 ], [ 106.188760254000044, 29.66401631400004 ], [ 106.18879024000006, 29.664202190000076 ], [ 106.188790547000067, 29.664228191000056 ], [ 106.188824228000044, 29.664261245000034 ], [ 106.188868041000035, 29.664275147000069 ], [ 106.188906341000063, 29.664284334000058 ], [ 106.188939159000029, 29.664291188000057 ], [ 106.188961178000056, 29.664307669000042 ], [ 106.188964157000044, 29.66432908500007 ], [ 106.188967193000053, 29.664355266000086 ], [ 106.18898153300006, 29.664414702000048 ], [ 106.189031417000081, 29.664480966000045 ], [ 106.189092100000039, 29.664537604000081 ], [ 106.189158183000075, 29.664589428000053 ], [ 106.189210933000027, 29.664619454000047 ], [ 106.189260690000026, 29.664607792000083 ], [ 106.189334854000037, 29.66460712700006 ], [ 106.189492992000055, 29.664651591000055 ], [ 106.18957393900007, 29.66470214800006 ], [ 106.189704646000052, 29.664779249000045 ], [ 106.189872627000057, 29.664872210000055 ], [ 106.189918895000062, 29.664881525000059 ], [ 106.189962464000075, 29.664890297000053 ], [ 106.190008817000034, 29.664889880000093 ], [ 106.190064377000056, 29.664883983000028 ], [ 106.190107511000065, 29.664872800000062 ], [ 106.190138381000054, 29.664869823000053 ], [ 106.190202663000036, 29.664885182000038 ], [ 106.190262367000059, 29.664924883000072 ], [ 106.190289191000033, 29.664944549000037 ], [ 106.190308840000057, 29.664958955000092 ], [ 106.190348766000056, 29.66499595900007 ], [ 106.190389065000033, 29.665064576000081 ], [ 106.190402706000043, 29.665092494000085 ], [ 106.19044639100008, 29.665181899000061 ], [ 106.190489669000044, 29.665260525000054 ], [ 106.190520639000056, 29.665324034000037 ], [ 106.190537095000082, 29.665319911000044 ], [ 106.190554442000064, 29.665312989000078 ], [ 106.190576202000045, 29.665297008000028 ], [ 106.190589113000044, 29.665296893000058 ], [ 106.190617812000028, 29.66526731800008 ], [ 106.190629865000062, 29.665249170000042 ], [ 106.190661306000038, 29.665233101000059 ], [ 106.190692880000029, 29.665228308000046 ], [ 106.190730316000057, 29.665227971000043 ], [ 106.190743873000031, 29.665227849000065 ], [ 106.190778807000072, 29.665234301000059 ], [ 106.190806774000066, 29.665252090000088 ], [ 106.190810913000064, 29.665274604000047 ], [ 106.190807279000069, 29.665294933000041 ], [ 106.190798560000076, 29.665322073000091 ], [ 106.190789171000063, 29.665346962000065 ], [ 106.190783760000045, 29.665380838000086 ], [ 106.190789705000043, 29.665392061000034 ], [ 106.190768774000048, 29.665423820000054 ], [ 106.19067091200003, 29.665555494000046 ], [ 106.190637674000087, 29.665582364000048 ], [ 106.190661596000055, 29.665616941000046 ], [ 106.190706068000054, 29.665577294000059 ], [ 106.190745500000048, 29.665526782000086 ], [ 106.190779586000076, 29.665465678000089 ], [ 106.190808311000069, 29.665392464000039 ], [ 106.190837249000026, 29.665337487000048 ], [ 106.190868214000048, 29.665306810000068 ], [ 106.190889159000051, 29.665292795000077 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.192767654000079, 29.669496583000061 ], [ 106.19298595600003, 29.669423398000053 ], [ 106.192986362000056, 29.669423220000056 ], [ 106.19300078100008, 29.669416908000073 ], [ 106.193018776000031, 29.669409032000086 ], [ 106.193044585000052, 29.669388114000064 ], [ 106.193051339000078, 29.669358738000088 ], [ 106.19305234400008, 29.669279800000083 ], [ 106.193045355000038, 29.669234760000052 ], [ 106.193008803000055, 29.669255386000085 ], [ 106.192996026000074, 29.669266776000086 ], [ 106.192958588000067, 29.669267113000046 ], [ 106.19293, 29.669251586000083 ], [ 106.192903375000071, 29.669238295000074 ], [ 106.192856256000027, 29.669238719000081 ], [ 106.192823841000077, 29.669281858000083 ], [ 106.192782151000074, 29.669304783000086 ], [ 106.192718275000061, 29.669307613000065 ], [ 106.192698882000059, 29.669305533000049 ], [ 106.192684823000036, 29.669262813000049 ], [ 106.192719791000059, 29.669217395000086 ], [ 106.192754169000068, 29.669176494000048 ], [ 106.192804870000032, 29.669151232000047 ], [ 106.192854897000075, 29.669123721000066 ], [ 106.192882713000074, 29.669073857000058 ], [ 106.192932882000036, 29.669003498000052 ], [ 106.192937860000029, 29.668987668000071 ], [ 106.192954669000073, 29.668989772000092 ], [ 106.192963706000057, 29.668989690000043 ], [ 106.192973360000067, 29.668987348000094 ], [ 106.192981725000038, 29.668985018000058 ], [ 106.192989419000071, 29.668980437000069 ], [ 106.193011798000043, 29.668962196000052 ], [ 106.193048111000053, 29.668921277000031 ], [ 106.193076599000051, 29.668873664000046 ], [ 106.19307974600008, 29.668866870000048 ], [ 106.193092796000045, 29.668823905000067 ], [ 106.19309465200007, 29.668817124000039 ], [ 106.193094280000025, 29.668785556000046 ], [ 106.193094846000065, 29.668778785000089 ], [ 106.193100982000047, 29.668751669000077 ], [ 106.193103484000062, 29.668744881000073 ], [ 106.193107921000035, 29.668738075000078 ], [ 106.193118089000052, 29.668724451000063 ], [ 106.193122555000059, 29.668719903000063 ], [ 106.193127020000077, 29.668715353000032 ], [ 106.193132130000038, 29.668710796000084 ], [ 106.193191893000062, 29.668687708000057 ], [ 106.193197005000073, 29.668683151000046 ], [ 106.193235414000071, 29.668655744000027 ], [ 106.193264894000052, 29.668637437000086 ], [ 106.193270649000056, 29.668632875000068 ], [ 106.193275115000063, 29.668628326000082 ], [ 106.193281436000063, 29.668616992000068 ], [ 106.193296502000067, 29.668580777000045 ], [ 106.193324344000075, 29.66853316800006 ], [ 106.193346377000069, 29.668485612000037 ], [ 106.193371125000056, 29.668449307000063 ], [ 106.19337469900006, 29.668446121000049 ], [ 106.193358265000029, 29.668430306000065 ], [ 106.193292944000063, 29.668321767000069 ], [ 106.193183265000073, 29.668160427000096 ], [ 106.193050466000045, 29.668025213000075 ], [ 106.19298284100006, 29.667986263000042 ], [ 106.192955986000072, 29.667960586000049 ], [ 106.192928197000072, 29.667855802000073 ], [ 106.192881520000071, 29.667606594000056 ], [ 106.192839868000078, 29.667518302000087 ], [ 106.192805122000038, 29.667485876000061 ], [ 106.192754776000072, 29.667454955000043 ], [ 106.192663935000041, 29.667433948000056 ], [ 106.192567645000054, 29.667414065000052 ], [ 106.192558201000068, 29.667434135000068 ], [ 106.192525809000088, 29.667477531000085 ], [ 106.192479985000034, 29.667498059000074 ], [ 106.192371379000065, 29.667496162000081 ], [ 106.192288992000044, 29.667485408000051 ], [ 106.192206334000048, 29.667451670000048 ], [ 106.192163258000051, 29.667426193000026 ], [ 106.192176117000045, 29.66740606300004 ], [ 106.192000327000073, 29.667450153000061 ], [ 106.191952727000057, 29.667480498000085 ], [ 106.191933892000065, 29.667626264000035 ], [ 106.19195583100003, 29.667743740000045 ], [ 106.191956607000066, 29.667809551000062 ], [ 106.191955041000028, 29.667812780000077 ], [ 106.191918705000035, 29.667887675000085 ], [ 106.191852906000065, 29.667924167000084 ], [ 106.191814228000055, 29.667936482000066 ], [ 106.191743711000086, 29.66795181700008 ], [ 106.191718557000058, 29.667957287000036 ], [ 106.191666011000052, 29.667955765000031 ], [ 106.191611113000079, 29.667948281000069 ], [ 106.19155315900008, 29.667681544000054 ], [ 106.191519497000058, 29.667538245000053 ], [ 106.191463119000048, 29.667405122000048 ], [ 106.191358645000037, 29.667260467000066 ], [ 106.191306411000028, 29.66709140700004 ], [ 106.191221738000081, 29.666882748000038 ], [ 106.191190667000058, 29.666765354000063 ], [ 106.191183140000078, 29.666696401000081 ], [ 106.191179895000062, 29.666666667000072 ], [ 106.191127234000078, 29.666700260000081 ], [ 106.19108164000005, 29.666704980000084 ], [ 106.191035881000062, 29.666695694000044 ], [ 106.190979316000039, 29.666666667000072 ], [ 106.191198308000025, 29.667055460000089 ], [ 106.191422958000032, 29.66748919500008 ], [ 106.191527853000025, 29.667710486000086 ], [ 106.191553518000035, 29.667771260000055 ], [ 106.191548837000028, 29.667797448000041 ], [ 106.191529188000075, 29.667823769000055 ], [ 106.191499305000036, 29.667828396000061 ], [ 106.191474334000091, 29.667826441000056 ], [ 106.191437316000091, 29.667809953000077 ], [ 106.191380399000082, 29.667740245000061 ], [ 106.191285225000058, 29.667597399000037 ], [ 106.191255845000057, 29.667551559000053 ], [ 106.191383495000025, 29.667818693000072 ], [ 106.191451479000079, 29.667967666000042 ], [ 106.191456541000036, 29.66800950500004 ], [ 106.191411247000076, 29.66804182300007 ], [ 106.191309146000037, 29.668098587000092 ], [ 106.191252577000057, 29.668142973000045 ], [ 106.191211591000069, 29.668153314000051 ], [ 106.191188685000043, 29.668147536000053 ], [ 106.191151984000044, 29.668133905000051 ], [ 106.191149864000067, 29.668132321000087 ], [ 106.191132372000027, 29.668119246000057 ], [ 106.19113085500004, 29.668135704000065 ], [ 106.191133446000038, 29.668210422000069 ], [ 106.191141807000065, 29.668338905000034 ], [ 106.191143666000073, 29.668396933000047 ], [ 106.191206726000075, 29.668465097000077 ], [ 106.191474105000054, 29.668749786000028 ], [ 106.191537207000067, 29.668832860000059 ], [ 106.191576524000027, 29.668854216000053 ], [ 106.19159452100007, 29.668863992000077 ], [ 106.191716647000078, 29.668903584000081 ], [ 106.191868519000082, 29.668961540000051 ], [ 106.191857944000049, 29.668941008000054 ], [ 106.191890030000096, 29.668924933000092 ], [ 106.191942554000036, 29.668944757000077 ], [ 106.191937770000038, 29.668922248000062 ], [ 106.19192158900006, 29.668863761000068 ], [ 106.191887410000049, 29.668812201000033 ], [ 106.191794989000073, 29.668693512000061 ], [ 106.191798601000073, 29.668616807000031 ], [ 106.191797937000047, 29.668560435000074 ], [ 106.191781809000076, 29.668506458000078 ], [ 106.191762617000052, 29.668411916000082 ], [ 106.191761899000028, 29.66835103600005 ], [ 106.191790414000081, 29.668305676000042 ], [ 106.191827328000059, 29.668206120000029 ], [ 106.191817546000038, 29.668143065000034 ], [ 106.191811693000034, 29.668084485000065 ], [ 106.191868662000047, 29.668043380000093 ], [ 106.191890156000056, 29.668004852000081 ], [ 106.19193599200004, 29.667950316000084 ], [ 106.191971607000028, 29.66790489400006 ], [ 106.192019999000081, 29.667848080000049 ], [ 106.192032675000064, 29.667773549000056 ], [ 106.192043569000091, 29.667766684000068 ], [ 106.192042738000069, 29.667750906000034 ], [ 106.192087895000043, 29.667748246000084 ], [ 106.19213436900003, 29.667747828000081 ], [ 106.192157817000066, 29.667765658000064 ], [ 106.192170403000034, 29.667792606000024 ], [ 106.192179192000026, 29.667826353000066 ], [ 106.192196373000058, 29.667860025000035 ], [ 106.192222052000034, 29.667902641000065 ], [ 106.192256635000035, 29.667933900000033 ], [ 106.192295038000054, 29.667960617000055 ], [ 106.192322148000073, 29.667960372000035 ], [ 106.192330329000072, 29.667960299000065 ], [ 106.192337339000062, 29.667947732000066 ], [ 106.192385105000028, 29.667931347000028 ], [ 106.19243988500007, 29.667928860000071 ], [ 106.192462837000051, 29.66793862500009 ], [ 106.192632075000063, 29.66795904200006 ], [ 106.192657265000037, 29.667964798000071 ], [ 106.192662115000076, 29.66798868800004 ], [ 106.192653733000057, 29.668052586000044 ], [ 106.192640432000076, 29.668086612000081 ], [ 106.192613218000076, 29.668102813000068 ], [ 106.192524280000043, 29.668113585000071 ], [ 106.192440472000044, 29.668107130000067 ], [ 106.19246550400004, 29.668128215000078 ], [ 106.192514818000063, 29.668204445000065 ], [ 106.192530136000073, 29.668299021000056 ], [ 106.192557640000075, 29.668386723000083 ], [ 106.192581907000033, 29.668528577000068 ], [ 106.192589818000044, 29.668706657000087 ], [ 106.192615172000046, 29.668776337000054 ], [ 106.192616874000066, 29.668920649000086 ], [ 106.192611457000055, 29.669008646000066 ], [ 106.192585471000029, 29.669049472000044 ], [ 106.192539502000045, 29.669092733000074 ], [ 106.192502815000068, 29.669102083000038 ], [ 106.192460134000044, 29.66909570100006 ], [ 106.192411775000039, 29.669100648000036 ], [ 106.192365726000048, 29.669137144000036 ], [ 106.192345443000079, 29.669168898000059 ], [ 106.192359830000044, 29.669184553000036 ], [ 106.192385050000041, 29.669242959000087 ], [ 106.192401958000062, 29.669308205000043 ], [ 106.192426753000078, 29.669330533000061 ], [ 106.192455420000044, 29.669352826000075 ], [ 106.192459560000032, 29.669375340000045 ], [ 106.19241908100004, 29.669391490000066 ], [ 106.192419297000072, 29.669409855000076 ], [ 106.192557327000031, 29.669513156000043 ], [ 106.192596417000061, 29.669535412000069 ], [ 106.19265335700004, 29.669534899000041 ], [ 106.192767654000079, 29.669496583000061 ] ], [ [ 106.192471047000026, 29.667886870000071 ], [ 106.192445874000043, 29.667887096000072 ], [ 106.192429710000056, 29.667884986000047 ], [ 106.192414218000067, 29.667885125000051 ], [ 106.192397356000072, 29.66787851200008 ], [ 106.192377832000034, 29.667865157000048 ], [ 106.192371085000048, 29.667840412000093 ], [ 106.192362507000041, 29.667824704000054 ], [ 106.192354011000077, 29.667815760000053 ], [ 106.192345540000076, 29.667809071000089 ], [ 106.19233061400007, 29.667802440000056 ], [ 106.192313805000026, 29.667800335000042 ], [ 106.192286695000064, 29.667800579000065 ], [ 106.192264914000077, 29.667760183000048 ], [ 106.192306579000046, 29.667735002000086 ], [ 106.192350903000033, 29.667716563000049 ], [ 106.192401038000071, 29.667698070000078 ], [ 106.192436998000076, 29.667681961000085 ], [ 106.192458866000038, 29.667674999000052 ], [ 106.192481377000036, 29.667668032000051 ], [ 106.192506417000061, 29.667656531000027 ], [ 106.192531564000035, 29.667654050000067 ], [ 106.192536076000067, 29.667708132000087 ], [ 106.192534485000067, 29.667737462000048 ], [ 106.19252681200004, 29.66779842000005 ], [ 106.192515133000029, 29.667848136000092 ], [ 106.192502463000039, 29.667868546000083 ], [ 106.192471047000026, 29.667886870000071 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.193272247000039, 29.669772507000062 ], [ 106.193236382000066, 29.669776521000077 ], [ 106.193189693000079, 29.669758901000069 ], [ 106.193165411000066, 29.669725293000049 ], [ 106.193151942000043, 29.669678059000031 ], [ 106.193144361000066, 29.669637533000071 ], [ 106.193130946000053, 29.669594808000053 ], [ 106.19311941400008, 29.669547554000079 ], [ 106.193092524000065, 29.669511714000073 ], [ 106.193050274000043, 29.669487289000084 ], [ 106.193015205000052, 29.669469563000071 ], [ 106.192990436000059, 29.669449490000098 ], [ 106.192986362000056, 29.669423220000056 ], [ 106.19298595600003, 29.669423398000053 ], [ 106.192767654000079, 29.669496583000061 ], [ 106.192890914000031, 29.66968771500007 ], [ 106.192960895000056, 29.669779347000084 ], [ 106.19308992100008, 29.669814288000055 ], [ 106.193222970000079, 29.669801056000033 ], [ 106.193272247000039, 29.669772507000062 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.193272247000039, 29.669772507000062 ], [ 106.193381179000042, 29.669709396000087 ], [ 106.193370148000042, 29.669690437000046 ], [ 106.19331113100003, 29.669710450000078 ], [ 106.193266898000047, 29.669627408000046 ], [ 106.193318298000065, 29.669606650000038 ], [ 106.193290469000033, 29.669546013000058 ], [ 106.193363346000069, 29.669523224000049 ], [ 106.193370839000067, 29.669486835000043 ], [ 106.193443850000051, 29.669446065000038 ], [ 106.193526568000038, 29.66944933000007 ], [ 106.193651095000064, 29.66949233400004 ], [ 106.193750025000043, 29.66956848500007 ], [ 106.193773922000048, 29.669559494000051 ], [ 106.193785044000037, 29.669555310000078 ], [ 106.194124202000069, 29.66949208300008 ], [ 106.194201853000038, 29.669455281000062 ], [ 106.19427453200008, 29.669386432000067 ], [ 106.194328175000066, 29.669261596000066 ], [ 106.194396782000069, 29.669236909000059 ], [ 106.194411460000026, 29.669238605000082 ], [ 106.194409429000075, 29.669236004000076 ], [ 106.194403513000054, 29.669227037000049 ], [ 106.194390416000033, 29.669211369000038 ], [ 106.19438318300007, 29.669200158000081 ], [ 106.19437855700005, 29.669191180000038 ], [ 106.194374578000065, 29.669182196000058 ], [ 106.19437382600006, 29.669173183000058 ], [ 106.194375629000035, 29.669161890000051 ], [ 106.194384373000048, 29.669137005000046 ], [ 106.194386875000077, 29.669130217000081 ], [ 106.194390023000039, 29.669123424000087 ], [ 106.194393171000058, 29.669116630000076 ], [ 106.194396963000031, 29.669109830000082 ], [ 106.19440202100003, 29.669100764000063 ], [ 106.194407104000049, 29.669093954000061 ], [ 106.194414152000036, 29.669089381000035 ], [ 106.194421817000034, 29.669082546000087 ], [ 106.194430182000076, 29.669080216000062 ], [ 106.194449466000052, 29.669073276000066 ], [ 106.194469423000044, 29.66906858600003 ], [ 106.194479052000077, 29.669063989000051 ], [ 106.194488708000051, 29.669061648000081 ], [ 106.194497046000038, 29.669057061000053 ], [ 106.19450538500007, 29.669052475000058 ], [ 106.194509849000042, 29.669047926000072 ], [ 106.19451751600009, 29.66904109200005 ], [ 106.194523890000028, 29.669034269000065 ], [ 106.194528328000047, 29.669027464000067 ], [ 106.194532068000058, 29.669016154000072 ], [ 106.194533897000042, 29.669007117000035 ], [ 106.194535083000062, 29.668998086000048 ], [ 106.194536266000057, 29.668989055000058 ], [ 106.194536175000053, 29.668981307000081 ], [ 106.19446374000006, 29.668964754000065 ], [ 106.19425665600005, 29.668964360000075 ], [ 106.194064706000063, 29.669011068000088 ], [ 106.19397691100005, 29.669032431000065 ], [ 106.193668175000028, 29.669107557000075 ], [ 106.193318155000043, 29.669277991000062 ], [ 106.193018776000031, 29.669409032000086 ], [ 106.19300078100008, 29.669416908000073 ], [ 106.192986362000056, 29.669423220000056 ], [ 106.192990436000059, 29.669449490000098 ], [ 106.193015205000052, 29.669469563000071 ], [ 106.193050274000043, 29.669487289000084 ], [ 106.193092524000065, 29.669511714000073 ], [ 106.19311941400008, 29.669547554000079 ], [ 106.193130946000053, 29.669594808000053 ], [ 106.193144361000066, 29.669637533000071 ], [ 106.193151942000043, 29.669678059000031 ], [ 106.193165411000066, 29.669725293000049 ], [ 106.193189693000079, 29.669758901000069 ], [ 106.193236382000066, 29.669776521000077 ], [ 106.193272247000039, 29.669772507000062 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.194294141000057, 29.670342984000069 ], [ 106.194347960000073, 29.670304911000073 ], [ 106.194497708000029, 29.670108787000064 ], [ 106.194495051000047, 29.670089914000066 ], [ 106.19446746000007, 29.67004957100005 ], [ 106.19442384000007, 29.670018394000067 ], [ 106.194405472000028, 29.669993752000043 ], [ 106.194390979000048, 29.669969077000076 ], [ 106.194331761000058, 29.669929019000055 ], [ 106.194322749000037, 29.669931355000074 ], [ 106.194282810000061, 29.669938481000088 ], [ 106.194238457000054, 29.669954666000081 ], [ 106.194210860000055, 29.669968446000048 ], [ 106.194189798000082, 29.669988931000042 ], [ 106.194175892000032, 29.670013862000079 ], [ 106.194162468000059, 29.670025259000056 ], [ 106.194122609000033, 29.670039148000065 ], [ 106.19402806800008, 29.670069317000063 ], [ 106.193976402000033, 29.670067527000064 ], [ 106.193903894000073, 29.670050139000068 ], [ 106.19386656100005, 29.670059496000071 ], [ 106.193845581000062, 29.670086747000092 ], [ 106.193817605000049, 29.670123079000064 ], [ 106.193771396000045, 29.670146048000046 ], [ 106.193705474000069, 29.670139877000057 ], [ 106.193698055000027, 29.670112882000062 ], [ 106.19368541800003, 29.670081425000031 ], [ 106.193667318000053, 29.67007933300005 ], [ 106.193644346000042, 29.670102091000036 ], [ 106.193635118000032, 29.670140510000067 ], [ 106.193623950000074, 29.67017894800005 ], [ 106.193628708000062, 29.670199201000067 ], [ 106.193641239000058, 29.67022163900009 ], [ 106.193652912000061, 29.670226043000071 ], [ 106.193675417000065, 29.670273199000057 ], [ 106.193678505000037, 29.670316016000083 ], [ 106.193667259000051, 29.670347690000082 ], [ 106.19364173200006, 29.670372726000039 ], [ 106.193604427000025, 29.670384338000069 ], [ 106.193504156000074, 29.670421320000063 ], [ 106.193400825000026, 29.67041774300008 ], [ 106.193396476000032, 29.67041096700007 ], [ 106.193393424000078, 29.670416504000062 ], [ 106.19332978500006, 29.670477295000062 ], [ 106.193376363000027, 29.670537800000091 ], [ 106.193406469000081, 29.670565700000054 ], [ 106.193441691000032, 29.670543660000085 ], [ 106.193574262000027, 29.670508640000033 ], [ 106.193651536000061, 29.670492157000066 ], [ 106.193757776000041, 29.670468649000043 ], [ 106.193809395000073, 29.67041180800004 ], [ 106.193806953000035, 29.67036898200007 ], [ 106.193838050000068, 29.670323600000081 ], [ 106.193920545000026, 29.670257459000087 ], [ 106.193943491000027, 29.670232447000053 ], [ 106.194011341000078, 29.670292722000056 ], [ 106.194060558000047, 29.670305810000055 ], [ 106.194182541000032, 29.67019421100008 ], [ 106.19422810500005, 29.670171249000081 ], [ 106.194261930000039, 29.670247618000083 ], [ 106.194260741000051, 29.670310771000057 ], [ 106.194294141000057, 29.670342984000069 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.192981687000042, 29.671387988000056 ], [ 106.192942901000038, 29.671368023000067 ], [ 106.192882392000058, 29.671303710000075 ], [ 106.192881735000071, 29.671307387000066 ], [ 106.192826886000034, 29.671378123000068 ], [ 106.192797355000039, 29.671497261000066 ], [ 106.192810392000069, 29.671558785000062 ], [ 106.192892667000081, 29.671947041000067 ], [ 106.192895637000049, 29.671961056000043 ], [ 106.19293983700004, 29.672036304000073 ], [ 106.193002148000062, 29.672073565000066 ], [ 106.193255027000077, 29.672094271000049 ], [ 106.193260311000088, 29.672076507000035 ], [ 106.193261955000025, 29.672051687000078 ], [ 106.193253377000076, 29.672035977000057 ], [ 106.193226778000053, 29.672024941000071 ], [ 106.193198994000056, 29.672022936000079 ], [ 106.193156444000067, 29.672027830000044 ], [ 106.193123444000051, 29.672021361000073 ], [ 106.193101956000078, 29.672005769000052 ], [ 106.193090177000045, 29.671992345000035 ], [ 106.193075709000027, 29.671969925000042 ], [ 106.193058554000061, 29.671938508000043 ], [ 106.193056997000042, 29.671915970000047 ], [ 106.193054175000043, 29.671895700000054 ], [ 106.193052803000072, 29.67188894700007 ], [ 106.193036320000033, 29.671859779000041 ], [ 106.193012843000076, 29.671839694000077 ], [ 106.193001496000079, 29.671808226000056 ], [ 106.193034152000052, 29.671785380000074 ], [ 106.193043648000071, 29.671769509000057 ], [ 106.193048032000036, 29.671758194000056 ], [ 106.193069122000054, 29.671739964000036 ], [ 106.193090263000045, 29.671726243000077 ], [ 106.193093949000072, 29.671710424000079 ], [ 106.193093684000075, 29.671687875000092 ], [ 106.193087906000073, 29.671636060000075 ], [ 106.193079409000063, 29.671627116000085 ], [ 106.193050987000049, 29.671570995000081 ], [ 106.193016729000078, 29.671512670000087 ], [ 106.192978677000056, 29.671461145000084 ], [ 106.192973760000029, 29.671427364000074 ], [ 106.192981699000029, 29.671388955000058 ], [ 106.192981687000042, 29.671387988000056 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.191969309000058, 29.672725904000053 ], [ 106.192047170000095, 29.672640587000046 ], [ 106.192176391000032, 29.672488495000039 ], [ 106.192241307000074, 29.67241209000008 ], [ 106.192386339000052, 29.672241735000053 ], [ 106.192353278000041, 29.672246163000061 ], [ 106.192304712000066, 29.672201582000064 ], [ 106.192277899000032, 29.672178644000038 ], [ 106.192266733000054, 29.672087654000048 ], [ 106.192138176000071, 29.672189926000044 ], [ 106.192075752000051, 29.672223402000043 ], [ 106.192008839000039, 29.672231320000037 ], [ 106.191808316000049, 29.672273353000044 ], [ 106.191754181000093, 29.672299440000085 ], [ 106.191746582000064, 29.67236533900007 ], [ 106.191727068000034, 29.672486204000048 ], [ 106.191677422000055, 29.672537852000058 ], [ 106.191577527000049, 29.67258995200006 ], [ 106.191485877000048, 29.672631006000074 ], [ 106.191461183000058, 29.672667801000049 ], [ 106.191445295000065, 29.672741090000045 ], [ 106.19144602800003, 29.672803256000069 ], [ 106.191472102000034, 29.672883481000042 ], [ 106.191573637000033, 29.672970342000038 ], [ 106.191640982000081, 29.672998994000068 ], [ 106.191661832000079, 29.672991492000055 ], [ 106.191728400000045, 29.672954321000077 ], [ 106.191902463000076, 29.672799151000046 ], [ 106.191969309000058, 29.672725904000053 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.192892667000081, 29.671947041000067 ], [ 106.192810392000069, 29.671558785000062 ], [ 106.19271066400006, 29.671653473000045 ], [ 106.192658549000043, 29.671783477000076 ], [ 106.19261202000007, 29.671899540000084 ], [ 106.192565279000064, 29.672090554000071 ], [ 106.192584732000057, 29.672087840000078 ], [ 106.192632177000064, 29.672075263000071 ], [ 106.192669033000072, 29.672057798000086 ], [ 106.192646865000029, 29.671992522000032 ], [ 106.192697209000073, 29.67198506800008 ], [ 106.192892667000081, 29.671947041000067 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.194534051000062, 29.675300664000076 ], [ 106.194479621000028, 29.675323046000067 ], [ 106.194445296000026, 29.675337160000076 ], [ 106.19439914000003, 29.675423134000088 ], [ 106.194356953000067, 29.67550171300007 ], [ 106.194229523000047, 29.675884962000062 ], [ 106.194248214000027, 29.676291153000076 ], [ 106.194333699000026, 29.676472335000096 ], [ 106.194338364000032, 29.676477864000045 ], [ 106.194598656000039, 29.676345592000079 ], [ 106.19465923100006, 29.676199979000042 ], [ 106.194647778000046, 29.676109416000084 ], [ 106.194592441000054, 29.675819783000058 ], [ 106.194598322000047, 29.675438932000077 ], [ 106.194534051000062, 29.675300664000076 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.195205636000026, 29.676647769000041 ], [ 106.195387897000046, 29.676453803000065 ], [ 106.195372148000047, 29.676397029000043 ], [ 106.195374749000052, 29.676362895000075 ], [ 106.195389367000075, 29.676328652000059 ], [ 106.195403894000037, 29.676286538000056 ], [ 106.195439388000068, 29.676238987000087 ], [ 106.19542098800008, 29.676207666000039 ], [ 106.19537576700003, 29.676194954000035 ], [ 106.195300780000025, 29.676206126000068 ], [ 106.195240784000077, 29.676214539000057 ], [ 106.195237252000041, 29.676169964000053 ], [ 106.19520962200005, 29.676120359000034 ], [ 106.195151856000052, 29.676063154000076 ], [ 106.195070084000065, 29.676008789000043 ], [ 106.194937362000076, 29.675965379000047 ], [ 106.194859587000053, 29.675994943000035 ], [ 106.194794111000078, 29.676048012000081 ], [ 106.194734983000046, 29.676129887000052 ], [ 106.194703330000038, 29.676248250000075 ], [ 106.194725852000033, 29.676373995000066 ], [ 106.194835811000075, 29.676525192000039 ], [ 106.194969123000078, 29.676618451000088 ], [ 106.19511383300005, 29.676659128000043 ], [ 106.195205636000026, 29.676647769000041 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.196444532000044, 29.677401187000047 ], [ 106.196590313000058, 29.677267027000077 ], [ 106.196567720000075, 29.677267232000073 ], [ 106.196485092000046, 29.677267979000085 ], [ 106.19640033900005, 29.677252958000047 ], [ 106.19631163400004, 29.677231209000073 ], [ 106.196288774000038, 29.677208863000086 ], [ 106.196278017000054, 29.677172880000054 ], [ 106.196282110000027, 29.677136761000039 ], [ 106.196299890000034, 29.677111794000052 ], [ 106.196318344000076, 29.677089077000062 ], [ 106.19633693100009, 29.677077633000067 ], [ 106.196373700000038, 29.677075046000088 ], [ 106.196400866000047, 29.67707931100005 ], [ 106.196427305000043, 29.677076817000049 ], [ 106.196449606000044, 29.677051810000076 ], [ 106.196465584000066, 29.677038135000092 ], [ 106.196428953000066, 29.676997874000055 ], [ 106.196428174000062, 29.676986605000081 ], [ 106.196321581000063, 29.676980803000056 ], [ 106.196274889000051, 29.676963184000044 ], [ 106.196292670000062, 29.676899913000049 ], [ 106.19626173000006, 29.676919035000083 ], [ 106.196154033000028, 29.676959366000048 ], [ 106.196057924000058, 29.676962858000085 ], [ 106.196006536000027, 29.676937082000048 ], [ 106.195993835000081, 29.676879469000074 ], [ 106.19599643600003, 29.676845336000042 ], [ 106.196043949000057, 29.676797676000035 ], [ 106.196154568000054, 29.676678026000047 ], [ 106.19613959600008, 29.676659967000038 ], [ 106.196102586000052, 29.676642260000051 ], [ 106.19606062600009, 29.676642640000065 ], [ 106.196021249000069, 29.676642995000062 ], [ 106.195954060000076, 29.676639090000045 ], [ 106.195923076000042, 29.676639370000089 ], [ 106.19587264400009, 29.676633061000075 ], [ 106.19585244600006, 29.676617458000059 ], [ 106.195804999000075, 29.676590823000076 ], [ 106.195792064000045, 29.676588686000056 ], [ 106.195761510000068, 29.676570921000057 ], [ 106.195737424000072, 29.676562588000085 ], [ 106.195765732000055, 29.676964507000037 ], [ 106.195778477000033, 29.677145465000077 ], [ 106.196021598000073, 29.677225337000035 ], [ 106.196162886000081, 29.677252470000042 ], [ 106.196250337000038, 29.677311653000064 ], [ 106.196360174000063, 29.677432006000064 ], [ 106.196416592000048, 29.677397379000073 ], [ 106.196444532000044, 29.677401187000047 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.196360174000063, 29.677432006000064 ], [ 106.196250337000038, 29.677311653000064 ], [ 106.196162886000081, 29.677252470000042 ], [ 106.196021598000073, 29.677225337000035 ], [ 106.195778477000033, 29.677145465000077 ], [ 106.195643708000048, 29.677058302000034 ], [ 106.195588972000053, 29.677014606000057 ], [ 106.195559237000055, 29.676945434000064 ], [ 106.195537477000073, 29.676939317000066 ], [ 106.195465306000074, 29.676949437000079 ], [ 106.195444069000089, 29.676987506000042 ], [ 106.19544131400005, 29.677060128000051 ], [ 106.195511141000054, 29.677157347000033 ], [ 106.195617371000026, 29.67727633200008 ], [ 106.195784220000064, 29.677499723000039 ], [ 106.195812501000034, 29.677496243000061 ], [ 106.195944901000075, 29.677489114000085 ], [ 106.196060810000063, 29.677523665000081 ], [ 106.196101851000037, 29.677547027000053 ], [ 106.196152804000064, 29.677574673000038 ], [ 106.196193983000057, 29.677581792000069 ], [ 106.196232642000041, 29.677595672000049 ], [ 106.196292431000074, 29.677603820000048 ], [ 106.196296071000063, 29.677605891000034 ], [ 106.196312001000095, 29.677524663000039 ], [ 106.196339986000055, 29.677444395000062 ], [ 106.196360174000063, 29.677432006000064 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.197131996000053, 29.673388422000066 ], [ 106.19707053500008, 29.67331882600007 ], [ 106.197003550000034, 29.673136726000049 ], [ 106.196913442000039, 29.672743822000083 ], [ 106.196816954000042, 29.672309803000079 ], [ 106.196783935000042, 29.672258635000048 ], [ 106.196748030000037, 29.672212639000069 ], [ 106.196597504000067, 29.671694190000039 ], [ 106.196458986000039, 29.671443254000057 ], [ 106.196438047000072, 29.671413911000062 ], [ 106.196370477000073, 29.671481694000075 ], [ 106.196156513000062, 29.671668784000065 ], [ 106.19599692900006, 29.671884429000048 ], [ 106.195952319000071, 29.671979226000069 ], [ 106.195966938000026, 29.672160623000082 ], [ 106.195980483000028, 29.672251265000057 ], [ 106.196052697000027, 29.672381315000056 ], [ 106.196292476000053, 29.672618767000074 ], [ 106.196416250000027, 29.672734583000079 ], [ 106.196840094000038, 29.673131173000058 ], [ 106.196960783000065, 29.673255021000045 ], [ 106.197042005000085, 29.673338368000092 ], [ 106.197089331000029, 29.67340471000005 ], [ 106.197138493000082, 29.673943535000031 ], [ 106.197206530000074, 29.674191013000041 ], [ 106.197320504000075, 29.67431920000007 ], [ 106.19750506400004, 29.674410566000066 ], [ 106.197723274000055, 29.674489737000048 ], [ 106.197645958000066, 29.67433487400006 ], [ 106.197479751000074, 29.673958745000043 ], [ 106.197358230000077, 29.673732111000046 ], [ 106.197233886000049, 29.673545860000051 ], [ 106.197131996000053, 29.673388422000066 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.196159588000057, 29.670645776000065 ], [ 106.196136254000081, 29.670659668000027 ], [ 106.196057574000065, 29.670685792000079 ], [ 106.195945512000037, 29.670701326000085 ], [ 106.195802898000068, 29.670698282000043 ], [ 106.195874831000026, 29.670786079000038 ], [ 106.196077223000032, 29.670959212000071 ], [ 106.196307096000055, 29.671230405000081 ], [ 106.196401963000028, 29.671363347000067 ], [ 106.196438047000072, 29.671413911000062 ], [ 106.196469082000092, 29.671382779000059 ], [ 106.196513947000028, 29.67130976300006 ], [ 106.196504473000061, 29.671211822000085 ], [ 106.196452313000066, 29.671019872000045 ], [ 106.196376631000078, 29.670947944000091 ], [ 106.196301249000044, 29.670901427000043 ], [ 106.196221539000078, 29.670840427000091 ], [ 106.196183096000027, 29.67075364000004 ], [ 106.196159588000057, 29.670645776000065 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.196960783000065, 29.673255021000045 ], [ 106.196840094000038, 29.673131173000058 ], [ 106.196416250000027, 29.672734583000079 ], [ 106.196403501000077, 29.67277656100002 ], [ 106.196360466000044, 29.67279498900006 ], [ 106.196289620000073, 29.672809160000043 ], [ 106.196260007000035, 29.672816194000067 ], [ 106.196241340000029, 29.672820872000049 ], [ 106.19622864400003, 29.672839027000069 ], [ 106.196230902000082, 29.672866068000076 ], [ 106.196257095000078, 29.67289740200005 ], [ 106.196284121000076, 29.672944516000086 ], [ 106.196320132000039, 29.672987039000073 ], [ 106.196354045000092, 29.673016048000083 ], [ 106.196388040000045, 29.673051822000041 ], [ 106.196416868000028, 29.673087643000073 ], [ 106.196418640000047, 29.673128219000034 ], [ 106.196387224000034, 29.67314654300008 ], [ 106.196368717000055, 29.673164751000062 ], [ 106.196367156000065, 29.673196337000039 ], [ 106.196354672000041, 29.673232531000053 ], [ 106.196327128000064, 29.673250820000082 ], [ 106.196298779000074, 29.673255586000046 ], [ 106.19627285200005, 29.673246801000062 ], [ 106.196251982000035, 29.673228948000087 ], [ 106.196227399000065, 29.673224660000077 ], [ 106.196186113000081, 29.673227288000071 ], [ 106.196152654000059, 29.67323661000006 ], [ 106.196109485000079, 29.673243765000045 ], [ 106.19607591700003, 29.673244069000074 ], [ 106.19605701100005, 29.673228453000043 ], [ 106.196054755000034, 29.67320141200009 ], [ 106.196091980000062, 29.673183036000072 ], [ 106.196166727000048, 29.673171086000075 ], [ 106.19620954800007, 29.673134618000063 ], [ 106.196231847000035, 29.673109609000058 ], [ 106.196246294000062, 29.673075653000073 ], [ 106.196248016000027, 29.673057597000081 ], [ 106.196213943000032, 29.673015057000043 ], [ 106.19617965100008, 29.673008602000039 ], [ 106.196159800000032, 29.673022311000071 ], [ 106.196112891000041, 29.673040776000047 ], [ 106.196068139000033, 29.673023139000062 ], [ 106.196033552000074, 29.672991879000051 ], [ 106.195997703000046, 29.672962887000029 ], [ 106.195958919000077, 29.672958727000037 ], [ 106.19590598700006, 29.672959205000033 ], [ 106.195876293000026, 29.672959472000052 ], [ 106.195846007000057, 29.672964257000046 ], [ 106.195845037000041, 29.672991326000048 ], [ 106.195783981000034, 29.673014429000087 ], [ 106.195733978000078, 29.673044195000049 ], [ 106.19568763400008, 29.673055889000068 ], [ 106.195648824000045, 29.673049474000024 ], [ 106.195639978000031, 29.67301121700007 ], [ 106.195635865000042, 29.672990958000071 ], [ 106.195613810000054, 29.672982138000066 ], [ 106.19557136800006, 29.672996051000041 ], [ 106.195543072000078, 29.673005327000059 ], [ 106.195521877000033, 29.673014538000075 ], [ 106.195500655000046, 29.673021495000061 ], [ 106.195470556000046, 29.673042063000082 ], [ 106.195446587000049, 29.67308963500005 ], [ 106.195427269000049, 29.673148443000059 ], [ 106.195421294000028, 29.673189088000065 ], [ 106.19539966800005, 29.673216345000071 ], [ 106.19539743200005, 29.67324568100009 ], [ 106.195388672000036, 29.673250689000042 ], [ 106.195406172000048, 29.673344741000047 ], [ 106.195542660000058, 29.673639681000058 ], [ 106.195590373000073, 29.673737974000062 ], [ 106.195562537000058, 29.673861905000077 ], [ 106.195587235000076, 29.673846080000093 ], [ 106.195609774000047, 29.673841367000072 ], [ 106.195634357000074, 29.673845654000043 ], [ 106.195658700000081, 29.673829649000083 ], [ 106.195681806000039, 29.673818165000061 ], [ 106.19569466300004, 29.673813540000076 ], [ 106.195714167000077, 29.673770516000044 ], [ 106.195713952000077, 29.673752478000036 ], [ 106.19569510000008, 29.673741372000055 ], [ 106.195674283000074, 29.673728029000078 ], [ 106.19566371600007, 29.673707829000072 ], [ 106.19566347500006, 29.673687535000056 ], [ 106.195670335000045, 29.673667177000077 ], [ 106.195697206000034, 29.673646639000083 ], [ 106.195724211000027, 29.673637374000066 ], [ 106.195772087000094, 29.673645963000062 ], [ 106.195812940000053, 29.673661380000055 ], [ 106.195827974000068, 29.673677030000071 ], [ 106.195850108000059, 29.673692616000039 ], [ 106.19586552100003, 29.673685712000054 ], [ 106.195880718000069, 29.673660768000047 ], [ 106.195898714000066, 29.673653841000089 ], [ 106.195878948000029, 29.673620192000037 ], [ 106.195839171000046, 29.673586726000053 ], [ 106.195819672000027, 29.673575625000062 ], [ 106.195805957000061, 29.673562218000082 ], [ 106.195792833000041, 29.673544298000085 ], [ 106.195766613000046, 29.673510708000038 ], [ 106.19573514800004, 29.673470398000063 ], [ 106.195715195000048, 29.673420966000037 ], [ 106.195703740000056, 29.673380479000052 ], [ 106.195677226000043, 29.673322085000056 ], [ 106.195665181000038, 29.673286112000092 ], [ 106.195710985000062, 29.673283444000042 ], [ 106.195742402000064, 29.67326511900006 ], [ 106.195746707000069, 29.673247039000046 ], [ 106.195746387000042, 29.673219981000038 ], [ 106.195759003000035, 29.673195062000048 ], [ 106.19578651900008, 29.673174516000074 ], [ 106.195827054000063, 29.673162875000052 ], [ 106.195831088000034, 29.673176371000068 ], [ 106.195812069000056, 29.67320585800007 ], [ 106.195791034000081, 29.673228599000094 ], [ 106.195784952000054, 29.673260226000085 ], [ 106.195794469000077, 29.673300731000037 ], [ 106.195830992000026, 29.673331972000074 ], [ 106.195871686000032, 29.673333861000049 ], [ 106.195903130000033, 29.673317791000049 ], [ 106.195950038000035, 29.673299326000059 ], [ 106.19598390200008, 29.673269705000052 ], [ 106.196011660000067, 29.673269454000032 ], [ 106.19601375700006, 29.673282966000045 ], [ 106.196005739000043, 29.673314610000087 ], [ 106.195973730000048, 29.673337449000083 ], [ 106.19593332900007, 29.673360366000054 ], [ 106.195908529000064, 29.673392161000042 ], [ 106.195895939000081, 29.673419335000059 ], [ 106.19587307300003, 29.673451112000066 ], [ 106.195864462000031, 29.673487273000031 ], [ 106.195880195000029, 29.673507426000072 ], [ 106.195935171000031, 29.673515951000073 ], [ 106.195986572000038, 29.673495191000082 ], [ 106.196027293000057, 29.673499334000038 ], [ 106.19604617300007, 29.67351269400006 ], [ 106.19607228700005, 29.673537262000085 ], [ 106.196062199000039, 29.67355765100006 ], [ 106.196062599000072, 29.673591473000045 ], [ 106.196064611000054, 29.673652343000075 ], [ 106.196080775000041, 29.673654452000044 ], [ 106.19609745200006, 29.673645282000063 ], [ 106.196124217000033, 29.673615723000065 ], [ 106.196156146000078, 29.673586119000053 ], [ 106.196193771000026, 29.673601565000077 ], [ 106.196232716000054, 29.67361925400008 ], [ 106.196316638000042, 29.673564373000087 ], [ 106.196342838000078, 29.673541586000049 ], [ 106.196379390000061, 29.673520961000069 ], [ 106.19641976500003, 29.673495790000061 ], [ 106.196432648000041, 29.673493418000074 ], [ 106.196493144000044, 29.673422965000047 ], [ 106.19652889300005, 29.67338881500007 ], [ 106.196592233000047, 29.673395008000064 ], [ 106.196653178000076, 29.673417009000048 ], [ 106.196665622000069, 29.673426131000035 ], [ 106.196960783000065, 29.673255021000045 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.194697255000051, 29.672727101000078 ], [ 106.19482608900006, 29.672671058000049 ], [ 106.195037206000052, 29.672614354000061 ], [ 106.195174462000068, 29.67261311600004 ], [ 106.19518230400007, 29.672613046000031 ], [ 106.195295828000042, 29.672594897000071 ], [ 106.195350081000072, 29.672539607000083 ], [ 106.195408679000082, 29.672422628000035 ], [ 106.19540661700006, 29.672248305000036 ], [ 106.195345283000051, 29.672133627000051 ], [ 106.195211200000074, 29.672071631000055 ], [ 106.195132485000045, 29.672048365000073 ], [ 106.194983749000073, 29.672073683000061 ], [ 106.194818790000056, 29.672125220000058 ], [ 106.194780557000058, 29.672137165000041 ], [ 106.194633205000059, 29.672221407000052 ], [ 106.194585775000064, 29.672248522000064 ], [ 106.194438496000032, 29.672397126000078 ], [ 106.194377054000029, 29.672429328000081 ], [ 106.194448151000074, 29.672444171000048 ], [ 106.194529535000072, 29.672524486000039 ], [ 106.194562063000035, 29.672659274000075 ], [ 106.194554715000038, 29.672788526000087 ], [ 106.19456075800008, 29.672786477000049 ], [ 106.194697255000051, 29.672727101000078 ] ], [ [ 106.19526400400008, 29.672117081000067 ], [ 106.19527570300005, 29.672123739000082 ], [ 106.195298563000051, 29.672146085000069 ], [ 106.195296002000077, 29.672202485000071 ], [ 106.19528104300008, 29.672247723000055 ], [ 106.19527436900006, 29.67228386500005 ], [ 106.195256050000069, 29.672317856000067 ], [ 106.195244265000042, 29.672358555000066 ], [ 106.195227131000081, 29.672383515000028 ], [ 106.195211957000026, 29.672410713000087 ], [ 106.195179357000029, 29.672438067000083 ], [ 106.195167791000074, 29.672442683000039 ], [ 106.195133041000076, 29.672452016000079 ], [ 106.195088127000091, 29.672420850000034 ], [ 106.19504752000006, 29.672371603000045 ], [ 106.195011456000032, 29.672324573000083 ], [ 106.19497539300005, 29.672277541000096 ], [ 106.194919645000041, 29.672203626000055 ], [ 106.194910022000045, 29.672154100000053 ], [ 106.194923957000071, 29.672131423000053 ], [ 106.194956689000037, 29.672115342000037 ], [ 106.194985551000059, 29.672099296000056 ], [ 106.19501508500008, 29.672085499000033 ], [ 106.195049270000027, 29.672082935000052 ], [ 106.195087354000066, 29.672082592000034 ], [ 106.195120355000029, 29.672089061000072 ], [ 106.19514762600005, 29.672102344000052 ], [ 106.195182644000056, 29.672115559000066 ], [ 106.195206527000053, 29.672115343000083 ], [ 106.195211585000038, 29.672106276000076 ], [ 106.195230870000046, 29.672099339000049 ], [ 106.195251660000054, 29.67211042700006 ], [ 106.19526400400008, 29.672117081000067 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.194168649000062, 29.66844805400007 ], [ 106.194175581000081, 29.668457846000088 ], [ 106.194211802000041, 29.668518407000072 ], [ 106.194250497000041, 29.668569926000082 ], [ 106.194268918000034, 29.66859907700006 ], [ 106.194275480000044, 29.668608038000063 ], [ 106.194283306000045, 29.668614732000037 ], [ 106.194292422000046, 29.668621416000057 ], [ 106.194302830000026, 29.668628087000055 ], [ 106.194314502000054, 29.668632492000082 ], [ 106.194324883000036, 29.668636909000043 ], [ 106.194335883000065, 29.668639064000043 ], [ 106.194346882000048, 29.66864122000003 ], [ 106.194359818000066, 29.668643360000086 ], [ 106.194368881000059, 29.668645532000088 ], [ 106.194378617000041, 29.668649955000035 ], [ 106.194387708000079, 29.668654382000064 ], [ 106.194405216000064, 29.668660990000035 ], [ 106.194424041000048, 29.668669841000046 ], [ 106.194430522000062, 29.668672038000061 ], [ 106.194436950000082, 29.668669725000097 ], [ 106.194443378000074, 29.668667412000048 ], [ 106.19445491700003, 29.668660543000044 ], [ 106.194462611000077, 29.668655964000035 ], [ 106.19446965800006, 29.668651390000029 ], [ 106.194476032000068, 29.668644567000054 ], [ 106.194483052000066, 29.668637739000083 ], [ 106.194490152000071, 29.668637675000074 ], [ 106.194498517000071, 29.668635343000066 ], [ 106.194513683000025, 29.668662269000038 ], [ 106.194522986000038, 29.668684735000042 ], [ 106.19452629400007, 29.668691472000035 ], [ 106.19453024700006, 29.668698200000044 ], [ 106.194533554000031, 29.668704937000086 ], [ 106.194538152000064, 29.668711660000042 ], [ 106.194544042000075, 29.668718371000068 ], [ 106.194547349000061, 29.66872510800005 ], [ 106.194550011000047, 29.668731848000043 ], [ 106.194551381000068, 29.668738601000097 ], [ 106.194551462000049, 29.668745367000042 ], [ 106.194550251000081, 29.668752143000049 ], [ 106.194543929000091, 29.668763475000048 ], [ 106.194533036000053, 29.668770338000062 ], [ 106.194526608000047, 29.668772652000087 ], [ 106.19452018000004, 29.668774964000079 ], [ 106.194513105000055, 29.668777284000047 ], [ 106.19449183100005, 29.668779731000093 ], [ 106.194484785000043, 29.668784303000045 ], [ 106.19448292800007, 29.668791086000056 ], [ 106.194483008000077, 29.66879785000009 ], [ 106.194487793000064, 29.668820358000062 ], [ 106.194501182000081, 29.668860829000046 ], [ 106.194519250000056, 29.668914789000041 ], [ 106.194527827000059, 29.668930498000073 ], [ 106.194531163000079, 29.668939487000046 ], [ 106.194533850000028, 29.668948484000055 ], [ 106.194535893000079, 29.668957485000082 ], [ 106.194536, 29.668966506000061 ], [ 106.194536160000041, 29.668980035000065 ], [ 106.194536175000053, 29.668981307000081 ], [ 106.194692142000065, 29.669016950000071 ], [ 106.194776706000027, 29.669058452000058 ], [ 106.194890221000037, 29.669126813000045 ], [ 106.19471855300003, 29.668940804000044 ], [ 106.194696626000052, 29.668842558000051 ], [ 106.194692986000064, 29.668785597000067 ], [ 106.19471246300003, 29.668676615000042 ], [ 106.194711514000062, 29.668596315000055 ], [ 106.194689741000047, 29.668511021000086 ], [ 106.194668672000034, 29.668485304000065 ], [ 106.19458504000005, 29.668436836000062 ], [ 106.194347995000044, 29.668351540000049 ], [ 106.194230292000043, 29.668332675000048 ], [ 106.194207499000072, 29.668343799000073 ], [ 106.194178585000031, 29.668365900000072 ], [ 106.194168704000063, 29.668411490000032 ], [ 106.194168649000062, 29.66844805400007 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.196159588000057, 29.670645776000065 ], [ 106.196198177000042, 29.670622804000061 ], [ 106.196206318000065, 29.67060820800009 ], [ 106.196209959000043, 29.67056460800007 ], [ 106.196159089000048, 29.670481564000056 ], [ 106.196066436000081, 29.670380745000038 ], [ 106.196040851000078, 29.670326517000046 ], [ 106.196036265000032, 29.670290252000083 ], [ 106.196069046000048, 29.670250020000072 ], [ 106.196168767000074, 29.67024549000007 ], [ 106.196205629000076, 29.670230367000045 ], [ 106.196159895000051, 29.670198372000073 ], [ 106.196142924000071, 29.670169481000066 ], [ 106.196133837000048, 29.670104212000073 ], [ 106.196157704000029, 29.67001323300007 ], [ 106.196194084000069, 29.669925770000084 ], [ 106.196189068000081, 29.669853204000042 ], [ 106.196221205000029, 29.669758519000084 ], [ 106.196265984000036, 29.669678242000078 ], [ 106.196311408000042, 29.669652418000066 ], [ 106.196392419000077, 29.669649143000072 ], [ 106.196395511000063, 29.669652165000063 ], [ 106.196391757000072, 29.669595560000054 ], [ 106.196359198000039, 29.669582854000058 ], [ 106.196241808000096, 29.669549855000071 ], [ 106.19614238500003, 29.669514073000069 ], [ 106.196090926000068, 29.669475238000071 ], [ 106.19605696900004, 29.669394327000081 ], [ 106.196004207000044, 29.669245467000053 ], [ 106.195829198000069, 29.668906454000076 ], [ 106.195694920000051, 29.668713790000083 ], [ 106.195585538000046, 29.668596880000056 ], [ 106.195470746000069, 29.668529797000073 ], [ 106.195365170000059, 29.668480971000061 ], [ 106.195229629000039, 29.668435034000087 ], [ 106.195132804000082, 29.668365169000079 ], [ 106.195084036000026, 29.668300111000061 ], [ 106.195081030000054, 29.668274907000065 ], [ 106.195022305000066, 29.668233797000074 ], [ 106.194995236000068, 29.66817082100005 ], [ 106.194884727000044, 29.668008020000059 ], [ 106.194731754000031, 29.667871465000076 ], [ 106.194576304000066, 29.667803899000027 ], [ 106.194418169000073, 29.667781628000053 ], [ 106.194459403000053, 29.667818759000049 ], [ 106.194621206000093, 29.667867265000044 ], [ 106.194825472000048, 29.667988062000056 ], [ 106.194900855000071, 29.668205407000077 ], [ 106.194962177000036, 29.668836889000087 ], [ 106.194955330000028, 29.669166023000052 ], [ 106.194988917000046, 29.669186250000052 ], [ 106.195104176000029, 29.669293806000052 ], [ 106.195237843000029, 29.669497726000085 ], [ 106.195494078000081, 29.670134923000031 ], [ 106.195703098000081, 29.670576470000082 ], [ 106.195802898000068, 29.670698282000043 ], [ 106.195945512000037, 29.670701326000085 ], [ 106.196057574000065, 29.670685792000079 ], [ 106.196136254000081, 29.670659668000027 ], [ 106.196159588000057, 29.670645776000065 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.197963281000057, 29.671801796000061 ], [ 106.197986870000079, 29.671776775000065 ], [ 106.198075036000034, 29.671753430000074 ], [ 106.198090475000072, 29.671748778000051 ], [ 106.198107621000077, 29.671749110000064 ], [ 106.198092431000077, 29.671592107000027 ], [ 106.198082256000077, 29.67133421700003 ], [ 106.197989638000081, 29.671027341000066 ], [ 106.197873254000058, 29.670817034000038 ], [ 106.197769667000046, 29.670485390000067 ], [ 106.197496819000037, 29.669685937000061 ], [ 106.19743326400004, 29.669428529000079 ], [ 106.19743898300004, 29.669310365000054 ], [ 106.197534466000036, 29.668958274000094 ], [ 106.197628120000047, 29.668752285000036 ], [ 106.197708865000038, 29.668658310000069 ], [ 106.197964170000034, 29.668578296000078 ], [ 106.198120642000049, 29.668567556000081 ], [ 106.198223954000071, 29.668575948000061 ], [ 106.198302762000026, 29.668618749000068 ], [ 106.198370707000038, 29.668646109000058 ], [ 106.19844925700005, 29.668667155000033 ], [ 106.198549010000079, 29.668675580000063 ], [ 106.198662962000071, 29.668680764000037 ], [ 106.198702826000044, 29.668685655000051 ], [ 106.198626527000044, 29.668654334000049 ], [ 106.198536509000064, 29.668589512000036 ], [ 106.198483969000051, 29.668516146000059 ], [ 106.198481998000048, 29.66845707300007 ], [ 106.198509528000045, 29.668423470000047 ], [ 106.198571963000063, 29.668415104000079 ], [ 106.198705668000059, 29.668390490000032 ], [ 106.198812669000063, 29.668373918000039 ], [ 106.19903146200005, 29.668368039000086 ], [ 106.199166858000069, 29.668378433000036 ], [ 106.19911125200008, 29.668346780000029 ], [ 106.199087902000031, 29.668318848000077 ], [ 106.199077721000037, 29.668306668000074 ], [ 106.19895123200007, 29.668232754000091 ], [ 106.198838444000046, 29.668199133000073 ], [ 106.198745761000055, 29.668188424000046 ], [ 106.198553786000048, 29.668167065000031 ], [ 106.198183602000029, 29.668170414000095 ], [ 106.198090210000032, 29.668154976000036 ], [ 106.198084241000061, 29.668153990000064 ], [ 106.198031289000028, 29.668148696000053 ], [ 106.197985016000075, 29.668149113000077 ], [ 106.197826640000088, 29.668173640000074 ], [ 106.197713961000034, 29.668206256000076 ], [ 106.19766192700007, 29.668221318000064 ], [ 106.197358463000057, 29.668276023000086 ], [ 106.197081304000051, 29.668318943000092 ], [ 106.196882922000043, 29.668314961000075 ], [ 106.196691082000029, 29.668305146000076 ], [ 106.196598195000036, 29.66827711600007 ], [ 106.196431637000046, 29.668168920000085 ], [ 106.196318782000048, 29.668129523000069 ], [ 106.196252540000046, 29.668118574000058 ], [ 106.19621287700005, 29.668118932000084 ], [ 106.195987589000026, 29.668159437000043 ], [ 106.195942396000078, 29.668167562000065 ], [ 106.19589041200004, 29.66824334800009 ], [ 106.195886787000063, 29.668355894000051 ], [ 106.195905486000072, 29.668409368000088 ], [ 106.196017852000068, 29.668467494000076 ], [ 106.196135072000061, 29.66856431300004 ], [ 106.196363250000047, 29.668904819000094 ], [ 106.196933117000071, 29.669707151000068 ], [ 106.197187320000069, 29.670109508000056 ], [ 106.197211436000032, 29.670136990000056 ], [ 106.197294662000047, 29.670323996000029 ], [ 106.19734131000007, 29.670579359000051 ], [ 106.19736963500003, 29.670752615000076 ], [ 106.197371117000046, 29.670751763000048 ], [ 106.197422436000068, 29.670724238000041 ], [ 106.197451216000047, 29.670701427000036 ], [ 106.197488494000027, 29.670687560000097 ], [ 106.197503366000035, 29.670689681000059 ], [ 106.197513268000094, 29.670707069000063 ], [ 106.19752380500006, 29.670725578000095 ], [ 106.197542792000036, 29.670747955000081 ], [ 106.197561133000079, 29.670770342000072 ], [ 106.197592624000038, 29.670812904000055 ], [ 106.197607280000057, 29.670851109000065 ], [ 106.197610155000064, 29.670875889000055 ], [ 106.197589201000028, 29.670905395000087 ], [ 106.197568087000036, 29.670921371000077 ], [ 106.197512814000049, 29.670942167000078 ], [ 106.197471556000039, 29.670947049000063 ], [ 106.197431189000042, 29.670918098000076 ], [ 106.197424719000026, 29.670904062000083 ], [ 106.197414623000043, 29.67088216500008 ], [ 106.197406638000075, 29.670861941000048 ], [ 106.197396122000043, 29.670846250000075 ], [ 106.197383587000047, 29.670837956000071 ], [ 106.197448809000051, 29.671236898000075 ], [ 106.197688264000078, 29.67191934100002 ], [ 106.197958037000049, 29.671795079000052 ], [ 106.197963281000057, 29.671801796000061 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.200195471000029, 29.678270944000076 ], [ 106.200178237000046, 29.678282294000041 ], [ 106.200142905000064, 29.678287140000066 ], [ 106.200092747000042, 29.678253293000061 ], [ 106.200047175000066, 29.678164524000056 ], [ 106.199931218000089, 29.677882018000044 ], [ 106.199827797000069, 29.677773191000085 ], [ 106.199764549000065, 29.677739463000069 ], [ 106.199720035000041, 29.677739866000081 ], [ 106.199616141000035, 29.677811695000059 ], [ 106.19941872000004, 29.678001937000094 ], [ 106.199399302000074, 29.678010636000067 ], [ 106.199389745000076, 29.678035878000053 ], [ 106.199369268000055, 29.678066392000066 ], [ 106.199338552000029, 29.67811216400008 ], [ 106.199300747000052, 29.678145869000048 ], [ 106.199269925000067, 29.678182543000052 ], [ 106.199238956000045, 29.678207087000093 ], [ 106.199202354000079, 29.678222243000057 ], [ 106.199246370000026, 29.678246448000042 ], [ 106.199278173000039, 29.678290271000037 ], [ 106.199384017000057, 29.678135804000075 ], [ 106.199494652000055, 29.67806176800007 ], [ 106.199634031000073, 29.678060506000065 ], [ 106.199773916000026, 29.678101843000036 ], [ 106.19990770000004, 29.678216271000039 ], [ 106.200042494000058, 29.678415894000064 ], [ 106.200239938000038, 29.678608865000061 ], [ 106.200342984000031, 29.678704445000044 ], [ 106.20021334900008, 29.678400484000065 ], [ 106.200195471000029, 29.678270944000076 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.200421132000031, 29.679012472000068 ], [ 106.200420550000047, 29.678963429000081 ], [ 106.200359725000055, 29.678743700000037 ], [ 106.200342984000031, 29.678704445000044 ], [ 106.200239938000038, 29.678608865000061 ], [ 106.200042494000058, 29.678415894000064 ], [ 106.19990770000004, 29.678216271000039 ], [ 106.199773916000026, 29.678101843000036 ], [ 106.199634031000073, 29.678060506000065 ], [ 106.199494652000055, 29.67806176800007 ], [ 106.199384017000057, 29.678135804000075 ], [ 106.199278173000039, 29.678290271000037 ], [ 106.199304037000047, 29.678357022000053 ], [ 106.199336489000075, 29.678378398000063 ], [ 106.199342207000029, 29.678421536000073 ], [ 106.199350421000091, 29.678455560000089 ], [ 106.199350880000054, 29.678494200000046 ], [ 106.199353834000078, 29.678523726000037 ], [ 106.199380267000038, 29.678557583000043 ], [ 106.199409250000031, 29.67858687200005 ], [ 106.199482643000067, 29.678629398000048 ], [ 106.199555875000044, 29.678658287000072 ], [ 106.199665738000078, 29.678702756000057 ], [ 106.199720507000052, 29.678711353000036 ], [ 106.199767439000027, 29.678717747000075 ], [ 106.199822371000039, 29.678739982000074 ], [ 106.199874888000068, 29.678778150000081 ], [ 106.199932933000071, 29.678843547000035 ], [ 106.199975174000031, 29.678893175000031 ], [ 106.200019828000052, 29.678926868000076 ], [ 106.200095933000057, 29.678978462000082 ], [ 106.200140561000069, 29.679009883000042 ], [ 106.200172147000046, 29.679039148000065 ], [ 106.200247420000039, 29.679077324000048 ], [ 106.200311878000036, 29.679071730000093 ], [ 106.20042128800003, 29.679025553000088 ], [ 106.200421132000031, 29.679012472000068 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.20249440200007, 29.679460221000049 ], [ 106.202442486000052, 29.679398125000027 ], [ 106.202347943000063, 29.679291473000038 ], [ 106.202190023000071, 29.679188651000054 ], [ 106.20213291400006, 29.679164362000055 ], [ 106.202066025000093, 29.679234872000055 ], [ 106.20206612100003, 29.679242935000048 ], [ 106.202052941000034, 29.679299500000059 ], [ 106.202076888000079, 29.679371855000053 ], [ 106.202188694000029, 29.67945550800005 ], [ 106.202357677000066, 29.679583091000037 ], [ 106.202364748000051, 29.679506323000066 ], [ 106.202387544000032, 29.679481926000051 ], [ 106.202424237000059, 29.679461434000075 ], [ 106.202447224000039, 29.679453162000069 ], [ 106.20249440200007, 29.679460221000049 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.20366858400007, 29.681162558000043 ], [ 106.203683505000072, 29.681162423000046 ], [ 106.203709930000059, 29.681188246000097 ], [ 106.203751588000046, 29.681239994000059 ], [ 106.203817336000043, 29.681434872000072 ], [ 106.203890391000073, 29.681616652000059 ], [ 106.203958511000053, 29.681697481000064 ], [ 106.204026476000081, 29.681765280000029 ], [ 106.204176825000047, 29.681858393000077 ], [ 106.204214171000046, 29.681861311000034 ], [ 106.204281281000078, 29.681857444000059 ], [ 106.204325776000076, 29.681834233000075 ], [ 106.204348598000081, 29.681820646000062 ], [ 106.204381346000062, 29.681801149000083 ], [ 106.204440453000075, 29.68175174300006 ], [ 106.204443084000047, 29.681746063000034 ], [ 106.204458640000041, 29.681712483000062 ], [ 106.204461245000061, 29.681617979000066 ], [ 106.204450365000071, 29.681331381000064 ], [ 106.204464588000064, 29.681272609000068 ], [ 106.20451607800004, 29.681210242000077 ], [ 106.204604973000073, 29.681144173000057 ], [ 106.204649213000039, 29.681111293000072 ], [ 106.204763933000038, 29.681081161000066 ], [ 106.204758962000028, 29.680914500000085 ], [ 106.204779672000029, 29.680740189000058 ], [ 106.204756322000037, 29.680693141000056 ], [ 106.204680931000055, 29.680581890000049 ], [ 106.204667746000041, 29.680552513000066 ], [ 106.204604973000073, 29.680571169000075 ], [ 106.204197931000067, 29.680692139000087 ], [ 106.203820447000055, 29.680790039000037 ], [ 106.203611141000067, 29.680815558000067 ], [ 106.203366623000079, 29.680723309000079 ], [ 106.203267177000043, 29.680646993000042 ], [ 106.203100488000075, 29.680519074000074 ], [ 106.203089849000037, 29.680446146000069 ], [ 106.203058164000026, 29.680228954000082 ], [ 106.203056583000034, 29.680096208000066 ], [ 106.203076167000063, 29.680038502000059 ], [ 106.203111006000029, 29.679985081000041 ], [ 106.203141146000064, 29.67996268100006 ], [ 106.203150648000076, 29.67990949100005 ], [ 106.203149805000066, 29.679838693000086 ], [ 106.203142999000079, 29.679692720000041 ], [ 106.20309676200003, 29.679640035000091 ], [ 106.202767085000062, 29.679191645000056 ], [ 106.202567094000074, 29.678994320000076 ], [ 106.202496451000059, 29.678949998000061 ], [ 106.202319309000075, 29.67883885600008 ], [ 106.202240318000065, 29.678789295000065 ], [ 106.20193746800004, 29.678654047000069 ], [ 106.201929534000044, 29.678650504000075 ], [ 106.201878178000072, 29.678593441000096 ], [ 106.201758631000075, 29.678475485000035 ], [ 106.201678190000052, 29.678396115000059 ], [ 106.201493244000062, 29.678185376000044 ], [ 106.201349787000026, 29.678053917000049 ], [ 106.201191705000042, 29.677971269000064 ], [ 106.201105248000033, 29.677945501000071 ], [ 106.200982216000057, 29.677827132000061 ], [ 106.200884257000041, 29.677686410000032 ], [ 106.200826889000041, 29.677549744000078 ], [ 106.200790472000051, 29.677470418000041 ], [ 106.200739169000045, 29.677417779000052 ], [ 106.200596555000061, 29.677357117000042 ], [ 106.200495001000036, 29.677340336000047 ], [ 106.200338079000062, 29.677355034000076 ], [ 106.200282024000046, 29.677328989000049 ], [ 106.200225812000042, 29.67728967100004 ], [ 106.200210139000035, 29.67724998500006 ], [ 106.200173774000064, 29.67717508200008 ], [ 106.200162326000054, 29.677064554000076 ], [ 106.200191258000075, 29.676940381000069 ], [ 106.200225361000037, 29.676825015000077 ], [ 106.200260169000046, 29.676771643000055 ], [ 106.200051947000077, 29.676792200000083 ], [ 106.199876957000072, 29.676844851000055 ], [ 106.19983340000006, 29.676907144000033 ], [ 106.19985461300007, 29.677059455000055 ], [ 106.199915501000078, 29.677284832000048 ], [ 106.200054468000076, 29.677549040000081 ], [ 106.200135499000055, 29.677836366000061 ], [ 106.200142476000053, 29.677886918000066 ], [ 106.200178854000072, 29.677913490000037 ], [ 106.200242890000027, 29.677965035000057 ], [ 106.200356157000044, 29.678078037000034 ], [ 106.200488388000053, 29.678216929000087 ], [ 106.200516497000081, 29.678248164000085 ], [ 106.200526195000066, 29.678258940000024 ], [ 106.200582268000062, 29.678268205000052 ], [ 106.200597189000064, 29.678268070000055 ], [ 106.200638224000045, 29.678267697000088 ], [ 106.200709103000065, 29.678267056000035 ], [ 106.200813555000082, 29.678266110000038 ], [ 106.200873475000037, 29.678285114000062 ], [ 106.200926127000059, 29.678320474000095 ], [ 106.200982626000041, 29.678365573000065 ], [ 106.201043166000034, 29.678436698000045 ], [ 106.201122822000059, 29.678546746000055 ], [ 106.201183748000076, 29.678650447000045 ], [ 106.20124278600008, 29.678732872000072 ], [ 106.201267212000062, 29.678766976000084 ], [ 106.201465121000069, 29.678909701000055 ], [ 106.201699974000064, 29.679079069000057 ], [ 106.201769503000037, 29.679094300000088 ], [ 106.201857080000082, 29.679113481000059 ], [ 106.202054912000051, 29.679121461000083 ], [ 106.202107527000067, 29.67915356300005 ], [ 106.20213291400006, 29.679164362000055 ], [ 106.202190023000071, 29.679188651000054 ], [ 106.202347943000063, 29.679291473000038 ], [ 106.202442486000052, 29.679398125000027 ], [ 106.20249440200007, 29.679460221000049 ], [ 106.202499256000067, 29.679466026000053 ], [ 106.202537259000053, 29.679524324000059 ], [ 106.202560496000046, 29.679595787000039 ], [ 106.202580157000057, 29.679680315000049 ], [ 106.202575832000036, 29.679773712000046 ], [ 106.202571252000041, 29.679872613000036 ], [ 106.202591534000078, 29.680009261000059 ], [ 106.202600739000047, 29.680155784000082 ], [ 106.202639868000063, 29.680308550000067 ], [ 106.202663491000067, 29.68041259000006 ], [ 106.202730561000067, 29.680502195000088 ], [ 106.202750689000027, 29.680529084000057 ], [ 106.202833653000027, 29.680603263000076 ], [ 106.202890387000025, 29.68066790600005 ], [ 106.202939620000052, 29.680729360000043 ], [ 106.202947198000061, 29.680739065000068 ], [ 106.202974310000059, 29.680761031000081 ], [ 106.203018776000093, 29.680797058000056 ], [ 106.203079280000054, 29.680864924000051 ], [ 106.203154312000038, 29.680961024000052 ], [ 106.203155054000035, 29.68096197400007 ], [ 106.203230906000044, 29.681065538000041 ], [ 106.203302679000046, 29.681139819000069 ], [ 106.203375228000027, 29.681279250000049 ], [ 106.20340219600007, 29.681350681000069 ], [ 106.203438021000068, 29.681539314000084 ], [ 106.203465920000042, 29.681688924000071 ], [ 106.203466545000026, 29.681693411000079 ], [ 106.203486320000081, 29.681835346000067 ], [ 106.203515699000036, 29.681877938000067 ], [ 106.203524285000071, 29.681890385000084 ], [ 106.20363756100005, 29.682003383000051 ], [ 106.203697329000079, 29.682009355000051 ], [ 106.203715903000045, 29.682002672000067 ], [ 106.203767937000066, 29.681985909000044 ], [ 106.203779012000041, 29.681976035000037 ], [ 106.203781889000027, 29.681904335000059 ], [ 106.203777654000078, 29.681862020000036 ], [ 106.203772914000069, 29.68177735700004 ], [ 106.203764560000081, 29.681702502000068 ], [ 106.203756555000041, 29.681656963000076 ], [ 106.203748551000047, 29.681611425000082 ], [ 106.203736700000036, 29.681556148000084 ], [ 106.203629876000036, 29.681358385000056 ], [ 106.20363283000006, 29.681293200000081 ], [ 106.203632054000082, 29.681228048000033 ], [ 106.203635280000071, 29.681185666000093 ], [ 106.203649969000026, 29.681165985000064 ], [ 106.20366858400007, 29.681162558000043 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.203588124000078, 29.680357894000061 ], [ 106.203810611000051, 29.680336781000054 ], [ 106.20390868100003, 29.680309452000081 ], [ 106.203937851000049, 29.680216657000077 ], [ 106.203967100000057, 29.680130470000048 ], [ 106.203920982000056, 29.680071405000032 ], [ 106.203761030000067, 29.679986937000074 ], [ 106.203676599000062, 29.679888565000059 ], [ 106.203681409000069, 29.679868356000036 ], [ 106.203360425000028, 29.679608592000079 ], [ 106.203137435000031, 29.679336486000071 ], [ 106.203048666000029, 29.679131694000024 ], [ 106.202975511000034, 29.67891990600009 ], [ 106.202912406000053, 29.678893066000064 ], [ 106.202873006000061, 29.678879717000086 ], [ 106.20273952000008, 29.678874076000053 ], [ 106.202622055000063, 29.678895702000094 ], [ 106.202579698000079, 29.678905358000069 ], [ 106.202559440000073, 29.67890997700005 ], [ 106.202496451000059, 29.678949998000061 ], [ 106.202567094000074, 29.678994320000076 ], [ 106.202767085000062, 29.679191645000056 ], [ 106.20309676200003, 29.679640035000091 ], [ 106.203142999000079, 29.679692720000041 ], [ 106.203149805000066, 29.679838693000086 ], [ 106.203150648000076, 29.67990949100005 ], [ 106.203141146000064, 29.67996268100006 ], [ 106.203111006000029, 29.679985081000041 ], [ 106.203076167000063, 29.680038502000059 ], [ 106.203056583000034, 29.680096208000066 ], [ 106.203058164000026, 29.680228954000082 ], [ 106.203089849000037, 29.680446146000069 ], [ 106.20311158100003, 29.680460658000072 ], [ 106.203158666000036, 29.68046023100004 ], [ 106.203307277000093, 29.680417761000058 ], [ 106.203431938000051, 29.680341243000044 ], [ 106.203471094000065, 29.680334034000055 ], [ 106.203526026000077, 29.680333535000035 ], [ 106.203588124000078, 29.680357894000061 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.202905356000031, 29.682686852000074 ], [ 106.202911852000057, 29.682635041000083 ], [ 106.202916576000064, 29.682572963000037 ], [ 106.202932401000055, 29.682525101000056 ], [ 106.202958472000034, 29.682419881000044 ], [ 106.203001334000078, 29.682347913000058 ], [ 106.203038789000061, 29.682280766000076 ], [ 106.20306537200004, 29.682218490000079 ], [ 106.203092124000079, 29.682170529000068 ], [ 106.203096849000076, 29.682108450000047 ], [ 106.20310151800004, 29.682041600000048 ], [ 106.203122636000046, 29.681979373000051 ], [ 106.203154683000037, 29.68191704700007 ], [ 106.20319213700003, 29.681849900000088 ], [ 106.203207848000034, 29.681792494000035 ], [ 106.203223786000081, 29.681754174000044 ], [ 106.203218094000079, 29.681735138000072 ], [ 106.203201417000059, 29.681711430000068 ], [ 106.203146605000029, 29.68169761200005 ], [ 106.203108071000031, 29.681674102000049 ], [ 106.203064016000042, 29.681645872000047 ], [ 106.203014611000071, 29.681627232000036 ], [ 106.202948131000028, 29.681551484000067 ], [ 106.202881368000078, 29.681451880000054 ], [ 106.202774480000073, 29.681195166000066 ], [ 106.202741013000036, 29.681138207000053 ], [ 106.202740047000077, 29.681057093000053 ], [ 106.202739763000068, 29.681033236000069 ], [ 106.202772151000033, 29.680999538000041 ], [ 106.202815864000073, 29.680999142000072 ], [ 106.202865043000031, 29.680998695000085 ], [ 106.20296874800006, 29.680988210000066 ], [ 106.203077804000031, 29.680968132000078 ], [ 106.203126868000027, 29.680958142000058 ], [ 106.203154312000038, 29.680961024000052 ], [ 106.203079280000054, 29.680864924000051 ], [ 106.203018776000093, 29.680797058000056 ], [ 106.202974310000059, 29.680761031000081 ], [ 106.202928284000052, 29.680802472000043 ], [ 106.202879219000067, 29.680812461000063 ], [ 106.202813478000053, 29.680798742000029 ], [ 106.202786157000048, 29.680798990000092 ], [ 106.202736525000034, 29.680761265000051 ], [ 106.202637091000057, 29.680671501000049 ], [ 106.202631003000079, 29.680619065000091 ], [ 106.202662765000071, 29.68053288200008 ], [ 106.202684508000061, 29.680523141000037 ], [ 106.202730561000067, 29.680502195000088 ], [ 106.202663491000067, 29.68041259000006 ], [ 106.202639868000063, 29.680308550000067 ], [ 106.202600739000047, 29.680155784000082 ], [ 106.202591534000078, 29.680009261000059 ], [ 106.202571252000041, 29.679872613000036 ], [ 106.202575832000036, 29.679773712000046 ], [ 106.202436877000025, 29.679747576000072 ], [ 106.202390566000076, 29.679735901000075 ], [ 106.202357818000053, 29.679699912000054 ], [ 106.202352578000045, 29.679647546000069 ], [ 106.202356571000053, 29.67959509700006 ], [ 106.202357677000066, 29.679583091000037 ], [ 106.202188694000029, 29.67945550800005 ], [ 106.202076888000079, 29.679371855000053 ], [ 106.202052941000034, 29.679299500000059 ], [ 106.20206612100003, 29.679242935000048 ], [ 106.202066025000093, 29.679234872000055 ], [ 106.20213291400006, 29.679164362000055 ], [ 106.202107527000067, 29.67915356300005 ], [ 106.202054912000051, 29.679121461000083 ], [ 106.201857080000082, 29.679113481000059 ], [ 106.201769503000037, 29.679094300000088 ], [ 106.201650866000094, 29.67926686100008 ], [ 106.201633598000058, 29.67936781200007 ], [ 106.20162984500007, 29.67944041800007 ], [ 106.201602768000043, 29.679493077000075 ], [ 106.201557466000054, 29.67956606000007 ], [ 106.201525772000025, 29.679618761000086 ], [ 106.201452721000067, 29.679687964000045 ], [ 106.201407036000035, 29.679728696000033 ], [ 106.201384143000041, 29.679745031000042 ], [ 106.201352067000073, 29.679765480000082 ], [ 106.201328983000053, 29.679765690000071 ], [ 106.201301284000081, 29.679765941000088 ], [ 106.201254879000032, 29.679746203000033 ], [ 106.20122193900005, 29.679694089000066 ], [ 106.201216459000079, 29.679621566000037 ], [ 106.201220453000076, 29.679569116000039 ], [ 106.201219446000039, 29.67948445800004 ], [ 106.201223152000068, 29.679407820000051 ], [ 106.201222913000038, 29.67938766300005 ], [ 106.201199446000032, 29.67935562200006 ], [ 106.201152562000061, 29.679295570000072 ], [ 106.201128951000044, 29.679251434000033 ], [ 106.20113294500004, 29.679198985000085 ], [ 106.201141315000029, 29.679126337000064 ], [ 106.201163870000073, 29.679081782000075 ], [ 106.201204892000078, 29.679037061000081 ], [ 106.201226950000034, 29.679020668000078 ], [ 106.201148295000053, 29.678936780000072 ], [ 106.201124398000047, 29.678868456000089 ], [ 106.201131819000068, 29.678840919000042 ], [ 106.201122496000039, 29.678845684000063 ], [ 106.201085254000077, 29.678850092000062 ], [ 106.201047964000054, 29.678850430000065 ], [ 106.200983047000079, 29.678879514000066 ], [ 106.200900111000067, 29.678961682000075 ], [ 106.200854321000065, 29.679031300000087 ], [ 106.200841064000031, 29.679092481000058 ], [ 106.200829403000057, 29.679287986000077 ], [ 106.200820708000037, 29.679340984000074 ], [ 106.20080766600006, 29.679372339000061 ], [ 106.20083476700006, 29.679380340000076 ], [ 106.200900903000047, 29.679427461000049 ], [ 106.200939549000054, 29.679460513000038 ], [ 106.20098365900003, 29.67949351700009 ], [ 106.201022872000081, 29.679574285000051 ], [ 106.201029073000029, 29.679636264000067 ], [ 106.201029697000081, 29.679688749000036 ], [ 106.200992640000038, 29.679789295000024 ], [ 106.200941237000052, 29.679906803000051 ], [ 106.20096342800008, 29.680090192000083 ], [ 106.201052670000081, 29.680242084000028 ], [ 106.201179593000063, 29.680345916000086 ], [ 106.201532590000056, 29.680619487000062 ], [ 106.201732876000051, 29.68091830200007 ], [ 106.201806579000049, 29.681141915000076 ], [ 106.201812327000027, 29.68116572200006 ], [ 106.201801682000053, 29.681189679000052 ], [ 106.201757968000038, 29.681190075000078 ], [ 106.201719776000061, 29.681195192000079 ], [ 106.201659953000046, 29.681219595000083 ], [ 106.201556247000056, 29.681230080000041 ], [ 106.201496765000059, 29.681283111000088 ], [ 106.201453732000061, 29.681340765000076 ], [ 106.201443145000042, 29.681369492000034 ], [ 106.201416618000053, 29.681436539000053 ], [ 106.201428624000073, 29.681527097000078 ], [ 106.201463, 29.681660399000073 ], [ 106.201615527000058, 29.682078946000047 ], [ 106.201771763000067, 29.682349529000078 ], [ 106.201955205000047, 29.682610320000048 ], [ 106.202342872000031, 29.683041048000074 ], [ 106.202531498000042, 29.683277932000067 ], [ 106.202674991000038, 29.683395928000039 ], [ 106.202713582000058, 29.683424209000062 ], [ 106.202910810000063, 29.683465366000057 ], [ 106.203025730000036, 29.683478638000057 ], [ 106.203107751000061, 29.683482666000092 ], [ 106.203206110000053, 29.68348177300004 ], [ 106.203266103000033, 29.683471684000029 ], [ 106.203271511000025, 29.683466862000046 ], [ 106.203292629000032, 29.683404635000038 ], [ 106.203292174000069, 29.68336646300008 ], [ 106.20324766400006, 29.683300062000061 ], [ 106.203197861000035, 29.68324802300009 ], [ 106.203031828000064, 29.683072969000076 ], [ 106.202932221000026, 29.68296889100009 ], [ 106.202909625000075, 29.682907061000034 ], [ 106.202897674000042, 29.682821275000041 ], [ 106.202896879000036, 29.682754476000067 ], [ 106.202905356000031, 29.682686852000074 ] ], [ [ 106.202263403000089, 29.681851026000071 ], [ 106.202262938000047, 29.681811978000042 ], [ 106.202293802000042, 29.681739674000095 ], [ 106.202296154000067, 29.681734165000083 ], [ 106.202369981000061, 29.681626168000044 ], [ 106.202403266000033, 29.681554316000078 ], [ 106.202477731000045, 29.681499977000044 ], [ 106.202593656000033, 29.681487001000058 ], [ 106.20269692100004, 29.681557613000049 ], [ 106.202786602000074, 29.681634312000082 ], [ 106.20285537500007, 29.681675424000044 ], [ 106.20287847000003, 29.681705005000083 ], [ 106.202896979000059, 29.681728710000069 ], [ 106.202891074000036, 29.681806277000081 ], [ 106.202871018000053, 29.681842234000033 ], [ 106.202850677000072, 29.68185434500009 ], [ 106.202815739000073, 29.681889392000077 ], [ 106.202796696000064, 29.681908497000052 ], [ 106.202628491000041, 29.682118712000094 ], [ 106.202615048000041, 29.682136723000042 ], [ 106.202519746000064, 29.682161437000051 ], [ 106.202464912000039, 29.682144047000058 ], [ 106.20234109300003, 29.682067658000051 ], [ 106.20229977200006, 29.682038220000038 ], [ 106.202264783000032, 29.681966987000063 ], [ 106.202263403000089, 29.681851026000071 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.202815739000073, 29.681889392000077 ], [ 106.202805726000079, 29.681890066000044 ], [ 106.20277016600005, 29.681885878000063 ], [ 106.202711015000034, 29.681906712000057 ], [ 106.202667359000031, 29.681927404000085 ], [ 106.202626203000079, 29.681941309000088 ], [ 106.202579883000055, 29.681955260000045 ], [ 106.20254389300004, 29.681969116000062 ], [ 106.202510458000063, 29.68198069500005 ], [ 106.202481999000042, 29.681976444000046 ], [ 106.20246615700006, 29.68194727100007 ], [ 106.202460643000066, 29.681918005000053 ], [ 106.202439636000079, 29.681888880000088 ], [ 106.202398885000036, 29.68188248500007 ], [ 106.202370426000073, 29.681878232000077 ], [ 106.202333037000074, 29.681883083000063 ], [ 106.202263403000089, 29.681851026000071 ], [ 106.202264783000032, 29.681966987000063 ], [ 106.20229977200006, 29.682038220000038 ], [ 106.20234109300003, 29.682067658000051 ], [ 106.202464912000039, 29.682144047000058 ], [ 106.202519746000064, 29.682161437000051 ], [ 106.202615048000041, 29.682136723000042 ], [ 106.202628491000041, 29.682118712000094 ], [ 106.202796696000064, 29.681908497000052 ], [ 106.202815739000073, 29.681889392000077 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.204565964000039, 29.683203633000058 ], [ 106.204433722000047, 29.683064745000092 ], [ 106.204357517000062, 29.682931863000071 ], [ 106.204240588000062, 29.682825415000085 ], [ 106.204079161000038, 29.682742176000083 ], [ 106.204011817000037, 29.682726499000069 ], [ 106.203963318000049, 29.682726939000077 ], [ 106.203944743000079, 29.682733624000036 ], [ 106.203929937000055, 29.682743532000064 ], [ 106.203918978000047, 29.682763180000045 ], [ 106.203911983000069, 29.682802338000037 ], [ 106.203908873000046, 29.68285449300004 ], [ 106.203932344000066, 29.682945502000052 ], [ 106.204001164000033, 29.683084967000067 ], [ 106.204072262000068, 29.68320795000005 ], [ 106.20413338000003, 29.683158905000084 ], [ 106.204278232000036, 29.683122763000085 ], [ 106.204397804000052, 29.683116701000078 ], [ 106.20446361300003, 29.68314097800004 ], [ 106.204604460000041, 29.683246658000083 ], [ 106.204604973000073, 29.683247141000038 ], [ 106.204657596000061, 29.683296796000032 ], [ 106.204604973000073, 29.683243294000079 ], [ 106.204565964000039, 29.683203633000058 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.20476315500008, 29.684785477000052 ], [ 106.204865587000029, 29.68478028300007 ], [ 106.204871819000061, 29.68478239500007 ], [ 106.204845143000057, 29.68474677800009 ], [ 106.204804013000057, 29.684762936000087 ], [ 106.204771304000076, 29.684781274000045 ], [ 106.204770927000027, 29.684749707000041 ], [ 106.204718340000056, 29.684725380000085 ], [ 106.204679928000076, 29.684752789000068 ], [ 106.204660561000026, 29.684752965000097 ], [ 106.204660371000045, 29.684737182000049 ], [ 106.204652484000064, 29.684688207000082 ], [ 106.204651307000063, 29.684680887000074 ], [ 106.204645819000064, 29.68465387600008 ], [ 106.20465921400006, 29.684640224000081 ], [ 106.204705966000063, 29.684608227000069 ], [ 106.204741096000078, 29.684576335000084 ], [ 106.20478203700003, 29.684544391000085 ], [ 106.204798311000047, 29.68455552000006 ], [ 106.204808296000067, 29.68457403400004 ], [ 106.204820100000063, 29.684595914000056 ], [ 106.204827844000079, 29.684623468000037 ], [ 106.204830213000037, 29.684631903000078 ], [ 106.204834787000038, 29.684648211000084 ], [ 106.204849770000067, 29.684701633000085 ], [ 106.204859651000049, 29.684719020000042 ], [ 106.204868895000075, 29.684735285000041 ], [ 106.20491688900006, 29.684754603000044 ], [ 106.204948017000049, 29.684708614000044 ], [ 106.204969063000078, 29.684689851000083 ], [ 106.204932563000057, 29.684606940000034 ], [ 106.204935576000025, 29.684441499000055 ], [ 106.204935856000077, 29.684440202000079 ], [ 106.204930063000077, 29.684450588000058 ], [ 106.204876776000049, 29.684421756000059 ], [ 106.204852997000046, 29.684376870000055 ], [ 106.204823946000033, 29.684323012000053 ], [ 106.204784027000073, 29.684332396000059 ], [ 106.204777384000067, 29.684370793000085 ], [ 106.204777814000067, 29.684406871000075 ], [ 106.204755031000047, 29.684445414000042 ], [ 106.20471320200005, 29.684457068000096 ], [ 106.204720627000029, 29.684484064000063 ], [ 106.204731117000051, 29.684497498000045 ], [ 106.204668631000061, 29.684509342000073 ], [ 106.204657252000075, 29.684475619000075 ], [ 106.204632505000063, 29.68445780400009 ], [ 106.204607084000031, 29.684437739000085 ], [ 106.204604973000073, 29.684416651000053 ], [ 106.204604152000059, 29.684408450000028 ], [ 106.204604973000073, 29.684407864000033 ], [ 106.204623359000038, 29.684394744000091 ], [ 106.204651120000051, 29.684394493000067 ], [ 106.204656042000082, 29.684374151000043 ], [ 106.204612868000027, 29.684327187000061 ], [ 106.204604973000073, 29.684318192000028 ], [ 106.204573596000046, 29.684282443000082 ], [ 106.204538506000063, 29.684270365000085 ], [ 106.204490613000075, 29.684253881000075 ], [ 106.204424010000025, 29.684245466000061 ], [ 106.204369351000025, 29.684264004000063 ], [ 106.204347778000056, 29.684295771000052 ], [ 106.204348262000053, 29.684336359000039 ], [ 106.204384789000073, 29.684421720000042 ], [ 106.204412820000073, 29.684444016000036 ], [ 106.20445701500006, 29.684468419000041 ], [ 106.204474230000073, 29.684504344000068 ], [ 106.204483025000059, 29.684538092000086 ], [ 106.204494484000065, 29.68457857900006 ], [ 106.204542487000026, 29.684604105000055 ], [ 106.204544516000055, 29.68460518500007 ], [ 106.204575074000047, 29.684622948000076 ], [ 106.204575371000033, 29.684647751000067 ], [ 106.204573057000076, 29.684670322000041 ], [ 106.204550487000063, 29.684672784000043 ], [ 106.204543281000042, 29.684670741000048 ], [ 106.204473396000026, 29.684650933000057 ], [ 106.20439581800008, 29.684642618000058 ], [ 106.204360579000081, 29.68466548900005 ], [ 106.204313317000071, 29.684654644000091 ], [ 106.204321522000043, 29.684638784000075 ], [ 106.204329458000075, 29.684600375000063 ], [ 106.204307050000068, 29.684562242000084 ], [ 106.204265546000045, 29.684546835000056 ], [ 106.204245829000058, 29.68451769700004 ], [ 106.204225789000077, 29.68446150200009 ], [ 106.204236494000043, 29.684438854000067 ], [ 106.20423590300004, 29.68438924700007 ], [ 106.204203653000036, 29.684366101000077 ], [ 106.204203555000049, 29.684366031000081 ], [ 106.204183156000056, 29.684351390000067 ], [ 106.204144582000026, 29.684365270000061 ], [ 106.204103695000072, 29.684401724000047 ], [ 106.204087339000068, 29.684437954000092 ], [ 106.204059982000047, 29.684472029000059 ], [ 106.204024314000037, 29.684458823000043 ], [ 106.20400731400008, 29.684440937000083 ], [ 106.204004436000062, 29.684416157000047 ], [ 106.203973636000057, 29.68437810000006 ], [ 106.20397336700006, 29.684355551000067 ], [ 106.203989991000071, 29.684341870000072 ], [ 106.204036339000027, 29.684330173000035 ], [ 106.20408836200005, 29.684307150000041 ], [ 106.204135058000077, 29.68427064400003 ], [ 106.204131938000046, 29.68422557100007 ], [ 106.204128657000069, 29.68416696700006 ], [ 106.20408344100008, 29.684111002000066 ], [ 106.204064939000048, 29.684107587000085 ], [ 106.20402520500005, 29.684100256000075 ], [ 106.204016248000073, 29.684107102000031 ], [ 106.204006670000069, 29.684116209000088 ], [ 106.204012022000029, 29.684131947000083 ], [ 106.204027848000067, 29.684144614000047 ], [ 106.204042661000074, 29.684156471000055 ], [ 106.204037793000055, 29.684181325000054 ], [ 106.203996447000065, 29.684179444000055 ], [ 106.203954163000049, 29.684152767000064 ], [ 106.203921131000087, 29.684144048000064 ], [ 106.203899529000068, 29.68417356100008 ], [ 106.203894044000037, 29.684200671000042 ], [ 106.203894634000051, 29.684250278000036 ], [ 106.203853371000037, 29.684255164000032 ], [ 106.203798819000042, 29.684282720000052 ], [ 106.203757959000029, 29.684321428000093 ], [ 106.203695202000077, 29.684364845000069 ], [ 106.203655337000043, 29.684378737000085 ], [ 106.203679949000048, 29.684493523000071 ], [ 106.203507095000077, 29.684508624000038 ], [ 106.203497427000059, 29.684461920000039 ], [ 106.203495448000069, 29.68445235300004 ], [ 106.20348318200007, 29.684452465000053 ], [ 106.203480580000075, 29.684456512000061 ], [ 106.203482934000078, 29.684481594000086 ], [ 106.203485716000046, 29.684511267000065 ], [ 106.203626894000081, 29.684644927000075 ], [ 106.203628665000053, 29.684648803000073 ], [ 106.203645680000079, 29.68465194200008 ], [ 106.203656034000062, 29.684653852000061 ], [ 106.203674406000061, 29.684678491000046 ], [ 106.203698022000026, 29.684709847000089 ], [ 106.20374014600003, 29.684722997000055 ], [ 106.203750180000043, 29.684698098000059 ], [ 106.203740658000072, 29.684657594000047 ], [ 106.203771269000072, 29.684625745000055 ], [ 106.203831821000065, 29.684613919000075 ], [ 106.203893125000036, 29.68461110700008 ], [ 106.203918301000044, 29.684610878000054 ], [ 106.203932666000071, 29.684624278000058 ], [ 106.203969006000079, 29.684639733000047 ], [ 106.204017749000059, 29.684666351000086 ], [ 106.204045239000052, 29.684697671000027 ], [ 106.204069072000038, 29.684722 ], [ 106.204089029000045, 29.684742376000088 ], [ 106.204141646000039, 29.684768959000056 ], [ 106.204165019000072, 29.684781975000071 ], [ 106.204208805000064, 29.684806358000056 ], [ 106.204208902000062, 29.684806412000061 ], [ 106.204218532000027, 29.684811775000075 ], [ 106.204233290000047, 29.68481999200009 ], [ 106.204275548000055, 29.684844416000089 ], [ 106.204327247000037, 29.684848044000031 ], [ 106.204332415000067, 29.684848407000057 ], [ 106.204337168000052, 29.684848727000091 ], [ 106.204391217000079, 29.684852385000056 ], [ 106.204419648000055, 29.684854380000054 ], [ 106.204441623000037, 29.684860452000066 ], [ 106.204466327000034, 29.684860626000052 ], [ 106.204553967000038, 29.684842781000054 ], [ 106.204604973000073, 29.684828809000066 ], [ 106.20476315500008, 29.684785477000052 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.19961249000005, 29.683428665000065 ], [ 106.199610012000051, 29.683219945000069 ], [ 106.199610152000048, 29.683217693000064 ], [ 106.199606826000036, 29.683213496000064 ], [ 106.199592142000043, 29.683173037000067 ], [ 106.199598734000062, 29.683130131000041 ], [ 106.19961713400005, 29.683102901000037 ], [ 106.199612886000068, 29.683071371000043 ], [ 106.199587440000073, 29.683049050000083 ], [ 106.199556562000055, 29.68300422800008 ], [ 106.199538621000045, 29.683015665000084 ], [ 106.199518471000033, 29.683058694000071 ], [ 106.199504670000067, 29.683092646000031 ], [ 106.199481724000066, 29.683117660000054 ], [ 106.199458243000038, 29.683097577000073 ], [ 106.199428519000037, 29.683095591000033 ], [ 106.199421794000045, 29.683127223000039 ], [ 106.199420446000033, 29.683176847000084 ], [ 106.199390345000054, 29.683197415000052 ], [ 106.199358145000076, 29.68320447200005 ], [ 106.19930671700007, 29.683168857000059 ], [ 106.199271615000043, 29.683148878000051 ], [ 106.199267189000068, 29.683147685000051 ], [ 106.199274055000046, 29.683191910000058 ], [ 106.199267527000075, 29.683273847000059 ], [ 106.199220256000046, 29.683322018000066 ], [ 106.199241746000041, 29.683352107000076 ], [ 106.199298042000066, 29.683416996000069 ], [ 106.19933513400008, 29.683441465000044 ], [ 106.199379972000045, 29.68346586500008 ], [ 106.199407382000061, 29.68349042400007 ], [ 106.199426531000029, 29.683526333000088 ], [ 106.199459373000082, 29.683573391000039 ], [ 106.199474218000034, 29.683627380000075 ], [ 106.199474968000061, 29.68369051500008 ], [ 106.199480479000044, 29.68377390400007 ], [ 106.199481175000074, 29.683832529000082 ], [ 106.199479048000057, 29.683870885000086 ], [ 106.199456747000056, 29.683895894000042 ], [ 106.19943584300006, 29.683929909000085 ], [ 106.199408593000044, 29.683973003000059 ], [ 106.199400091000044, 29.684018181000056 ], [ 106.199398044000077, 29.68406330100003 ], [ 106.199396429000046, 29.684090377000079 ], [ 106.199417382000036, 29.684114994000073 ], [ 106.19946101000005, 29.684146168000041 ], [ 106.199487803000068, 29.68411886600007 ], [ 106.199510400000065, 29.684064539000072 ], [ 106.199509786000093, 29.684012678000048 ], [ 106.19950951800007, 29.683990130000037 ], [ 106.199509062000075, 29.683951797000081 ], [ 106.199527436000039, 29.683922314000085 ], [ 106.199552426000025, 29.683906302000082 ], [ 106.199568351000039, 29.683888117000041 ], [ 106.199558884000055, 29.683852122000072 ], [ 106.199549445000059, 29.683818380000041 ], [ 106.19954896400003, 29.683777794000029 ], [ 106.199554803000069, 29.683725874000061 ], [ 106.19957562500008, 29.683685094000055 ], [ 106.199597900000072, 29.683657831000055 ], [ 106.199607368000045, 29.683639704000083 ], [ 106.199599463000027, 29.683572123000083 ], [ 106.199584913000081, 29.683542938000073 ], [ 106.199575633000052, 29.683522726000035 ], [ 106.199577787000067, 29.683486625000061 ], [ 106.199586397000076, 29.683450466000057 ], [ 106.199604878000073, 29.683430003000069 ], [ 106.19961249000005, 29.683428665000065 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.200068254000044, 29.682570643000076 ], [ 106.199983158000066, 29.682626139000035 ], [ 106.199876478000078, 29.682644320000069 ], [ 106.199860145000059, 29.682646509000051 ], [ 106.19984366500006, 29.682636454000093 ], [ 106.199850094000055, 29.682587419000072 ], [ 106.199856062000038, 29.682499613000054 ], [ 106.19982172400006, 29.682363196000033 ], [ 106.199706673000051, 29.682121391000059 ], [ 106.19967568800007, 29.682070654000082 ], [ 106.199661110000093, 29.682023849000075 ], [ 106.19966529900006, 29.681982997000034 ], [ 106.199744242000065, 29.681939428000081 ], [ 106.19976994700005, 29.681939194000044 ], [ 106.199828511000078, 29.681950908000086 ], [ 106.199923801000068, 29.682103099000077 ], [ 106.199938258000032, 29.682139701000043 ], [ 106.199950063000074, 29.682149799000051 ], [ 106.199987089000047, 29.68211885200008 ], [ 106.199993565000071, 29.682073897000066 ], [ 106.200020662000043, 29.68199406400004 ], [ 106.20004536600004, 29.68196573400007 ], [ 106.199759484000026, 29.68144876000008 ], [ 106.199724214000071, 29.681533745000085 ], [ 106.199658348000085, 29.681537219000063 ], [ 106.199578824000071, 29.681500532000079 ], [ 106.199545345000047, 29.681478104000064 ], [ 106.199527257000057, 29.681585784000042 ], [ 106.199386161000078, 29.681695182000045 ], [ 106.199003450000077, 29.68179055000008 ], [ 106.198991117000048, 29.681791252000043 ], [ 106.198992082000075, 29.681791587000081 ], [ 106.199120465000078, 29.681837781000073 ], [ 106.199144917000069, 29.681830796000042 ], [ 106.199205386000074, 29.681812207000061 ], [ 106.199241483000037, 29.681807371000051 ], [ 106.199241591000032, 29.681816390000051 ], [ 106.199254391000068, 29.68186137500004 ], [ 106.199268915000061, 29.681888304000033 ], [ 106.199197659000049, 29.681922777000072 ], [ 106.199130277000066, 29.681957213000089 ], [ 106.19907308900008, 29.68198028200004 ], [ 106.199043821000032, 29.682016628000039 ], [ 106.198997768000027, 29.682053127000081 ], [ 106.198938051000027, 29.682080728000077 ], [ 106.198930734000044, 29.682116875000077 ], [ 106.198933744000044, 29.68215293000009 ], [ 106.198952894000058, 29.682188838000052 ], [ 106.198983288000079, 29.682193073000054 ], [ 106.199024227000052, 29.682215254000091 ], [ 106.199070949000031, 29.682235127000062 ], [ 106.199125551000066, 29.682266203000044 ], [ 106.199172407000049, 29.682297351000045 ], [ 106.199237850000031, 29.682317054000073 ], [ 106.199283980000075, 29.682341443000041 ], [ 106.199336108000068, 29.682381563000032 ], [ 106.199358458000063, 29.682415185000075 ], [ 106.19935883200003, 29.682446753000082 ], [ 106.199354204000031, 29.68249189800008 ], [ 106.199335185000052, 29.682521386000079 ], [ 106.199311109000064, 29.682559941000076 ], [ 106.199314040000047, 29.682589230000076 ], [ 106.199358472000029, 29.682633931000055 ], [ 106.199410549000049, 29.682669541000049 ], [ 106.199402448000058, 29.682694420000079 ], [ 106.199331948000065, 29.682683784000066 ], [ 106.199287728000058, 29.682657122000077 ], [ 106.19925179300003, 29.682621366000035 ], [ 106.199227533000055, 29.682590013000038 ], [ 106.199185949000025, 29.68256784000004 ], [ 106.199164645000053, 29.682568033000063 ], [ 106.19914807300006, 29.682586223000051 ], [ 106.19913486500009, 29.682615659000074 ], [ 106.199118966000071, 29.682636099000028 ], [ 106.199122084000066, 29.682681171000063 ], [ 106.199139539000043, 29.682737393000082 ], [ 106.199158983000075, 29.682798104000085 ], [ 106.19917035900005, 29.68283182700009 ], [ 106.199200376000078, 29.682858617000072 ], [ 106.199260522000031, 29.682867092000038 ], [ 106.199314749000052, 29.682866601000057 ], [ 106.199374816000045, 29.682868312000039 ], [ 106.199440043000038, 29.68286997600006 ], [ 106.19951893800004, 29.682880538000067 ], [ 106.199584542000025, 29.68291377100007 ], [ 106.199644902000045, 29.682940284000043 ], [ 106.199688288000061, 29.682951167000063 ], [ 106.199685195000029, 29.682962471000053 ], [ 106.199678362000043, 29.682985083000062 ], [ 106.199712065000028, 29.682996054000061 ], [ 106.199760618000028, 29.683006890000051 ], [ 106.199800265000079, 29.683029082000086 ], [ 106.199832973000085, 29.683064868000098 ], [ 106.199863528000037, 29.683082631000048 ], [ 106.199897313000065, 29.683100366000076 ], [ 106.19992768000003, 29.683102346000055 ], [ 106.199935531000051, 29.683104759000052 ], [ 106.199940900000058, 29.683072450000051 ], [ 106.200044883000032, 29.682816645000059 ], [ 106.200071896000068, 29.682633748000054 ], [ 106.200068254000044, 29.682570643000076 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.201629918000037, 29.684742305000043 ], [ 106.201547088000041, 29.684581559000037 ], [ 106.201146609000034, 29.683922349000056 ], [ 106.201092087000063, 29.683739992000088 ], [ 106.20107047700003, 29.683645376000076 ], [ 106.201064864000045, 29.683794650000038 ], [ 106.201064953000071, 29.683802097000068 ], [ 106.201022402000035, 29.683809930000045 ], [ 106.200880126000072, 29.683798808000056 ], [ 106.200860108000029, 29.683789059000041 ], [ 106.20084956900007, 29.683785489000051 ], [ 106.200845836000056, 29.683784224000078 ], [ 106.20082854500005, 29.683764522000047 ], [ 106.200734032000071, 29.683705801000087 ], [ 106.200593593000065, 29.683610260000076 ], [ 106.200561625000034, 29.683577418000088 ], [ 106.200586382000054, 29.683544004000055 ], [ 106.200566743000081, 29.683505110000052 ], [ 106.200512816000071, 29.683449782000089 ], [ 106.200489093000058, 29.683425811000063 ], [ 106.20046027900004, 29.683414455000051 ], [ 106.20046519400006, 29.683386954000071 ], [ 106.200475316000052, 29.683342209000038 ], [ 106.200496156000042, 29.683302949000048 ], [ 106.200542806000044, 29.683283920000068 ], [ 106.200687063000032, 29.683230517000084 ], [ 106.200797452000089, 29.683196027000069 ], [ 106.200831477000065, 29.683190742000079 ], [ 106.200697409000057, 29.683017871000054 ], [ 106.200436756000059, 29.682711650000044 ], [ 106.200431527000035, 29.68271314400004 ], [ 106.200381771000082, 29.68277234300006 ], [ 106.20028569200008, 29.682896584000048 ], [ 106.200140730000044, 29.683153452000049 ], [ 106.200114240000062, 29.683188941000083 ], [ 106.200063889000035, 29.683198209000068 ], [ 106.199989926000072, 29.683201817000057 ], [ 106.199924058000079, 29.683173802000056 ], [ 106.199909967000053, 29.683258607000088 ], [ 106.199910954000075, 29.683341812000041 ], [ 106.199915971000053, 29.683355965000075 ], [ 106.199979751000058, 29.68338992300005 ], [ 106.200036809000039, 29.683406783000063 ], [ 106.200085340000058, 29.683423720000061 ], [ 106.20013407700003, 29.68345803200009 ], [ 106.200237855000069, 29.683578730000082 ], [ 106.200315873000079, 29.683684766000063 ], [ 106.200361974000032, 29.683736479000061 ], [ 106.200479407000046, 29.683809887000045 ], [ 106.20054482300003, 29.68382748300008 ], [ 106.200559365000061, 29.683831395000084 ], [ 106.200597293000044, 29.68383105100008 ], [ 106.200638932000061, 29.683824050000048 ], [ 106.200703330000067, 29.683816843000038 ], [ 106.200729957000078, 29.683823225000086 ], [ 106.200734261000036, 29.683866243000075 ], [ 106.200738880000088, 29.683935754000057 ], [ 106.200739746000067, 29.684008612000067 ], [ 106.200744523000026, 29.684091371000079 ], [ 106.200733342000035, 29.68410803300009 ], [ 106.200725797000075, 29.684111413000032 ], [ 106.200653775000035, 29.684115378000062 ], [ 106.200652005000052, 29.68411963200009 ], [ 106.200642712000047, 29.684141974000056 ], [ 106.200640139000029, 29.684244672000084 ], [ 106.200633578000065, 29.684330845000087 ], [ 106.200638119000075, 29.684393734000079 ], [ 106.200657750000062, 29.684449862000065 ], [ 106.200722935000044, 29.684508887000053 ], [ 106.200913669000045, 29.684612781000059 ], [ 106.200962938000032, 29.684596138000067 ], [ 106.201034999000058, 29.684595485000049 ], [ 106.201103266000075, 29.684594867000044 ], [ 106.201133688000027, 29.684601214000043 ], [ 106.201202349000027, 29.68463371200005 ], [ 106.201320827000075, 29.684708816000072 ], [ 106.201521524000043, 29.684763081000085 ], [ 106.201533771000072, 29.684753254000046 ], [ 106.201629918000037, 29.684742305000043 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.202398964000054, 29.684006914000058 ], [ 106.202419772000042, 29.68397716000004 ], [ 106.202541059000055, 29.683884781000067 ], [ 106.202568183000039, 29.683868502000049 ], [ 106.202485711000065, 29.683663105000051 ], [ 106.202303942000071, 29.683326101000034 ], [ 106.201919950000047, 29.682969766000038 ], [ 106.201470488000041, 29.682543470000041 ], [ 106.201031207000028, 29.682293463000057 ], [ 106.200774252000031, 29.682235794000064 ], [ 106.200807515000065, 29.682314875000085 ], [ 106.200918521000062, 29.682445549000082 ], [ 106.201123764000045, 29.682587729000097 ], [ 106.201348058000065, 29.682792689000053 ], [ 106.201744482000038, 29.683160620000077 ], [ 106.201923322000042, 29.683376607000071 ], [ 106.202093836000074, 29.683659012000081 ], [ 106.202197590000026, 29.683949985000091 ], [ 106.202256275000082, 29.684029065000054 ], [ 106.20229312000005, 29.684060576000032 ], [ 106.202360006000049, 29.684062623000045 ], [ 106.202398964000054, 29.684006914000058 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.200573688000077, 29.680894307000067 ], [ 106.200595732000068, 29.680859240000075 ], [ 106.200636411000062, 29.680827237000074 ], [ 106.200639228000071, 29.680825019000054 ], [ 106.200649475000034, 29.680820667000042 ], [ 106.200688050000053, 29.680804281000057 ], [ 106.200727860000043, 29.680785879000037 ], [ 106.200791475000074, 29.680760497000055 ], [ 106.200833088000081, 29.680730803000078 ], [ 106.200861172000032, 29.680703487000073 ], [ 106.200846943000045, 29.680701361000047 ], [ 106.20082867800005, 29.680685742000041 ], [ 106.200810174000026, 29.680649828000067 ], [ 106.200809852000077, 29.68062277000007 ], [ 106.200740105000079, 29.680621145000092 ], [ 106.200697364000064, 29.680610258000055 ], [ 106.200667913000075, 29.680576699000088 ], [ 106.200646746000075, 29.680534044000073 ], [ 106.200646049000056, 29.680532379000059 ], [ 106.20063544900006, 29.680507086000041 ], [ 106.200645576000056, 29.680492604000055 ], [ 106.200648146000063, 29.680488929000038 ], [ 106.200655141000027, 29.680479846000082 ], [ 106.200731694000069, 29.680456601000063 ], [ 106.200796653000054, 29.680435716000098 ], [ 106.20085712100007, 29.680417126000059 ], [ 106.200865811000028, 29.68038773200005 ], [ 106.200860863000074, 29.680351696000049 ], [ 106.200837491000073, 29.680286510000091 ], [ 106.200825766000037, 29.680223473000073 ], [ 106.200825311000074, 29.680185142000084 ], [ 106.20081398800005, 29.680155926000047 ], [ 106.200788274000047, 29.680111059000065 ], [ 106.20077415600008, 29.680063829000058 ], [ 106.20076769800005, 29.68001465400004 ], [ 106.200678669000069, 29.68004028200005 ], [ 106.200591243000076, 29.680041073000041 ], [ 106.200519004000057, 29.680031767000063 ], [ 106.200579547000075, 29.68009491000004 ], [ 106.200434291000079, 29.680182010000063 ], [ 106.200425488000079, 29.680209418000054 ], [ 106.200435045000063, 29.680213483000035 ], [ 106.200466111000026, 29.680219968000074 ], [ 106.200519746000055, 29.680223992000045 ], [ 106.200581854000063, 29.680234705000093 ], [ 106.200627070000067, 29.68023655000006 ], [ 106.200629467000056, 29.680242945000092 ], [ 106.200643039000056, 29.680279166000044 ], [ 106.200643071000059, 29.680279252000048 ], [ 106.200643042000081, 29.68027940700005 ], [ 106.200635780000027, 29.68031765500006 ], [ 106.200630410000031, 29.68032228800007 ], [ 106.200596157000064, 29.680351840000071 ], [ 106.200538838000057, 29.680363634000063 ], [ 106.200513474000047, 29.680348078000058 ], [ 106.200505378000059, 29.680318836000087 ], [ 106.200487734000035, 29.680300955000053 ], [ 106.200456855000027, 29.680310255000052 ], [ 106.200432564000039, 29.680330771000058 ], [ 106.200404454000079, 29.680355832000082 ], [ 106.200387103000025, 29.680416877000081 ], [ 106.200364776000072, 29.680439630000084 ], [ 106.200359019000075, 29.680444193000078 ], [ 106.200339222000025, 29.680462412000047 ], [ 106.200325448000058, 29.680498619000051 ], [ 106.200325905000071, 29.680536951000079 ], [ 106.200310866000052, 29.68057542400004 ], [ 106.200289292000036, 29.680607191000032 ], [ 106.200272669000071, 29.680620871000077 ], [ 106.200239826000029, 29.680627935000068 ], [ 106.200224358000071, 29.680630331000085 ], [ 106.200197757000069, 29.680619295000046 ], [ 106.200177531000065, 29.680601439000043 ], [ 106.200147540000046, 29.680576903000087 ], [ 106.200107810000077, 29.68060207000007 ], [ 106.200128816000074, 29.680631196000036 ], [ 106.200168972000029, 29.680696229000041 ], [ 106.200174753000056, 29.680748044000033 ], [ 106.200185671000042, 29.680797558000052 ], [ 106.200179025000068, 29.680835954000084 ], [ 106.200169287000051, 29.680885654000068 ], [ 106.200120544000072, 29.68091315700007 ], [ 106.200087924000059, 29.680775892000042 ], [ 106.200060140000062, 29.680719765000045 ], [ 106.200039134000065, 29.680690642000062 ], [ 106.200010701000053, 29.680742764000062 ], [ 106.199996705000046, 29.680807932000054 ], [ 106.199997130000042, 29.680843664000069 ], [ 106.200015250000035, 29.68089841800008 ], [ 106.200064597000065, 29.680934584000056 ], [ 106.200117328000033, 29.680961567000047 ], [ 106.200169770000059, 29.680964142000043 ], [ 106.200281530000041, 29.680960079000045 ], [ 106.200330334000057, 29.680950483000068 ], [ 106.200403446000053, 29.680928463000033 ], [ 106.200452068000061, 29.680903615000094 ], [ 106.200507857000048, 29.680893956000087 ], [ 106.200563719000058, 29.680890400000067 ], [ 106.200573688000077, 29.680894307000067 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.200573688000077, 29.680894307000067 ], [ 106.200563719000058, 29.680890400000067 ], [ 106.200507857000048, 29.680893956000087 ], [ 106.200452068000061, 29.680903615000094 ], [ 106.200403446000053, 29.680928463000033 ], [ 106.200330334000057, 29.680950483000068 ], [ 106.200281530000041, 29.680960079000045 ], [ 106.200169770000059, 29.680964142000043 ], [ 106.200117328000033, 29.680961567000047 ], [ 106.200064597000065, 29.680934584000056 ], [ 106.200015250000035, 29.68089841800008 ], [ 106.199997130000042, 29.680843664000069 ], [ 106.199996705000046, 29.680807932000054 ], [ 106.199996629000069, 29.680808290000076 ], [ 106.199990252000077, 29.680869235000046 ], [ 106.199982556000066, 29.68092793600005 ], [ 106.19998610500005, 29.680954966000051 ], [ 106.200027959000067, 29.680945567000034 ], [ 106.200048591000041, 29.680943126000045 ], [ 106.200064890000078, 29.680956508000065 ], [ 106.200073604000082, 29.680983490000077 ], [ 106.200095875000045, 29.681010350000065 ], [ 106.200150935000067, 29.681025636000076 ], [ 106.200200318000043, 29.68105225000005 ], [ 106.200214601000027, 29.681058887000063 ], [ 106.200251103000028, 29.681033749000047 ], [ 106.200271412000077, 29.681004249000065 ], [ 106.20030207800005, 29.680976910000087 ], [ 106.200349742000071, 29.680967459000044 ], [ 106.200392269000076, 29.680960307000081 ], [ 106.200454834000041, 29.680955230000041 ], [ 106.200533592000056, 29.680954516000043 ], [ 106.200545267000052, 29.680958921000073 ], [ 106.200556539000047, 29.680929503000062 ], [ 106.20056721800006, 29.680904600000062 ], [ 106.200573688000077, 29.680894307000067 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.198707795000075, 29.682872275000076 ], [ 106.19869996500006, 29.682856493000092 ], [ 106.198673129000042, 29.682807609000065 ], [ 106.198623092000048, 29.682699983000077 ], [ 106.198551060000057, 29.682635132000083 ], [ 106.198471720000043, 29.682586723000039 ], [ 106.198507941000059, 29.682478316000068 ], [ 106.19858259800003, 29.682448165000043 ], [ 106.198646430000053, 29.682454137000033 ], [ 106.198850268000058, 29.682563647000055 ], [ 106.198979177000069, 29.682680385000086 ], [ 106.199109199000077, 29.682813791000051 ], [ 106.19911247400006, 29.68279626900004 ], [ 106.199085554000078, 29.682704054000066 ], [ 106.199007526000059, 29.68260328100007 ], [ 106.198963391000078, 29.68252926200006 ], [ 106.198940072000028, 29.682468586000088 ], [ 106.198954547000028, 29.68243688300003 ], [ 106.198985293000078, 29.682416309000075 ], [ 106.199049284000083, 29.682422495000083 ], [ 106.199030219000065, 29.682339229000036 ], [ 106.199024733000059, 29.682312218000053 ], [ 106.19902438500003, 29.682282905000076 ], [ 106.198996356000066, 29.682260607000043 ], [ 106.198957463000056, 29.682247429000089 ], [ 106.198868454000035, 29.682255001000044 ], [ 106.198825549000048, 29.682284705000082 ], [ 106.198789931000078, 29.68233012800005 ], [ 106.198706170000051, 29.682344417000081 ], [ 106.198636906000047, 29.682329258000046 ], [ 106.198605652000026, 29.682306990000079 ], [ 106.198567161000028, 29.682273512000055 ], [ 106.198490099000026, 29.682253913000068 ], [ 106.198423955000081, 29.682229705000054 ], [ 106.198362547000045, 29.682223496000063 ], [ 106.198309126000026, 29.682237509000064 ], [ 106.198270793000063, 29.682271684000053 ], [ 106.198276760000056, 29.682339281000065 ], [ 106.198310943000081, 29.68239083900005 ], [ 106.19838515400005, 29.682442035000069 ], [ 106.198441933000026, 29.682493389000058 ], [ 106.198463208000078, 29.68254506400006 ], [ 106.198463957000058, 29.682608199000072 ], [ 106.198436086000072, 29.682653555000062 ], [ 106.198390518000053, 29.682676517000054 ], [ 106.198346488000027, 29.682700838000081 ], [ 106.198494955000058, 29.682959398000047 ], [ 106.198513779000066, 29.682943758000064 ], [ 106.198582506000037, 29.682913820000071 ], [ 106.19866627200004, 29.682899532000075 ], [ 106.198707795000075, 29.682872275000076 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.197361757000067, 29.680451165000072 ], [ 106.197366672000044, 29.680393697000049 ], [ 106.197407588000033, 29.680341517000041 ], [ 106.197347033000028, 29.680238442000071 ], [ 106.19718959100004, 29.679970449000045 ], [ 106.19720585400006, 29.679840776000049 ], [ 106.19732816800007, 29.679647970000072 ], [ 106.197464251000042, 29.679615654000091 ], [ 106.197561187000076, 29.679606814000064 ], [ 106.19772445100007, 29.67959192700005 ], [ 106.197764064000069, 29.67955955300005 ], [ 106.19778529000007, 29.679535453000085 ], [ 106.197800240000049, 29.67951847900008 ], [ 106.197799516000032, 29.679457366000069 ], [ 106.197777763000047, 29.679384098000064 ], [ 106.197769053000059, 29.679385810000046 ], [ 106.197631455000078, 29.679375621000077 ], [ 106.197545682000055, 29.67931923000009 ], [ 106.197485483000037, 29.67921115800004 ], [ 106.197437697000069, 29.679045808000073 ], [ 106.197427831000027, 29.67876578300007 ], [ 106.197439974000076, 29.678685641000069 ], [ 106.197435890000065, 29.678662393000081 ], [ 106.19741054800005, 29.678665009000042 ], [ 106.197389154000064, 29.678703362000071 ], [ 106.197364767000067, 29.678752644000042 ], [ 106.19734617000006, 29.678763715000052 ], [ 106.197302477000051, 29.678764111000081 ], [ 106.197262759000068, 29.678738069000069 ], [ 106.197245234000036, 29.678730536000042 ], [ 106.197245910000049, 29.678731914000075 ], [ 106.197209008000073, 29.678778583000057 ], [ 106.197215928000048, 29.678835759000041 ], [ 106.197247880000077, 29.678898161000063 ], [ 106.197267672000066, 29.678987930000062 ], [ 106.197284892000027, 29.679124057000077 ], [ 106.197270611000079, 29.679235939000073 ], [ 106.197218426000063, 29.679310003000069 ], [ 106.197159578000026, 29.679348695000041 ], [ 106.197075505000043, 29.67936580800005 ], [ 106.196956872000044, 29.679364154000044 ], [ 106.196765456000037, 29.679278662000058 ], [ 106.196652034000067, 29.679189739000041 ], [ 106.196585104000079, 29.679073140000074 ], [ 106.19655394800003, 29.678814483000057 ], [ 106.196524568000029, 29.678657473000044 ], [ 106.196433443000046, 29.678707329000076 ], [ 106.196350211000038, 29.678795228000066 ], [ 106.196354050000039, 29.678795863000065 ], [ 106.196383557000047, 29.678779812000073 ], [ 106.196392890000027, 29.678804533000065 ], [ 106.196366715000067, 29.678829575000062 ], [ 106.196346783000081, 29.678836521000044 ], [ 106.196342611000034, 29.678865874000056 ], [ 106.196345718000046, 29.678877686000067 ], [ 106.196356809000065, 29.678919870000065 ], [ 106.196359126000061, 29.678958748000063 ], [ 106.196359226000027, 29.67896043800004 ], [ 106.196357823000028, 29.679005554000071 ], [ 106.196346551000033, 29.679034971000078 ], [ 106.196320350000065, 29.679057759000042 ], [ 106.196307061000027, 29.679080431000049 ], [ 106.196299069000077, 29.679114327000033 ], [ 106.196295058000032, 29.67915721200006 ], [ 106.196297466000033, 29.679202856000078 ], [ 106.196297555000058, 29.679204545000061 ], [ 106.196311862000073, 29.679221893000094 ], [ 106.196317861000068, 29.67922916700007 ], [ 106.19639624000007, 29.679251012000069 ], [ 106.196449768000036, 29.679246019000061 ], [ 106.196455439000033, 29.679252168000072 ], [ 106.196476582000059, 29.679275091000079 ], [ 106.196523894000052, 29.67929045000005 ], [ 106.196571473000077, 29.679328357000088 ], [ 106.196588339000073, 29.679352447000035 ], [ 106.196599712000094, 29.679368694000058 ], [ 106.196602402000053, 29.679377689000042 ], [ 106.196613183000068, 29.679415929000069 ], [ 106.196594570000059, 29.679425116000061 ], [ 106.196547689000056, 29.679391714000076 ], [ 106.196483833000059, 29.679396802000038 ], [ 106.196418798000082, 29.679356797000075 ], [ 106.196363792000056, 29.679346018000039 ], [ 106.196319325000047, 29.679407307000076 ], [ 106.196314940000036, 29.679418623000061 ], [ 106.196278383000049, 29.67941039100009 ], [ 106.196237906000079, 29.679401277000071 ], [ 106.196228634000079, 29.679401361000085 ], [ 106.196287350000034, 29.679472560000075 ], [ 106.196527467000067, 29.679677945000044 ], [ 106.196688742000049, 29.679915752000056 ], [ 106.196777558000065, 29.680148450000047 ], [ 106.19678413400004, 29.680165683000045 ], [ 106.196923446000028, 29.680543800000066 ], [ 106.196934336000027, 29.680529301000039 ], [ 106.197033574000045, 29.680404373000044 ], [ 106.197133208000025, 29.680367392000051 ], [ 106.197148132000066, 29.680383607000071 ], [ 106.197203190000039, 29.680443433000054 ], [ 106.197235602000035, 29.680454415000039 ], [ 106.197235736000039, 29.680465689000073 ], [ 106.197238128000038, 29.680473241000065 ], [ 106.197247137000048, 29.680501667000041 ], [ 106.197266718000037, 29.680519531000076 ], [ 106.197310211000058, 29.680539436000061 ], [ 106.197336409000059, 29.680570769000038 ], [ 106.197350227000072, 29.680585958000044 ], [ 106.197361757000067, 29.680451165000072 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.19799596200005, 29.682868162000087 ], [ 106.198040369000068, 29.682858040000038 ], [ 106.198069785000044, 29.682816738000046 ], [ 106.198068679000073, 29.682723483000075 ], [ 106.19805973800004, 29.682689990000082 ], [ 106.198020494000048, 29.682623195000076 ], [ 106.198053917000038, 29.682559473000079 ], [ 106.198104072000035, 29.682465756000056 ], [ 106.198132913000052, 29.682375962000041 ], [ 106.198132250000072, 29.682320009000073 ], [ 106.198092919000032, 29.682245754000068 ], [ 106.197963880000032, 29.682172310000045 ], [ 106.19787390700003, 29.682150740000054 ], [ 106.197766803000036, 29.682125594000066 ], [ 106.197633846000031, 29.682082030000053 ], [ 106.197526565000032, 29.682041963000067 ], [ 106.19741906400003, 29.681983246000073 ], [ 106.197333273000041, 29.681954177000083 ], [ 106.197264748000066, 29.681939874000086 ], [ 106.197174908000093, 29.68192949400008 ], [ 106.197093169000027, 29.681881736000022 ], [ 106.197058066000068, 29.68180371100004 ], [ 106.197018412000034, 29.681341481000064 ], [ 106.197037693000027, 29.681165971000038 ], [ 106.197018662000062, 29.68100199800006 ], [ 106.196983780000039, 29.680942624000068 ], [ 106.196863023000049, 29.680846720000087 ], [ 106.196847132000073, 29.680837025000077 ], [ 106.196772653000039, 29.680791579000072 ], [ 106.196639920000052, 29.680766664000082 ], [ 106.196541582000066, 29.680760091000078 ], [ 106.196387667000081, 29.680750289000059 ], [ 106.196195350000039, 29.680744565000058 ], [ 106.196066978000033, 29.680727071000028 ], [ 106.195934597000075, 29.680731996000077 ], [ 106.195794381000042, 29.680796682000054 ], [ 106.19549373600006, 29.681023228000065 ], [ 106.195464452000067, 29.681075720000081 ], [ 106.195412847000057, 29.681408205000068 ], [ 106.195306637000044, 29.681819524000051 ], [ 106.195225217000029, 29.682159739000035 ], [ 106.195215522000069, 29.682209193000066 ], [ 106.195201042000065, 29.682283067000068 ], [ 106.195248870000057, 29.682353515000049 ], [ 106.195386540000086, 29.682434345000043 ], [ 106.195613953000077, 29.682518621000039 ], [ 106.195639062000055, 29.682518938000044 ], [ 106.195764669000027, 29.682513033000074 ], [ 106.196029792000047, 29.682522568000078 ], [ 106.196106564000047, 29.682545732000051 ], [ 106.196227101000034, 29.68257327200007 ], [ 106.196284413000058, 29.682567982000077 ], [ 106.196363380000037, 29.682545798000028 ], [ 106.196601044000033, 29.682543652000042 ], [ 106.196631320000051, 29.682562463000071 ], [ 106.196637151000061, 29.68259342500005 ], [ 106.196635013000048, 29.682643544000086 ], [ 106.196612670000036, 29.682709363000068 ], [ 106.19674503300007, 29.682787675000032 ], [ 106.196964058000049, 29.682874077000065 ], [ 106.196985405000078, 29.682882498000083 ], [ 106.197203666000064, 29.682914101000055 ], [ 106.19727205900007, 29.682917214000039 ], [ 106.197352870000032, 29.682886638000074 ], [ 106.197476222000034, 29.682840757000069 ], [ 106.197570026000051, 29.68282498700006 ], [ 106.197848490000069, 29.68288961900004 ], [ 106.197921067000053, 29.682885232000046 ], [ 106.19799596200005, 29.682868162000087 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.195253143000059, 29.755559885000082 ], [ 106.195372357000053, 29.75543557400005 ], [ 106.195468230000074, 29.755375215000072 ], [ 106.19554050000005, 29.755338739000074 ], [ 106.195557103000056, 29.755299705000084 ], [ 106.195611143000065, 29.755120690000069 ], [ 106.19591162100005, 29.754410867000043 ], [ 106.196066878000067, 29.753971898000088 ], [ 106.19607411100003, 29.753905323000083 ], [ 106.196073363000039, 29.753842320000043 ], [ 106.196047172000078, 29.753750117000038 ], [ 106.19598132200008, 29.753768604000072 ], [ 106.195901545000027, 29.753821443000035 ], [ 106.195867614000065, 29.753865849000071 ], [ 106.195838610000081, 29.753938274000067 ], [ 106.195744478000051, 29.754330006000089 ], [ 106.195586976000072, 29.754653670000042 ], [ 106.195454428000062, 29.754852735000043 ], [ 106.195409011000038, 29.754895724000047 ], [ 106.195369156000027, 29.754923636000058 ], [ 106.195317761000069, 29.754946642000046 ], [ 106.195254648000059, 29.754949717000045 ], [ 106.195185765000076, 29.754950339000057 ], [ 106.195119722000072, 29.754948431000059 ], [ 106.195062289000077, 29.75494644500008 ], [ 106.195016308000049, 29.754941851000066 ], [ 106.194970237000064, 29.754929744000044 ], [ 106.194932806000054, 29.754920064000089 ], [ 106.194863715000054, 29.754903155000083 ], [ 106.194574801000044, 29.754745467000077 ], [ 106.194256818000042, 29.754473688000072 ], [ 106.194297111000026, 29.754936530000062 ], [ 106.194297401000028, 29.754961031000043 ], [ 106.194301662000044, 29.75498199500004 ], [ 106.194317914000067, 29.754999351000038 ], [ 106.194334126000058, 29.755013207000047 ], [ 106.194354265000072, 29.755020026000071 ], [ 106.194394420000037, 29.755023164000082 ], [ 106.19441431100006, 29.755008983000046 ], [ 106.194446111000062, 29.754984192000055 ], [ 106.194481923000069, 29.754959365000044 ], [ 106.194525757000065, 29.754934465000073 ], [ 106.194573810000065, 29.75492703000009 ], [ 106.194621946000041, 29.754926596000079 ], [ 106.194650108000076, 29.754933342000065 ], [ 106.19468637600005, 29.75494701700006 ], [ 106.194726822000064, 29.754974656000051 ], [ 106.19474307400003, 29.754992012000056 ], [ 106.194771735000074, 29.755040760000043 ], [ 106.194784433000052, 29.755096654000045 ], [ 106.194785139000032, 29.755156157000048 ], [ 106.194781585000044, 29.755194695000057 ], [ 106.194778072000091, 29.755236733000064 ], [ 106.194746396000028, 29.755272024000078 ], [ 106.194614935000061, 29.755350223000047 ], [ 106.194575195000027, 29.755382086000051 ], [ 106.19457552700004, 29.755410088000076 ], [ 106.194583799000043, 29.755431016000042 ], [ 106.194640508000077, 29.755476888000086 ], [ 106.194665469000029, 29.755476663000088 ], [ 106.194709339000042, 29.75546966700005 ], [ 106.194735442000081, 29.755461812000075 ], [ 106.194773163000036, 29.755453673000087 ], [ 106.194808070000079, 29.755449970000086 ], [ 106.194866254000047, 29.755447932000038 ], [ 106.194904178000058, 29.755455209000047 ], [ 106.19492179100007, 29.755467748000047 ], [ 106.194935440000052, 29.755484140000078 ], [ 106.194947067000044, 29.755506344000089 ], [ 106.195004672000039, 29.755572752000042 ], [ 106.195024762000074, 29.755589923000063 ], [ 106.195047663000025, 29.755604589000086 ], [ 106.195067664000078, 29.755614324000074 ], [ 106.195087637000029, 29.755621580000081 ], [ 106.19510757900008, 29.75562635700004 ], [ 106.19513601500006, 29.755628579000067 ], [ 106.195161580000047, 29.755628348000076 ], [ 106.195195549000061, 29.755618126000062 ], [ 106.195240468000065, 29.755573101000035 ], [ 106.195253143000059, 29.755559885000082 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.199666060000027, 29.755094155000048 ], [ 106.199649936000071, 29.755093663000089 ], [ 106.199603253000078, 29.755081511000078 ], [ 106.19953741300003, 29.755043429000064 ], [ 106.199434806000056, 29.754988279000084 ], [ 106.199358289000031, 29.75498414000009 ], [ 106.199281829000029, 29.754984833000037 ], [ 106.199248587000056, 29.754985135000087 ], [ 106.199190011000042, 29.754977862000093 ], [ 106.199165586000049, 29.754971177000069 ], [ 106.199152749000078, 29.754962714000051 ], [ 106.199137151000059, 29.754947141000059 ], [ 106.199107960000049, 29.754901313000062 ], [ 106.199063181000042, 29.754834761000033 ], [ 106.19903591700006, 29.754811094000043 ], [ 106.199013636000075, 29.75479773100005 ], [ 106.198976887000072, 29.754788412000035 ], [ 106.198929238000062, 29.754783025000052 ], [ 106.198908442000061, 29.754783215000092 ], [ 106.198908034000056, 29.754789050000049 ], [ 106.19892541300004, 29.754894417000056 ], [ 106.199007619000056, 29.75502733500009 ], [ 106.199105696000061, 29.755139005000046 ], [ 106.199347419000048, 29.755213770000079 ], [ 106.199391725000055, 29.755195917000041 ], [ 106.199557077000065, 29.755127954000049 ], [ 106.199666060000027, 29.755094155000048 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.200470472000063, 29.754818873000094 ], [ 106.200513369000078, 29.754802368000082 ], [ 106.20067333100009, 29.754746662000059 ], [ 106.200672654000073, 29.75470269700007 ], [ 106.200614882000082, 29.754590662000055 ], [ 106.200508994000074, 29.754500170000082 ], [ 106.200484474000064, 29.754472252000078 ], [ 106.200387066000076, 29.754416857000091 ], [ 106.200257832000034, 29.754396926000084 ], [ 106.199943689000065, 29.754399775000081 ], [ 106.199751438000078, 29.754497088000054 ], [ 106.199696460000041, 29.754533361000085 ], [ 106.199625841000056, 29.754559140000083 ], [ 106.199573893000036, 29.754570247000068 ], [ 106.199517396000033, 29.754572699000043 ], [ 106.199447662000068, 29.754579131000064 ], [ 106.199348201000078, 29.754602277000057 ], [ 106.199316396000029, 29.75461826000009 ], [ 106.199299245000091, 29.75462688600004 ], [ 106.199295321000079, 29.754628861000075 ], [ 106.199281406000068, 29.754669595000063 ], [ 106.19928186500006, 29.754708272000073 ], [ 106.19928488100004, 29.754715009000041 ], [ 106.199288035000052, 29.754721196000052 ], [ 106.199304647000076, 29.754734982000059 ], [ 106.199359013000048, 29.754751518000027 ], [ 106.199422958000071, 29.754752084000078 ], [ 106.199464099000068, 29.754750133000076 ], [ 106.199496235000026, 29.754749841000038 ], [ 106.199531850000028, 29.754762093000068 ], [ 106.199549819000026, 29.754782234000054 ], [ 106.199550062000071, 29.754802537000057 ], [ 106.199555947000093, 29.75483149200004 ], [ 106.19957061000008, 29.754853603000075 ], [ 106.199585111000033, 29.754861211000051 ], [ 106.199620566000078, 29.754860890000096 ], [ 106.199675820000039, 29.754847814000065 ], [ 106.199723103000053, 29.75481644600006 ], [ 106.199740103000082, 29.754801301000043 ], [ 106.199794970000028, 29.754766986000057 ], [ 106.199804469000071, 29.754762525000039 ], [ 106.199848306000035, 29.754744736000077 ], [ 106.199886250000077, 29.754743409000074 ], [ 106.199900649000028, 29.754743277000049 ], [ 106.199931738000032, 29.754756743000087 ], [ 106.199975972000061, 29.754782653000067 ], [ 106.200105227000051, 29.754892267000059 ], [ 106.200111317000051, 29.754914096000054 ], [ 106.200112159000071, 29.754923083000048 ], [ 106.200107777000028, 29.75494742300009 ], [ 106.200103125000055, 29.754954464000036 ], [ 106.20008367500003, 29.754972848000079 ], [ 106.200084344000061, 29.75497265700006 ], [ 106.200269641000034, 29.754908402000076 ], [ 106.200391147000062, 29.754858256000034 ], [ 106.200451623000049, 29.754826125000072 ], [ 106.200470472000063, 29.754818873000094 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.200981026000079, 29.754870368000077 ], [ 106.200722088000092, 29.754859032000073 ], [ 106.200700502000075, 29.754847996000088 ], [ 106.200678738000079, 29.754821985000028 ], [ 106.20066984500005, 29.75479585800008 ], [ 106.200669622000078, 29.754777140000044 ], [ 106.200669399000049, 29.754758422000062 ], [ 106.20067333100009, 29.754746662000059 ], [ 106.200513369000078, 29.754802368000082 ], [ 106.200470472000063, 29.754818873000094 ], [ 106.200479266000059, 29.754848265000078 ], [ 106.200509894000049, 29.754906971000086 ], [ 106.200537007000037, 29.754950238000035 ], [ 106.20058971800006, 29.755002944000069 ], [ 106.200643093000053, 29.755017929000065 ], [ 106.20071966900008, 29.75502786800007 ], [ 106.200801670000033, 29.75502712500008 ], [ 106.200901154000064, 29.755005917000066 ], [ 106.200933048000081, 29.754985323000085 ], [ 106.200935608000066, 29.754983262000046 ], [ 106.200973213000054, 29.754915331000067 ], [ 106.200981597000066, 29.75487464500009 ], [ 106.200981026000079, 29.754870368000077 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.202548780000029, 29.756421183000036 ], [ 106.202551291000077, 29.756420934000058 ], [ 106.202578072000051, 29.756411891000081 ], [ 106.202593111000056, 29.75640442200006 ], [ 106.202603071000055, 29.756394066000038 ], [ 106.202618039000072, 29.756380731000036 ], [ 106.202637924000044, 29.756357087000076 ], [ 106.202654735000067, 29.756325947000054 ], [ 106.202477394000041, 29.75625057600007 ], [ 106.202466430000086, 29.756235619000048 ], [ 106.202464094000049, 29.756220581000044 ], [ 106.202564815000073, 29.755984391000077 ], [ 106.202590518000079, 29.755969100000069 ], [ 106.202618557000051, 29.755968845000041 ], [ 106.20264897800007, 29.755987391000076 ], [ 106.202778718000047, 29.756070398000073 ], [ 106.202780696000048, 29.756068356000071 ], [ 106.202810752000062, 29.756051952000067 ], [ 106.202861149000057, 29.756050027000057 ], [ 106.20288053400003, 29.756049851000057 ], [ 106.202897086000064, 29.755990782000083 ], [ 106.202901084000089, 29.755964394000056 ], [ 106.202915307000069, 29.75589085900009 ], [ 106.202919626000039, 29.755881686000066 ], [ 106.20292016000009, 29.75585597600007 ], [ 106.20291998700003, 29.755841445000044 ], [ 106.202916832000028, 29.755830904000049 ], [ 106.202911404000076, 29.755826265000053 ], [ 106.202895417000036, 29.755812603000031 ], [ 106.202863403000038, 29.755794399000074 ], [ 106.202787030000081, 29.755738284000071 ], [ 106.20277012400004, 29.755717300000068 ], [ 106.202766718000092, 29.755685624000083 ], [ 106.202793802000031, 29.755609300000053 ], [ 106.202776288000067, 29.755617655000037 ], [ 106.202761486000043, 29.755614926000078 ], [ 106.202741641000046, 29.755602218000035 ], [ 106.202734821000035, 29.755580801000068 ], [ 106.202736016000074, 29.755543558000046 ], [ 106.202722735000066, 29.755530792000052 ], [ 106.202706274000036, 29.755526646000074 ], [ 106.202663576000077, 29.755524169000076 ], [ 106.202646927000046, 29.755504273000049 ], [ 106.202646226000084, 29.755445569000074 ], [ 106.202658909000036, 29.755408222000089 ], [ 106.202673148000031, 29.755363702000075 ], [ 106.202708718000054, 29.75531898700007 ], [ 106.202754766000055, 29.755327160000039 ], [ 106.202817310000057, 29.755342344000038 ], [ 106.202865257000042, 29.755371979000078 ], [ 106.202857479000045, 29.755407848000061 ], [ 106.202852762000077, 29.755425075000062 ], [ 106.20282876300007, 29.755476844000043 ], [ 106.202803021000079, 29.755520038000043 ], [ 106.202803243000062, 29.755538651000045 ], [ 106.202809961000071, 29.755551478000097 ], [ 106.202811378000035, 29.755560599000034 ], [ 106.202834450000069, 29.75552275900009 ], [ 106.202878425000051, 29.755483580000089 ], [ 106.203048039000066, 29.755357380000078 ], [ 106.202841095000068, 29.755172846000054 ], [ 106.202840973000036, 29.755162672000033 ], [ 106.202843736000034, 29.75514992900009 ], [ 106.202861045000077, 29.755134509000072 ], [ 106.202881266000077, 29.755119063000052 ], [ 106.202892510000027, 29.755106533000063 ], [ 106.202892683000087, 29.755098609000065 ], [ 106.202892591000079, 29.755090979000034 ], [ 106.202892440000028, 29.755078261000055 ], [ 106.202886245000059, 29.75504779400006 ], [ 106.202865081000027, 29.75498439200004 ], [ 106.202846468000075, 29.754890443000079 ], [ 106.202842821000047, 29.754771328000061 ], [ 106.202738975000045, 29.754772096000071 ], [ 106.202708673000075, 29.754774407000077 ], [ 106.20268784600006, 29.754788847000047 ], [ 106.202673995000055, 29.754801188000034 ], [ 106.202657810000062, 29.754813550000037 ], [ 106.202641651000079, 29.75482794800007 ], [ 106.202623182000082, 29.754844402000057 ], [ 106.202606998000078, 29.754856765000056 ], [ 106.202590814000075, 29.754869126000077 ], [ 106.202567558000055, 29.754875445000032 ], [ 106.202544229000068, 29.754875657000071 ], [ 106.202466682000079, 29.754860793000027 ], [ 106.202465325000048, 29.754861102000064 ], [ 106.202445948000062, 29.754865517000042 ], [ 106.202374489000093, 29.754854978000083 ], [ 106.202366291000033, 29.754948044000059 ], [ 106.202279468000029, 29.755473993000066 ], [ 106.202325119000079, 29.755484909000067 ], [ 106.202376269000069, 29.755494340000045 ], [ 106.202433119000034, 29.755506193000095 ], [ 106.202464823000071, 29.755519895000084 ], [ 106.202638268000044, 29.755720481000086 ], [ 106.202638538000031, 29.755743080000059 ], [ 106.202635840000028, 29.755758173000054 ], [ 106.202618843000039, 29.755780928000032 ], [ 106.202515964000042, 29.75584213400009 ], [ 106.20249300200004, 29.755847366000069 ], [ 106.202467073000037, 29.755845090000037 ], [ 106.202272522000044, 29.755644965000045 ], [ 106.202264660000026, 29.755696842000077 ], [ 106.202197268000077, 29.755841530000048 ], [ 106.202142394000091, 29.756069868000054 ], [ 106.20214263400004, 29.756089969000065 ], [ 106.202146753000079, 29.756113386000042 ], [ 106.20217419100004, 29.756160045000055 ], [ 106.20234376500008, 29.756353895000071 ], [ 106.202367607000056, 29.756380075000042 ], [ 106.202388018000079, 29.756400420000034 ], [ 106.202406644000064, 29.756411982000088 ], [ 106.202431991000026, 29.756423484000027 ], [ 106.202458915000079, 29.756426173000065 ], [ 106.202502609000078, 29.756425775000086 ], [ 106.202548780000029, 29.756421183000036 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.20126313600008, 29.754967974000067 ], [ 106.201262568000061, 29.754970243000059 ], [ 106.201263332000053, 29.754984137000065 ], [ 106.20126797100005, 29.755002045000086 ], [ 106.201303170000074, 29.755064407000081 ], [ 106.201312331000054, 29.755101785000086 ], [ 106.201307827000051, 29.755188854000032 ], [ 106.201224917000047, 29.755113214000062 ], [ 106.201203871000075, 29.755113405000092 ], [ 106.201192849000051, 29.755118341000063 ], [ 106.201113603000067, 29.755164504000053 ], [ 106.201072735000025, 29.755175510000072 ], [ 106.200985321000076, 29.755186947000091 ], [ 106.200970912000059, 29.755187077000073 ], [ 106.200962227000048, 29.755201662000047 ], [ 106.200962412000081, 29.755217130000066 ], [ 106.20097148900004, 29.755235422000048 ], [ 106.201001104000056, 29.755301867000071 ], [ 106.200986878000037, 29.755317474000037 ], [ 106.200951644000043, 29.755329222000054 ], [ 106.201135239000052, 29.755536404000051 ], [ 106.201264458000026, 29.755682223000075 ], [ 106.201360762000036, 29.755523412000059 ], [ 106.201385522000066, 29.755440819000061 ], [ 106.201396875000057, 29.755313419000064 ], [ 106.201391690000037, 29.755238586000075 ], [ 106.201391154000078, 29.755193663000064 ], [ 106.201377659000059, 29.755141369000057 ], [ 106.201351023000043, 29.755066732000035 ], [ 106.201324701000033, 29.755018298000032 ], [ 106.20126313600008, 29.754967974000067 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.199068616000034, 29.755520038000046 ], [ 106.199299411000027, 29.755449950000077 ], [ 106.199471452000068, 29.755397398000071 ], [ 106.199627500000076, 29.755340352000076 ], [ 106.199831027000073, 29.755255064000036 ], [ 106.199942824000061, 29.75520113400005 ], [ 106.200032538000073, 29.755145357000064 ], [ 106.200106163000044, 29.755118402000054 ], [ 106.20018546600005, 29.755108123000067 ], [ 106.200269499000072, 29.755111174000035 ], [ 106.200308998000025, 29.75511260800004 ], [ 106.200452735000056, 29.755117826000063 ], [ 106.200479838000035, 29.755119012000087 ], [ 106.200520508000068, 29.755120793000071 ], [ 106.200615050000067, 29.755130681000075 ], [ 106.200689238000052, 29.75515508400008 ], [ 106.200798596000027, 29.755202452000049 ], [ 106.200856201000093, 29.755238059000078 ], [ 106.200858566000079, 29.755239520000085 ], [ 106.200914559000068, 29.755287372000058 ], [ 106.200951644000043, 29.755329222000054 ], [ 106.200986878000037, 29.755317474000037 ], [ 106.201001104000056, 29.755301867000071 ], [ 106.20097148900004, 29.755235422000048 ], [ 106.200962412000081, 29.755217130000066 ], [ 106.200962227000048, 29.755201662000047 ], [ 106.200970912000059, 29.755187077000073 ], [ 106.200985321000076, 29.755186947000091 ], [ 106.201072735000025, 29.755175510000072 ], [ 106.201113603000067, 29.755164504000053 ], [ 106.201192849000051, 29.755118341000063 ], [ 106.201203871000075, 29.755113405000092 ], [ 106.201224917000047, 29.755113214000062 ], [ 106.201307827000051, 29.755188854000032 ], [ 106.201312331000054, 29.755101785000086 ], [ 106.201303170000074, 29.755064407000081 ], [ 106.20126797100005, 29.755002045000086 ], [ 106.201263332000053, 29.754984137000065 ], [ 106.201262568000061, 29.754970243000059 ], [ 106.20126313600008, 29.754967974000067 ], [ 106.201225040000068, 29.754936834000045 ], [ 106.201005429000077, 29.754871436000077 ], [ 106.200981026000079, 29.754870368000077 ], [ 106.200981597000066, 29.75487464500009 ], [ 106.200973213000054, 29.754915331000067 ], [ 106.200935608000066, 29.754983262000046 ], [ 106.200933048000081, 29.754985323000085 ], [ 106.200901154000064, 29.755005917000066 ], [ 106.200801670000033, 29.75502712500008 ], [ 106.20071966900008, 29.75502786800007 ], [ 106.200643093000053, 29.755017929000065 ], [ 106.20058971800006, 29.755002944000069 ], [ 106.200537007000037, 29.754950238000035 ], [ 106.200509894000049, 29.754906971000086 ], [ 106.200479266000059, 29.754848265000078 ], [ 106.200470472000063, 29.754818873000094 ], [ 106.200451623000049, 29.754826125000072 ], [ 106.200391147000062, 29.754858256000034 ], [ 106.200269641000034, 29.754908402000076 ], [ 106.200084344000061, 29.75497265700006 ], [ 106.20008367500003, 29.754972848000079 ], [ 106.199742454000045, 29.755070463000042 ], [ 106.199666060000027, 29.755094155000048 ], [ 106.199557077000065, 29.755127954000049 ], [ 106.199391725000055, 29.755195917000041 ], [ 106.199347419000048, 29.755213770000079 ], [ 106.199214147000077, 29.755267475000039 ], [ 106.199108485000068, 29.755297766000062 ], [ 106.198885628000028, 29.755317609000087 ], [ 106.198783086000049, 29.755332288000094 ], [ 106.198738654000081, 29.755329169000056 ], [ 106.198694010000054, 29.755308444000043 ], [ 106.198694669000091, 29.755543058000057 ], [ 106.19869488900008, 29.755621090000087 ], [ 106.198694949000071, 29.755642754000053 ], [ 106.198898233000079, 29.75556667600004 ], [ 106.198996448000074, 29.755534719000085 ], [ 106.199068616000034, 29.755520038000046 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.196771819000048, 29.755715773000084 ], [ 106.196744512000066, 29.755676008000083 ], [ 106.196709895000026, 29.755631701000095 ], [ 106.196689216000038, 29.755564960000072 ], [ 106.196623828000043, 29.755339826000075 ], [ 106.196594431000065, 29.755238613000067 ], [ 106.196563866000076, 29.755147519000055 ], [ 106.196509022000043, 29.75498406600008 ], [ 106.196491597000033, 29.754951998000081 ], [ 106.196483399000044, 29.754918390000054 ], [ 106.196468701000086, 29.754896918000046 ], [ 106.196467357000074, 29.754895618000035 ], [ 106.196437392000064, 29.754866595000063 ], [ 106.196389876000069, 29.754861624000057 ], [ 106.196342426000058, 29.754862053000064 ], [ 106.196301250000033, 29.754869628000048 ], [ 106.196251780000068, 29.754873675000056 ], [ 106.19619416300003, 29.754886798000097 ], [ 106.196110845000078, 29.754945526000089 ], [ 106.196040420000031, 29.754995740000084 ], [ 106.195992749000027, 29.755048226000049 ], [ 106.195959361000064, 29.755102349000094 ], [ 106.195948153000074, 29.755120515000037 ], [ 106.195925752000051, 29.755147985000065 ], [ 106.195880657000032, 29.755178139000066 ], [ 106.195708266000054, 29.755254062000066 ], [ 106.19554050000005, 29.755338739000074 ], [ 106.195486853000034, 29.755464864000093 ], [ 106.195432604000089, 29.755626379000031 ], [ 106.19541362800004, 29.755717564000058 ], [ 106.195414209000049, 29.755766566000087 ], [ 106.195414749000065, 29.755812068000068 ], [ 106.195415206000078, 29.755850570000057 ], [ 106.195411568000054, 29.755882107000058 ], [ 106.195407848000059, 29.755906645000042 ], [ 106.195404044000043, 29.755924182000054 ], [ 106.195380100000079, 29.755934901000039 ], [ 106.195364096000048, 29.755938545000042 ], [ 106.195348052000043, 29.755938690000047 ], [ 106.195319847000064, 29.755928443000073 ], [ 106.195319557000062, 29.755903942000092 ], [ 106.19531922300007, 29.75587594100006 ], [ 106.195312554000054, 29.755651967000063 ], [ 106.195308252000075, 29.755627503000085 ], [ 106.195304074000035, 29.755613538000034 ], [ 106.195295760000093, 29.755589110000077 ], [ 106.195253143000059, 29.755559885000082 ], [ 106.195252407000069, 29.755612417000066 ], [ 106.195235622000041, 29.755715855000066 ], [ 106.19522239500003, 29.755902338000055 ], [ 106.195243538000071, 29.755949301000044 ], [ 106.195269668000037, 29.75598274500004 ], [ 106.19529566600005, 29.75600496200008 ], [ 106.195326728000055, 29.756020399000075 ], [ 106.19535901900008, 29.756027149000083 ], [ 106.195394462000081, 29.756009444000078 ], [ 106.195460166000032, 29.755966833000059 ], [ 106.195480162000081, 29.75594655000009 ], [ 106.195521493000058, 29.755885628000041 ], [ 106.195542145000047, 29.755759845000068 ], [ 106.195573925000076, 29.75563879200007 ], [ 106.195622999000079, 29.75557555000006 ], [ 106.195683089000056, 29.755507379000051 ], [ 106.195875284000067, 29.755375214000086 ], [ 106.195964918000087, 29.755327179000062 ], [ 106.195968224000069, 29.755332802000058 ], [ 106.196010847000025, 29.755357043000057 ], [ 106.196057930000052, 29.755360722000034 ], [ 106.196107315000063, 29.755360275000044 ], [ 106.196156702000053, 29.755359829000039 ], [ 106.19619668100006, 29.755359467000055 ], [ 106.196224900000061, 29.755359213000077 ], [ 106.196253145000085, 29.755361008000076 ], [ 106.196281365000061, 29.755360753000048 ], [ 106.196300228000041, 29.75536468700005 ], [ 106.196316787000058, 29.755372747000081 ], [ 106.196373618000052, 29.755405068000073 ], [ 106.196663987000079, 29.755693857000036 ], [ 106.196685348000074, 29.755710082000057 ], [ 106.196704283000031, 29.755720172000057 ], [ 106.196730151000054, 29.755719938000084 ], [ 106.196771819000048, 29.755715773000084 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.19554050000005, 29.755338739000074 ], [ 106.195468230000074, 29.755375215000072 ], [ 106.195372357000053, 29.75543557400005 ], [ 106.195253143000059, 29.755559885000082 ], [ 106.195295760000093, 29.755589110000077 ], [ 106.195304074000035, 29.755613538000034 ], [ 106.195308252000075, 29.755627503000085 ], [ 106.195312554000054, 29.755651967000063 ], [ 106.19531922300007, 29.75587594100006 ], [ 106.195319557000062, 29.755903942000092 ], [ 106.195319847000064, 29.755928443000073 ], [ 106.195348052000043, 29.755938690000047 ], [ 106.195364096000048, 29.755938545000042 ], [ 106.195380100000079, 29.755934901000039 ], [ 106.195404044000043, 29.755924182000054 ], [ 106.195407848000059, 29.755906645000042 ], [ 106.195411568000054, 29.755882107000058 ], [ 106.195415206000078, 29.755850570000057 ], [ 106.195414749000065, 29.755812068000068 ], [ 106.195414209000049, 29.755766566000087 ], [ 106.19541362800004, 29.755717564000058 ], [ 106.195432604000089, 29.755626379000031 ], [ 106.195486853000034, 29.755464864000093 ], [ 106.19554050000005, 29.755338739000074 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.19535901900008, 29.756027149000083 ], [ 106.195326728000055, 29.756020399000075 ], [ 106.19529566600005, 29.75600496200008 ], [ 106.195269668000037, 29.75598274500004 ], [ 106.195243538000071, 29.755949301000044 ], [ 106.19522239500003, 29.755902338000055 ], [ 106.195235622000041, 29.755715855000066 ], [ 106.195252407000069, 29.755612417000066 ], [ 106.195253143000059, 29.755559885000082 ], [ 106.195240468000065, 29.755573101000035 ], [ 106.195195549000061, 29.755618126000062 ], [ 106.195161580000047, 29.755628348000076 ], [ 106.19513601500006, 29.755628579000067 ], [ 106.19510757900008, 29.75562635700004 ], [ 106.195087637000029, 29.755621580000081 ], [ 106.195067664000078, 29.755614324000074 ], [ 106.195047663000025, 29.755604589000086 ], [ 106.195024762000074, 29.755589923000063 ], [ 106.195004672000039, 29.755572752000042 ], [ 106.194947067000044, 29.755506344000089 ], [ 106.194935440000052, 29.755484140000078 ], [ 106.19492179100007, 29.755467748000047 ], [ 106.194904178000058, 29.755455209000047 ], [ 106.194866254000047, 29.755447932000038 ], [ 106.194808070000079, 29.755449970000086 ], [ 106.194773163000036, 29.755453673000087 ], [ 106.194735442000081, 29.755461812000075 ], [ 106.194709339000042, 29.75546966700005 ], [ 106.194665469000029, 29.755476663000088 ], [ 106.194640508000077, 29.755476888000086 ], [ 106.194375398000034, 29.755585481000079 ], [ 106.194024925000065, 29.755739445000071 ], [ 106.193840132000048, 29.755851312000054 ], [ 106.193675277000068, 29.755963 ], [ 106.193563579000056, 29.756116033000072 ], [ 106.193507959000044, 29.756200306000039 ], [ 106.193470147000028, 29.756231744000047 ], [ 106.193429580000043, 29.756245437000072 ], [ 106.193406671000048, 29.756245645000046 ], [ 106.193342853000047, 29.756230671000086 ], [ 106.193309500000055, 29.75620876000005 ], [ 106.193286276000038, 29.756182315000043 ], [ 106.193268090000061, 29.756151382000045 ], [ 106.193265097000051, 29.756113649000046 ], [ 106.193262571000048, 29.755900437000037 ], [ 106.193262282000035, 29.755876006000051 ], [ 106.193259526000077, 29.755858261000071 ], [ 106.193233915000064, 29.755845165000043 ], [ 106.193193163000046, 29.755843311000039 ], [ 106.193152463000047, 29.755845901000043 ], [ 106.193056082000055, 29.755875645000057 ], [ 106.192985444000044, 29.755929590000047 ], [ 106.192962931000082, 29.755963111000085 ], [ 106.192953222000028, 29.75600318100004 ], [ 106.192953564000049, 29.756032053000073 ], [ 106.192961727000068, 29.756076403000069 ], [ 106.192982721000078, 29.756129523000087 ], [ 106.193076064000081, 29.756273059000087 ], [ 106.193099735000033, 29.756337260000066 ], [ 106.193100024000046, 29.756361692000045 ], [ 106.193100419000075, 29.756395005000062 ], [ 106.193085515000064, 29.756426237000085 ], [ 106.193060457000058, 29.756459781000043 ], [ 106.193042601000059, 29.75648816000006 ], [ 106.193182128000046, 29.756414059000065 ], [ 106.19325415000003, 29.756392387000062 ], [ 106.19329162300005, 29.756392049000059 ], [ 106.193326420000062, 29.756391736000076 ], [ 106.193363893000026, 29.756391397000073 ], [ 106.193479241000034, 29.756411379000035 ], [ 106.193610840000076, 29.756447564000041 ], [ 106.193675303000077, 29.756465669000072 ], [ 106.193758446000061, 29.756478934000082 ], [ 106.193814656000029, 29.756478426000051 ], [ 106.19386283700004, 29.75647799200004 ], [ 106.193905664000056, 29.756477605000036 ], [ 106.193953873000055, 29.756479507000055 ], [ 106.193993939000052, 29.75647213700006 ], [ 106.194055364000064, 29.756459903000071 ], [ 106.19409808000006, 29.756450175000055 ], [ 106.194140714000071, 29.756433439000091 ], [ 106.194175401000052, 29.756423783000056 ], [ 106.194223497000053, 29.756416341000094 ], [ 106.19427692000005, 29.75640651600008 ], [ 106.194584157000079, 29.756354690000084 ], [ 106.194709269000043, 29.756295165000033 ], [ 106.19497825500008, 29.756178281000068 ], [ 106.195073812000032, 29.756109680000069 ], [ 106.195100593000063, 29.756099633000062 ], [ 106.19517058200006, 29.756079743000033 ], [ 106.195258686000045, 29.756064942000073 ], [ 106.195326646000069, 29.756043320000067 ], [ 106.19535901900008, 29.756027149000083 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.12258763400007, 29.601760423000094 ], [ 106.122601824000071, 29.601688890000048 ], [ 106.122605978000081, 29.601626787000047 ], [ 106.122597111000061, 29.601554916000051 ], [ 106.122589415000064, 29.601540244000034 ], [ 106.122562482000035, 29.601488909000068 ], [ 106.122537331000061, 29.601404161000062 ], [ 106.122509386000047, 29.601269350000052 ], [ 106.12246495400008, 29.60115414400007 ], [ 106.122457501000042, 29.601128634000069 ], [ 106.122455240000079, 29.601120889000075 ], [ 106.122437839000042, 29.601057205000068 ], [ 106.122424165000041, 29.600951205000055 ], [ 106.12243068700009, 29.600811495000066 ], [ 106.122466045000067, 29.600651790000079 ], [ 106.122484398000054, 29.600559942000078 ], [ 106.122486579000054, 29.600465409000044 ], [ 106.122475550000047, 29.600357703000046 ], [ 106.122479098000042, 29.60035795500005 ], [ 106.122486639000044, 29.600357385000049 ], [ 106.122494136000057, 29.600352753000031 ], [ 106.122496830000046, 29.600345371000063 ], [ 106.12249810000003, 29.600328767000072 ], [ 106.122498736000068, 29.600307463000039 ], [ 106.122497515000077, 29.600275907000071 ], [ 106.122498239000038, 29.60019896600005 ], [ 106.122490838000033, 29.600076791000049 ], [ 106.122476550000044, 29.600082738000086 ], [ 106.122361882000064, 29.600124618000049 ], [ 106.122296209000069, 29.600135125000065 ], [ 106.122214002000078, 29.600138030000036 ], [ 106.122165832000064, 29.600129593000073 ], [ 106.122098477000065, 29.600102521000053 ], [ 106.122087560000068, 29.60009503800007 ], [ 106.122075223000095, 29.600086583000067 ], [ 106.122053856000036, 29.600071939000081 ], [ 106.122011546000067, 29.600021435000084 ], [ 106.12195156100006, 29.599974398000086 ], [ 106.121940232000043, 29.59996820800006 ], [ 106.121905737000077, 29.599949356000081 ], [ 106.121862760000056, 29.599941885000071 ], [ 106.121820807000063, 29.599934593000054 ], [ 106.121776221000061, 29.599929966000047 ], [ 106.121780241000067, 29.600032633000069 ], [ 106.121776702000034, 29.600101615000082 ], [ 106.121761172000049, 29.600124312000041 ], [ 106.12173868400005, 29.600137160000092 ], [ 106.121764694000035, 29.600201574000039 ], [ 106.121782075000056, 29.600273882000071 ], [ 106.121786339000053, 29.600326867000042 ], [ 106.121790621000059, 29.600380078000054 ], [ 106.121784892000051, 29.600528259000047 ], [ 106.121795718000044, 29.600605179000063 ], [ 106.121796888000077, 29.600613494000068 ], [ 106.12181412800004, 29.600672923000047 ], [ 106.121853724000076, 29.600754704000057 ], [ 106.121906164000052, 29.600831548000087 ], [ 106.121939911000027, 29.600884397000065 ], [ 106.121957026000075, 29.600932555000036 ], [ 106.121957703000078, 29.600993735000092 ], [ 106.121963854000057, 29.601050039000089 ], [ 106.122016864000045, 29.601178400000041 ], [ 106.122048181000025, 29.601331059000071 ], [ 106.122056832000055, 29.601377220000078 ], [ 106.122069841000041, 29.601449427000027 ], [ 106.122091447000059, 29.601563052000071 ], [ 106.122100884000091, 29.601680337000065 ], [ 106.122077065000042, 29.601804727000051 ], [ 106.12208508100008, 29.601799184000068 ], [ 106.122141729000077, 29.60176902500007 ], [ 106.122203015000025, 29.601729399000071 ], [ 106.122241351000071, 29.60170749800006 ], [ 106.12228901800006, 29.601692261000039 ], [ 106.122355276000064, 29.60168361000007 ], [ 106.122420065000028, 29.601681714000051 ], [ 106.122472616000039, 29.601689360000087 ], [ 106.122539307000068, 29.601719812000063 ], [ 106.12258763400007, 29.601760423000094 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.121667350000052, 29.598100308000085 ], [ 106.121715176000066, 29.597942507000091 ], [ 106.121748380000042, 29.597819817000072 ], [ 106.121778175000031, 29.597717821000057 ], [ 106.121790239000063, 29.597657309000056 ], [ 106.12179117800008, 29.597577814000076 ], [ 106.121796301000074, 29.597547565000056 ], [ 106.121806968000044, 29.597525219000083 ], [ 106.121852530000069, 29.597484350000059 ], [ 106.121831936000035, 29.597465340000035 ], [ 106.121746739000059, 29.597406683000088 ], [ 106.121660192000036, 29.597362552000046 ], [ 106.12160553700005, 29.597335305000055 ], [ 106.121566009000048, 29.597310569000058 ], [ 106.12154146000006, 29.597275151000083 ], [ 106.12152453300007, 29.597246264000038 ], [ 106.121519215000035, 29.597175057000072 ], [ 106.121551435000072, 29.597085061000083 ], [ 106.121600553000064, 29.597021309000066 ], [ 106.121641942000053, 29.596993772000069 ], [ 106.121639726000069, 29.596988758000066 ], [ 106.121652669000071, 29.596955694000091 ], [ 106.121692292000034, 29.596928219000063 ], [ 106.121743296000034, 29.596902 ], [ 106.121691461000069, 29.596879762000075 ], [ 106.12168845900004, 29.596878475000047 ], [ 106.121616336000045, 29.596826972000077 ], [ 106.121546065000075, 29.596763295000077 ], [ 106.12147552600004, 29.596675301000047 ], [ 106.121474984000031, 29.59667445000008 ], [ 106.121468464000031, 29.596678911000094 ], [ 106.121454994000032, 29.596687234000058 ], [ 106.121442496000043, 29.596695835000048 ], [ 106.12143264000008, 29.596705421000085 ], [ 106.121427098000026, 29.596716686000036 ], [ 106.121427287000074, 29.596733740000044 ], [ 106.121429892000037, 29.596746778000071 ], [ 106.121430007000072, 29.59674769000009 ], [ 106.121435353000052, 29.596748428000069 ], [ 106.12144395100006, 29.596751801000039 ], [ 106.121449963000032, 29.59675726200004 ], [ 106.121454228000061, 29.596764519000082 ], [ 106.121457331000045, 29.596772968000025 ], [ 106.121459861000062, 29.596782 ], [ 106.121462400000055, 29.596791005000068 ], [ 106.121464874000026, 29.596798127000053 ], [ 106.121467689000042, 29.59680489700008 ], [ 106.121470766000073, 29.596811402000071 ], [ 106.121474035000062, 29.596817730000058 ], [ 106.12147741900003, 29.596823971000056 ], [ 106.121480849000079, 29.596830210000068 ], [ 106.121485042000074, 29.596837979000046 ], [ 106.121489238000038, 29.596845828000095 ], [ 106.121493477000058, 29.596853712000037 ], [ 106.121497816000044, 29.596861581000041 ], [ 106.121502298000067, 29.596869391000041 ], [ 106.121507002000044, 29.596877210000056 ], [ 106.121511737000048, 29.596884984000045 ], [ 106.121516343000053, 29.596892798000056 ], [ 106.121520660000058, 29.596900723000086 ], [ 106.121524195000063, 29.596907971000057 ], [ 106.121527509000046, 29.596915311000089 ], [ 106.121530746000076, 29.596922687000074 ], [ 106.121534056000044, 29.596930041000068 ], [ 106.121537580000066, 29.596937318000073 ], [ 106.121541279000041, 29.596944238000042 ], [ 106.121545166000033, 29.596951081000039 ], [ 106.121549087000062, 29.596957896000053 ], [ 106.121552895000036, 29.596964742000079 ], [ 106.121556880000071, 29.596972673000042 ], [ 106.121560114000033, 29.596980893000072 ], [ 106.121562177000058, 29.596989590000081 ], [ 106.121562662000031, 29.59699751900007 ], [ 106.12156142300006, 29.597005208000045 ], [ 106.121557922000079, 29.597011931000051 ], [ 106.121544528000072, 29.597022540000072 ], [ 106.12153726400004, 29.597028996000063 ], [ 106.12153100300003, 29.59703616400008 ], [ 106.121525247000079, 29.597043697000071 ], [ 106.121516676000056, 29.597041444000066 ], [ 106.12150814000006, 29.597039117000069 ], [ 106.121499673000073, 29.597036642000038 ], [ 106.121491306000053, 29.597033939000085 ], [ 106.121483068000032, 29.597030933000045 ], [ 106.121473674000072, 29.597026968000073 ], [ 106.121464552000077, 29.597022511000031 ], [ 106.121455748000088, 29.59701758500006 ], [ 106.121447302000036, 29.597012199000055 ], [ 106.121439260000045, 29.597006374000049 ], [ 106.121431486000063, 29.596999990000086 ], [ 106.121424145000049, 29.596993229000081 ], [ 106.121417201000042, 29.596986146000056 ], [ 106.121410612000034, 29.596978800000052 ], [ 106.121404344000041, 29.596971245000077 ], [ 106.121399034000035, 29.596964427000046 ], [ 106.121393944000033, 29.596957495000076 ], [ 106.121389067000052, 29.596950451000051 ], [ 106.121384396000053, 29.596943294000084 ], [ 106.121379934000075, 29.596936024000058 ], [ 106.121375918000069, 29.596929081000042 ], [ 106.12137212500005, 29.596922041000081 ], [ 106.121368590000031, 29.596914905000062 ], [ 106.121365356000069, 29.596907671000057 ], [ 106.121362459000082, 29.596900334000058 ], [ 106.121359941000037, 29.596892899000064 ], [ 106.121357404000037, 29.596883772000066 ], [ 106.121355233000031, 29.596874569000079 ], [ 106.121354276000034, 29.596870166000087 ], [ 106.121353440000064, 29.596866309000056 ], [ 106.121351823000069, 29.596858023000031 ], [ 106.121350452000058, 29.59684968100003 ], [ 106.121349513000041, 29.596842242000037 ], [ 106.121348906000037, 29.596834795000067 ], [ 106.121348705000059, 29.596827392000076 ], [ 106.121348924000074, 29.596820579000049 ], [ 106.121349492000036, 29.596813770000029 ], [ 106.121350341000038, 29.59680687600007 ], [ 106.121351402000073, 29.59679981700009 ], [ 106.121352758000057, 29.596791969000041 ], [ 106.121354479000047, 29.596784095000093 ], [ 106.121356763000051, 29.596776464000069 ], [ 106.121359805000054, 29.596769341000087 ], [ 106.121363804000055, 29.59676299300008 ], [ 106.121368951000079, 29.596757683000078 ], [ 106.121362530000056, 29.596754634000032 ], [ 106.121355980000033, 29.596751757000046 ], [ 106.121353666000061, 29.596750861000093 ], [ 106.121293454000067, 29.596829408000083 ], [ 106.121220555000036, 29.596947131000036 ], [ 106.12118421200006, 29.597012222000053 ], [ 106.121174336000081, 29.597050097000078 ], [ 106.121178812000039, 29.597082450000073 ], [ 106.121204214000045, 29.597145220000073 ], [ 106.121216476000029, 29.597165821000086 ], [ 106.121119732000068, 29.597202940000045 ], [ 106.121099392000076, 29.597225846000065 ], [ 106.121099748000063, 29.597258050000057 ], [ 106.121106523000037, 29.59728262200008 ], [ 106.121135225000046, 29.597329743000049 ], [ 106.121160404000079, 29.59735226600009 ], [ 106.121187582000061, 29.597359613000044 ], [ 106.121217929000068, 29.597359357000077 ], [ 106.121255725000026, 29.597346724000101 ], [ 106.121293459000071, 29.597324071000052 ], [ 106.121294778000049, 29.597328009000083 ], [ 106.12129535400004, 29.597380191000074 ], [ 106.12128199700004, 29.597475680000052 ], [ 106.121273575000032, 29.597574093000045 ], [ 106.121277251000038, 29.597617369000087 ], [ 106.121302308000054, 29.597714949000082 ], [ 106.121303606000026, 29.597832290000042 ], [ 106.121288132000075, 29.597878521000052 ], [ 106.121274149000044, 29.597914962000058 ], [ 106.121273208000062, 29.597922340000075 ], [ 106.121268265000026, 29.597961114000043 ], [ 106.121268914000041, 29.598019783000034 ], [ 106.121283412000025, 29.598055283000065 ], [ 106.121337071000028, 29.598098919000044 ], [ 106.121411143000046, 29.598138808000041 ], [ 106.121459057000038, 29.598156278000094 ], [ 106.121532719000072, 29.598159231000068 ], [ 106.121585865000043, 29.598156398000068 ], [ 106.121619870000075, 29.598148961000057 ], [ 106.121655068000052, 29.598126023000077 ], [ 106.121667350000052, 29.598100308000085 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.070060733000048, 29.453179318000082 ], [ 106.070059437000054, 29.453183737000067 ], [ 106.07007896500005, 29.453219834000031 ], [ 106.070094596000047, 29.453227195000068 ], [ 106.070114440000054, 29.453249913000032 ], [ 106.07013782000007, 29.453298341000046 ], [ 106.070136351000031, 29.453314081000084 ], [ 106.070128453000052, 29.45333988200008 ], [ 106.07011895200003, 29.453368556000036 ], [ 106.070089907000067, 29.453403106000053 ], [ 106.070030110000062, 29.453465071000043 ], [ 106.07002895800008, 29.453466984000034 ], [ 106.070017664000034, 29.453485751000073 ], [ 106.070007628000042, 29.453502428000036 ], [ 106.069991607000077, 29.453532584000065 ], [ 106.069962682000039, 29.453578572000083 ], [ 106.069937818000028, 29.453610631000057 ], [ 106.06994349200005, 29.45363727900008 ], [ 106.069956525000066, 29.453671457000034 ], [ 106.069994773000076, 29.453693333000039 ], [ 106.070167248000075, 29.45377059600008 ], [ 106.070302354000034, 29.453827489000048 ], [ 106.07036018000008, 29.453848451000052 ], [ 106.070436847000053, 29.453855752000038 ], [ 106.070505697000058, 29.453846578000089 ], [ 106.070544931000029, 29.45383117700004 ], [ 106.070569258000035, 29.453802967000051 ], [ 106.070615473000032, 29.453748718000046 ], [ 106.070676506000055, 29.453698662000082 ], [ 106.070723015000056, 29.453672429000044 ], [ 106.070749804000059, 29.453644197000077 ], [ 106.070764372000042, 29.453624686000079 ], [ 106.070764078000082, 29.453596671000071 ], [ 106.070763007000039, 29.453564856000067 ], [ 106.070699234000074, 29.453582931000089 ], [ 106.070640549000075, 29.453598856000045 ], [ 106.070622895000042, 29.453598998000075 ], [ 106.070599220000076, 29.453586311000038 ], [ 106.070596170000044, 29.45357603400004 ], [ 106.07059603600004, 29.45356315700008 ], [ 106.070616334000078, 29.45353466500006 ], [ 106.070630640000047, 29.45349591900009 ], [ 106.070630263000055, 29.453459866000067 ], [ 106.070594684000071, 29.45343439800007 ], [ 106.07055327300003, 29.453414128000077 ], [ 106.070479416000069, 29.453386393000073 ], [ 106.07044983000003, 29.453371178000058 ], [ 106.070437871000081, 29.453353247000052 ], [ 106.070434578000075, 29.453319793000041 ], [ 106.070437251000044, 29.453294018000065 ], [ 106.070466323000062, 29.453260304000086 ], [ 106.070498498000063, 29.453242017000033 ], [ 106.070521768000049, 29.453216076000047 ], [ 106.070524359000046, 29.453182575000081 ], [ 106.070488536000028, 29.453133930000032 ], [ 106.070426288000078, 29.453090648000057 ], [ 106.070378966000078, 29.453067850000075 ], [ 106.070322899000075, 29.453052849000066 ], [ 106.070211116000053, 29.453056323000052 ], [ 106.07012899800003, 29.453082737000045 ], [ 106.070088103000046, 29.453111395000064 ], [ 106.070070800000067, 29.453145014000089 ], [ 106.070060733000048, 29.453179318000082 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.069541495000067, 29.452918265000051 ], [ 106.069492592000074, 29.452871825000038 ], [ 106.069484036000063, 29.452836091000052 ], [ 106.069475129000068, 29.452766947000043 ], [ 106.069417564000048, 29.452738768000071 ], [ 106.069383250000044, 29.452715849000064 ], [ 106.069388071000049, 29.452912108000078 ], [ 106.06939101200004, 29.453031864000092 ], [ 106.069484305000074, 29.453032022000059 ], [ 106.069510263000041, 29.453015177000051 ], [ 106.069531338000047, 29.45298589700008 ], [ 106.069540470000049, 29.452950474000087 ], [ 106.069541495000067, 29.452918265000051 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.069580588000065, 29.453215797000034 ], [ 106.069555334000029, 29.453225343000035 ], [ 106.069478076000053, 29.453245474000088 ], [ 106.069396778000055, 29.453266657000089 ], [ 106.069398534000072, 29.453338152000082 ], [ 106.069402131000061, 29.453484625000041 ], [ 106.069408338000073, 29.453485214000075 ], [ 106.069420018000073, 29.45343747100009 ], [ 106.069463347000081, 29.453408482000036 ], [ 106.069524290000075, 29.453394626000097 ], [ 106.069565478000072, 29.453369473000066 ], [ 106.069571702000076, 29.453338872000067 ], [ 106.069571161000056, 29.453287322000051 ], [ 106.069571021000058, 29.453256211000053 ], [ 106.069580588000065, 29.453215797000034 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.067834807000054, 29.441848748000037 ], [ 106.06783392300008, 29.441829145000042 ], [ 106.06783127000007, 29.441771717000062 ], [ 106.067836878000037, 29.441719609000078 ], [ 106.067848703000038, 29.441669946000047 ], [ 106.067775076000046, 29.441668523000082 ], [ 106.067554818000076, 29.441631798000056 ], [ 106.067428416000041, 29.441620127000078 ], [ 106.067471846000046, 29.441834756000056 ], [ 106.067476869000075, 29.441928774000079 ], [ 106.067481391000058, 29.442013417000059 ], [ 106.067818659000068, 29.441857217000045 ], [ 106.067834807000054, 29.441848748000037 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.068156060000035, 29.442017817000071 ], [ 106.06815765500005, 29.441993509000035 ], [ 106.068157486000075, 29.441977353000087 ], [ 106.068157279000047, 29.441957606000074 ], [ 106.068150770000045, 29.441923548000091 ], [ 106.068146197000033, 29.44190907200004 ], [ 106.068142284000032, 29.441896687000057 ], [ 106.068137920000026, 29.441871588000087 ], [ 106.068137750000062, 29.441855432000068 ], [ 106.068153838000057, 29.441824783000065 ], [ 106.06820285200007, 29.441804642000079 ], [ 106.068311246000064, 29.441775048000075 ], [ 106.068372659000033, 29.441763783000059 ], [ 106.068417534000048, 29.441740085000056 ], [ 106.068466547000071, 29.441719943000066 ], [ 106.068488900000034, 29.441700016000091 ], [ 106.068515430000048, 29.441687236000064 ], [ 106.068527660000029, 29.441679957000073 ], [ 106.068537801000048, 29.441669104000084 ], [ 106.068543728000066, 29.441647513000085 ], [ 106.068539419000047, 29.441627799000063 ], [ 106.068506343000095, 29.441602931000091 ], [ 106.068452835000073, 29.44156376900008 ], [ 106.068450537000047, 29.441562087000079 ], [ 106.068390558000033, 29.44154164300005 ], [ 106.068388786000071, 29.441541039000064 ], [ 106.068311326000071, 29.441525663000053 ], [ 106.068293089000065, 29.441583536000053 ], [ 106.068267868000078, 29.441612786000068 ], [ 106.068249642000069, 29.44163392400008 ], [ 106.068221152000035, 29.441640883000048 ], [ 106.068135599000072, 29.441661783000082 ], [ 106.068047697000054, 29.441666337000072 ], [ 106.067915824000067, 29.441671244000073 ], [ 106.067848703000038, 29.441669946000047 ], [ 106.067836878000037, 29.441719609000078 ], [ 106.06783127000007, 29.441771717000062 ], [ 106.06783392300008, 29.441829145000042 ], [ 106.067834807000054, 29.441848748000037 ], [ 106.067836593000038, 29.441888368000033 ], [ 106.067831211000069, 29.441962017000044 ], [ 106.067831362000049, 29.441976378000046 ], [ 106.067839697000068, 29.441988878000071 ], [ 106.067866508000066, 29.442003026000069 ], [ 106.06791593500003, 29.44202237700005 ], [ 106.06798995500003, 29.442039736000083 ], [ 106.068037124000057, 29.442039358000052 ], [ 106.068088396000064, 29.442038947000075 ], [ 106.068125274000067, 29.442035060000077 ], [ 106.068145726000083, 29.44202951100004 ], [ 106.068155887000046, 29.442020452000062 ], [ 106.068156060000035, 29.442017817000071 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.069156600000042, 29.444233047000068 ], [ 106.069155656000078, 29.444234312000049 ], [ 106.069151685000065, 29.444256414000051 ], [ 106.069158913000081, 29.444344639000064 ], [ 106.069147185000077, 29.444425663000061 ], [ 106.069142839000051, 29.444462098000088 ], [ 106.069134762000033, 29.444498268000078 ], [ 106.069160977000081, 29.444541421000054 ], [ 106.069193148000068, 29.444603696000058 ], [ 106.06921016900003, 29.444623791000087 ], [ 106.069237638000061, 29.444638284000067 ], [ 106.069307265000077, 29.444665314000069 ], [ 106.069355667000082, 29.444672282000059 ], [ 106.069397690000073, 29.444671944000046 ], [ 106.06944807800005, 29.444667861000084 ], [ 106.069567669000051, 29.444650348000039 ], [ 106.069674807000069, 29.444647648000057 ], [ 106.069771343000085, 29.444635837000078 ], [ 106.069889064000051, 29.444640408000055 ], [ 106.070038630000056, 29.444675991000054 ], [ 106.07015033700003, 29.444708200000036 ], [ 106.070200784000065, 29.44470963300007 ], [ 106.070238565000068, 29.444705651000053 ], [ 106.070286795000072, 29.444696067000052 ], [ 106.07031611400005, 29.444686636000082 ], [ 106.070328606000032, 29.444675500000066 ], [ 106.07034516300007, 29.444651457000081 ], [ 106.070344777000059, 29.444614675000075 ], [ 106.070329683000068, 29.444578012000079 ], [ 106.070271544000036, 29.444444215000093 ], [ 106.070222259000047, 29.444392972000063 ], [ 106.070167857000058, 29.444375158000067 ], [ 106.070115155000053, 29.444359028000068 ], [ 106.069999439000071, 29.444345244000086 ], [ 106.069893998000055, 29.444309307000086 ], [ 106.069864620000033, 29.444313223000051 ], [ 106.069835205000061, 29.444313458000064 ], [ 106.069812093000053, 29.444313645000079 ], [ 106.069778474000032, 29.44431391400007 ], [ 106.069744779000075, 29.444306827000041 ], [ 106.069719373000055, 29.444288639000021 ], [ 106.069623974000081, 29.444208479000039 ], [ 106.069583629000078, 29.444168340000093 ], [ 106.069560207000052, 29.444139101000079 ], [ 106.069541104000052, 29.444120862000101 ], [ 106.06950947200005, 29.444110081000076 ], [ 106.069465291000029, 29.44410491800005 ], [ 106.069349517000049, 29.444085616000049 ], [ 106.069315977000031, 29.444093242000068 ], [ 106.069282532000045, 29.444110064000093 ], [ 106.069238757000051, 29.444143522000054 ], [ 106.069172233000074, 29.444212108000041 ], [ 106.069156600000042, 29.444233047000068 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.069156600000042, 29.444233047000068 ], [ 106.069136296000082, 29.444212651000043 ], [ 106.069118564000064, 29.444206167000058 ], [ 106.069098308000036, 29.444199704000088 ], [ 106.069066096000029, 29.444197950000049 ], [ 106.069030646000044, 29.444216027000039 ], [ 106.068976263000081, 29.444234838000053 ], [ 106.068866847000038, 29.444252781000042 ], [ 106.068796036000037, 29.444251972000082 ], [ 106.068715858000076, 29.444258124000044 ], [ 106.068678143000056, 29.444262559000038 ], [ 106.068656118000035, 29.444262735000052 ], [ 106.06861361100006, 29.444260322000044 ], [ 106.06859152800007, 29.444254991000037 ], [ 106.068556873000034, 29.444251137000037 ], [ 106.06849576500008, 29.444253378000042 ], [ 106.068432914000027, 29.444268598000061 ], [ 106.068357348000063, 29.444269204000083 ], [ 106.068264989000056, 29.444269945000094 ], [ 106.068174729000077, 29.444270669000048 ], [ 106.067918335000059, 29.444243327000038 ], [ 106.067777448000072, 29.444220570000088 ], [ 106.067761893000068, 29.444218316000054 ], [ 106.067685962000041, 29.444434945000062 ], [ 106.067909350000036, 29.444451760000046 ], [ 106.067913868000062, 29.444452550000054 ], [ 106.06798517700004, 29.444429468000067 ], [ 106.068046012000082, 29.444419784000054 ], [ 106.068098540000051, 29.44441936200008 ], [ 106.068172158000039, 29.444426129000082 ], [ 106.068327582000052, 29.444419364000055 ], [ 106.068380052000066, 29.444413426000047 ], [ 106.068438654000033, 29.444390884000086 ], [ 106.068503633000034, 29.444375649000047 ], [ 106.06856454800004, 29.444373321000064 ], [ 106.068705553000029, 29.444394260000088 ], [ 106.068817048000028, 29.444406240000024 ], [ 106.068932725000082, 29.444416346000082 ], [ 106.069012818000033, 29.444439613000043 ], [ 106.069084546000056, 29.444466626000057 ], [ 106.069112014000041, 29.444481120000034 ], [ 106.069133179000062, 29.444495663000051 ], [ 106.069134762000033, 29.444498268000078 ], [ 106.069142839000051, 29.444462098000088 ], [ 106.069147185000077, 29.444425663000061 ], [ 106.069158913000081, 29.444344639000064 ], [ 106.069151685000065, 29.444256414000051 ], [ 106.069155656000078, 29.444234312000049 ], [ 106.069156600000042, 29.444233047000068 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.069066096000029, 29.444197950000049 ], [ 106.069126510000046, 29.444149109000072 ], [ 106.069195124000032, 29.44408608600008 ], [ 106.06923267600007, 29.444063735000039 ], [ 106.069303909000041, 29.444050301000054 ], [ 106.069326827000054, 29.444033580000056 ], [ 106.069347605000075, 29.444013201000075 ], [ 106.069368325000028, 29.443987311000058 ], [ 106.069384888000059, 29.443965128000055 ], [ 106.06940148700005, 29.443946621000062 ], [ 106.069427753000085, 29.443849026000073 ], [ 106.069479209000065, 29.443751229000043 ], [ 106.069564288000038, 29.443656836000063 ], [ 106.069582872000069, 29.443627288000069 ], [ 106.069591074000073, 29.443608848000046 ], [ 106.069590767000093, 29.443579451000069 ], [ 106.069582119000074, 29.443555634000059 ], [ 106.06956064700006, 29.44350987100006 ], [ 106.069545531000074, 29.443469569000058 ], [ 106.069538848000036, 29.443432874000049 ], [ 106.069534245000057, 29.44339432400005 ], [ 106.069533918000047, 29.443363092000087 ], [ 106.069522902000074, 29.443313568000068 ], [ 106.069491147000065, 29.443288099000089 ], [ 106.069457447000048, 29.443277347000041 ], [ 106.069421782000063, 29.443279469000061 ], [ 106.069377837000047, 29.443292684000085 ], [ 106.069348566000031, 29.443303944000036 ], [ 106.069281802000049, 29.443343067000058 ], [ 106.069208759000048, 29.443384077000076 ], [ 106.069162677000065, 29.443393634000074 ], [ 106.069133289000035, 29.443393870000079 ], [ 106.068986009000071, 29.443361978000034 ], [ 106.068920978000051, 29.443366175000044 ], [ 106.068891668000049, 29.443373760000039 ], [ 106.068887585000027, 29.443384818000077 ], [ 106.068883811000035, 29.44342527200007 ], [ 106.068880036000053, 29.44346572500006 ], [ 106.068867538000063, 29.443475013000068 ], [ 106.068833974000029, 29.443477120000065 ], [ 106.068814986000064, 29.443468085000063 ], [ 106.068734259000067, 29.443376861000047 ], [ 106.068660116000046, 29.443331033000053 ], [ 106.068628614000033, 29.443311562000076 ], [ 106.06857609900004, 29.443308308000045 ], [ 106.068525703000034, 29.443306875000072 ], [ 106.068471243000033, 29.443318338000044 ], [ 106.068406442000025, 29.443344581000069 ], [ 106.068364866000081, 29.443383501000081 ], [ 106.068334198000059, 29.443445420000035 ], [ 106.068331973000056, 29.443449912000062 ], [ 106.068332358000077, 29.44348665800004 ], [ 106.068338905000076, 29.443510492000087 ], [ 106.06835379100005, 29.443528747000066 ], [ 106.068376977000071, 29.443537748000036 ], [ 106.06844445400003, 29.443566605000065 ], [ 106.06850786800004, 29.443608358000066 ], [ 106.068526972000029, 29.443628416000077 ], [ 106.068535599000029, 29.443650396000066 ], [ 106.068535772000075, 29.443666931000056 ], [ 106.068517323000037, 29.443709340000051 ], [ 106.068501204000029, 29.443773780000072 ], [ 106.068488822000063, 29.443794091000093 ], [ 106.068476266000062, 29.443797867000061 ], [ 106.068451019000065, 29.443792557000048 ], [ 106.068332741000063, 29.443723684000073 ], [ 106.068265225000061, 29.443691152000039 ], [ 106.068227423000053, 29.443689617000071 ], [ 106.068200212000079, 29.443697185000076 ], [ 106.068194107000068, 29.443715609000037 ], [ 106.068140340000085, 29.443793212000056 ], [ 106.068080372000054, 29.443880053000051 ], [ 106.068063791000043, 29.443900398000046 ], [ 106.068059997000034, 29.443939014000087 ], [ 106.068060247000062, 29.443962899000038 ], [ 106.068063214000063, 29.443980532000065 ], [ 106.068069201000071, 29.444016112000035 ], [ 106.06807802000003, 29.444056465000074 ], [ 106.06808682100008, 29.444094981000038 ], [ 106.068156859000055, 29.444167916000076 ], [ 106.068190617000027, 29.444184182000072 ], [ 106.068241129000057, 29.444196639000033 ], [ 106.068318795000039, 29.444196016000024 ], [ 106.068392146000065, 29.444184403000069 ], [ 106.068545089000054, 29.444155614000074 ], [ 106.068572377000066, 29.444155395000045 ], [ 106.068580831000077, 29.444160839000059 ], [ 106.068587225000044, 29.444169975000072 ], [ 106.068570778000037, 29.444203181000027 ], [ 106.068545859000039, 29.44422910500009 ], [ 106.06849576500008, 29.444253378000042 ], [ 106.068556873000034, 29.444251137000037 ], [ 106.06859152800007, 29.444254991000037 ], [ 106.06861361100006, 29.444260322000044 ], [ 106.068656118000035, 29.444262735000052 ], [ 106.068678143000056, 29.444262559000038 ], [ 106.068715858000076, 29.444258124000044 ], [ 106.068796036000037, 29.444251972000082 ], [ 106.068866847000038, 29.444252781000042 ], [ 106.068976263000081, 29.444234838000053 ], [ 106.069030646000044, 29.444216027000039 ], [ 106.069066096000029, 29.444197950000049 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.068024907000051, 29.446119745000086 ], [ 106.068025245000058, 29.446117095000091 ], [ 106.068038893000065, 29.445921180000088 ], [ 106.068032936000066, 29.445727141000077 ], [ 106.068028257000037, 29.445655040000069 ], [ 106.068018625000036, 29.445613267000059 ], [ 106.068017978000057, 29.445610465000073 ], [ 106.068003901000054, 29.445577943000043 ], [ 106.067954307000036, 29.445526814000065 ], [ 106.067892888000088, 29.445470627000073 ], [ 106.067837406000081, 29.445419543000082 ], [ 106.067768988000068, 29.445369658000068 ], [ 106.067689985000072, 29.44531809800009 ], [ 106.067647273000034, 29.445292720000047 ], [ 106.067628401000036, 29.445281507000065 ], [ 106.067571453000042, 29.445238011000068 ], [ 106.067542720000063, 29.445191541000042 ], [ 106.067537783000034, 29.445169604000057 ], [ 106.067531133000045, 29.445133946000048 ], [ 106.067530730000044, 29.445095491000075 ], [ 106.06752808300007, 29.444992498000094 ], [ 106.067520350000052, 29.444884162000051 ], [ 106.067280629000038, 29.445334233000043 ], [ 106.067274247000057, 29.44534621300005 ], [ 106.067252222000036, 29.445381970000078 ], [ 106.067271714000071, 29.445427583000086 ], [ 106.067277576000038, 29.445463545000059 ], [ 106.067283613000029, 29.44551631000007 ], [ 106.067279949000067, 29.445531975000051 ], [ 106.067350162000025, 29.445584888000042 ], [ 106.067457416000082, 29.445657729000068 ], [ 106.067544701000031, 29.445715556000032 ], [ 106.06764675200003, 29.445764594000075 ], [ 106.067751735000058, 29.445856961000061 ], [ 106.06785685300008, 29.445962333000061 ], [ 106.067890293000062, 29.446017756000064 ], [ 106.067925656000057, 29.446071620000058 ], [ 106.067945271000042, 29.446098537000061 ], [ 106.067964850000067, 29.446122070000069 ], [ 106.068022512000027, 29.446138475000055 ], [ 106.068024907000051, 29.446119745000086 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.069512485000089, 29.45220833500008 ], [ 106.069508444000064, 29.452198712000037 ], [ 106.069514530000049, 29.45215474600008 ], [ 106.069514269000081, 29.452129926000058 ], [ 106.06949213300004, 29.452099552000053 ], [ 106.069478644000071, 29.452061473000072 ], [ 106.069481014000075, 29.452036074000031 ], [ 106.069474488000026, 29.452051741000052 ], [ 106.069471756000056, 29.452056634000083 ], [ 106.069469026000036, 29.452061527000062 ], [ 106.069463562000081, 29.452071312000044 ], [ 106.069460806000052, 29.452073770000084 ], [ 106.069455319000042, 29.452081121000038 ], [ 106.069452613000067, 29.45208844800003 ], [ 106.069449881000025, 29.452093340000093 ], [ 106.069444368000063, 29.45209825400007 ], [ 106.069444419000035, 29.452103125000061 ], [ 106.069438879000074, 29.452105606000089 ], [ 106.069436173000042, 29.452112933000073 ], [ 106.069433391000075, 29.452112956000068 ], [ 106.069433417000027, 29.452115390000071 ], [ 106.069427928000039, 29.452122741000039 ], [ 106.069425197000044, 29.452127634000085 ], [ 106.069422415000076, 29.452127656000073 ], [ 106.069419684000081, 29.452132547000073 ], [ 106.069416902000071, 29.452132571000046 ], [ 106.069414170000073, 29.452137463000046 ], [ 106.069408631000044, 29.452139943000073 ], [ 106.069405901000039, 29.452144835000077 ], [ 106.069403143000045, 29.452147293000053 ], [ 106.069397605000063, 29.45214977300008 ], [ 106.069394848000059, 29.452152230000081 ], [ 106.069392116000074, 29.45215712300007 ], [ 106.069383820000041, 29.452162061000081 ], [ 106.069381088000057, 29.452166953000074 ], [ 106.069375551000064, 29.452169433000041 ], [ 106.069372767000061, 29.45216945400006 ], [ 106.069367228000033, 29.452171936000077 ], [ 106.069364446000066, 29.452171957000072 ], [ 106.069356099000061, 29.452172024000046 ], [ 106.069353316000047, 29.452172047000087 ], [ 106.06935053400008, 29.452172070000071 ], [ 106.069344969000042, 29.452172114000064 ], [ 106.069336623000027, 29.452172181000044 ], [ 106.069328276000078, 29.452172248000064 ], [ 106.069325469000034, 29.452169834000077 ], [ 106.069322685000031, 29.452169857000058 ], [ 106.069319878000044, 29.452167445000043 ], [ 106.069314287000054, 29.452165054000091 ], [ 106.069314262000034, 29.452162619000035 ], [ 106.069314237000071, 29.452160184000029 ], [ 106.069311429000038, 29.452157771000092 ], [ 106.069311403000029, 29.452155336000093 ], [ 106.069311377000076, 29.452152902000076 ], [ 106.069311326000047, 29.452148031000036 ], [ 106.069308518000071, 29.452145618000095 ], [ 106.069305659000065, 29.452138336000075 ], [ 106.069305198000052, 29.452137940000057 ], [ 106.06932404500003, 29.452263439000035 ], [ 106.069367766000028, 29.452554576000065 ], [ 106.069381543000077, 29.452646333000086 ], [ 106.069383250000044, 29.452715849000064 ], [ 106.069417564000048, 29.452738768000071 ], [ 106.069475129000068, 29.452766947000043 ], [ 106.069484036000063, 29.452836091000052 ], [ 106.069492592000074, 29.452871825000038 ], [ 106.069541495000067, 29.452918265000051 ], [ 106.06954225700008, 29.452894318000062 ], [ 106.06956006200005, 29.452779809000045 ], [ 106.069557294000049, 29.452742404000055 ], [ 106.06954530700007, 29.452732103000077 ], [ 106.06951900100006, 29.452715680000036 ], [ 106.06947573900004, 29.452668203000087 ], [ 106.069449061000057, 29.45261643300006 ], [ 106.069441389000076, 29.452564511000038 ], [ 106.069411442000046, 29.452427514000082 ], [ 106.06940860800006, 29.452383870000055 ], [ 106.069398386000046, 29.452315334000041 ], [ 106.069402658000058, 29.452269552000075 ], [ 106.069419069000048, 29.452248628000067 ], [ 106.069440189000034, 29.452223507000046 ], [ 106.069470897000031, 29.452206625000091 ], [ 106.069494654000039, 29.452206434000047 ], [ 106.069512485000089, 29.45220833500008 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.069481014000075, 29.452036074000031 ], [ 106.069482630000039, 29.452032194000083 ], [ 106.06953758700007, 29.451965998000041 ], [ 106.069626738000068, 29.451923119000075 ], [ 106.069625286000075, 29.451920746000045 ], [ 106.069623276000073, 29.451729082000046 ], [ 106.069573806000051, 29.451705125000039 ], [ 106.069526354000061, 29.45169089500007 ], [ 106.069462207000072, 29.451676798000047 ], [ 106.069386804000032, 29.451650615000048 ], [ 106.069344790000059, 29.451624164000062 ], [ 106.069294555000056, 29.451609954000048 ], [ 106.069238780000035, 29.451598226000048 ], [ 106.06922428200005, 29.451599089000062 ], [ 106.069257051000079, 29.45181733500004 ], [ 106.069297448000043, 29.452086331000089 ], [ 106.069305198000052, 29.452137940000057 ], [ 106.069305659000065, 29.452138336000075 ], [ 106.069308518000071, 29.452145618000095 ], [ 106.069311326000047, 29.452148031000036 ], [ 106.069311377000076, 29.452152902000076 ], [ 106.069311403000029, 29.452155336000093 ], [ 106.069311429000038, 29.452157771000092 ], [ 106.069314237000071, 29.452160184000029 ], [ 106.069314262000034, 29.452162619000035 ], [ 106.069314287000054, 29.452165054000091 ], [ 106.069319878000044, 29.452167445000043 ], [ 106.069322685000031, 29.452169857000058 ], [ 106.069325469000034, 29.452169834000077 ], [ 106.069328276000078, 29.452172248000064 ], [ 106.069336623000027, 29.452172181000044 ], [ 106.069344969000042, 29.452172114000064 ], [ 106.06935053400008, 29.452172070000071 ], [ 106.069353316000047, 29.452172047000087 ], [ 106.069356099000061, 29.452172024000046 ], [ 106.069364446000066, 29.452171957000072 ], [ 106.069367228000033, 29.452171936000077 ], [ 106.069372767000061, 29.45216945400006 ], [ 106.069375551000064, 29.452169433000041 ], [ 106.069381088000057, 29.452166953000074 ], [ 106.069383820000041, 29.452162061000081 ], [ 106.069392116000074, 29.45215712300007 ], [ 106.069394848000059, 29.452152230000081 ], [ 106.069397605000063, 29.45214977300008 ], [ 106.069403143000045, 29.452147293000053 ], [ 106.069405901000039, 29.452144835000077 ], [ 106.069408631000044, 29.452139943000073 ], [ 106.069414170000073, 29.452137463000046 ], [ 106.069416902000071, 29.452132571000046 ], [ 106.069419684000081, 29.452132547000073 ], [ 106.069422415000076, 29.452127656000073 ], [ 106.069425197000044, 29.452127634000085 ], [ 106.069427928000039, 29.452122741000039 ], [ 106.069433417000027, 29.452115390000071 ], [ 106.069433391000075, 29.452112956000068 ], [ 106.069436173000042, 29.452112933000073 ], [ 106.069438879000074, 29.452105606000089 ], [ 106.069444419000035, 29.452103125000061 ], [ 106.069444368000063, 29.45209825400007 ], [ 106.069449881000025, 29.452093340000093 ], [ 106.069452613000067, 29.45208844800003 ], [ 106.069455319000042, 29.452081121000038 ], [ 106.069460806000052, 29.452073770000084 ], [ 106.069463562000081, 29.452071312000044 ], [ 106.069469026000036, 29.452061527000062 ], [ 106.069471756000056, 29.452056634000083 ], [ 106.069474488000026, 29.452051741000052 ], [ 106.069481014000075, 29.452036074000031 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.069673425000076, 29.450944156000048 ], [ 106.069712656000036, 29.450926067000054 ], [ 106.069767693000074, 29.450863338000087 ], [ 106.069914723000068, 29.450721335000086 ], [ 106.070019006000052, 29.450633838000037 ], [ 106.070071319000093, 29.450606336000085 ], [ 106.070117614000026, 29.450595132000043 ], [ 106.070204271000094, 29.450597143000035 ], [ 106.070263425000064, 29.450631873000077 ], [ 106.070377559000065, 29.450598458000051 ], [ 106.070382187000064, 29.450594562000056 ], [ 106.070432765000078, 29.450551977000092 ], [ 106.070469664000029, 29.450530015000083 ], [ 106.070485353000038, 29.450520433000069 ], [ 106.070452399000033, 29.450484824000061 ], [ 106.070448687000081, 29.45048081300007 ], [ 106.070416634000026, 29.450446177000057 ], [ 106.070360724000068, 29.450468605000079 ], [ 106.070311222000043, 29.450469003000087 ], [ 106.070259757000031, 29.450463281000051 ], [ 106.07024307100005, 29.450461426000057 ], [ 106.07018417300003, 29.450451067000067 ], [ 106.070128398000065, 29.450443391000075 ], [ 106.07004168400006, 29.450435964000064 ], [ 106.069998369000075, 29.450436312000075 ], [ 106.069973703000073, 29.450444635000039 ], [ 106.069952103000062, 29.450450225000058 ], [ 106.069909044000056, 29.450474944000057 ], [ 106.069893773000047, 29.450494023000093 ], [ 106.069875323000076, 29.450505004000032 ], [ 106.069841376000056, 29.450513401000077 ], [ 106.069797948000044, 29.450502917000044 ], [ 106.069769733000044, 29.450467939000077 ], [ 106.069694514000048, 29.450376468000066 ], [ 106.069450720000077, 29.450142821000043 ], [ 106.069387763000066, 29.45004041900005 ], [ 106.06935651200007, 29.450010881000079 ], [ 106.069322138000075, 29.44997866000006 ], [ 106.069294009000032, 29.449951805000065 ], [ 106.069228612000074, 29.449911708000059 ], [ 106.069172610000066, 29.449882369000075 ], [ 106.069129125000089, 29.449866470000075 ], [ 106.06911036300005, 29.44984766400005 ], [ 106.069094724000081, 29.44983154100003 ], [ 106.069085791000077, 29.449791239000035 ], [ 106.069022391000033, 29.449776526000051 ], [ 106.068972061000068, 29.449762892000077 ], [ 106.068986580000058, 29.449845950000054 ], [ 106.068971451000039, 29.449878568000091 ], [ 106.068943918000059, 29.449908578000077 ], [ 106.068922517000033, 29.449933123000054 ], [ 106.068898219000062, 29.449976648000074 ], [ 106.068880026000045, 29.450011999000083 ], [ 106.068868160000079, 29.450060842000081 ], [ 106.068865492000043, 29.450101484000076 ], [ 106.068884425000078, 29.450136537000049 ], [ 106.068924816000049, 29.450152461000076 ], [ 106.068992882000046, 29.450151915000049 ], [ 106.069085414000028, 29.45012409100007 ], [ 106.069147121000071, 29.450107346000035 ], [ 106.069181012000072, 29.450093534000072 ], [ 106.069239796000033, 29.450093062000072 ], [ 106.069301930000051, 29.45011693500004 ], [ 106.069414189000042, 29.45019998500004 ], [ 106.069592586000056, 29.450393536000039 ], [ 106.069596163000028, 29.450439544000062 ], [ 106.069606012000065, 29.450493628000061 ], [ 106.069606666000027, 29.450555908000062 ], [ 106.069573315000071, 29.45062117100008 ], [ 106.069545923000092, 29.450664721000074 ], [ 106.069509279000044, 29.450711053000077 ], [ 106.069454356000051, 29.450784614000039 ], [ 106.069435992000081, 29.450803718000088 ], [ 106.069411495000054, 29.450828287000022 ], [ 106.069408487000032, 29.450836435000035 ], [ 106.069411978000062, 29.450874320000079 ], [ 106.06943082600003, 29.450901250000072 ], [ 106.06945889800005, 29.450922689000031 ], [ 106.069520975000046, 29.450941147000034 ], [ 106.06964791200005, 29.450948252000043 ], [ 106.069673425000076, 29.450944156000048 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.071051971000031, 29.452839450000059 ], [ 106.071011788000078, 29.452728118000039 ], [ 106.07092673800004, 29.452561499000065 ], [ 106.070932764000077, 29.452357715000055 ], [ 106.070914167000069, 29.45218324700005 ], [ 106.070912367000062, 29.452023187000055 ], [ 106.070952395000063, 29.451884594000038 ], [ 106.071001476000049, 29.451811410000062 ], [ 106.071075343000075, 29.45172345900005 ], [ 106.071107792000078, 29.451650418000046 ], [ 106.071122951000063, 29.451519316000081 ], [ 106.071123765000038, 29.451496944000034 ], [ 106.07097026100007, 29.451551455000072 ], [ 106.070858184000045, 29.451593031000066 ], [ 106.070809246000067, 29.451591284000074 ], [ 106.070784699000058, 29.451582917000042 ], [ 106.070757301000071, 29.45153604100005 ], [ 106.070713142000045, 29.451523553000069 ], [ 106.070693600000027, 29.451525850000046 ], [ 106.070679037000048, 29.451536670000056 ], [ 106.070676681000066, 29.45154525200007 ], [ 106.070676794000065, 29.451555955000064 ], [ 106.07067457200003, 29.451577381000053 ], [ 106.070652763000055, 29.451596823000045 ], [ 106.070638178000081, 29.451605503000046 ], [ 106.070604208000091, 29.451631465000059 ], [ 106.070550469000068, 29.451638321000082 ], [ 106.070523498000057, 29.451632114000059 ], [ 106.070511134000085, 29.45161936900007 ], [ 106.070483714000034, 29.45157035200009 ], [ 106.070468748000053, 29.451542643000035 ], [ 106.070444178000059, 29.451532137000072 ], [ 106.070383079000067, 29.451536910000069 ], [ 106.070331853000027, 29.451550166000054 ], [ 106.07030250400004, 29.451550402000066 ], [ 106.07028525000004, 29.451537697000045 ], [ 106.070282692000035, 29.451527013000085 ], [ 106.070262339000067, 29.451452251000042 ], [ 106.070225338000057, 29.451422577000081 ], [ 106.070208040000068, 29.451405590000032 ], [ 106.070202877000042, 29.451379943000056 ], [ 106.070202743000038, 29.451367099000038 ], [ 106.07020985500003, 29.451345636000038 ], [ 106.070197424000071, 29.451326468000044 ], [ 106.070172833000072, 29.451313821000042 ], [ 106.070131256000082, 29.451314155000031 ], [ 106.070092123000052, 29.451314470000053 ], [ 106.070021152000038, 29.451310759000076 ], [ 106.069972147000044, 29.451302591000058 ], [ 106.069957270000032, 29.451283443000076 ], [ 106.069957135000038, 29.451270599000054 ], [ 106.069961757000044, 29.451244873000064 ], [ 106.069973874000027, 29.451234072000094 ], [ 106.070010561000061, 29.451233777000091 ], [ 106.070066834000045, 29.451235465000089 ], [ 106.070152435000068, 29.451234777000082 ], [ 106.070201372000042, 29.451236525000073 ], [ 106.070242951000068, 29.451236190000092 ], [ 106.070282060000068, 29.451233735000066 ], [ 106.070325859000036, 29.451211976000085 ], [ 106.070347555000069, 29.451181831000042 ], [ 106.07036671600008, 29.451143143000078 ], [ 106.070366424000042, 29.451115316000084 ], [ 106.070363754000027, 29.451093931000059 ], [ 106.07035614800003, 29.451068302000067 ], [ 106.070355856000063, 29.45104047500007 ], [ 106.07036308000005, 29.451029713000079 ], [ 106.070379953000042, 29.451006029000045 ], [ 106.070392093000066, 29.45099736800006 ], [ 106.070428441000047, 29.450964965000075 ], [ 106.070465015000082, 29.450953967000093 ], [ 106.07062480500008, 29.450914893000064 ], [ 106.070594888000073, 29.450763288000076 ], [ 106.070567762000053, 29.450683649000041 ], [ 106.070529796000073, 29.450572185000059 ], [ 106.070488468000065, 29.450523799000063 ], [ 106.070485353000038, 29.450520433000069 ], [ 106.070469664000029, 29.450530015000083 ], [ 106.070432765000078, 29.450551977000092 ], [ 106.070382187000064, 29.450594562000056 ], [ 106.070377559000065, 29.450598458000051 ], [ 106.070263425000064, 29.450631873000077 ], [ 106.070276255000067, 29.450675100000073 ], [ 106.070276511000031, 29.450699471000064 ], [ 106.070264534000046, 29.45073748100009 ], [ 106.070246198000063, 29.450759293000093 ], [ 106.070178671000065, 29.450811289000058 ], [ 106.070117561000075, 29.450884899000076 ], [ 106.069921595000039, 29.45108145800009 ], [ 106.069875414000094, 29.451103494000055 ], [ 106.06981980900008, 29.451112065000082 ], [ 106.069745498000032, 29.451107246000053 ], [ 106.069686600000068, 29.451096887000062 ], [ 106.069593413000064, 29.451062430000032 ], [ 106.069543798000041, 29.451051996000047 ], [ 106.06952509100006, 29.451038606000047 ], [ 106.069518818000063, 29.451030532000061 ], [ 106.06951867600003, 29.451016993000046 ], [ 106.069533947000082, 29.450997914000087 ], [ 106.069611040000055, 29.450972921000066 ], [ 106.069673425000076, 29.450944156000048 ], [ 106.06964791200005, 29.450948252000043 ], [ 106.069520975000046, 29.450941147000034 ], [ 106.06945889800005, 29.450922689000031 ], [ 106.06943082600003, 29.450901250000072 ], [ 106.069411978000062, 29.450874320000079 ], [ 106.069408487000032, 29.450836435000035 ], [ 106.069411495000054, 29.450828287000022 ], [ 106.069435992000081, 29.450803718000088 ], [ 106.069454356000051, 29.450784614000039 ], [ 106.069509279000044, 29.450711053000077 ], [ 106.069545923000092, 29.450664721000074 ], [ 106.069573315000071, 29.45062117100008 ], [ 106.069606666000027, 29.450555908000062 ], [ 106.069606012000065, 29.450493628000061 ], [ 106.069596163000028, 29.450439544000062 ], [ 106.069592586000056, 29.450393536000039 ], [ 106.069414189000042, 29.45019998500004 ], [ 106.069301930000051, 29.45011693500004 ], [ 106.069239796000033, 29.450093062000072 ], [ 106.069181012000072, 29.450093534000072 ], [ 106.069147121000071, 29.450107346000035 ], [ 106.069085414000028, 29.45012409100007 ], [ 106.068992882000046, 29.450151915000049 ], [ 106.068924816000049, 29.450152461000076 ], [ 106.068884425000078, 29.450136537000049 ], [ 106.068865492000043, 29.450101484000076 ], [ 106.068868160000079, 29.450060842000081 ], [ 106.068880026000045, 29.450011999000083 ], [ 106.068898219000062, 29.449976648000074 ], [ 106.068922517000033, 29.449933123000054 ], [ 106.068943918000059, 29.449908578000077 ], [ 106.068971451000039, 29.449878568000091 ], [ 106.068986580000058, 29.449845950000054 ], [ 106.068972061000068, 29.449762892000077 ], [ 106.06858976500007, 29.449659330000085 ], [ 106.068578889000037, 29.449659417000074 ], [ 106.068643138000027, 29.449793901000071 ], [ 106.068901458000028, 29.45033462400005 ], [ 106.069022253000071, 29.450754733000057 ], [ 106.06903088100006, 29.450784739000078 ], [ 106.069058569000049, 29.450794862000073 ], [ 106.069081280000034, 29.450807852000086 ], [ 106.069094050000047, 29.450829703000071 ], [ 106.069104451000044, 29.450864746000036 ], [ 106.06915001200008, 29.450903897000046 ], [ 106.069187773000067, 29.450916766000034 ], [ 106.06922811000004, 29.450936200000065 ], [ 106.06926609900006, 29.450971020000065 ], [ 106.069311775000074, 29.451021147000063 ], [ 106.069359775000066, 29.451053692000073 ], [ 106.069402713000045, 29.451081887000043 ], [ 106.069430671000092, 29.451116789000078 ], [ 106.06944102500006, 29.451147441000039 ], [ 106.069441325000071, 29.451175978000034 ], [ 106.069431869000027, 29.45123093900008 ], [ 106.069412624000051, 29.451307923000062 ], [ 106.069433286000049, 29.451339782000048 ], [ 106.069457280000051, 29.451369034000042 ], [ 106.069496803000064, 29.451417221000039 ], [ 106.06954124300006, 29.451443312000031 ], [ 106.06959035400007, 29.451471400000052 ], [ 106.069623258000036, 29.451505722000039 ], [ 106.069628206000061, 29.451534166000048 ], [ 106.069626649000043, 29.451607421000062 ], [ 106.069623046000061, 29.451707141000046 ], [ 106.069623276000073, 29.451729082000046 ], [ 106.069625286000075, 29.451920746000045 ], [ 106.069626738000068, 29.451923119000075 ], [ 106.069659098000045, 29.451938416000075 ], [ 106.069677281000054, 29.451949564000074 ], [ 106.069692836000073, 29.451956215000049 ], [ 106.069713504000049, 29.451958308000087 ], [ 106.069731495000042, 29.451951387000065 ], [ 106.06974172300005, 29.451942270000075 ], [ 106.069768743000054, 29.451933941000043 ], [ 106.069766754000057, 29.451931866000049 ], [ 106.069760167000027, 29.451864959000087 ], [ 106.069759789000045, 29.451828906000053 ], [ 106.069759626000064, 29.451813455000039 ], [ 106.06978249000008, 29.451748886000068 ], [ 106.069799495000041, 29.451686939000076 ], [ 106.069805164000059, 29.451666291000038 ], [ 106.069816718000027, 29.451645595000045 ], [ 106.069834263000075, 29.451635152000051 ], [ 106.069866628000057, 29.451634892000069 ], [ 106.069887225000059, 29.451634726000059 ], [ 106.069922533000067, 29.451634443000053 ], [ 106.069943318000071, 29.451652303000063 ], [ 106.069946451000078, 29.45167030600004 ], [ 106.069940808000069, 29.45169353100005 ], [ 106.069935194000038, 29.451719329000071 ], [ 106.069944156000076, 29.451732134000061 ], [ 106.069973687000072, 29.451742200000076 ], [ 106.070000141000037, 29.451739410000076 ], [ 106.070126851000055, 29.451756420000041 ], [ 106.070236258000079, 29.451807048000031 ], [ 106.070286467000074, 29.45182467300009 ], [ 106.070342452000034, 29.451831950000045 ], [ 106.070415983000032, 29.45182878200006 ], [ 106.070518722000045, 29.45180477700006 ], [ 106.07056569100007, 29.451794098000054 ], [ 106.070604023000044, 29.451801516000039 ], [ 106.070624781000049, 29.451816801000064 ], [ 106.070648563000077, 29.451839789000072 ], [ 106.070672426000044, 29.451870502000077 ], [ 106.070672913000067, 29.451916856000086 ], [ 106.07067345400003, 29.451968359000094 ], [ 106.070674292000035, 29.452048190000085 ], [ 106.070672026000068, 29.452112593000038 ], [ 106.070681258000036, 29.452151150000081 ], [ 106.07069948000003, 29.452205087000038 ], [ 106.070700318000036, 29.452284918000082 ], [ 106.070704153000065, 29.452369875000048 ], [ 106.070714251000027, 29.452490838000077 ], [ 106.070711985000074, 29.452555242000074 ], [ 106.070715386000074, 29.452598996000056 ], [ 106.070751371000028, 29.452663092000076 ], [ 106.070775261000051, 29.45269638000007 ], [ 106.070792948000076, 29.452759554000071 ], [ 106.07085786200004, 29.452798771000062 ], [ 106.070943913000065, 29.452834771000077 ], [ 106.070993190000081, 29.45284075600005 ], [ 106.071047870000029, 29.452840316000042 ], [ 106.071051971000031, 29.452839450000059 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.070263425000064, 29.450631873000077 ], [ 106.070204271000094, 29.450597143000035 ], [ 106.070117614000026, 29.450595132000043 ], [ 106.070071319000093, 29.450606336000085 ], [ 106.070019006000052, 29.450633838000037 ], [ 106.069914723000068, 29.450721335000086 ], [ 106.069767693000074, 29.450863338000087 ], [ 106.069712656000036, 29.450926067000054 ], [ 106.069673425000076, 29.450944156000048 ], [ 106.069611040000055, 29.450972921000066 ], [ 106.069533947000082, 29.450997914000087 ], [ 106.06951867600003, 29.451016993000046 ], [ 106.069518818000063, 29.451030532000061 ], [ 106.06952509100006, 29.451038606000047 ], [ 106.069543798000041, 29.451051996000047 ], [ 106.069593413000064, 29.451062430000032 ], [ 106.069686600000068, 29.451096887000062 ], [ 106.069745498000032, 29.451107246000053 ], [ 106.06981980900008, 29.451112065000082 ], [ 106.069875414000094, 29.451103494000055 ], [ 106.069921595000039, 29.45108145800009 ], [ 106.070117561000075, 29.450884899000076 ], [ 106.070178671000065, 29.450811289000058 ], [ 106.070246198000063, 29.450759293000093 ], [ 106.070264534000046, 29.45073748100009 ], [ 106.070276511000031, 29.450699471000064 ], [ 106.070276255000067, 29.450675100000073 ], [ 106.070263425000064, 29.450631873000077 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.070792948000076, 29.452759554000071 ], [ 106.070775261000051, 29.45269638000007 ], [ 106.070751371000028, 29.452663092000076 ], [ 106.070715386000074, 29.452598996000056 ], [ 106.070711985000074, 29.452555242000074 ], [ 106.070714251000027, 29.452490838000077 ], [ 106.070704153000065, 29.452369875000048 ], [ 106.070700318000036, 29.452284918000082 ], [ 106.07069948000003, 29.452205087000038 ], [ 106.070681258000036, 29.452151150000081 ], [ 106.070672026000068, 29.452112593000038 ], [ 106.070674292000035, 29.452048190000085 ], [ 106.07067345400003, 29.451968359000094 ], [ 106.070672913000067, 29.451916856000086 ], [ 106.070672426000044, 29.451870502000077 ], [ 106.070648563000077, 29.451839789000072 ], [ 106.070624781000049, 29.451816801000064 ], [ 106.070604023000044, 29.451801516000039 ], [ 106.07056569100007, 29.451794098000054 ], [ 106.070518722000045, 29.45180477700006 ], [ 106.070415983000032, 29.45182878200006 ], [ 106.070342452000034, 29.451831950000045 ], [ 106.070286467000074, 29.45182467300009 ], [ 106.070236258000079, 29.451807048000031 ], [ 106.070126851000055, 29.451756420000041 ], [ 106.070000141000037, 29.451739410000076 ], [ 106.069973687000072, 29.451742200000076 ], [ 106.069944156000076, 29.451732134000061 ], [ 106.069935194000038, 29.451719329000071 ], [ 106.069940808000069, 29.45169353100005 ], [ 106.069946451000078, 29.45167030600004 ], [ 106.069943318000071, 29.451652303000063 ], [ 106.069922533000067, 29.451634443000053 ], [ 106.069887225000059, 29.451634726000059 ], [ 106.069866628000057, 29.451634892000069 ], [ 106.069834263000075, 29.451635152000051 ], [ 106.069816718000027, 29.451645595000045 ], [ 106.069805164000059, 29.451666291000038 ], [ 106.069799495000041, 29.451686939000076 ], [ 106.06978249000008, 29.451748886000068 ], [ 106.069759626000064, 29.451813455000039 ], [ 106.069759789000045, 29.451828906000053 ], [ 106.069760167000027, 29.451864959000087 ], [ 106.069766754000057, 29.451931866000049 ], [ 106.069768743000054, 29.451933941000043 ], [ 106.06980840600005, 29.451975313000052 ], [ 106.069829056000074, 29.451980298000077 ], [ 106.06987016800008, 29.451972242000064 ], [ 106.069908283000075, 29.45195905800006 ], [ 106.069952391000072, 29.451956128000059 ], [ 106.069999523000035, 29.451960900000078 ], [ 106.070055778000039, 29.451993929000079 ], [ 106.070150771000044, 29.45207300300007 ], [ 106.070183353000061, 29.452093344000048 ], [ 106.070257236000032, 29.452123655000037 ], [ 106.070328123000081, 29.452148839000074 ], [ 106.070363647000079, 29.452169157000075 ], [ 106.070402141000045, 29.452192026000045 ], [ 106.070441041000038, 29.452253523000085 ], [ 106.070460289000039, 29.452405317000057 ], [ 106.070434917000057, 29.452511113000067 ], [ 106.070432271000072, 29.452539463000051 ], [ 106.070429925000042, 29.452596141000075 ], [ 106.070430410000029, 29.452642494000084 ], [ 106.070440788000042, 29.452688593000062 ], [ 106.070439805000035, 29.452696503000077 ], [ 106.070487477000029, 29.452752778000047 ], [ 106.070531964000068, 29.452785901000077 ], [ 106.070547109000088, 29.452826985000062 ], [ 106.070550294000043, 29.45285013800008 ], [ 106.070565277000071, 29.452875772000084 ], [ 106.070583228000032, 29.452903957000046 ], [ 106.070600991000049, 29.452914116000048 ], [ 106.070624612000074, 29.452921653000093 ], [ 106.070687555000063, 29.452930109000079 ], [ 106.070689425000069, 29.452928857000078 ], [ 106.070704029000069, 29.452918438000044 ], [ 106.070736367000066, 29.452915602000072 ], [ 106.070768706000081, 29.452912767000036 ], [ 106.070792055000027, 29.452894551000043 ], [ 106.070809386000064, 29.452863507000082 ], [ 106.070811949000074, 29.45282743100006 ], [ 106.070792948000076, 29.452759554000071 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.071127938000075, 29.451223277000057 ], [ 106.071234039000046, 29.451199859000045 ], [ 106.071516675000055, 29.451098263000056 ], [ 106.071547873000057, 29.45108704800009 ], [ 106.071566765000057, 29.451080257000061 ], [ 106.071643252000058, 29.451041890000056 ], [ 106.071525087000055, 29.450881238000079 ], [ 106.071417455000073, 29.450716769000053 ], [ 106.071439317000056, 29.450616002000054 ], [ 106.071489859000053, 29.450509959000048 ], [ 106.071529521000073, 29.450393241000089 ], [ 106.071507989000054, 29.450221922000075 ], [ 106.071453980000072, 29.450068034000086 ], [ 106.071360893000076, 29.449925916000051 ], [ 106.071261724000067, 29.44982386800007 ], [ 106.071123865000075, 29.449767888000046 ], [ 106.070952434000048, 29.449632161000068 ], [ 106.070734752000078, 29.449451099000044 ], [ 106.070644256000037, 29.449329351000074 ], [ 106.070575418000033, 29.449437073000073 ], [ 106.070452658000079, 29.449605439000031 ], [ 106.070351684000059, 29.449730812000034 ], [ 106.07013882900003, 29.44988190600009 ], [ 106.070224569000061, 29.450129678000046 ], [ 106.070262629000069, 29.450220313000045 ], [ 106.070372111000054, 29.450398067000041 ], [ 106.070416634000026, 29.450446177000057 ], [ 106.070448687000081, 29.45048081300007 ], [ 106.070452399000033, 29.450484824000061 ], [ 106.070485353000038, 29.450520433000069 ], [ 106.070525977000045, 29.450418776000056 ], [ 106.070543196000088, 29.450393925000071 ], [ 106.070574135000072, 29.450376352000031 ], [ 106.070616416000064, 29.450364879000052 ], [ 106.070654535000074, 29.450360861000032 ], [ 106.070705451000038, 29.450364163000078 ], [ 106.070794876000036, 29.450400555000048 ], [ 106.070854428000075, 29.450418631000051 ], [ 106.070965169000033, 29.450465985000051 ], [ 106.07104148500008, 29.450465371000071 ], [ 106.071279068000081, 29.450478304000058 ], [ 106.071317382000075, 29.450492840000038 ], [ 106.071326213000077, 29.450526169000064 ], [ 106.071365345000061, 29.450618631000054 ], [ 106.071387246000029, 29.45068525500005 ], [ 106.071400355000037, 29.45072226000007 ], [ 106.071396271000026, 29.45073713700009 ], [ 106.071370989000059, 29.450752185000056 ], [ 106.071311943000069, 29.450782349000054 ], [ 106.071248541000045, 29.450801415000054 ], [ 106.071163940000076, 29.450820651000072 ], [ 106.071065344000033, 29.45083585000009 ], [ 106.071036941000045, 29.450840228000054 ], [ 106.070931024000075, 29.450848503000081 ], [ 106.070655983000051, 29.450902670000055 ], [ 106.07062480500008, 29.450914893000064 ], [ 106.070656883000041, 29.451012877000036 ], [ 106.070724355000053, 29.451077292000036 ], [ 106.070848033000061, 29.451193221000032 ], [ 106.07092255200007, 29.45122185300006 ], [ 106.071000509000044, 29.451224473000082 ], [ 106.071111861000077, 29.451226825000042 ], [ 106.071127938000075, 29.451223277000057 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.089438046000055, 29.434980093000036 ], [ 106.089460062000057, 29.43492440000006 ], [ 106.089537446000065, 29.43484001000007 ], [ 106.089563592000047, 29.434804974000084 ], [ 106.089531358000045, 29.434822705000045 ], [ 106.089506973000027, 29.434837225000084 ], [ 106.089455426000029, 29.434861515000083 ], [ 106.089382171000068, 29.434895530000063 ], [ 106.089338958000042, 29.434934072000082 ], [ 106.089296047000062, 29.435001252000067 ], [ 106.089304993000042, 29.435072783000063 ], [ 106.089311107000071, 29.435134788000077 ], [ 106.089300838000042, 29.435194542000083 ], [ 106.089271383000039, 29.435244905000047 ], [ 106.089198026000076, 29.43526937300005 ], [ 106.089157081000053, 29.43526493500007 ], [ 106.089105747000076, 29.435245425000069 ], [ 106.089040651000062, 29.435277462000041 ], [ 106.089004785000043, 29.435289213000086 ], [ 106.088972344000084, 29.435315254000045 ], [ 106.088944824000066, 29.435342691000077 ], [ 106.08892406300005, 29.435390117000054 ], [ 106.088881823000065, 29.435417672000089 ], [ 106.088831188000029, 29.435425247000072 ], [ 106.088798654000072, 29.435442696000049 ], [ 106.088759868000068, 29.435487409000082 ], [ 106.088730729000076, 29.435516289000077 ], [ 106.088693425000031, 29.435546668000086 ], [ 106.08868340500004, 29.435561599000032 ], [ 106.088684614000044, 29.435570724000058 ], [ 106.088738413000058, 29.435728522000101 ], [ 106.088743409000074, 29.435710304000054 ], [ 106.088754131000044, 29.435688646000074 ], [ 106.088781330000074, 29.435671646000053 ], [ 106.088966940000034, 29.435617398000087 ], [ 106.08907591600007, 29.435566174000094 ], [ 106.089302133000047, 29.435468453000055 ], [ 106.089369992000059, 29.435412770000077 ], [ 106.089407834000042, 29.435366921000075 ], [ 106.089429328000051, 29.435328397000028 ], [ 106.089450846000034, 29.435292268000069 ], [ 106.08945583600007, 29.435246688000056 ], [ 106.089455375000057, 29.43520355000004 ], [ 106.089452330000029, 29.43517481400005 ], [ 106.089404277000028, 29.435087835000044 ], [ 106.089403950000076, 29.435057145000091 ], [ 106.089420987000054, 29.435010970000068 ], [ 106.089438046000055, 29.434980093000036 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.089987532000066, 29.434296410000059 ], [ 106.089913688000081, 29.434239712000078 ], [ 106.08985062000005, 29.434187695000052 ], [ 106.089805241000079, 29.434153044000084 ], [ 106.089785099000039, 29.434140076000062 ], [ 106.089782387000071, 29.434120398000061 ], [ 106.089784725000072, 29.434105056000075 ], [ 106.08981426000004, 29.434061038000035 ], [ 106.089853806000065, 29.434018154000057 ], [ 106.089816248000034, 29.434038114000082 ], [ 106.089767753000046, 29.434072730000086 ], [ 106.089692411000044, 29.434109704000036 ], [ 106.089650926000061, 29.434114321000042 ], [ 106.089584921000039, 29.434110583000063 ], [ 106.089508917000046, 29.434085541000059 ], [ 106.089437616000055, 29.434043351000064 ], [ 106.089260308000078, 29.433912204000084 ], [ 106.089230765000082, 29.433891058000079 ], [ 106.089196517000062, 29.433887061000071 ], [ 106.089172157000064, 29.433893677000071 ], [ 106.089147934000039, 29.433913123000082 ], [ 106.089116814000079, 29.433973260000069 ], [ 106.089105148000044, 29.434024683000068 ], [ 106.089089326000078, 29.434144578000083 ], [ 106.089079188000028, 29.434339280000071 ], [ 106.089057817000025, 29.434397199000049 ], [ 106.089007338000044, 29.434474603000066 ], [ 106.088970989000074, 29.434502703000074 ], [ 106.088948203000029, 29.434529142000084 ], [ 106.088946856000064, 29.434530703000057 ], [ 106.088947107000081, 29.434554227000028 ], [ 106.088969257000031, 29.434578158000072 ], [ 106.089047821000065, 29.434604165000053 ], [ 106.089091673000041, 29.434638071000059 ], [ 106.08912248200005, 29.434672083000063 ], [ 106.089127115000053, 29.434698695000062 ], [ 106.089127440000027, 29.434729150000067 ], [ 106.089132031000091, 29.434751956000078 ], [ 106.089145200000075, 29.434763268000044 ], [ 106.08915705000004, 29.434763171000036 ], [ 106.089171293000049, 29.434763055000065 ], [ 106.08919303700003, 29.434762878000072 ], [ 106.089249246000065, 29.434731961000061 ], [ 106.08939629300005, 29.434654614000056 ], [ 106.089525822000041, 29.434565991000063 ], [ 106.089543095000067, 29.434554430000052 ], [ 106.089586582000038, 29.434554073000072 ], [ 106.089617188000034, 29.434569052000086 ], [ 106.089647995000064, 29.434603063000054 ], [ 106.089652669000031, 29.434633482000041 ], [ 106.089653035000026, 29.434667743000031 ], [ 106.089623203000031, 29.434725094000047 ], [ 106.089563592000047, 29.434804974000084 ], [ 106.089537446000065, 29.43484001000007 ], [ 106.089460062000057, 29.43492440000006 ], [ 106.089438046000055, 29.434980093000036 ], [ 106.089507895000054, 29.434941203000051 ], [ 106.089656155000057, 29.434870934000063 ], [ 106.089760694000063, 29.434810614000071 ], [ 106.08988237300008, 29.434713707000068 ], [ 106.089904039000032, 29.434690511000035 ], [ 106.089912557000048, 29.434667423000064 ], [ 106.089925982000068, 29.434607795000087 ], [ 106.089917868000043, 29.434505003000094 ], [ 106.089913658000057, 29.434439025000071 ], [ 106.08991667100004, 29.434392945000067 ], [ 106.089940680000041, 29.434342088000047 ], [ 106.089987532000066, 29.434296410000059 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.091068009000026, 29.434413875000079 ], [ 106.091098521000049, 29.434368716000041 ], [ 106.091129685000055, 29.434325876000052 ], [ 106.091179713000031, 29.434227520000032 ], [ 106.09125079100005, 29.434050208000087 ], [ 106.091285133000042, 29.433959591000079 ], [ 106.091253710000046, 29.433943140000054 ], [ 106.091194889000064, 29.433903082000082 ], [ 106.091121653000073, 29.43383317800004 ], [ 106.09109692800007, 29.433780501000051 ], [ 106.091027022000063, 29.433645354000081 ], [ 106.090981389000035, 29.433606148000088 ], [ 106.090923380000049, 29.433556310000089 ], [ 106.090810086000033, 29.433506122000043 ], [ 106.090745489000028, 29.433490789000082 ], [ 106.090713312000048, 29.433494576000044 ], [ 106.090701956000032, 29.433501338000042 ], [ 106.090701308000064, 29.433501725000031 ], [ 106.090689378000036, 29.433515924000059 ], [ 106.090699878000066, 29.433556378000041 ], [ 106.09070616300005, 29.433579241000078 ], [ 106.090726937000056, 29.433638999000049 ], [ 106.090729421000049, 29.433683044000077 ], [ 106.090723964000063, 29.433737729000093 ], [ 106.090698318000079, 29.433787292000098 ], [ 106.090676586000029, 29.433826247000066 ], [ 106.090652595000051, 29.43384230800006 ], [ 106.090620513000033, 29.433854909000047 ], [ 106.090425950000068, 29.433925244000076 ], [ 106.090370047000079, 29.433969767000065 ], [ 106.090352209000059, 29.433996352000065 ], [ 106.090332282000077, 29.434015904000042 ], [ 106.09033920800006, 29.43404211000006 ], [ 106.090350647000037, 29.434038667000038 ], [ 106.090358701000071, 29.434038601000044 ], [ 106.090374827000062, 29.434040232000086 ], [ 106.090482138000027, 29.434100100000084 ], [ 106.090461170000026, 29.434057183000053 ], [ 106.090452658000061, 29.434014915000024 ], [ 106.090468426000029, 29.433981857000045 ], [ 106.090500366000072, 29.43395337100009 ], [ 106.09052979300003, 29.43394137000007 ], [ 106.090564694000079, 29.433938733000048 ], [ 106.090656343000035, 29.433966207000083 ], [ 106.090723813000068, 29.433993878000074 ], [ 106.090791232000086, 29.434016847000073 ], [ 106.090956729000027, 29.434166023000053 ], [ 106.091008504000072, 29.434233809000084 ], [ 106.091022366000061, 29.434273680000047 ], [ 106.091011870000045, 29.434297287000049 ], [ 106.090939430000049, 29.434307288000063 ], [ 106.090904628000033, 29.434319334000065 ], [ 106.090842859000077, 29.434322192000085 ], [ 106.090791787000072, 29.434320258000071 ], [ 106.090789723000057, 29.43431927600006 ], [ 106.090819106000026, 29.434362371000084 ], [ 106.090849062000075, 29.434399759000087 ], [ 106.090900537000039, 29.434439323000046 ], [ 106.090999477000025, 29.434496303000056 ], [ 106.091029081000059, 29.434471490000085 ], [ 106.091068009000026, 29.434413875000079 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.09528163300007, 29.437416293000069 ], [ 106.095240786000033, 29.437344993000067 ], [ 106.095186326000032, 29.437335924000067 ], [ 106.094940971000028, 29.437297339000057 ], [ 106.09486128900005, 29.437284808000076 ], [ 106.094632077000028, 29.437261323000097 ], [ 106.094610351000043, 29.437262679000057 ], [ 106.094610857000077, 29.437309747000082 ], [ 106.094579728000042, 29.437343076000044 ], [ 106.09454218500008, 29.437365433000078 ], [ 106.094479220000039, 29.437365949000085 ], [ 106.094422404000056, 29.437352636000071 ], [ 106.094372032000081, 29.437353050000066 ], [ 106.094322013000067, 29.437386535000087 ], [ 106.09430353900008, 29.437425271000048 ], [ 106.094303730000036, 29.437440618000036 ], [ 106.094304066000078, 29.437467389000055 ], [ 106.094383834000041, 29.437468523000064 ], [ 106.094506600000045, 29.437474675000082 ], [ 106.094653751000067, 29.437466305000044 ], [ 106.094768722000026, 29.437508323000081 ], [ 106.094842795000034, 29.437550676000054 ], [ 106.094898295000064, 29.437577069000042 ], [ 106.094902714000057, 29.437514053000093 ], [ 106.094930813000076, 29.437491772000044 ], [ 106.094981246000032, 29.437496871000068 ], [ 106.095015698000054, 29.437480050000094 ], [ 106.095021728000063, 29.437455197000084 ], [ 106.095033326000078, 29.437440698000046 ], [ 106.095037264000041, 29.43743577600009 ], [ 106.09507816100006, 29.437432683000047 ], [ 106.095122267000079, 29.437435077000082 ], [ 106.095149076000055, 29.437440710000086 ], [ 106.095172757000057, 29.437445686000043 ], [ 106.095223099000066, 29.437442516000083 ], [ 106.095227112000032, 29.437440719000044 ], [ 106.095260702000076, 29.437425670000042 ], [ 106.09528163300007, 29.437416293000069 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.094998574000044, 29.436987871000042 ], [ 106.094992956000056, 29.436988785000036 ], [ 106.094889590000037, 29.436997720000079 ], [ 106.094822998000041, 29.436990181000056 ], [ 106.094761861000052, 29.436974511000066 ], [ 106.094700655000054, 29.43695237300005 ], [ 106.094613395000067, 29.43691265900009 ], [ 106.094555399000058, 29.43684521200003 ], [ 106.094551901000045, 29.436833725000039 ], [ 106.094471523000038, 29.436838702000056 ], [ 106.094379677000063, 29.436887464000055 ], [ 106.094310758000063, 29.436920878000077 ], [ 106.094216025000037, 29.436969665000042 ], [ 106.09419927600004, 29.43702286500007 ], [ 106.094188192000047, 29.437065909000058 ], [ 106.094165481000061, 29.437101470000069 ], [ 106.094128094000041, 29.437114411000035 ], [ 106.094104923000032, 29.437107021000088 ], [ 106.094061467000074, 29.437092218000082 ], [ 106.094017847000032, 29.437062256000047 ], [ 106.093958739000072, 29.436933878000051 ], [ 106.093921035000051, 29.436730997000033 ], [ 106.093884658000036, 29.436755088000037 ], [ 106.093816606000075, 29.436869350000041 ], [ 106.093802826000058, 29.436930105000034 ], [ 106.093798108000044, 29.437028686000072 ], [ 106.093798570000047, 29.437071637000088 ], [ 106.09379924600006, 29.437134801000067 ], [ 106.09380869000006, 29.437207998000076 ], [ 106.093814011000063, 29.437287727000069 ], [ 106.093878688000075, 29.437275125000038 ], [ 106.094046878000029, 29.437283891000043 ], [ 106.094098058000043, 29.437287774000087 ], [ 106.094119135000042, 29.43725866700003 ], [ 106.094162826000058, 29.437222479000059 ], [ 106.09421272600008, 29.437177972000089 ], [ 106.09427230700004, 29.437155433000033 ], [ 106.094344481000064, 29.437132792000057 ], [ 106.094385083000077, 29.437102142000072 ], [ 106.094422595000026, 29.43707702800009 ], [ 106.094453842000064, 29.43705472300007 ], [ 106.094507304000047, 29.437048772000079 ], [ 106.094554704000075, 29.437064919000075 ], [ 106.094586393000043, 29.437083950000044 ], [ 106.094615024000063, 29.437111276000046 ], [ 106.094609260000027, 29.437160932000044 ], [ 106.094603407000079, 29.437202322000076 ], [ 106.09461032400003, 29.437260143000067 ], [ 106.094610351000043, 29.437262679000057 ], [ 106.094632077000028, 29.437261323000097 ], [ 106.09486128900005, 29.437284808000076 ], [ 106.094940971000028, 29.437297339000057 ], [ 106.094887431000075, 29.437263376000086 ], [ 106.094839733000072, 29.437219672000076 ], [ 106.094798364000042, 29.437178670000041 ], [ 106.094757258000072, 29.437162472000065 ], [ 106.094741340000041, 29.437146066000079 ], [ 106.094731628000034, 29.437121341000083 ], [ 106.094728184000076, 29.437093809000082 ], [ 106.094743630000039, 29.437066121000043 ], [ 106.094821893000073, 29.437024137000034 ], [ 106.094900599000027, 29.437023490000055 ], [ 106.094966654000075, 29.43701743600008 ], [ 106.094997900000081, 29.436995128000046 ], [ 106.094998574000044, 29.436987871000042 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.094610351000043, 29.437262679000057 ], [ 106.09461032400003, 29.437260143000067 ], [ 106.094603407000079, 29.437202322000076 ], [ 106.094609260000027, 29.437160932000044 ], [ 106.094615024000063, 29.437111276000046 ], [ 106.094586393000043, 29.437083950000044 ], [ 106.094554704000075, 29.437064919000075 ], [ 106.094507304000047, 29.437048772000079 ], [ 106.094453842000064, 29.43705472300007 ], [ 106.094422595000026, 29.43707702800009 ], [ 106.094385083000077, 29.437102142000072 ], [ 106.094344481000064, 29.437132792000057 ], [ 106.09427230700004, 29.437155433000033 ], [ 106.09421272600008, 29.437177972000089 ], [ 106.094162826000058, 29.437222479000059 ], [ 106.094119135000042, 29.43725866700003 ], [ 106.094098058000043, 29.437287774000087 ], [ 106.094197708000081, 29.437295336000091 ], [ 106.094351136000057, 29.437278854000059 ], [ 106.094610351000043, 29.437262679000057 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.094551901000045, 29.436833725000039 ], [ 106.094536247000065, 29.436782297000036 ], [ 106.094539335000036, 29.436725669000062 ], [ 106.094546136000076, 29.436670627000066 ], [ 106.094559543000059, 29.436542756000055 ], [ 106.094552215000078, 29.436376240000072 ], [ 106.094535188000066, 29.43633918200003 ], [ 106.094512657000053, 29.436305407000077 ], [ 106.094479144000047, 29.436281423000079 ], [ 106.094412448000071, 29.436264182000059 ], [ 106.09434230100004, 29.436269610000064 ], [ 106.094323810000049, 29.436268145000039 ], [ 106.094312622000075, 29.436258533000057 ], [ 106.094312572000049, 29.436253805000039 ], [ 106.094232532000035, 29.436355532000043 ], [ 106.094181229000071, 29.436416596000072 ], [ 106.09416774500005, 29.43642434100008 ], [ 106.094201894000037, 29.43645938000008 ], [ 106.094222423000076, 29.436489532000049 ], [ 106.09424333100003, 29.436555056000081 ], [ 106.094258413000034, 29.436615574000086 ], [ 106.094258927000055, 29.436663577000054 ], [ 106.094239049000066, 29.436694061000075 ], [ 106.09419616200006, 29.436732315000086 ], [ 106.094152866000059, 29.436732672000058 ], [ 106.094092065000041, 29.436715483000054 ], [ 106.09402904600006, 29.436644229000084 ], [ 106.094007875000059, 29.436670693000043 ], [ 106.093973510000069, 29.436696243000085 ], [ 106.093921035000051, 29.436730997000033 ], [ 106.093958739000072, 29.436933878000051 ], [ 106.094017847000032, 29.437062256000047 ], [ 106.094061467000074, 29.437092218000082 ], [ 106.094104923000032, 29.437107021000088 ], [ 106.094128094000041, 29.437114411000035 ], [ 106.094165481000061, 29.437101470000069 ], [ 106.094188192000047, 29.437065909000058 ], [ 106.09419927600004, 29.43702286500007 ], [ 106.094216025000037, 29.436969665000042 ], [ 106.094310758000063, 29.436920878000077 ], [ 106.094379677000063, 29.436887464000055 ], [ 106.094471523000038, 29.436838702000056 ], [ 106.094551901000045, 29.436833725000039 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.095698679000066, 29.437236853000059 ], [ 106.095745183000076, 29.437195374000048 ], [ 106.096025412000088, 29.437059506000075 ], [ 106.09615476700003, 29.437082415000074 ], [ 106.096225513000036, 29.437112653000042 ], [ 106.096320469000034, 29.437211187000056 ], [ 106.096363869000086, 29.437245077000057 ], [ 106.096438307000028, 29.437254738000039 ], [ 106.096500900000095, 29.437254222000035 ], [ 106.096582977000025, 29.437246698000081 ], [ 106.09664162200005, 29.437242789000038 ], [ 106.096743076000052, 29.43721798100006 ], [ 106.096875202000049, 29.437134701000051 ], [ 106.097107418000064, 29.436899910000079 ], [ 106.097180459000072, 29.43677944500007 ], [ 106.097223950000057, 29.436667584000077 ], [ 106.097077380000044, 29.436573514000084 ], [ 106.096953602000042, 29.436591077000053 ], [ 106.096935872000074, 29.436562787000064 ], [ 106.096891976000066, 29.436622215000046 ], [ 106.096822384000063, 29.436679391000045 ], [ 106.09675070200008, 29.436713944000079 ], [ 106.096645819000059, 29.436751672000071 ], [ 106.096640277000063, 29.436753666000069 ], [ 106.096553663000066, 29.436760793000072 ], [ 106.096509218000051, 29.436764449000066 ], [ 106.096398168000064, 29.436745957000081 ], [ 106.096367472000054, 29.436738302000037 ], [ 106.096426166000072, 29.436852030000058 ], [ 106.096426463000057, 29.436879685000068 ], [ 106.09641764900006, 29.436899514000057 ], [ 106.096381711000049, 29.436915615000085 ], [ 106.096313967000071, 29.43691222100005 ], [ 106.096146631000067, 29.436881989000085 ], [ 106.096078929000043, 29.436882546000053 ], [ 106.095925769000075, 29.436911465000033 ], [ 106.09584946700005, 29.436951605000047 ], [ 106.095764305000046, 29.437007622000067 ], [ 106.09572864900008, 29.43702966700004 ], [ 106.095696166000039, 29.437139813000048 ], [ 106.095657436000067, 29.437206207000088 ], [ 106.095322348000096, 29.437302366000033 ], [ 106.095321832000081, 29.437254290000059 ], [ 106.095321241000079, 29.43719917400005 ], [ 106.095307672000047, 29.437108337000044 ], [ 106.095231049000063, 29.437009748000044 ], [ 106.095194232000054, 29.436955674000046 ], [ 106.09519214200003, 29.436956419000072 ], [ 106.094998574000044, 29.436987871000042 ], [ 106.094997900000081, 29.436995128000046 ], [ 106.094966654000075, 29.43701743600008 ], [ 106.094900599000027, 29.437023490000055 ], [ 106.094821893000073, 29.437024137000034 ], [ 106.094743630000039, 29.437066121000043 ], [ 106.094728184000076, 29.437093809000082 ], [ 106.094731628000034, 29.437121341000083 ], [ 106.094741340000041, 29.437146066000079 ], [ 106.094757258000072, 29.437162472000065 ], [ 106.094798364000042, 29.437178670000041 ], [ 106.094839733000072, 29.437219672000076 ], [ 106.094887431000075, 29.437263376000086 ], [ 106.094940971000028, 29.437297339000057 ], [ 106.095186326000032, 29.437335924000067 ], [ 106.095240786000033, 29.437344993000067 ], [ 106.095290009000053, 29.43733260100003 ], [ 106.09531918600004, 29.437319530000078 ], [ 106.09547987500008, 29.437266879000049 ], [ 106.095620291000046, 29.437237493000058 ], [ 106.095664154000076, 29.437226867000053 ], [ 106.095698679000066, 29.437236853000059 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.098453400000039, 29.436662521000066 ], [ 106.098447879000048, 29.43665116700004 ], [ 106.098407972000075, 29.436616888000064 ], [ 106.098342025000079, 29.436569697000031 ], [ 106.098283645000038, 29.436547759000057 ], [ 106.098319834000065, 29.436490177000046 ], [ 106.098376318000078, 29.436418109000044 ], [ 106.098424545000057, 29.436338945000038 ], [ 106.098452440000074, 29.436270694000083 ], [ 106.098451938000039, 29.436224157000094 ], [ 106.09843106600006, 29.43618494600009 ], [ 106.098397694000028, 29.436124359000072 ], [ 106.098356721000073, 29.436117535000051 ], [ 106.098400898000079, 29.436041988000046 ], [ 106.098408113000062, 29.435952425000043 ], [ 106.098407457000064, 29.435891568000045 ], [ 106.098414982000065, 29.435830643000081 ], [ 106.09842192800005, 29.435716020000093 ], [ 106.098398182000039, 29.435636083000077 ], [ 106.098379376000025, 29.435631471000082 ], [ 106.098233754000034, 29.435653265000052 ], [ 106.09811680100006, 29.435716009000075 ], [ 106.097921464000081, 29.435927670000066 ], [ 106.097772819000056, 29.436105999000063 ], [ 106.097725949000051, 29.436122860000069 ], [ 106.097650675000068, 29.436123481000038 ], [ 106.09751858900006, 29.43609162000006 ], [ 106.097306079000077, 29.436019235000064 ], [ 106.097059530000081, 29.435844164000059 ], [ 106.096961171000032, 29.435754039000074 ], [ 106.096956120000073, 29.435789765000038 ], [ 106.096936840000069, 29.435824329000063 ], [ 106.096930691000068, 29.43586164900006 ], [ 106.096878662000051, 29.435896482000086 ], [ 106.096803649000037, 29.435925769000058 ], [ 106.096769648000077, 29.43593643600008 ], [ 106.096792482000069, 29.435959967000091 ], [ 106.096888278000065, 29.436106347000077 ], [ 106.096935418000044, 29.436194906000075 ], [ 106.096945288000029, 29.436228498000048 ], [ 106.097052532000092, 29.43622761500006 ], [ 106.097112158000087, 29.436290196000073 ], [ 106.097204595000051, 29.43635824100005 ], [ 106.097293325000066, 29.43638617900007 ], [ 106.097385300000042, 29.43641122300005 ], [ 106.097464205000051, 29.43643924200007 ], [ 106.09751691200006, 29.436467478000043 ], [ 106.097582842000065, 29.436507071000037 ], [ 106.097626393000041, 29.436546317000072 ], [ 106.097568522000088, 29.436552760000048 ], [ 106.097504535000041, 29.43657126700009 ], [ 106.097557895000079, 29.436587977000045 ], [ 106.097663519000037, 29.43658710700004 ], [ 106.097710353000025, 29.43657644700005 ], [ 106.097908685000064, 29.436465223000081 ], [ 106.098133774000075, 29.436295558000037 ], [ 106.098199835000059, 29.436253916000055 ], [ 106.098254456000063, 29.436239769000046 ], [ 106.098321180000028, 29.436259766000042 ], [ 106.098341219000076, 29.436304121000028 ], [ 106.098349302000031, 29.436328027000052 ], [ 106.098269767000033, 29.436571835000059 ], [ 106.098096491000035, 29.43683011500007 ], [ 106.097995368000056, 29.436885742000072 ], [ 106.097981345000051, 29.436893121000079 ], [ 106.09806162700005, 29.436943033000034 ], [ 106.098115776000043, 29.436989547000053 ], [ 106.098174784000037, 29.436989059000044 ], [ 106.098297710000054, 29.436945782000066 ], [ 106.098345787000028, 29.436926601000032 ], [ 106.098393408000049, 29.43686515800005 ], [ 106.098453400000039, 29.436662521000066 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.098226221000061, 29.43759996600005 ], [ 106.098440094000068, 29.437446704000088 ], [ 106.098598646000028, 29.437281662000093 ], [ 106.098684493000064, 29.437100514000058 ], [ 106.098757704000036, 29.436809201000074 ], [ 106.098801480000077, 29.436551621000035 ], [ 106.098759960000052, 29.436528711000054 ], [ 106.098636225000064, 29.436496859000037 ], [ 106.098582582000063, 29.436497302000078 ], [ 106.098545133000073, 29.436507003000088 ], [ 106.098513199000081, 29.436530747000067 ], [ 106.098465882000028, 29.436620363000085 ], [ 106.098453400000039, 29.436662521000066 ], [ 106.098393408000049, 29.43686515800005 ], [ 106.098345787000028, 29.436926601000032 ], [ 106.098297710000054, 29.436945782000066 ], [ 106.098174784000037, 29.436989059000044 ], [ 106.098115776000043, 29.436989547000053 ], [ 106.09806162700005, 29.436943033000034 ], [ 106.097981345000051, 29.436893121000079 ], [ 106.097929233000059, 29.436920534000077 ], [ 106.097816927000054, 29.437027626000088 ], [ 106.097447349000049, 29.43722245400005 ], [ 106.09738542000008, 29.437284607000038 ], [ 106.097353074000068, 29.43731539200007 ], [ 106.097414, 29.437379781000061 ], [ 106.097467510000058, 29.437487653000062 ], [ 106.097473075000039, 29.437562593000063 ], [ 106.097456693000026, 29.43763404000002 ], [ 106.097454893000076, 29.43764189400008 ], [ 106.097421894000036, 29.437671327000082 ], [ 106.097294170000055, 29.437743200000046 ], [ 106.097261844000059, 29.437758304000052 ], [ 106.097185258000081, 29.437794088000096 ], [ 106.097118635000072, 29.437794637000078 ], [ 106.096980587000076, 29.437791608000062 ], [ 106.09695670400005, 29.437783473000081 ], [ 106.096955617000049, 29.437781781000066 ], [ 106.09684235900005, 29.437851339000076 ], [ 106.096842661000039, 29.437879438000049 ], [ 106.096857297000042, 29.437913663000071 ], [ 106.09689699900008, 29.437957050000083 ], [ 106.097083743000056, 29.438074159000056 ], [ 106.09717327900006, 29.438107767000069 ], [ 106.097216080000067, 29.438107414000058 ], [ 106.09737661500003, 29.438109213000079 ], [ 106.097508312000059, 29.438083150000065 ], [ 106.097809767000072, 29.437921426000059 ], [ 106.097954926000057, 29.437820315000067 ], [ 106.098046988000078, 29.437757109000081 ], [ 106.098064450000038, 29.437722619000056 ], [ 106.098064282000053, 29.437707009000071 ], [ 106.098039047000043, 29.437682238000043 ], [ 106.097946045000072, 29.437658027000047 ], [ 106.097770574000037, 29.437593904000032 ], [ 106.097663204000071, 29.437560444000049 ], [ 106.09763446900007, 29.437541947000053 ], [ 106.097627202000069, 29.437529517000087 ], [ 106.097623501000058, 29.437517058000079 ], [ 106.097623164000026, 29.437485837000061 ], [ 106.09762299700003, 29.437470228000056 ], [ 106.097626295000055, 29.437445222000065 ], [ 106.097640394000052, 29.437429493000085 ], [ 106.097661456000026, 29.437398098000077 ], [ 106.097696989000042, 29.437385315000085 ], [ 106.097754022000061, 29.437381722000062 ], [ 106.097868324000046, 29.437396392000039 ], [ 106.098101299000064, 29.437500630000049 ], [ 106.098226221000061, 29.43759996600005 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.100083410000082, 29.436717008000059 ], [ 106.099951070000046, 29.436750461000091 ], [ 106.099854244000028, 29.43674767900006 ], [ 106.099734281000053, 29.436748670000043 ], [ 106.099664899000061, 29.43663587200006 ], [ 106.099641705000067, 29.43654159600004 ], [ 106.099603045000038, 29.436556642000092 ], [ 106.099538868000081, 29.436568429000097 ], [ 106.099538978000055, 29.436652008000067 ], [ 106.099599807000061, 29.436760311000057 ], [ 106.09964506700004, 29.436807811000055 ], [ 106.09966016900006, 29.436825096000071 ], [ 106.099680195000076, 29.43683798600005 ], [ 106.099745012000028, 29.436854860000036 ], [ 106.09994964200007, 29.436927157000074 ], [ 106.100159336000047, 29.437008117000065 ], [ 106.100269413000035, 29.437072490000052 ], [ 106.100345025000081, 29.437184690000045 ], [ 106.100516962000029, 29.437215341000073 ], [ 106.10035373900007, 29.437052040000086 ], [ 106.100320526000075, 29.437013644000039 ], [ 106.100238524000076, 29.436918842000068 ], [ 106.10009487800005, 29.436733034000049 ], [ 106.100083410000082, 29.436717008000059 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.09533157900006, 29.521686574000054 ], [ 106.095343617000026, 29.521683307000046 ], [ 106.095391422000034, 29.52166190700007 ], [ 106.095410943000047, 29.521616234000085 ], [ 106.095410302000062, 29.521556723000057 ], [ 106.095410776000051, 29.521543155000074 ], [ 106.095410260000051, 29.521542665000084 ], [ 106.095402196000066, 29.521536174000055 ], [ 106.095393656000056, 29.521530362000082 ], [ 106.095380377000026, 29.521523129000055 ], [ 106.095366329000058, 29.521517328000073 ], [ 106.095351613000048, 29.52151274900007 ], [ 106.095336289000045, 29.52150916800008 ], [ 106.095320447000063, 29.521506385000066 ], [ 106.095304168000041, 29.521504190000083 ], [ 106.095287522000035, 29.521502360000056 ], [ 106.095270600000049, 29.521500706000044 ], [ 106.095260533000058, 29.521499698000071 ], [ 106.095250516000078, 29.521498535000038 ], [ 106.09524070100008, 29.521497048000079 ], [ 106.095231223000042, 29.521495095000024 ], [ 106.095222191000062, 29.521492526000088 ], [ 106.095213760000036, 29.521489195000068 ], [ 106.095206051000048, 29.521484955000066 ], [ 106.095199206000075, 29.521479645000049 ], [ 106.095194302000039, 29.521474408000081 ], [ 106.09519010300005, 29.521468498000051 ], [ 106.095186661000071, 29.521462068000062 ], [ 106.095184020000033, 29.52145527000004 ], [ 106.095182202000061, 29.521448267000043 ], [ 106.095181259000071, 29.52144119300004 ], [ 106.095181225000033, 29.521434211000045 ], [ 106.095182142000056, 29.521427464000055 ], [ 106.09518466600008, 29.521419479000087 ], [ 106.095188545000042, 29.521412013000091 ], [ 106.095193564000056, 29.521404963000066 ], [ 106.095199496000077, 29.521398211000072 ], [ 106.095206119000082, 29.521391653000084 ], [ 106.095213216000047, 29.521385172000066 ], [ 106.095220572000073, 29.521378679000062 ], [ 106.095227958000066, 29.52137206000009 ], [ 106.09523465500007, 29.521365727000049 ], [ 106.095241033000036, 29.521359198000084 ], [ 106.095246921000069, 29.521352492000066 ], [ 106.095252169000048, 29.521345620000094 ], [ 106.095256602000077, 29.521338602000071 ], [ 106.095260072000031, 29.521331437000075 ], [ 106.095262418000061, 29.52132414700008 ], [ 106.095263461000073, 29.521316743000057 ], [ 106.095263282000076, 29.521310591000084 ], [ 106.095262297000033, 29.521304374000071 ], [ 106.095260651000046, 29.521298119000047 ], [ 106.09525853100007, 29.52129181300004 ], [ 106.09525608000007, 29.521285473000031 ], [ 106.095253486000047, 29.521279108000044 ], [ 106.095250889000056, 29.521272734000039 ], [ 106.095248479000077, 29.521266348000047 ], [ 106.095246614000075, 29.521260744000081 ], [ 106.095244997000066, 29.521255146000037 ], [ 106.095243615000072, 29.521249540000042 ], [ 106.095242462000044, 29.521243918000039 ], [ 106.095241504000057, 29.521238298000068 ], [ 106.095240742000044, 29.521232657000045 ], [ 106.095240165000064, 29.521226996000053 ], [ 106.095239743000036, 29.52122131800007 ], [ 106.095239345000039, 29.521211172000054 ], [ 106.095239276000029, 29.521200970000049 ], [ 106.095239362000029, 29.521190749000088 ], [ 106.095239468000045, 29.521180528000059 ], [ 106.095239409000044, 29.521170335000075 ], [ 106.095239053000057, 29.521160188000071 ], [ 106.095238244000029, 29.521150120000065 ], [ 106.095236806000059, 29.521140155000076 ], [ 106.095233274000066, 29.521125426000069 ], [ 106.095228189000068, 29.521110990000068 ], [ 106.095221744000071, 29.521096834000041 ], [ 106.095214128000066, 29.521082979000091 ], [ 106.095205536000037, 29.521069428000086 ], [ 106.095196161000047, 29.521056172000037 ], [ 106.095186182000077, 29.521043236000082 ], [ 106.095175805000054, 29.521030603000042 ], [ 106.095165746000077, 29.521018913000034 ], [ 106.095155515000044, 29.52100746200006 ], [ 106.095145162000051, 29.520996198000027 ], [ 106.095134698000038, 29.520985080000056 ], [ 106.095124152000039, 29.520974054000078 ], [ 106.095113554000079, 29.520963082000044 ], [ 106.095102937000036, 29.520952101000034 ], [ 106.095092328000078, 29.520941083000082 ], [ 106.095087186000057, 29.520935695000048 ], [ 106.095082084000069, 29.520930280000069 ], [ 106.09507704300006, 29.520924810000057 ], [ 106.095072085000027, 29.520919276000079 ], [ 106.095067249000067, 29.52091367700007 ], [ 106.095062546000065, 29.520907989000076 ], [ 106.095058018000032, 29.520902198000044 ], [ 106.09505368400005, 29.520896298000082 ], [ 106.095048874000042, 29.520889222000051 ], [ 106.095044362000067, 29.520881978000094 ], [ 106.095040145000041, 29.520874598000034 ], [ 106.095036206000032, 29.520867090000074 ], [ 106.095032537000066, 29.520859478000094 ], [ 106.095029143000033, 29.520851767000064 ], [ 106.095026006000069, 29.52084397100009 ], [ 106.095023127000047, 29.520836112000048 ], [ 106.09502057900005, 29.5208284640001 ], [ 106.095018248000031, 29.520820780000065 ], [ 106.095016152000028, 29.520813040000064 ], [ 106.095014284000058, 29.520805252000052 ], [ 106.095012654000072, 29.520797427000044 ], [ 106.095011238000041, 29.520789553000046 ], [ 106.09501005900006, 29.52078162600008 ], [ 106.095009107000067, 29.520773659000053 ], [ 106.094860826000058, 29.520573428000034 ], [ 106.094853081000053, 29.520548044000062 ], [ 106.094825311000079, 29.520558689000037 ], [ 106.094812862000026, 29.520580990000042 ], [ 106.094831974000044, 29.52058417000006 ], [ 106.094864017000077, 29.520623413000067 ], [ 106.094905263000044, 29.52067838500005 ], [ 106.094955925000079, 29.520768835000077 ], [ 106.095006843000078, 29.52088298800005 ], [ 106.095052776000045, 29.520953724000041 ], [ 106.095057635000046, 29.520985290000052 ], [ 106.095017110000072, 29.52099747700003 ], [ 106.095006666000074, 29.521012133000056 ], [ 106.094995122000057, 29.521052969000035 ], [ 106.094995973000039, 29.521131976000049 ], [ 106.09498762000004, 29.521195258000031 ], [ 106.094975376000036, 29.52121942000009 ], [ 106.094978335000064, 29.521218527000091 ], [ 106.094981661000077, 29.521217986000067 ], [ 106.094985217000044, 29.521217767000053 ], [ 106.094988930000056, 29.521217790000037 ], [ 106.094992749000028, 29.521218020000049 ], [ 106.094996600000059, 29.521218367000067 ], [ 106.095000431000074, 29.521218778000044 ], [ 106.09500857900008, 29.521219712000057 ], [ 106.095016397000052, 29.521220685000056 ], [ 106.095023948000062, 29.521221750000038 ], [ 106.095031314000039, 29.52122295300007 ], [ 106.095038559000045, 29.521224336000039 ], [ 106.095045776000063, 29.521225937000054 ], [ 106.095053015000076, 29.521227816000074 ], [ 106.095060373000081, 29.521230010000078 ], [ 106.095061770000029, 29.52123046000008 ], [ 106.095063168000081, 29.521230935000062 ], [ 106.095064545000071, 29.521231429000071 ], [ 106.095065891000047, 29.521231951000065 ], [ 106.095067197000049, 29.521232509000068 ], [ 106.09506844100008, 29.52123310200005 ], [ 106.095069624000075, 29.521233742000042 ], [ 106.09507073500005, 29.5212344370001 ], [ 106.09507422400003, 29.521237610000071 ], [ 106.09507654600003, 29.521241506000077 ], [ 106.095077914000058, 29.521245987000036 ], [ 106.095078513000033, 29.521250943000034 ], [ 106.095078560000047, 29.521256257000058 ], [ 106.095078249000039, 29.521261806000048 ], [ 106.09507777400006, 29.521267484000074 ], [ 106.095077340000046, 29.521273170000086 ], [ 106.095077141000047, 29.521287254000065 ], [ 106.095078018000038, 29.521300696000079 ], [ 106.095079478000059, 29.521313603000067 ], [ 106.09508102500007, 29.521326057000074 ], [ 106.09508218700006, 29.521338154000027 ], [ 106.095082458000036, 29.52134999400004 ], [ 106.095081367000034, 29.521361675000037 ], [ 106.095078418000071, 29.52137329400006 ], [ 106.095077275000051, 29.521376333000035 ], [ 106.09507598800009, 29.521379366000076 ], [ 106.095074546000035, 29.521382381000073 ], [ 106.09507295800006, 29.521385372000044 ], [ 106.095071226000087, 29.52138831700006 ], [ 106.095069370000033, 29.521391228000084 ], [ 106.095067380000046, 29.521394077000082 ], [ 106.095065265000073, 29.521396855000031 ], [ 106.095060222000029, 29.521402733000059 ], [ 106.095054795000067, 29.521408353000087 ], [ 106.095049171000042, 29.521413812000041 ], [ 106.095043536000048, 29.521419207000068 ], [ 106.095038056000078, 29.521424655000089 ], [ 106.095032939000092, 29.521430245000094 ], [ 106.095028361000061, 29.521436092000052 ], [ 106.095024496000065, 29.521442294000053 ], [ 106.095023295000033, 29.521444668000075 ], [ 106.095022197000048, 29.521447094000052 ], [ 106.095021173000077, 29.521449565000069 ], [ 106.09502020900004, 29.521452063000083 ], [ 106.095019278000052, 29.521454589000083 ], [ 106.095018355000036, 29.521457131000087 ], [ 106.095017423000058, 29.521459674000091 ], [ 106.095016460000068, 29.521462206000088 ], [ 106.095014903000049, 29.521466052000044 ], [ 106.095013275000042, 29.521469882000073 ], [ 106.09501163300007, 29.521473692000082 ], [ 106.095010055000046, 29.521477504000075 ], [ 106.095008590000077, 29.521481323000046 ], [ 106.095007291000059, 29.52148516800008 ], [ 106.095006219000027, 29.521489046000056 ], [ 106.095005446000073, 29.521492967000086 ], [ 106.095005141000058, 29.521495297000062 ], [ 106.09500496000004, 29.521497645000064 ], [ 106.095004872000061, 29.5215 ], [ 106.095004878000054, 29.521502372000043 ], [ 106.095004975000052, 29.521504753000045 ], [ 106.095005135000065, 29.52150713300006 ], [ 106.095005367000056, 29.521509521000038 ], [ 106.095005650000076, 29.521511910000076 ], [ 106.095005907000029, 29.521513757000033 ], [ 106.095006196000043, 29.52151559400005 ], [ 106.095006514000033, 29.521517431000063 ], [ 106.095006884000043, 29.521519252000076 ], [ 106.09500730700006, 29.521521052000082 ], [ 106.09500778000006, 29.521522834000045 ], [ 106.095008303000043, 29.52152458900008 ], [ 106.095008900000039, 29.521526315000074 ], [ 106.095015183000044, 29.521537918000035 ], [ 106.095024552000041, 29.521547900000087 ], [ 106.095036493000066, 29.521556325000066 ], [ 106.095050442000073, 29.521563284000077 ], [ 106.09506588000005, 29.521568831000078 ], [ 106.095082262000062, 29.521573043000039 ], [ 106.095099043000076, 29.52157599000008 ], [ 106.095115687000032, 29.52157775600006 ], [ 106.095126339000046, 29.521578335000065 ], [ 106.095136728000057, 29.521578648000062 ], [ 106.09514689000008, 29.521578907000038 ], [ 106.095156838000037, 29.521579330000066 ], [ 106.095166623000068, 29.521580133000043 ], [ 106.095176251000069, 29.521581543000085 ], [ 106.095185774000072, 29.521583764000063 ], [ 106.095195207000074, 29.521587024000038 ], [ 106.095199040000068, 29.521588707000031 ], [ 106.095202805000042, 29.521590588000045 ], [ 106.095206426000061, 29.521592669000086 ], [ 106.09520984500007, 29.521594932000085 ], [ 106.095212995000054, 29.521597387000039 ], [ 106.095215809000095, 29.521600017000083 ], [ 106.095218222000028, 29.52160281100004 ], [ 106.095220162000032, 29.521605762000032 ], [ 106.095221682000044, 29.521609087000051 ], [ 106.095222669000066, 29.521612579000077 ], [ 106.095223235000049, 29.521616228000084 ], [ 106.095223450000049, 29.521620024000072 ], [ 106.095223400000066, 29.521623948000066 ], [ 106.095223185000066, 29.521627993000038 ], [ 106.095222869000054, 29.521632153000041 ], [ 106.095222554000031, 29.52163641300006 ], [ 106.095222111000055, 29.521647828000081 ], [ 106.095222381000042, 29.521659472000064 ], [ 106.095223535000073, 29.521670964000059 ], [ 106.09522572700007, 29.521681924000067 ], [ 106.09522912400007, 29.521691981000053 ], [ 106.095233882000059, 29.521700736000067 ], [ 106.095240166000053, 29.521707830000082 ], [ 106.095241973000043, 29.521708974000038 ], [ 106.095263793000072, 29.52170497100008 ], [ 106.09533157900006, 29.521686574000054 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.094333218000045, 29.522904999000041 ], [ 106.094287396000027, 29.522868250000041 ], [ 106.094218878000049, 29.522797701000059 ], [ 106.094190672000082, 29.522695212000084 ], [ 106.094189864000043, 29.522620154000034 ], [ 106.094220675000031, 29.522544836000062 ], [ 106.094283017000066, 29.522461356000065 ], [ 106.094377063000081, 29.522385518000071 ], [ 106.094435525000051, 29.522361332000063 ], [ 106.094485380000037, 29.522376724000083 ], [ 106.094553175000058, 29.522380117000068 ], [ 106.094593656000029, 29.522363980000073 ], [ 106.094656170000064, 29.522296302000093 ], [ 106.094713952000063, 29.522208910000071 ], [ 106.094726355000049, 29.522102137000044 ], [ 106.094693758000076, 29.52201153700009 ], [ 106.094626531000074, 29.521893278000046 ], [ 106.094601450000027, 29.521902978000075 ], [ 106.094574683000076, 29.521918601000035 ], [ 106.094394600000044, 29.522023713000067 ], [ 106.094048641000029, 29.522236617000093 ], [ 106.093888684000035, 29.522299482000051 ], [ 106.093909837000069, 29.522474612000057 ], [ 106.093912556000078, 29.52247311800005 ], [ 106.093987294000044, 29.522475226000044 ], [ 106.094018597000058, 29.522491305000077 ], [ 106.094037567000044, 29.52251837600005 ], [ 106.094031987000051, 29.522578322000072 ], [ 106.094001795000054, 29.52266569600005 ], [ 106.093977860000052, 29.522755744000051 ], [ 106.09394439600004, 29.522809631000086 ], [ 106.094051388000025, 29.522828267000079 ], [ 106.094121112000039, 29.522850687000066 ], [ 106.094177762000072, 29.52287978500004 ], [ 106.094223093000039, 29.522904048000044 ], [ 106.09424997900004, 29.522912520000091 ], [ 106.094287965000035, 29.522910977000041 ], [ 106.094333218000045, 29.522904999000041 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.094804800000077, 29.525261142000083 ], [ 106.09478770100003, 29.525256897000084 ], [ 106.09473842400007, 29.525181939000049 ], [ 106.094741780000049, 29.524993504000072 ], [ 106.094814130000046, 29.524710296000084 ], [ 106.094903496000043, 29.524507021000087 ], [ 106.09491895900004, 29.524492122000076 ], [ 106.094923754000035, 29.524487503000039 ], [ 106.094835995000039, 29.524478238000079 ], [ 106.094780423000032, 29.524474281000035 ], [ 106.094750279000039, 29.524487774000072 ], [ 106.094715088000044, 29.524501309000073 ], [ 106.094669611000029, 29.52449727000004 ], [ 106.094628518000036, 29.524431382000053 ], [ 106.09461718600005, 29.524316684000041 ], [ 106.094636568000055, 29.52424146900006 ], [ 106.094691570000066, 29.52419245100009 ], [ 106.094777239000052, 29.524178500000062 ], [ 106.094847906000041, 29.524177918000081 ], [ 106.094903715000044, 29.524203949000082 ], [ 106.094969858000084, 29.524251970000083 ], [ 106.095026739000048, 29.524388272000067 ], [ 106.09510071800004, 29.524316990000049 ], [ 106.095190498000079, 29.524276800000059 ], [ 106.095166032000066, 29.524228500000049 ], [ 106.095112318000076, 29.524159451000049 ], [ 106.095088729000068, 29.524076918000045 ], [ 106.095088087000093, 29.524017360000073 ], [ 106.095114177000028, 29.523980746000056 ], [ 106.095151867000027, 29.523967199000083 ], [ 106.095193483000074, 29.523966855000083 ], [ 106.095242628000051, 29.52396314300006 ], [ 106.09525762100003, 29.523949782000052 ], [ 106.095238419000054, 29.523923468000078 ], [ 106.095211580000068, 29.523890598000037 ], [ 106.095194679000031, 29.523844451000055 ], [ 106.095152579000057, 29.523844798000088 ], [ 106.095015769000042, 29.523884759000055 ], [ 106.094895139000073, 29.523928116000032 ], [ 106.094774511000026, 29.52397147400006 ], [ 106.094701, 29.523956805000072 ], [ 106.094704765000088, 29.524011326000053 ], [ 106.094685097000081, 29.524060053000078 ], [ 106.094670096000073, 29.524073422000072 ], [ 106.094609619000039, 29.524082750000044 ], [ 106.094538857000032, 29.524074503000065 ], [ 106.094498144000056, 29.524043934000076 ], [ 106.094461906000049, 29.523960345000031 ], [ 106.09443533700005, 29.523836944000038 ], [ 106.094445006000058, 29.523797128000073 ], [ 106.094495291000044, 29.523779054000045 ], [ 106.094555864000029, 29.523786542000039 ], [ 106.094541789000061, 29.523726269000065 ], [ 106.094520849000048, 29.523655836000039 ], [ 106.094556149000027, 29.523560227000068 ], [ 106.094664213000044, 29.523474611000044 ], [ 106.094690325000045, 29.523459369000076 ], [ 106.094768505000047, 29.523413735000073 ], [ 106.094825126000046, 29.52342386000004 ], [ 106.094833412000071, 29.523430424000079 ], [ 106.094800186000043, 29.523356990000075 ], [ 106.094750118000036, 29.523205599000057 ], [ 106.094703821000053, 29.523029466000075 ], [ 106.094630492000078, 29.52284040100005 ], [ 106.09457728700005, 29.522853200000046 ], [ 106.094427109000037, 29.52289259700007 ], [ 106.094333218000045, 29.522904999000041 ], [ 106.094287965000035, 29.522910977000041 ], [ 106.09424997900004, 29.522912520000091 ], [ 106.094223093000039, 29.522904048000044 ], [ 106.094177762000072, 29.52287978500004 ], [ 106.094121112000039, 29.522850687000066 ], [ 106.094051388000025, 29.522828267000079 ], [ 106.09394439600004, 29.522809631000086 ], [ 106.093928815000027, 29.522826938000041 ], [ 106.093929225000068, 29.522865054000082 ], [ 106.093941940000036, 29.522889454000047 ], [ 106.093973479000056, 29.52292731100005 ], [ 106.093986661000031, 29.522995272000063 ], [ 106.094015352000042, 29.523057658000088 ], [ 106.094012795000026, 29.523109411000071 ], [ 106.093988127000046, 29.523131396000053 ], [ 106.093929012000046, 29.523134605000056 ], [ 106.09387909000003, 29.523124125000038 ], [ 106.093835100000035, 29.523086369000058 ], [ 106.093784562000053, 29.523018717000063 ], [ 106.093737430000033, 29.522978264000066 ], [ 106.093690299000073, 29.522937811000077 ], [ 106.093640201000028, 29.522910996000057 ], [ 106.093588867000051, 29.522841570000075 ], [ 106.093554314000087, 29.522881630000086 ], [ 106.093500671000072, 29.522957623000082 ], [ 106.093474340000057, 29.52299810500006 ], [ 106.093527352000081, 29.52313676000006 ], [ 106.093561722000061, 29.523166260000043 ], [ 106.093668007000076, 29.523198475000068 ], [ 106.093766585000026, 29.523217519000077 ], [ 106.093869372000029, 29.523276237000061 ], [ 106.09394264000008, 29.523404687000042 ], [ 106.094038752000074, 29.523546185000043 ], [ 106.094100280000077, 29.523638333000065 ], [ 106.094120122000064, 29.52372420600005 ], [ 106.094117336000068, 29.523816883000045 ], [ 106.094091921000029, 29.523916364000058 ], [ 106.094051089000061, 29.523989500000084 ], [ 106.094021535000081, 29.524055923000041 ], [ 106.094022034000034, 29.524102247000084 ], [ 106.094030598000074, 29.524194830000059 ], [ 106.094044114000042, 29.524214882000074 ], [ 106.094088271000032, 29.52428039200003 ], [ 106.094170310000038, 29.524372177000089 ], [ 106.094176355000059, 29.52437893900008 ], [ 106.094230708000055, 29.524507544000073 ], [ 106.094251049000036, 29.524639741000037 ], [ 106.094305795000025, 29.524804744000047 ], [ 106.094379102000062, 29.524936503000056 ], [ 106.094460297000069, 29.52509797800008 ], [ 106.094580481000037, 29.52528320100004 ], [ 106.094594940000036, 29.525323649000079 ], [ 106.094643848000047, 29.525460472000074 ], [ 106.094631536000065, 29.525634230000041 ], [ 106.094617520000043, 29.525654803000059 ], [ 106.094610777000071, 29.525664701000036 ], [ 106.094710896000038, 29.525633742000075 ], [ 106.094810730000063, 29.525570870000088 ], [ 106.094839622000052, 29.525508581000054 ], [ 106.094844754000064, 29.525436147000043 ], [ 106.094804800000077, 29.525261142000083 ] ], [ [ 106.094330304000039, 29.523230168000055 ], [ 106.094184055000028, 29.523118258000061 ], [ 106.094203954000079, 29.523098655000073 ], [ 106.094176932000039, 29.523070505000074 ], [ 106.094227167000042, 29.523020627000044 ], [ 106.094283368000049, 29.523052643000085 ], [ 106.09432051400006, 29.523012997000084 ], [ 106.09445269500003, 29.523100310000068 ], [ 106.094440962000078, 29.523141136000053 ], [ 106.094380838000063, 29.523209205000057 ], [ 106.094364848000055, 29.523198691000058 ], [ 106.094330304000039, 29.523230168000055 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.093474340000057, 29.52299810500006 ], [ 106.093454488000091, 29.523028626000045 ], [ 106.093430549000061, 29.523060681000061 ], [ 106.093446045000064, 29.523074849000061 ], [ 106.093450020000034, 29.523076340000046 ], [ 106.093453732000057, 29.52307803300004 ], [ 106.093457175000026, 29.523079926000044 ], [ 106.09346034400005, 29.523082011000046 ], [ 106.093463256000064, 29.523084305000058 ], [ 106.093465903000038, 29.523086791000093 ], [ 106.093468274000031, 29.523089469000059 ], [ 106.093470389000061, 29.523092356000067 ], [ 106.093471428000043, 29.523094016000076 ], [ 106.093472384000052, 29.523095740000084 ], [ 106.093473238000058, 29.523097502000038 ], [ 106.093473980000056, 29.523099299000069 ], [ 106.093474607000076, 29.523101134000058 ], [ 106.093475113000068, 29.523102988000062 ], [ 106.093475483000077, 29.523104862000078 ], [ 106.093475698000077, 29.52310674600005 ], [ 106.093475751000028, 29.523109506000086 ], [ 106.093475522000062, 29.523112259000072 ], [ 106.093475056000045, 29.523115014000041 ], [ 106.093474394000054, 29.523117753000072 ], [ 106.093473589000041, 29.52312046600008 ], [ 106.093472689000066, 29.523123161000058 ], [ 106.093471738000076, 29.523125821000065 ], [ 106.093470776000061, 29.523128436000047 ], [ 106.093467745000055, 29.523137148000039 ], [ 106.093465018000074, 29.523145524000089 ], [ 106.093462384000077, 29.523153790000041 ], [ 106.093459660000065, 29.523162156000062 ], [ 106.09345662700008, 29.523170824000083 ], [ 106.093453096000076, 29.523180018000069 ], [ 106.09344886000008, 29.523189947000041 ], [ 106.093443707000063, 29.523200825000067 ], [ 106.093438393000042, 29.523211196000094 ], [ 106.093432774000064, 29.523221942000074 ], [ 106.093427379000047, 29.523232540000041 ], [ 106.093422752000038, 29.52324246500007 ], [ 106.093419443000073, 29.523251197000029 ], [ 106.093417971000065, 29.523258219000066 ], [ 106.093418889000077, 29.523263009000065 ], [ 106.093422736000036, 29.523265045000077 ], [ 106.093426550000061, 29.523264815000058 ], [ 106.093431326000029, 29.523263747000044 ], [ 106.093436847000092, 29.523262168000084 ], [ 106.093442851000077, 29.523260388000043 ], [ 106.093449104000058, 29.52325871100004 ], [ 106.093455383000048, 29.523257460000075 ], [ 106.093461431000037, 29.523256940000071 ], [ 106.093467006000026, 29.52325746300005 ], [ 106.093470837000041, 29.523258714000065 ], [ 106.093474354000094, 29.523260596000057 ], [ 106.093477649000079, 29.523262960000064 ], [ 106.093480813000042, 29.523265623000047 ], [ 106.09348393700003, 29.523268438000056 ], [ 106.093487112000048, 29.523271244000068 ], [ 106.093490453000086, 29.523273887000073 ], [ 106.093494025000041, 29.523276186000082 ], [ 106.093499734000034, 29.523278682000068 ], [ 106.093505950000065, 29.523280201000027 ], [ 106.093512496000073, 29.52328078700009 ], [ 106.093519186000037, 29.523280479000054 ], [ 106.093525807000049, 29.523279325000086 ], [ 106.093532200000041, 29.523277378000046 ], [ 106.093538153000054, 29.523274675000039 ], [ 106.093543480000051, 29.52327126800008 ], [ 106.093546587000048, 29.523268662000085 ], [ 106.093549425000049, 29.523265861000088 ], [ 106.093552054000043, 29.523262935000051 ], [ 106.093554570000038, 29.523259972000062 ], [ 106.093557025000067, 29.52325705700008 ], [ 106.093559522000078, 29.523254276000049 ], [ 106.093562124000073, 29.523251710000064 ], [ 106.093564905000051, 29.523249440000082 ], [ 106.093570646000046, 29.523246211000064 ], [ 106.093577142000072, 29.523244064000036 ], [ 106.093584265000061, 29.523242769000035 ], [ 106.093591871000058, 29.523242129000046 ], [ 106.093599841000085, 29.523241919000043 ], [ 106.093608051000047, 29.523241925000029 ], [ 106.093616365000059, 29.52324193700008 ], [ 106.093624645000034, 29.523241734000077 ], [ 106.093633416000046, 29.523241121000069 ], [ 106.093641998000066, 29.523240220000051 ], [ 106.093650404000073, 29.523239265000086 ], [ 106.093658616000027, 29.523238468000041 ], [ 106.093666656000039, 29.523238050000082 ], [ 106.093674497000052, 29.523238220000056 ], [ 106.093682149000074, 29.523239194000041 ], [ 106.093689619000031, 29.523241199000037 ], [ 106.09369468500006, 29.523243296000096 ], [ 106.093699582000056, 29.523245926000065 ], [ 106.093704226000057, 29.523249045000053 ], [ 106.093708543000048, 29.523252590000087 ], [ 106.093712444000062, 29.523256490000055 ], [ 106.093715850000081, 29.523260702000076 ], [ 106.093718683000077, 29.52326516200009 ], [ 106.093720869000038, 29.523269808000066 ], [ 106.093722798000044, 29.52327657700004 ], [ 106.093723709000074, 29.523283514000067 ], [ 106.093724031000093, 29.523290556000063 ], [ 106.093724179000048, 29.523297637000038 ], [ 106.09372460600008, 29.523304669000087 ], [ 106.093725722000045, 29.523311579000058 ], [ 106.093727970000032, 29.523318300000081 ], [ 106.093731774000048, 29.523324745000092 ], [ 106.093733456000052, 29.52332681400009 ], [ 106.093735314000071, 29.523328802000037 ], [ 106.093737334000082, 29.523330653000066 ], [ 106.093739458000073, 29.523332331000063 ], [ 106.093741669000053, 29.523333783000059 ], [ 106.093743920000065, 29.523334974000083 ], [ 106.093746169000042, 29.523335830000057 ], [ 106.093748401000028, 29.523336335000071 ], [ 106.093753276000029, 29.523336034000067 ], [ 106.093757918000051, 29.523334021000025 ], [ 106.093762420000076, 29.523330717000064 ], [ 106.09376687200006, 29.523326557000075 ], [ 106.093771402000087, 29.523321973000062 ], [ 106.09377607600004, 29.523317380000034 ], [ 106.093781002000071, 29.523313199000079 ], [ 106.093786279000028, 29.523309862000083 ], [ 106.093789153000046, 29.523308604000079 ], [ 106.093792134000068, 29.523307650000049 ], [ 106.093795190000037, 29.523306975000075 ], [ 106.093798311000072, 29.523306562000069 ], [ 106.09380146500007, 29.523306383000087 ], [ 106.093804653000078, 29.523306401000063 ], [ 106.093807831000049, 29.523306601000062 ], [ 106.093811002000052, 29.523306954000077 ], [ 106.093820552000068, 29.52330881500006 ], [ 106.093829712000058, 29.523311752000041 ], [ 106.093838448000042, 29.523315640000082 ], [ 106.093846720000045, 29.523320362000042 ], [ 106.093854493000038, 29.52332579200003 ], [ 106.093861706000041, 29.523331830000075 ], [ 106.09386833700006, 29.523338343000038 ], [ 106.093874330000062, 29.523345221000049 ], [ 106.093878367000059, 29.523350501000035 ], [ 106.093882067000038, 29.523355902000059 ], [ 106.093885478000061, 29.523361412000042 ], [ 106.093888633000063, 29.523367015000069 ], [ 106.09389159300008, 29.523372702000074 ], [ 106.093894367000075, 29.523378452000088 ], [ 106.093897009000045, 29.523384266000054 ], [ 106.093899567000051, 29.523390118000066 ], [ 106.093901493000033, 29.523394649000064 ], [ 106.093903409000063, 29.523399187000052 ], [ 106.093905325000037, 29.523403718000058 ], [ 106.093907261000027, 29.523408249000052 ], [ 106.093909218000078, 29.523412753000063 ], [ 106.093911226000046, 29.523417237000046 ], [ 106.093913285000042, 29.523421677000044 ], [ 106.093915426000081, 29.523426070000077 ], [ 106.093919984000081, 29.523434747000064 ], [ 106.093924863000041, 29.523443267000051 ], [ 106.093929986000035, 29.523451677000086 ], [ 106.093935305000059, 29.523460050000043 ], [ 106.093940770000074, 29.523468431000076 ], [ 106.093946307000067, 29.523476892000083 ], [ 106.093951876000062, 29.52348548600008 ], [ 106.09395741700007, 29.523494282000051 ], [ 106.093959568000074, 29.523497810000041 ], [ 106.093961638000053, 29.523501374000087 ], [ 106.09396358500004, 29.523504966000075 ], [ 106.093965327000035, 29.523508578000083 ], [ 106.09396681000004, 29.523512194000091 ], [ 106.093967963000068, 29.523515819000064 ], [ 106.093968744000051, 29.523519438000047 ], [ 106.09396907100006, 29.523523053000076 ], [ 106.093968568000037, 29.52352902900008 ], [ 106.093966951000027, 29.523534978000043 ], [ 106.093964499000037, 29.523540916000059 ], [ 106.09396152000005, 29.523546858000092 ], [ 106.093958294000061, 29.523552819000091 ], [ 106.093955098000038, 29.523558827000048 ], [ 106.093952235000074, 29.523564886000081 ], [ 106.093949991000045, 29.523571019000087 ], [ 106.093948409000063, 29.52357831300008 ], [ 106.093947818000061, 29.523585706000063 ], [ 106.093947950000029, 29.523593173000062 ], [ 106.093948567000041, 29.523600673000086 ], [ 106.093949401000032, 29.523608191000051 ], [ 106.093950183000061, 29.523615698000075 ], [ 106.093950685000038, 29.523623164000075 ], [ 106.093950631000041, 29.523630551000053 ], [ 106.09394945300005, 29.523639962000061 ], [ 106.093947109000055, 29.523649226000099 ], [ 106.093943772000046, 29.523658339000065 ], [ 106.093939618000036, 29.523667321000062 ], [ 106.093934826000066, 29.523676173000073 ], [ 106.09392957700004, 29.523684914000057 ], [ 106.093924037000079, 29.523693546000057 ], [ 106.09391839500006, 29.523702081000053 ], [ 106.093914416000075, 29.523708032000052 ], [ 106.093910322000056, 29.523713847000064 ], [ 106.093905978000066, 29.523719449000051 ], [ 106.093901249000069, 29.523724747000067 ], [ 106.093895971000052, 29.523729662000047 ], [ 106.093890014000067, 29.523734104000081 ], [ 106.093883240000025, 29.52373798300005 ], [ 106.093875496000067, 29.523741223000055 ], [ 106.093869215000055, 29.523743160000031 ], [ 106.093862642000033, 29.523744847000042 ], [ 106.093856101000029, 29.523746434000088 ], [ 106.09384987600005, 29.523748056000045 ], [ 106.093844296000043, 29.523749870000078 ], [ 106.093839658000036, 29.52375199100004 ], [ 106.093836260000046, 29.52375459000006 ], [ 106.093834418000029, 29.523757798000073 ], [ 106.093834204000075, 29.523760948000071 ], [ 106.093834943000047, 29.523764505000081 ], [ 106.093836348000082, 29.523768382000071 ], [ 106.093838124000058, 29.523772491000045 ], [ 106.09383996400004, 29.523776724000072 ], [ 106.093841588000032, 29.52378100400006 ], [ 106.093842696000081, 29.52378522600009 ], [ 106.093843008000078, 29.523789301000079 ], [ 106.093842337000069, 29.523793059000074 ], [ 106.09384084900006, 29.523796643000075 ], [ 106.093838751000078, 29.523800107000064 ], [ 106.093836272000033, 29.523803501000092 ], [ 106.09383361600004, 29.52380687000004 ], [ 106.093831011000077, 29.523810283000046 ], [ 106.093828667000025, 29.52381376500006 ], [ 106.093826807000028, 29.523817399000045 ], [ 106.093825493000054, 29.523821712000082 ], [ 106.093825035000066, 29.523826190000076 ], [ 106.093825415000026, 29.523830743000079 ], [ 106.093826588000084, 29.52383527000006 ], [ 106.093828513000062, 29.523839710000054 ], [ 106.093831167000076, 29.523843964000033 ], [ 106.093834512000058, 29.523847952000036 ], [ 106.093838522000055, 29.523851580000041 ], [ 106.093841816000065, 29.523853954000064 ], [ 106.093845357000077, 29.523856054000081 ], [ 106.093849037000055, 29.523857827000086 ], [ 106.093852775000073, 29.523859240000039 ], [ 106.093856478000077, 29.523860246000091 ], [ 106.093860064000069, 29.523860794000086 ], [ 106.09386341700008, 29.523860856000063 ], [ 106.09386646400003, 29.523860370000076 ], [ 106.093870958000025, 29.523858134000072 ], [ 106.093874393000078, 29.523854361000073 ], [ 106.093876969000064, 29.523849361000078 ], [ 106.09387891700004, 29.523843445000072 ], [ 106.093880435000074, 29.523836938000045 ], [ 106.093881744000043, 29.523830133000047 ], [ 106.093883043000076, 29.523823358000072 ], [ 106.093884562000042, 29.523816924000073 ], [ 106.09388584900006, 29.523812736000085 ], [ 106.093887302000041, 29.523808800000044 ], [ 106.09388885900006, 29.523805025000065 ], [ 106.093890480000027, 29.523801359000061 ], [ 106.093892112000049, 29.523797710000053 ], [ 106.093893712000067, 29.523794008000035 ], [ 106.093895227000075, 29.523790179000052 ], [ 106.09389660800008, 29.523786154000057 ], [ 106.093897097000081, 29.523784570000089 ], [ 106.093897594000055, 29.523782977000053 ], [ 106.093898146000072, 29.523781413000055 ], [ 106.09389880100008, 29.523779921000084 ], [ 106.093899590000035, 29.523778525000075 ], [ 106.093900556000065, 29.523777254000038 ], [ 106.093901739000046, 29.523776162000043 ], [ 106.093903196000042, 29.523775275000052 ], [ 106.093904377000058, 29.523774795000058 ], [ 106.093905652000046, 29.523774433000085 ], [ 106.09390699100004, 29.523774206000049 ], [ 106.093908341000031, 29.523774105000086 ], [ 106.093909661000055, 29.523774148000079 ], [ 106.093910901000072, 29.523774344000064 ], [ 106.09391202900008, 29.52377468800006 ], [ 106.09391299300006, 29.523775194000049 ], [ 106.093913973000042, 29.523776113000054 ], [ 106.093914675000065, 29.523777273000057 ], [ 106.093915155000047, 29.523778603000043 ], [ 106.093915511000034, 29.523780063000064 ], [ 106.093915817000038, 29.523781593000088 ], [ 106.093916152000077, 29.523783123000044 ], [ 106.093916601000046, 29.523784609000074 ], [ 106.093917235000049, 29.523785984000085 ], [ 106.093917864000048, 29.523786899000061 ], [ 106.093918615000064, 29.523787731000077 ], [ 106.093919479000078, 29.523788463000074 ], [ 106.093920456000035, 29.523789123000086 ], [ 106.093921504000036, 29.523789692000033 ], [ 106.093922633000034, 29.523790169000048 ], [ 106.093923803000052, 29.523790567000049 ], [ 106.093925024000043, 29.523790880000035 ], [ 106.093927741000087, 29.523791292000059 ], [ 106.093930517000047, 29.523791422000034 ], [ 106.09393330000006, 29.523791400000047 ], [ 106.093936054000039, 29.523791331000051 ], [ 106.09393871500005, 29.523791337000027 ], [ 106.093941245000053, 29.523791533000054 ], [ 106.09394358000003, 29.523792036000092 ], [ 106.093945675000043, 29.523792966000087 ], [ 106.093946892000076, 29.523793849000072 ], [ 106.093947985000057, 29.52379493200004 ], [ 106.09394893800004, 29.52379618700007 ], [ 106.093949757000075, 29.523797569000067 ], [ 106.093950412000027, 29.523799043000054 ], [ 106.093950923000079, 29.523800591000057 ], [ 106.093951281000045, 29.523802165000063 ], [ 106.093951463000053, 29.523803744000073 ], [ 106.093951463000053, 29.52380567300008 ], [ 106.09395123600008, 29.523807552000054 ], [ 106.093950823000057, 29.523809387000078 ], [ 106.093950275000054, 29.523811196000054 ], [ 106.093949624000061, 29.523812968000065 ], [ 106.093948910000051, 29.523814723000047 ], [ 106.093948186000034, 29.523816471000096 ], [ 106.093947492000041, 29.523818209000073 ], [ 106.093946084000038, 29.523822378000084 ], [ 106.093945056000052, 29.523826582000087 ], [ 106.093944370000031, 29.523830847000056 ], [ 106.093944014000058, 29.523835179000059 ], [ 106.09394394900005, 29.52383962600004 ], [ 106.09394416300006, 29.523844207000081 ], [ 106.093944616000044, 29.523848939000057 ], [ 106.093945297000062, 29.523853858000052 ], [ 106.093945795000081, 29.523856939000034 ], [ 106.093946283000037, 29.523860030000041 ], [ 106.093946656000071, 29.523863085000073 ], [ 106.093946853000034, 29.523866024000082 ], [ 106.09394676900007, 29.523868803000084 ], [ 106.093946322000079, 29.523871350000029 ], [ 106.093945419000079, 29.523873615000074 ], [ 106.093943984000077, 29.523875521000029 ], [ 106.093942378000065, 29.523876787000049 ], [ 106.093940408000037, 29.523877822000092 ], [ 106.093938170000072, 29.523878671000087 ], [ 106.093935702000067, 29.523879368000053 ], [ 106.093933089000075, 29.523879967000084 ], [ 106.093930382000053, 29.523880494000082 ], [ 106.093927654000026, 29.523881004000081 ], [ 106.093924967000078, 29.523881539000051 ], [ 106.09392116100004, 29.523882437000054 ], [ 106.093917540000064, 29.523883469000051 ], [ 106.093914088000076, 29.523884642000041 ], [ 106.093910750000077, 29.52388596000009 ], [ 106.093907487000081, 29.523887412000075 ], [ 106.093904264000074, 29.523889 ], [ 106.093901025000036, 29.523890722000083 ], [ 106.093897754000068, 29.523892589000067 ], [ 106.093890816000055, 29.523896850000078 ], [ 106.093883907000077, 29.523901633000037 ], [ 106.093877402000032, 29.523906883000052 ], [ 106.09387166700003, 29.523912532000057 ], [ 106.09386711000009, 29.523918523000081 ], [ 106.093864095000086, 29.523924808000068 ], [ 106.093862998000077, 29.523931302000051 ], [ 106.093864204000056, 29.523937969000087 ], [ 106.093865072000028, 29.523939991000077 ], [ 106.093866177000052, 29.523941975000067 ], [ 106.093867486000079, 29.523943859000042 ], [ 106.093869, 29.523945596000093 ], [ 106.093870688000052, 29.523947144000083 ], [ 106.093872548000036, 29.523948426000061 ], [ 106.093874560000074, 29.523949412000029 ], [ 106.093876713000043, 29.523950043000077 ], [ 106.093878520000032, 29.523950273000086 ], [ 106.093880398000067, 29.523950302000063 ], [ 106.093882305000079, 29.523950195000054 ], [ 106.093884221000053, 29.523950027000062 ], [ 106.093886137000027, 29.523949848000079 ], [ 106.093888034000031, 29.523949723000044 ], [ 106.093889880000063, 29.523949727000058 ], [ 106.093891666000047, 29.52394992100005 ], [ 106.093893932000086, 29.523950552000091 ], [ 106.093896036000046, 29.523951580000077 ], [ 106.093897980000065, 29.523952954000034 ], [ 106.093899761000046, 29.523954599000035 ], [ 106.093901371000072, 29.523956479000056 ], [ 106.093902827000079, 29.523958524000072 ], [ 106.093904107000071, 29.523960680000066 ], [ 106.093905214000074, 29.523962889000078 ], [ 106.09390656000005, 29.523966197000043 ], [ 106.093907544000047, 29.523969491000059 ], [ 106.09390821900007, 29.523972778000093 ], [ 106.093908616000078, 29.523976050000041 ], [ 106.093908764000048, 29.523979313000044 ], [ 106.093908696000028, 29.523982561000075 ], [ 106.09390845300004, 29.523985802000084 ], [ 106.093908075000058, 29.523989025000049 ], [ 106.093906959000037, 29.523995647000053 ], [ 106.093905545000041, 29.52400224500008 ], [ 106.093903986000043, 29.524008833000035 ], [ 106.093902439000033, 29.52401544900005 ], [ 106.093901045000052, 29.524022117000072 ], [ 106.093899973000077, 29.524028884000074 ], [ 106.093899356000065, 29.524035752000092 ], [ 106.093899370000031, 29.524042771000033 ], [ 106.09389957500008, 29.524045540000092 ], [ 106.093899924000027, 29.524048305000072 ], [ 106.093900439000038, 29.524051034000081 ], [ 106.093901138000035, 29.524053689000084 ], [ 106.093902052000033, 29.524056252000033 ], [ 106.093903193000074, 29.524058679000071 ], [ 106.093904599000041, 29.524060941000073 ], [ 106.093906291000053, 29.524063011000056 ], [ 106.093910839000046, 29.52406670800007 ], [ 106.093916388000025, 29.524069648000083 ], [ 106.093922594000048, 29.524072088000086 ], [ 106.093929084000081, 29.52407429700008 ], [ 106.093935473000045, 29.524076536000045 ], [ 106.093941388000076, 29.524079076000067 ], [ 106.09394648500006, 29.524082175000046 ], [ 106.093950376000066, 29.52408610000008 ], [ 106.093951732000065, 29.52408837300003 ], [ 106.093952758000057, 29.524090854000075 ], [ 106.093953467000063, 29.524093510000057 ], [ 106.093953920000047, 29.524096284000048 ], [ 106.093954136000036, 29.524099141000072 ], [ 106.093954147000034, 29.524102029000069 ], [ 106.093953992000081, 29.524104898000076 ], [ 106.093953703000068, 29.524107724000089 ], [ 106.093953028000044, 29.524112040000038 ], [ 106.093952123000065, 29.524116181000075 ], [ 106.093951, 29.524120204000049 ], [ 106.093949671000075, 29.524124193000031 ], [ 106.093948168000054, 29.524128211000054 ], [ 106.093946489000075, 29.524132338000069 ], [ 106.093944669000052, 29.52413663700008 ], [ 106.093942718000051, 29.524141192000052 ], [ 106.093940585000041, 29.524146242000089 ], [ 106.093938516000037, 29.524151483000082 ], [ 106.093936707000069, 29.52415672900009 ], [ 106.093935328000043, 29.524161828000047 ], [ 106.093934574000059, 29.524166597000082 ], [ 106.093934641000033, 29.524170882000071 ], [ 106.093935701000078, 29.524174509000094 ], [ 106.093937948000075, 29.524177314000042 ], [ 106.09394013900004, 29.524178639000066 ], [ 106.093942831000049, 29.52417961000009 ], [ 106.093945953000059, 29.524180288000075 ], [ 106.093949403000067, 29.524180729000083 ], [ 106.093953098000057, 29.52418102300005 ], [ 106.093956958000035, 29.524181217000038 ], [ 106.093960890000062, 29.524181391000074 ], [ 106.093964812000081, 29.524181603000052 ], [ 106.093975046000025, 29.524182710000041 ], [ 106.093984565000028, 29.524184540000078 ], [ 106.093993648000051, 29.524187075000043 ], [ 106.094002181000064, 29.524190189000077 ], [ 106.094010327000035, 29.524193839000063 ], [ 106.094018148000046, 29.524197933000043 ], [ 106.094025725000051, 29.524202417000083 ], [ 106.094033162000073, 29.524207200000035 ], [ 106.094038710000063, 29.524210988000046 ], [ 106.094044114000042, 29.524214882000074 ], [ 106.094030598000074, 29.524194830000059 ], [ 106.094022034000034, 29.524102247000084 ], [ 106.094021535000081, 29.524055923000041 ], [ 106.094051089000061, 29.523989500000084 ], [ 106.094091921000029, 29.523916364000058 ], [ 106.094117336000068, 29.523816883000045 ], [ 106.094120122000064, 29.52372420600005 ], [ 106.094100280000077, 29.523638333000065 ], [ 106.094038752000074, 29.523546185000043 ], [ 106.09394264000008, 29.523404687000042 ], [ 106.093869372000029, 29.523276237000061 ], [ 106.093766585000026, 29.523217519000077 ], [ 106.093668007000076, 29.523198475000068 ], [ 106.093561722000061, 29.523166260000043 ], [ 106.093527352000081, 29.52313676000006 ], [ 106.093474340000057, 29.52299810500006 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.091367643000069, 29.521247072000051 ], [ 106.091367241000057, 29.521247180000053 ], [ 106.091360317000067, 29.521248760000042 ], [ 106.091353103000074, 29.521250424000076 ], [ 106.091345813000032, 29.52125238900004 ], [ 106.091338671000074, 29.521254873000093 ], [ 106.091334165000035, 29.521256877000042 ], [ 106.091329888000089, 29.521259150000041 ], [ 106.091325934000054, 29.521261653000071 ], [ 106.09132238400008, 29.521264344000087 ], [ 106.091319299000077, 29.521267183000077 ], [ 106.091316783000082, 29.521270118000071 ], [ 106.09131490700004, 29.521273110000042 ], [ 106.091313754000055, 29.521276114000038 ], [ 106.091313844000069, 29.521282537000033 ], [ 106.091316903000063, 29.521288907000052 ], [ 106.091322180000091, 29.521295314000035 ], [ 106.091328903000033, 29.521301861000033 ], [ 106.091336288000036, 29.521308630000082 ], [ 106.09134358300004, 29.521315723000043 ], [ 106.091350007000088, 29.521323230000061 ], [ 106.091354797000079, 29.52133123700008 ], [ 106.091357284000026, 29.521339075000071 ], [ 106.091358249000052, 29.521347221000038 ], [ 106.091358203000027, 29.521355475000071 ], [ 106.09135768200008, 29.521363636000032 ], [ 106.091357167000069, 29.521371514000069 ], [ 106.091357196000061, 29.521378902000034 ], [ 106.091358268000079, 29.521385604000038 ], [ 106.091360909000059, 29.521391428000079 ], [ 106.091365146000044, 29.52139598400003 ], [ 106.09137091100007, 29.521399771000059 ], [ 106.091377855000076, 29.521402971000043 ], [ 106.09138566200005, 29.521405775000051 ], [ 106.091394023000078, 29.521408368000039 ], [ 106.091402602000073, 29.521410940000052 ], [ 106.091411077000032, 29.521413676000066 ], [ 106.091419125000073, 29.521416767000066 ], [ 106.091437093000081, 29.52142734500006 ], [ 106.091450659000046, 29.521441072000073 ], [ 106.091460693000045, 29.521457326000068 ], [ 106.09146802500004, 29.521475488000082 ], [ 106.091473505000067, 29.521494946000068 ], [ 106.091477970000028, 29.521515071000071 ], [ 106.09148229200008, 29.521535241000038 ], [ 106.091487298000061, 29.521554857000066 ], [ 106.091490265000061, 29.521564150000078 ], [ 106.091493581000066, 29.521573189000037 ], [ 106.091497222000044, 29.521581991000058 ], [ 106.091501182000059, 29.521590581000051 ], [ 106.091505439000059, 29.521599 ], [ 106.091509964000068, 29.521607261000035 ], [ 106.091514734000043, 29.521615395000083 ], [ 106.091519739000034, 29.521623436000088 ], [ 106.09152841000008, 29.521636491000031 ], [ 106.091537563000031, 29.521649378000063 ], [ 106.091547136000031, 29.521662118000052 ], [ 106.091557040000055, 29.52167471100006 ], [ 106.091567198000064, 29.521687204000045 ], [ 106.091577532000045, 29.521699585000082 ], [ 106.091587978000064, 29.521711894000081 ], [ 106.091598443000066, 29.52172414700004 ], [ 106.09162346200003, 29.521753629000042 ], [ 106.091647700000067, 29.521783289000037 ], [ 106.091666921000069, 29.52180862200003 ], [ 106.091617690000078, 29.521681343000065 ], [ 106.091450201000058, 29.521346180000069 ], [ 106.091367643000069, 29.521247072000051 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.092883929000038, 29.522620798000048 ], [ 106.09279422700007, 29.522514888000039 ], [ 106.092691503000026, 29.522398952000046 ], [ 106.092593969000063, 29.522268959000083 ], [ 106.092487626000036, 29.52207862400007 ], [ 106.09248565200005, 29.52208397100009 ], [ 106.092437507000056, 29.52213979000004 ], [ 106.092350323000062, 29.522191664000044 ], [ 106.092228701000082, 29.522213980000057 ], [ 106.092139941000028, 29.522214710000064 ], [ 106.092194765000045, 29.522298823000078 ], [ 106.092199769000061, 29.522378590000073 ], [ 106.092187834000072, 29.522425847000079 ], [ 106.092138494000039, 29.522466156000064 ], [ 106.092095716000074, 29.522498838000047 ], [ 106.092102456000077, 29.522536197000083 ], [ 106.092139231000033, 29.522605913000056 ], [ 106.092223998000065, 29.522671735000067 ], [ 106.092304237000064, 29.522688580000082 ], [ 106.092496434000054, 29.52269400300009 ], [ 106.092600425000057, 29.522686147000059 ], [ 106.092736134000063, 29.522650020000068 ], [ 106.092819963000068, 29.522628325000095 ], [ 106.092883929000038, 29.522620798000048 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.093263619000027, 29.522721530000059 ], [ 106.093297282000037, 29.522718928000074 ], [ 106.093397270000025, 29.522711102000059 ], [ 106.093449003000046, 29.522682669000055 ], [ 106.093484612000054, 29.522643865000077 ], [ 106.093507610000074, 29.522549151000071 ], [ 106.093542806000073, 29.52247184100009 ], [ 106.093567900000039, 29.522451508000074 ], [ 106.093452353000032, 29.522257891000038 ], [ 106.093336082000064, 29.522004616000054 ], [ 106.093234119000059, 29.52181478100005 ], [ 106.09320978900007, 29.52166403200005 ], [ 106.093209107000064, 29.521600479000085 ], [ 106.09323132600008, 29.521558933000055 ], [ 106.093261281000025, 29.521526887000046 ], [ 106.093315530000041, 29.521499940000062 ], [ 106.093351487000064, 29.521462545000073 ], [ 106.09336309300005, 29.52141474900009 ], [ 106.093344232000049, 29.521351304000071 ], [ 106.093282840000029, 29.521277609000034 ], [ 106.093221622000044, 29.521219812000083 ], [ 106.093117816000088, 29.521146465000076 ], [ 106.093050081000058, 29.521046322000085 ], [ 106.093000011000072, 29.520898334000037 ], [ 106.09292428100008, 29.520618056000043 ], [ 106.092863502000057, 29.520387399000075 ], [ 106.092855259000032, 29.520415495000059 ], [ 106.092844396000046, 29.520420356000049 ], [ 106.092850213000077, 29.520453723000056 ], [ 106.092849409000053, 29.520481785000069 ], [ 106.092814971000053, 29.520475493000045 ], [ 106.092817135000075, 29.520422967000062 ], [ 106.092800583000042, 29.520406396000048 ], [ 106.092781483000067, 29.520406554000086 ], [ 106.092751724000038, 29.520430665000053 ], [ 106.092738286000042, 29.520449869000053 ], [ 106.092697306000048, 29.520445433000077 ], [ 106.092680420000079, 29.520397835000036 ], [ 106.092671620000033, 29.520340627000046 ], [ 106.092711293000036, 29.520223350000023 ], [ 106.092705271000057, 29.520170893000056 ], [ 106.092677471000059, 29.520123385000087 ], [ 106.092619966000029, 29.520104763000063 ], [ 106.09261957800004, 29.520068814000069 ], [ 106.092619248000062, 29.520037941000062 ], [ 106.092670758000054, 29.520006490000071 ], [ 106.092656370000043, 29.519937392000084 ], [ 106.092647672000055, 29.519889730000052 ], [ 106.092633850000027, 29.519873134000072 ], [ 106.092598301000066, 29.519866267000047 ], [ 106.092584160000058, 29.519869926000066 ], [ 106.092560201000026, 29.519876125000049 ], [ 106.092527074000031, 29.519840599000077 ], [ 106.09250485900003, 29.519804979000071 ], [ 106.09250988000008, 29.519764362000046 ], [ 106.092526073000045, 29.519747524000074 ], [ 106.092545150000035, 29.519744980000041 ], [ 106.092569706000063, 29.519744778000074 ], [ 106.092584162000037, 29.519755806000035 ], [ 106.092619232000075, 29.519782560000063 ], [ 106.092638331000046, 29.519782403000075 ], [ 106.092668090000075, 29.519758288000048 ], [ 106.092667783000081, 29.519729651000034 ], [ 106.09265928800005, 29.519701080000058 ], [ 106.092650719000062, 29.519665350000082 ], [ 106.092647682000063, 29.51963673500007 ], [ 106.092650257000059, 29.519622392000091 ], [ 106.092739969000036, 29.519590628000053 ], [ 106.092776606000029, 29.519604288000036 ], [ 106.092773756000042, 29.519580490000067 ], [ 106.09273083000005, 29.519533143000054 ], [ 106.092681957000082, 29.519496445000069 ], [ 106.092597014000035, 29.519486544000074 ], [ 106.09251830200003, 29.519492490000061 ], [ 106.092473147000078, 29.519484292000062 ], [ 106.092480484000077, 29.519493889000046 ], [ 106.092489460000081, 29.51950903300008 ], [ 106.092503771000054, 29.519541786000048 ], [ 106.092514576000042, 29.519572719000056 ], [ 106.092521486000066, 29.519600704000084 ], [ 106.092524427000058, 29.519625413000078 ], [ 106.092523401000051, 29.519646475000062 ], [ 106.092518445000053, 29.519663969000078 ], [ 106.092509584000027, 29.519677817000058 ], [ 106.09249684200006, 29.519687979000086 ], [ 106.092466954000031, 29.519700159000074 ], [ 106.092450843000051, 29.519712004000038 ], [ 106.092437221000068, 29.519726657000039 ], [ 106.092427050000026, 29.519746753000057 ], [ 106.092422777000081, 29.519771841000075 ], [ 106.092424795000056, 29.519799997000064 ], [ 106.092432841000061, 29.519826935000083 ], [ 106.092447456000073, 29.519856037000064 ], [ 106.092454960000055, 29.519864413000043 ], [ 106.09248519700003, 29.519874240000039 ], [ 106.092496542000049, 29.519880912000072 ], [ 106.092509961000076, 29.519893132000046 ], [ 106.092517180000073, 29.519904206000028 ], [ 106.09251988300008, 29.519918594000039 ], [ 106.092518036000058, 29.519938078000056 ], [ 106.092507190000049, 29.519982133000049 ], [ 106.092504542000029, 29.520000105000069 ], [ 106.092506395000044, 29.520016946000066 ], [ 106.092514150000056, 29.520029140000073 ], [ 106.092551952000065, 29.520124418000083 ], [ 106.092552542000078, 29.520179307000035 ], [ 106.092538174000026, 29.520216622000078 ], [ 106.092533140000057, 29.520229695000062 ], [ 106.092523960000051, 29.52025353800007 ], [ 106.092517689000033, 29.520271418000053 ], [ 106.092511616000081, 29.520301252000081 ], [ 106.092511492000028, 29.520311443000082 ], [ 106.092515078000076, 29.520338221000088 ], [ 106.092512155000065, 29.520351368000032 ], [ 106.09249055600003, 29.520373028000051 ], [ 106.092486620000045, 29.520385780000087 ], [ 106.092487763000065, 29.520415719000081 ], [ 106.092485688000068, 29.520427964000067 ], [ 106.092480334000072, 29.520438460000033 ], [ 106.092461541000034, 29.520466348000074 ], [ 106.092447585000059, 29.520501221000078 ], [ 106.092437805000031, 29.520542920000079 ], [ 106.09243624000004, 29.520564498000063 ], [ 106.092438191000042, 29.520613101000038 ], [ 106.092436049000071, 29.52063363100007 ], [ 106.092430686000057, 29.520662412000032 ], [ 106.092422869000075, 29.520676701000063 ], [ 106.092405633000055, 29.52068706800009 ], [ 106.092398251000077, 29.520697894000072 ], [ 106.092395940000074, 29.520710337000082 ], [ 106.09239399900008, 29.520733622000076 ], [ 106.092396479000058, 29.520760453000033 ], [ 106.09240036500006, 29.520773373000058 ], [ 106.092437081000071, 29.520827659000073 ], [ 106.092440538000062, 29.52086266000002 ], [ 106.092434722000064, 29.520895040000084 ], [ 106.092422864000071, 29.520938252000057 ], [ 106.092407953000077, 29.520984179000045 ], [ 106.092371451000076, 29.521027592000046 ], [ 106.09234116600004, 29.521076343000068 ], [ 106.092304721000062, 29.521125144000042 ], [ 106.092283330000043, 29.521141486000086 ], [ 106.09220980200007, 29.521179814000046 ], [ 106.092151716000046, 29.521185142000043 ], [ 106.09215508300008, 29.521190345000047 ], [ 106.092157839000038, 29.521196240000044 ], [ 106.092160145000037, 29.521202653000046 ], [ 106.092162157000089, 29.521209402000064 ], [ 106.092164035000053, 29.521216325000072 ], [ 106.09216594600008, 29.521223227000064 ], [ 106.092171214000075, 29.521239258000033 ], [ 106.092177172000049, 29.521254417000087 ], [ 106.09218342500003, 29.521268936000066 ], [ 106.092189537000081, 29.521283022000041 ], [ 106.092195100000026, 29.521296912000086 ], [ 106.092199706000031, 29.521310812000074 ], [ 106.092202932000077, 29.521324957000047 ], [ 106.092204367000093, 29.52133956900008 ], [ 106.092204355000035, 29.521346099000077 ], [ 106.092204085000049, 29.521352722000085 ], [ 106.092203684000026, 29.521359401000041 ], [ 106.09220330100004, 29.52136608900009 ], [ 106.09220309400007, 29.52137274700004 ], [ 106.092203196000085, 29.521379332000048 ], [ 106.092203761000079, 29.521385823000056 ], [ 106.092204932000072, 29.521392154000065 ], [ 106.092207280000039, 29.521399550000069 ], [ 106.092210566000062, 29.521406722000048 ], [ 106.092214012000056, 29.52141267700005 ], [ 106.092254669000056, 29.521454907000077 ], [ 106.092402905000029, 29.521641272000064 ], [ 106.092458030000046, 29.521781507000075 ], [ 106.092503362000059, 29.52191755900008 ], [ 106.092504598000062, 29.522032656000086 ], [ 106.092487626000036, 29.52207862400007 ], [ 106.092593969000063, 29.522268959000083 ], [ 106.092691503000026, 29.522398952000046 ], [ 106.09279422700007, 29.522514888000039 ], [ 106.092883929000038, 29.522620798000048 ], [ 106.092915950000076, 29.522620535000041 ], [ 106.092992524000067, 29.522668919000072 ], [ 106.093052976000081, 29.522706932000066 ], [ 106.093145299000071, 29.522730680000056 ], [ 106.093263619000027, 29.522721530000059 ] ], [ [ 106.093281561000026, 29.522271939000056 ], [ 106.093278482000073, 29.522272388000101 ], [ 106.093275738000045, 29.522273204000047 ], [ 106.093273358000033, 29.522274441000036 ], [ 106.093270937000057, 29.522276609000073 ], [ 106.093269049000071, 29.522279374000043 ], [ 106.093267567000055, 29.52228263600005 ], [ 106.093266389000064, 29.522286263000076 ], [ 106.093265388000077, 29.522290131000094 ], [ 106.093264441000031, 29.522294136000081 ], [ 106.093263464000074, 29.522298148000058 ], [ 106.093262310000057, 29.522302047000032 ], [ 106.093261206000079, 29.52230502400004 ], [ 106.093259928000066, 29.522307858000083 ], [ 106.093258482000067, 29.522310566000044 ], [ 106.09325687900008, 29.522313150000063 ], [ 106.093255142000032, 29.522315627000069 ], [ 106.093253261000029, 29.522317997000069 ], [ 106.093251252000073, 29.52232026900009 ], [ 106.093249121000042, 29.522322451000043 ], [ 106.093245516000081, 29.522325756000054 ], [ 106.093241640000031, 29.522328855000072 ], [ 106.093237514000066, 29.522331757000075 ], [ 106.093233160000068, 29.52233444500007 ], [ 106.093228585000077, 29.522336919000058 ], [ 106.093223814000055, 29.522339184000085 ], [ 106.09321886500004, 29.522341220000044 ], [ 106.093213758000047, 29.522343039000074 ], [ 106.093209039000044, 29.52234446600006 ], [ 106.093204224000033, 29.522345670000053 ], [ 106.093199378000065, 29.522346604000067 ], [ 106.093194506000032, 29.522347211000067 ], [ 106.093189661000054, 29.522347459000059 ], [ 106.093184873000041, 29.522347310000047 ], [ 106.093180185000051, 29.522346707000054 ], [ 106.093175624000025, 29.522345607000084 ], [ 106.093172674000073, 29.522344586000084 ], [ 106.093169803000094, 29.522343355000089 ], [ 106.093167034000032, 29.522341926000077 ], [ 106.093164356000045, 29.522340334000035 ], [ 106.093161789000078, 29.522338587000029 ], [ 106.09315934600005, 29.522336720000052 ], [ 106.093157034000058, 29.52233474600007 ], [ 106.093154857000059, 29.522332698000064 ], [ 106.093151925000029, 29.522329583000044 ], [ 106.093149240000059, 29.522326367000073 ], [ 106.093146728000079, 29.522323041000057 ], [ 106.09314433000003, 29.522319632000062 ], [ 106.093141972000069, 29.52231615300008 ], [ 106.093139592000057, 29.522312600000085 ], [ 106.093137099000046, 29.522308993000074 ], [ 106.093134450000036, 29.522305353000039 ], [ 106.093130633000044, 29.522300486000059 ], [ 106.09312665200008, 29.522295592000027 ], [ 106.093122761000075, 29.522290664000082 ], [ 106.093119201000036, 29.522285741000076 ], [ 106.093116240000029, 29.522280822000081 ], [ 106.093114114000059, 29.52227593200007 ], [ 106.093113082000059, 29.522271080000053 ], [ 106.093113402000043, 29.522266285000057 ], [ 106.093114110000045, 29.522263970000026 ], [ 106.093115137000041, 29.522261680000046 ], [ 106.09311645300005, 29.522259396000042 ], [ 106.093118007000044, 29.522257128000025 ], [ 106.09311974600007, 29.522254868000065 ], [ 106.093121620000034, 29.522252615000063 ], [ 106.093123576000039, 29.522250378000081 ], [ 106.093125583000088, 29.52224814300007 ], [ 106.093127949000063, 29.522245509000069 ], [ 106.093130251000048, 29.522242874000078 ], [ 106.093132461000039, 29.522240240000087 ], [ 106.093134515000031, 29.522237589000049 ], [ 106.093136374000039, 29.522234930000078 ], [ 106.093137986000045, 29.522232256000052 ], [ 106.093139318000055, 29.522229557000053 ], [ 106.093140310000081, 29.522226824000093 ], [ 106.093141054000057, 29.522223156000045 ], [ 106.093141127000081, 29.522219438000036 ], [ 106.093140541000025, 29.522215646000063 ], [ 106.093139282000038, 29.52221180500004 ], [ 106.093137363000039, 29.522207896000054 ], [ 106.093134774000092, 29.522203930000046 ], [ 106.093131523000068, 29.522199896000071 ], [ 106.093127600000059, 29.522195807000056 ], [ 106.093102567000074, 29.522169853000037 ], [ 106.093097899000057, 29.522162549000086 ], [ 106.093092812000066, 29.522155734000084 ], [ 106.093087319000063, 29.522149410000051 ], [ 106.093081408000046, 29.522143578000048 ], [ 106.093075079000087, 29.522138235000057 ], [ 106.093068335000055, 29.522133384000085 ], [ 106.093061181000053, 29.522129023000051 ], [ 106.093053610000041, 29.522125151000065 ], [ 106.093050013000038, 29.522123540000052 ], [ 106.093046376000075, 29.522121972000033 ], [ 106.093042719000039, 29.522120415000074 ], [ 106.093039091000037, 29.52211881200008 ], [ 106.093035525000062, 29.522117109000078 ], [ 106.093032071000039, 29.522115269000036 ], [ 106.093028749000041, 29.522113232000031 ], [ 106.093025610000041, 29.522110948000083 ], [ 106.093022225000027, 29.522107945000066 ], [ 106.093019178000077, 29.522104615000043 ], [ 106.093016508000062, 29.522101003000042 ], [ 106.093014261000064, 29.522097168000066 ], [ 106.09301247500008, 29.522093177000038 ], [ 106.093011202000071, 29.522089092000044 ], [ 106.093010467000056, 29.522084967000069 ], [ 106.093010330000027, 29.522080854000077 ], [ 106.093010617000061, 29.522077850000073 ], [ 106.093011174000026, 29.522074875000037 ], [ 106.093011925000042, 29.522071920000087 ], [ 106.093012782000073, 29.522068963000038 ], [ 106.093013677000044, 29.522065996000038 ], [ 106.093014523000079, 29.522063004000067 ], [ 106.093015232000027, 29.522059986000038 ], [ 106.093015745000073, 29.522056905000056 ], [ 106.093016028000079, 29.522052490000075 ], [ 106.093015919000052, 29.522048 ], [ 106.093015580000042, 29.522043494000059 ], [ 106.093015182000045, 29.52203902300004 ], [ 106.093014898000035, 29.52203465000008 ], [ 106.093014904000029, 29.522030417000057 ], [ 106.093015346000087, 29.52202639100005 ], [ 106.093016409000029, 29.522022620000087 ], [ 106.093019132000052, 29.52201787100006 ], [ 106.09302320300003, 29.522013734000037 ], [ 106.093028445000073, 29.522010208000044 ], [ 106.093034654000064, 29.522007307000077 ], [ 106.093041674000062, 29.52200502200008 ], [ 106.093049309000037, 29.522003352000073 ], [ 106.093057375000058, 29.522002321000056 ], [ 106.093065693000028, 29.522001919000051 ], [ 106.093071326000029, 29.522001981000063 ], [ 106.093076877000044, 29.522002198000049 ], [ 106.093082243000026, 29.522002423000057 ], [ 106.093087298000057, 29.522002517000086 ], [ 106.093091937000054, 29.522002352000069 ], [ 106.093096057000025, 29.522001786000093 ], [ 106.093099541000072, 29.522000693000045 ], [ 106.093102276000081, 29.521998913000061 ], [ 106.093104107000045, 29.521996542000061 ], [ 106.093105313000081, 29.521993564000077 ], [ 106.093106050000074, 29.521990094000049 ], [ 106.093106460000058, 29.521986230000042 ], [ 106.093106675000058, 29.52198209800008 ], [ 106.093106845000079, 29.521977783000064 ], [ 106.093107118000034, 29.521973415000044 ], [ 106.093107628000041, 29.521969100000042 ], [ 106.093108918000041, 29.521963396000046 ], [ 106.093110902000035, 29.521958030000064 ], [ 106.093113541000037, 29.521953066000037 ], [ 106.09311681500003, 29.521948520000077 ], [ 106.093120700000043, 29.52194444700007 ], [ 106.09312514800007, 29.521940892000099 ], [ 106.093130128000041, 29.521937891000043 ], [ 106.093135630000063, 29.521935492000061 ], [ 106.093137675000037, 29.521934799000064 ], [ 106.093139762000078, 29.521934195000085 ], [ 106.093141861000049, 29.521933700000091 ], [ 106.093143982000072, 29.521933303000068 ], [ 106.093146073000071, 29.52193304300005 ], [ 106.093148145000043, 29.521932909000043 ], [ 106.093150157000039, 29.521932928000066 ], [ 106.093152107000037, 29.521933101000052 ], [ 106.093157466000051, 29.521934582000085 ], [ 106.093162189000054, 29.521937332000054 ], [ 106.093166417000091, 29.521941084000037 ], [ 106.093170281000027, 29.521945599000048 ], [ 106.093173925000031, 29.521950621000087 ], [ 106.093177499000035, 29.521955895000076 ], [ 106.093181124000068, 29.521961179000062 ], [ 106.093184953000062, 29.521966208000048 ], [ 106.093188085000065, 29.521969746000082 ], [ 106.093191420000039, 29.521972984000051 ], [ 106.093194949000065, 29.521975930000046 ], [ 106.093198680000057, 29.521978589000071 ], [ 106.093202602000076, 29.521980947000088 ], [ 106.093206731000066, 29.521983015000057 ], [ 106.093211061000034, 29.52198478400004 ], [ 106.093215594000071, 29.521986254000076 ], [ 106.093219504000047, 29.521987266000046 ], [ 106.093223496000064, 29.521988145000083 ], [ 106.093227496000054, 29.521988996000061 ], [ 106.09323145500008, 29.52198988300006 ], [ 106.093235303000029, 29.521990890000044 ], [ 106.093238988000053, 29.521992104000052 ], [ 106.09324244000004, 29.521993609000049 ], [ 106.09324560400006, 29.521995478000051 ], [ 106.093248154000037, 29.521997523000042 ], [ 106.093250427000044, 29.521999894000093 ], [ 106.093252416000041, 29.52200252100004 ], [ 106.09325412700008, 29.522005367000073 ], [ 106.093255563000071, 29.522008378000059 ], [ 106.093256721000046, 29.522011516000077 ], [ 106.09325761100007, 29.52201471100005 ], [ 106.093258224000067, 29.522017925000064 ], [ 106.093258663000029, 29.52202334500004 ], [ 106.093258452000043, 29.522028685000063 ], [ 106.09325771400006, 29.522033959000051 ], [ 106.093256564000058, 29.522039193000058 ], [ 106.093255135000049, 29.52204439000008 ], [ 106.093253550000043, 29.522049573000061 ], [ 106.093251945000077, 29.52205474600003 ], [ 106.09325042200004, 29.522059937000048 ], [ 106.093248723000045, 29.522066816000073 ], [ 106.093247385000041, 29.522073737000088 ], [ 106.093246366000074, 29.522080700000057 ], [ 106.093245668000066, 29.522087696000085 ], [ 106.093245238000065, 29.522094718000059 ], [ 106.093245056000058, 29.522101755000055 ], [ 106.093245102000026, 29.522108828000057 ], [ 106.093245353000043, 29.522115907000057 ], [ 106.093245609000064, 29.522120505000096 ], [ 106.093245968000076, 29.522125095000035 ], [ 106.09324644000003, 29.522129673000045 ], [ 106.093247056000052, 29.522134224000073 ], [ 106.093247846000054, 29.522138737000027 ], [ 106.09324881200007, 29.522143203000038 ], [ 106.093249995000065, 29.52214760400005 ], [ 106.093251412000029, 29.52215194100005 ], [ 106.093253574000073, 29.522157308000082 ], [ 106.093256188000055, 29.522162518000073 ], [ 106.093259285000045, 29.522167543000087 ], [ 106.093262905000074, 29.522172341000044 ], [ 106.093267080000032, 29.522176880000067 ], [ 106.093271839000067, 29.522181135000043 ], [ 106.093277224000076, 29.522185078000067 ], [ 106.093283266000071, 29.522188664000051 ], [ 106.093286988000045, 29.522190555000059 ], [ 106.093290793000051, 29.522192372000053 ], [ 106.093294515000039, 29.522194182000081 ], [ 106.093298011000073, 29.522196048000069 ], [ 106.093301127000075, 29.522198015000072 ], [ 106.093303697000067, 29.52220015000006 ], [ 106.093305601000068, 29.522202516000043 ], [ 106.093306649000056, 29.52220515900007 ], [ 106.093306829000042, 29.522207458000079 ], [ 106.093306535000067, 29.522209914000079 ], [ 106.093305914000041, 29.522212490000062 ], [ 106.093305106000059, 29.522215140000068 ], [ 106.093304239000076, 29.522217808000054 ], [ 106.093303463000055, 29.522220458000053 ], [ 106.093302922000078, 29.522223034000028 ], [ 106.093302742000063, 29.52222548900005 ], [ 106.093303294000066, 29.52222871400005 ], [ 106.093304687000057, 29.522231715000085 ], [ 106.093306728000073, 29.522234566000062 ], [ 106.093309255000065, 29.522237388000057 ], [ 106.093312081000079, 29.522240260000046 ], [ 106.09331502200007, 29.522243284000066 ], [ 106.09331790400006, 29.52224654500009 ], [ 106.093320542000072, 29.522250149000062 ], [ 106.093322350000051, 29.522253281000076 ], [ 106.093323850000047, 29.52225657200006 ], [ 106.093324978000055, 29.522259900000055 ], [ 106.093325694000043, 29.52226316000008 ], [ 106.093325944000071, 29.522266224000077 ], [ 106.093325664000091, 29.522268987000068 ], [ 106.093324833000068, 29.522271331000066 ], [ 106.093323368000028, 29.522273128000055 ], [ 106.093321554000056, 29.522274200000084 ], [ 106.09331928000006, 29.522274840000087 ], [ 106.093316643000037, 29.522275105000062 ], [ 106.09331368200003, 29.522275076000088 ], [ 106.093310493000047, 29.52227481400007 ], [ 106.09330712600007, 29.52227439000006 ], [ 106.093303665000064, 29.522273868000067 ], [ 106.093300162000048, 29.522273320000068 ], [ 106.093296155000075, 29.522272729000058 ], [ 106.093292251000037, 29.52227223800007 ], [ 106.093288483000038, 29.522271918000055 ], [ 106.09328490200005, 29.522271795000055 ], [ 106.093281561000026, 29.522271939000056 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.09278396600007, 29.513132870000042 ], [ 106.092792379000059, 29.513126523000032 ], [ 106.092793963000076, 29.513120583000049 ], [ 106.09272526500007, 29.51307580100007 ], [ 106.092743928000061, 29.513035072000022 ], [ 106.09277929600006, 29.51302523500004 ], [ 106.092830829000036, 29.512996170000068 ], [ 106.092876776000026, 29.512955217000069 ], [ 106.092890086000068, 29.512924081000044 ], [ 106.09295510700008, 29.512880584000065 ], [ 106.092974001000073, 29.512861335000082 ], [ 106.093011968000042, 29.512839542000055 ], [ 106.093038510000042, 29.512770108000041 ], [ 106.093065793000051, 29.512769884000075 ], [ 106.093076760000031, 29.512774567000051 ], [ 106.093077092000044, 29.51280559200006 ], [ 106.093069214000082, 29.512834298000087 ], [ 106.093088391000038, 29.512841301000044 ], [ 106.093102007000027, 29.512838802000083 ], [ 106.093137221000063, 29.512814644000052 ], [ 106.093158766000045, 29.512788213000078 ], [ 106.093239003000065, 29.512818277000068 ], [ 106.093242342000053, 29.512816912000055 ], [ 106.093424061000064, 29.51258815500006 ], [ 106.093506277000074, 29.512489599000045 ], [ 106.093505179000033, 29.512480753000094 ], [ 106.093494709000026, 29.512440022000074 ], [ 106.093487306000043, 29.512418318000066 ], [ 106.09347759800005, 29.512396762000037 ], [ 106.093465835000075, 29.512375925000075 ], [ 106.093452333000073, 29.512356357000037 ], [ 106.093429192000031, 29.512335087000054 ], [ 106.093423527000027, 29.512316497000086 ], [ 106.093420027000036, 29.512305429000044 ], [ 106.093411156000059, 29.51229497800006 ], [ 106.093368092000048, 29.512266897000075 ], [ 106.09335520500008, 29.512255957000043 ], [ 106.093331969000076, 29.512226919000057 ], [ 106.093302018000031, 29.512181928000071 ], [ 106.093284247000042, 29.512153433000037 ], [ 106.093234105000079, 29.51218135900006 ], [ 106.093295566000052, 29.512314513000035 ], [ 106.093394943000078, 29.512421098000061 ], [ 106.093417643000066, 29.512502060000092 ], [ 106.093418259000032, 29.512559339000063 ], [ 106.093385671000092, 29.512573927000066 ], [ 106.093371799000067, 29.512552559000085 ], [ 106.093371337000065, 29.512509601000094 ], [ 106.09336279200005, 29.512476257000056 ], [ 106.093319034000046, 29.512467070000071 ], [ 106.093242921000069, 29.51249395100006 ], [ 106.093229688000065, 29.512532247000077 ], [ 106.093213369000068, 29.512537155000071 ], [ 106.09318611100008, 29.512539765000042 ], [ 106.093191133000062, 29.512499150000053 ], [ 106.093142020000073, 29.512499553000058 ], [ 106.093092907000027, 29.512499957000049 ], [ 106.093060129000037, 29.512495706000038 ], [ 106.09310113500004, 29.512548428000056 ], [ 106.09310823900006, 29.512597282000055 ], [ 106.093089401000043, 29.512680876000051 ], [ 106.093057067000075, 29.512732932000059 ], [ 106.092972260000067, 29.512799804000039 ], [ 106.092910170000053, 29.512837718000071 ], [ 106.092828466000086, 29.512887302000077 ], [ 106.092776366000066, 29.512936643000046 ], [ 106.092691962000075, 29.51304091600008 ], [ 106.092663100000038, 29.513110207000068 ], [ 106.092637968000076, 29.513170575000064 ], [ 106.092708920000078, 29.51315889000006 ], [ 106.09278396600007, 29.513132870000042 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.092637968000076, 29.513170575000064 ], [ 106.092663100000038, 29.513110207000068 ], [ 106.092691962000075, 29.51304091600008 ], [ 106.092776366000066, 29.512936643000046 ], [ 106.092828466000086, 29.512887302000077 ], [ 106.092910170000053, 29.512837718000071 ], [ 106.092972260000067, 29.512799804000039 ], [ 106.093057067000075, 29.512732932000059 ], [ 106.093089401000043, 29.512680876000051 ], [ 106.09310823900006, 29.512597282000055 ], [ 106.09310113500004, 29.512548428000056 ], [ 106.093060129000037, 29.512495706000038 ], [ 106.093041097000025, 29.512471237000053 ], [ 106.092971160000047, 29.512391250000061 ], [ 106.09294075400004, 29.51231669200007 ], [ 106.092936909000059, 29.512264934000083 ], [ 106.092956180000044, 29.512221617000073 ], [ 106.092985472000066, 29.512192605000052 ], [ 106.093061901000056, 29.512142019000066 ], [ 106.093142918000069, 29.512093036000064 ], [ 106.093172350000032, 29.512066802000042 ], [ 106.093200239000055, 29.512041945000078 ], [ 106.093228628000077, 29.511991093000066 ], [ 106.093225355000072, 29.511931298000029 ], [ 106.093213970000079, 29.511850861000084 ], [ 106.093186900000035, 29.511779758000046 ], [ 106.093143952000048, 29.511699582000055 ], [ 106.09308812300003, 29.511644821000061 ], [ 106.093022096000027, 29.511620054000041 ], [ 106.092922222000027, 29.511627777000061 ], [ 106.092849580000077, 29.511676372000075 ], [ 106.092838648000054, 29.511683684000054 ], [ 106.092776239000045, 29.51175092200009 ], [ 106.092708299000037, 29.511792896000085 ], [ 106.092640036000034, 29.511804962000046 ], [ 106.092548003000061, 29.511808018000071 ], [ 106.092468874000076, 29.511787961000032 ], [ 106.092363122000052, 29.511738211000083 ], [ 106.092275683000025, 29.51167910700007 ], [ 106.09221476700003, 29.511640494000062 ], [ 106.092169905000048, 29.511627057000062 ], [ 106.092110192000064, 29.511614641000051 ], [ 106.092117789000056, 29.511649336000065 ], [ 106.092122634000077, 29.511693291000086 ], [ 106.09213847500007, 29.511742894000058 ], [ 106.092132469000035, 29.5117945890001 ], [ 106.092115838000041, 29.511875064000037 ], [ 106.092092668000078, 29.511957505000062 ], [ 106.092052918000036, 29.51207264400005 ], [ 106.092047992000062, 29.512122875000035 ], [ 106.092037653000034, 29.512177931000057 ], [ 106.092038012000046, 29.512211389000072 ], [ 106.092046722000077, 29.512259119000074 ], [ 106.092060999000068, 29.512316363000078 ], [ 106.092094786000075, 29.512409297000094 ], [ 106.092102351000051, 29.512426641000044 ], [ 106.092118749000065, 29.512505408000038 ], [ 106.092114570000035, 29.512533395000045 ], [ 106.092216991000043, 29.512556384000046 ], [ 106.092283916000042, 29.512598473000079 ], [ 106.092329851000045, 29.512749265000078 ], [ 106.092353879000029, 29.512923496000038 ], [ 106.092359392000049, 29.513024232000085 ], [ 106.092355543000068, 29.513078530000087 ], [ 106.092324900000051, 29.51311366800007 ], [ 106.092283590000079, 29.513135969000079 ], [ 106.092319282000062, 29.513161266000061 ], [ 106.092355032000057, 29.513211624000075 ], [ 106.092563722000079, 29.51318280200007 ], [ 106.092637968000076, 29.513170575000064 ] ], [ [ 106.092718561000027, 29.512235775000075 ], [ 106.09275389000004, 29.51225697700005 ], [ 106.09279289400007, 29.512293500000059 ], [ 106.092832129000044, 29.512351514000045 ], [ 106.092846664000035, 29.512397448000058 ], [ 106.092854608000039, 29.512483351000071 ], [ 106.092855200000031, 29.512538612000075 ], [ 106.092869767000082, 29.512587617000076 ], [ 106.09289476500004, 29.512627325000032 ], [ 106.092919565000045, 29.51264861400006 ], [ 106.092927080000038, 29.512694606000085 ], [ 106.092920522000043, 29.512737645000069 ], [ 106.092910355000072, 29.512771501000088 ], [ 106.092865124000085, 29.512808717000041 ], [ 106.092816182000035, 29.512827541000036 ], [ 106.092749561000062, 29.512834229000077 ], [ 106.092696815000068, 29.512825452000072 ], [ 106.092647379000041, 29.512798225000029 ], [ 106.092611786000077, 29.512752463000087 ], [ 106.092583181000066, 29.512703574000064 ], [ 106.092561428000067, 29.512639276000073 ], [ 106.092557458000059, 29.512596324000064 ], [ 106.092560406000075, 29.51254410600006 ], [ 106.092556500000057, 29.512507294000041 ], [ 106.092545542000039, 29.512467471000036 ], [ 106.092513459000031, 29.512421679000056 ], [ 106.092499024000062, 29.51238495400009 ], [ 106.092501907000042, 29.512326594000058 ], [ 106.092526081000088, 29.51228955200008 ], [ 106.092578169000035, 29.512236929000032 ], [ 106.092609723000066, 29.512233599000069 ], [ 106.092658829000072, 29.51223012600008 ], [ 106.092718561000027, 29.512235775000075 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.091431871000054, 29.511994903000069 ], [ 106.09143479100004, 29.512028479000033 ], [ 106.091404805000082, 29.512055204000038 ], [ 106.091334458000063, 29.512082261000049 ], [ 106.091203571000051, 29.512109815000084 ], [ 106.091007383000033, 29.512164384000069 ], [ 106.090892246000067, 29.512249181000069 ], [ 106.090862496000057, 29.512297970000073 ], [ 106.090873627000065, 29.512394971000045 ], [ 106.090934736000065, 29.51244742800009 ], [ 106.091092127000081, 29.512538815000084 ], [ 106.091214533000027, 29.512661382000083 ], [ 106.091241226000079, 29.51279797300008 ], [ 106.091252263000058, 29.512886148000067 ], [ 106.091288762000033, 29.512996179000091 ], [ 106.091284191000057, 29.51304034900005 ], [ 106.091265634000081, 29.513056888000055 ], [ 106.091327480000075, 29.513083097000042 ], [ 106.091354041000045, 29.513087096000039 ], [ 106.091425130000061, 29.513097800000075 ], [ 106.091562663000062, 29.51311217500006 ], [ 106.09172168300006, 29.513064356000083 ], [ 106.091782679000076, 29.512966950000074 ], [ 106.091790876000061, 29.512904864000056 ], [ 106.09178059900006, 29.512773158000066 ], [ 106.091743529000041, 29.512622291000067 ], [ 106.091720250000037, 29.512517825000089 ], [ 106.09166557900005, 29.512378731000073 ], [ 106.091512357000056, 29.512140350000042 ], [ 106.091431871000054, 29.511994903000069 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.091030947000036, 29.515184872000081 ], [ 106.090952155000025, 29.515166546000039 ], [ 106.090815612000043, 29.515203396000061 ], [ 106.090729900000042, 29.515250182000045 ], [ 106.090630134000037, 29.515326409000071 ], [ 106.09061151700007, 29.515376833000069 ], [ 106.090650909000033, 29.515477054000087 ], [ 106.090747771000053, 29.515576804000087 ], [ 106.090877530000057, 29.515617633000094 ], [ 106.090982758000052, 29.515604201000087 ], [ 106.091116048000075, 29.515527699000074 ], [ 106.091183639000064, 29.515426753000042 ], [ 106.09119852200007, 29.515343860000083 ], [ 106.091166388000033, 29.515288944000076 ], [ 106.091083808000064, 29.515201196000081 ], [ 106.091030947000036, 29.515184872000081 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.091223324000055, 29.517455964000085 ], [ 106.091144406000069, 29.517382449000081 ], [ 106.091106900000057, 29.51731203800005 ], [ 106.091106416000059, 29.517267039000053 ], [ 106.091135540000039, 29.517241084000094 ], [ 106.091208691000077, 29.517208339000035 ], [ 106.091311588000053, 29.517207493000061 ], [ 106.091313312000068, 29.517207102000039 ], [ 106.09126350300005, 29.517178959000034 ], [ 106.091145357000073, 29.517128497000041 ], [ 106.091034629000035, 29.517084403000066 ], [ 106.090953300000095, 29.517040068000085 ], [ 106.090848169000026, 29.516947917000035 ], [ 106.090831507000075, 29.516969159000041 ], [ 106.090735996000035, 29.516991790000077 ], [ 106.090574232000051, 29.517047736000052 ], [ 106.090528916000039, 29.51708803400005 ], [ 106.090588058000037, 29.51709957700006 ], [ 106.090629824000075, 29.517127444000028 ], [ 106.090662852000037, 29.517199714000071 ], [ 106.090686882000057, 29.517292206000036 ], [ 106.090673968000033, 29.517376941000066 ], [ 106.090656448000061, 29.517461713000046 ], [ 106.090684911000039, 29.517538051000088 ], [ 106.090819314000044, 29.517604347000095 ], [ 106.090892716000042, 29.517632807000037 ], [ 106.09095859100006, 29.517709093000065 ], [ 106.091053621000071, 29.517765166000057 ], [ 106.091087093000056, 29.51778814000005 ], [ 106.091125084000055, 29.517848165000089 ], [ 106.091137045000039, 29.51775959400004 ], [ 106.09115706800003, 29.517667555000056 ], [ 106.091194813000072, 29.517549120000069 ], [ 106.091223324000055, 29.517455964000085 ] ], [ [ 106.090911601000073, 29.517228610000071 ], [ 106.090935972000068, 29.517233384000075 ], [ 106.090955402000077, 29.517241614000053 ], [ 106.090977434000081, 29.51726052900004 ], [ 106.090990678000026, 29.517268443000034 ], [ 106.091022505000069, 29.517282986000048 ], [ 106.091034518000086, 29.517290612000068 ], [ 106.09105657200007, 29.517311432000035 ], [ 106.091056735000052, 29.51732670600007 ], [ 106.091048188000059, 29.517343961000055 ], [ 106.091038065000077, 29.517356329000048 ], [ 106.091004980000051, 29.517386324000086 ], [ 106.090993622000042, 29.517404117000066 ], [ 106.090972948000058, 29.517449688000056 ], [ 106.090965849000042, 29.51746030900005 ], [ 106.090957839000055, 29.517468814000043 ], [ 106.090927505000082, 29.517490065000061 ], [ 106.090922635000027, 29.517499877000034 ], [ 106.090918536000061, 29.517524267000056 ], [ 106.090914877000046, 29.517534085000072 ], [ 106.090884666000079, 29.517566793000075 ], [ 106.090864617000079, 29.517594288000051 ], [ 106.090845538000053, 29.517582390000086 ], [ 106.090827912000066, 29.517567260000067 ], [ 106.090820841000038, 29.517557428000092 ], [ 106.090815261000046, 29.517545330000075 ], [ 106.090807673000029, 29.517512054000061 ], [ 106.090809122000053, 29.517483991000063 ], [ 106.090807263000045, 29.517473868000081 ], [ 106.090786717000071, 29.51744222800005 ], [ 106.090785699000037, 29.517431754000082 ], [ 106.09078904100005, 29.517403370000064 ], [ 106.090801751000072, 29.517366988000052 ], [ 106.090804017000039, 29.517353163000049 ], [ 106.090805850000038, 29.517319707000066 ], [ 106.090809806000038, 29.517303912000042 ], [ 106.090816715000074, 29.517290123000063 ], [ 106.090826045000028, 29.517276270000075 ], [ 106.090850707000072, 29.517250113000046 ], [ 106.090868334000049, 29.517235153000058 ], [ 106.090881041000046, 29.517228860000035 ], [ 106.090893514000072, 29.517227373000082 ], [ 106.090911601000073, 29.517228610000071 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.089269650000062, 29.516640122000073 ], [ 106.089261024000052, 29.51663779900008 ], [ 106.089223795000066, 29.51659521800007 ], [ 106.08921902000003, 29.516530929000059 ], [ 106.089254719000053, 29.516430571000061 ], [ 106.089253762000055, 29.516341234000034 ], [ 106.089229310000064, 29.516291743000064 ], [ 106.089220350000062, 29.516273607000063 ], [ 106.089167085000042, 29.516259747000053 ], [ 106.089089535000028, 29.516267529000064 ], [ 106.089028022000036, 29.516246591000087 ], [ 106.089025503000073, 29.516240179000079 ], [ 106.08866521200008, 29.516422240000058 ], [ 106.088645929000052, 29.516431983000071 ], [ 106.088418016000062, 29.516516047000042 ], [ 106.088157304000063, 29.516589655000072 ], [ 106.087929161000034, 29.516652278000034 ], [ 106.087860126000066, 29.516692155000051 ], [ 106.087828053000067, 29.51674959800005 ], [ 106.087837371000035, 29.516856735000083 ], [ 106.087912632000055, 29.517016940000076 ], [ 106.08801141400005, 29.517084034000046 ], [ 106.088097478000066, 29.517108345000064 ], [ 106.088183199000071, 29.517100496000065 ], [ 106.088288699000032, 29.517031731000088 ], [ 106.08849213700006, 29.516951442000043 ], [ 106.088769040000045, 29.516863403000066 ], [ 106.088976372000062, 29.516765213000038 ], [ 106.089163429000052, 29.51668148400006 ], [ 106.089269650000062, 29.516640122000073 ] ], [ [ 106.088019964000068, 29.516708119000047 ], [ 106.088037309000072, 29.516725833000066 ], [ 106.088041989000033, 29.516736275000085 ], [ 106.088040499000044, 29.516773111000077 ], [ 106.088053524000031, 29.51678422100008 ], [ 106.088062200000081, 29.51680231500006 ], [ 106.088074188000064, 29.516821758000056 ], [ 106.08812088600007, 29.516883801000056 ], [ 106.088136518000056, 29.516907007000043 ], [ 106.088148739000076, 29.516930790000057 ], [ 106.08815575400007, 29.516953321000077 ], [ 106.088163551000036, 29.516996458000051 ], [ 106.088163464000047, 29.517011140000076 ], [ 106.088160874000039, 29.517023926000036 ], [ 106.088156318000074, 29.517034169000063 ], [ 106.088139650000073, 29.51703873700006 ], [ 106.088115177000077, 29.517037665000089 ], [ 106.088084922000064, 29.517031959000057 ], [ 106.08804512200004, 29.517019146000052 ], [ 106.088016621000065, 29.517007922000062 ], [ 106.088005585000076, 29.516996557000084 ], [ 106.088000172000079, 29.516987546000049 ], [ 106.087987694000049, 29.516956604000089 ], [ 106.087965599000029, 29.516931964000037 ], [ 106.087956562000045, 29.516912243000039 ], [ 106.087949789000049, 29.516882449000033 ], [ 106.087946811000052, 29.516856715000074 ], [ 106.087950592000027, 29.516832334000078 ], [ 106.087955160000035, 29.516793426000039 ], [ 106.087947764000035, 29.51678557800005 ], [ 106.087924633000057, 29.516775729000077 ], [ 106.087929112000054, 29.516760544000078 ], [ 106.087947267000061, 29.516750316000074 ], [ 106.087966290000054, 29.516748913000072 ], [ 106.087977314000071, 29.51673988500005 ], [ 106.087987282000029, 29.51671411500007 ], [ 106.088005019000036, 29.516707293000085 ], [ 106.088019964000068, 29.516708119000047 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.090906913000026, 29.520948757000053 ], [ 106.091047084000081, 29.520868083000039 ], [ 106.091117161000057, 29.520827604000083 ], [ 106.091179292000049, 29.520819839000062 ], [ 106.091201563000027, 29.520826334000052 ], [ 106.091090422000036, 29.520616081000078 ], [ 106.091070057000081, 29.520535246000065 ], [ 106.091089233000048, 29.520505246000088 ], [ 106.091176509000036, 29.520466179000039 ], [ 106.091337129000067, 29.520400873000085 ], [ 106.091405803000043, 29.520362528000081 ], [ 106.091566587000045, 29.52027275600005 ], [ 106.091560934000029, 29.520270505000045 ], [ 106.091516252000076, 29.520252712000058 ], [ 106.091475246000073, 29.520213120000044 ], [ 106.091446305000034, 29.520161359000042 ], [ 106.091411036000068, 29.520138226000082 ], [ 106.091296035000028, 29.520057095000087 ], [ 106.091191130000027, 29.519971444000085 ], [ 106.091088523000053, 29.519863592000036 ], [ 106.09104239900006, 29.519819606000059 ], [ 106.091021659000035, 29.519777629000092 ], [ 106.091016063000041, 29.519728873000076 ], [ 106.091017933000046, 29.519666747000091 ], [ 106.091029328000047, 29.519546868000084 ], [ 106.091041485000062, 29.519387701000092 ], [ 106.090975964000052, 29.519481334000083 ], [ 106.09086482500004, 29.519635472000061 ], [ 106.090795366000066, 29.51970382800004 ], [ 106.090750836000041, 29.519747653000081 ], [ 106.090653598000074, 29.519855498000084 ], [ 106.090604452000036, 29.519897971000027 ], [ 106.090575130000047, 29.519923309000038 ], [ 106.090553283000077, 29.519935905000072 ], [ 106.090460645000064, 29.519989316000075 ], [ 106.09037070200003, 29.520033356000052 ], [ 106.090251117000037, 29.520118105000051 ], [ 106.090246768000057, 29.520121188000086 ], [ 106.090129177000051, 29.520203366000089 ], [ 106.090052607000075, 29.52022919900007 ], [ 106.089950334000051, 29.520246840000084 ], [ 106.089854225000067, 29.520242027000052 ], [ 106.08979961700004, 29.520225672000038 ], [ 106.089750703000064, 29.52019547400004 ], [ 106.089772139000047, 29.520273816000042 ], [ 106.089783458000056, 29.520335847000066 ], [ 106.08977350400005, 29.520401159000073 ], [ 106.08973132300008, 29.520441884000032 ], [ 106.089657216000035, 29.520485977000074 ], [ 106.089593428000057, 29.520498925000087 ], [ 106.089548624000031, 29.520481299000043 ], [ 106.089429223000081, 29.520435096000092 ], [ 106.089245368000036, 29.520683827000084 ], [ 106.089144452000028, 29.520823490000058 ], [ 106.089077632000055, 29.520897961000049 ], [ 106.089063488000079, 29.520913726000057 ], [ 106.088959195000029, 29.520977280000071 ], [ 106.088854759000071, 29.521027402000076 ], [ 106.088643648000073, 29.521081803000069 ], [ 106.088654316000031, 29.521131618000084 ], [ 106.088664446000053, 29.521146078000061 ], [ 106.08871103000007, 29.521148605000068 ], [ 106.088763860000029, 29.521113270000054 ], [ 106.088869828000043, 29.521071683000059 ], [ 106.088975954000034, 29.521044638000028 ], [ 106.089115298000081, 29.521014411000063 ], [ 106.089238360000081, 29.52101631100005 ], [ 106.089405211000042, 29.521070205000054 ], [ 106.089525415000026, 29.521115756000082 ], [ 106.089625480000052, 29.521144021000055 ], [ 106.089662120000071, 29.521149537000042 ], [ 106.089691952000067, 29.521140567000085 ], [ 106.089718086000076, 29.521096726000057 ], [ 106.08976417100007, 29.521052721000043 ], [ 106.089867001000087, 29.52102861000008 ], [ 106.090059580000059, 29.521000853000089 ], [ 106.090165986000045, 29.520999982000038 ], [ 106.090262695000035, 29.521025365000071 ], [ 106.090369349000071, 29.521047759000059 ], [ 106.090465841000025, 29.521052784000059 ], [ 106.090585203000046, 29.521019811000095 ], [ 106.090724330000057, 29.520969225000044 ], [ 106.090870450000082, 29.520950575000089 ], [ 106.090906913000026, 29.520948757000053 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.09113854900005, 29.523452899000066 ], [ 106.091119386000059, 29.523385845000071 ], [ 106.091152107000028, 29.523336132000054 ], [ 106.091198162000069, 29.523289218000055 ], [ 106.091257859000052, 29.523274185000052 ], [ 106.091297762000067, 29.523273858000042 ], [ 106.091320747000054, 29.523292068000046 ], [ 106.091360723000037, 29.523252982000084 ], [ 106.091373555000075, 29.523209249000047 ], [ 106.09139285200007, 29.523148011000039 ], [ 106.09143548600008, 29.523092401000042 ], [ 106.091518023000049, 29.523036462000043 ], [ 106.091573959000073, 29.52298074100008 ], [ 106.091633126000033, 29.52291626900006 ], [ 106.09165590300006, 29.522869546000038 ], [ 106.091668080000034, 29.522764740000074 ], [ 106.091669074000052, 29.522733321000082 ], [ 106.091641010000046, 29.522721335000082 ], [ 106.091610647000039, 29.522680866000087 ], [ 106.091593178000039, 29.522602480000049 ], [ 106.091615111000067, 29.522477235000046 ], [ 106.091650245000039, 29.52244046900006 ], [ 106.091649172000075, 29.522439266000053 ], [ 106.091642829000079, 29.522433382000084 ], [ 106.091636716000039, 29.522429022000043 ], [ 106.091630860000066, 29.522426192000069 ], [ 106.091625244000056, 29.522424878000034 ], [ 106.091619863000062, 29.522425084000076 ], [ 106.091614735000064, 29.522426821000067 ], [ 106.091611557000078, 29.522428733000083 ], [ 106.091608490000056, 29.522431185000077 ], [ 106.091605510000079, 29.522434114000077 ], [ 106.091602626000054, 29.522437412000041 ], [ 106.091599849000033, 29.522441025000035 ], [ 106.09159715800007, 29.522444845000052 ], [ 106.091594559000058, 29.522448809000082 ], [ 106.091592055000035, 29.522452825000073 ], [ 106.09158523800005, 29.522464401000033 ], [ 106.091579006000075, 29.522475728000074 ], [ 106.091573184000026, 29.522486800000078 ], [ 106.091567586000053, 29.522497617000049 ], [ 106.091562026000076, 29.52250817100008 ], [ 106.091556320000052, 29.522518483000056 ], [ 106.091550301000041, 29.522528527000084 ], [ 106.091543774000073, 29.522538322000056 ], [ 106.091538508000042, 29.522545448000066 ], [ 106.091532900000061, 29.522552476000051 ], [ 106.091527024000072, 29.522559451000053 ], [ 106.091520910000042, 29.522566422000068 ], [ 106.091514624000069, 29.52257342800004 ], [ 106.091508211000075, 29.52258052600007 ], [ 106.091501708000067, 29.522587741000049 ], [ 106.091495185000042, 29.522595138000046 ], [ 106.091489003000049, 29.522602405000033 ], [ 106.091483091000043, 29.522609869000064 ], [ 106.091477696000041, 29.522617518000057 ], [ 106.091473088000043, 29.522625359000077 ], [ 106.091469502000066, 29.522633381000052 ], [ 106.091467196000053, 29.522641572000058 ], [ 106.091466431000072, 29.522649941000047 ], [ 106.091467440000031, 29.522658473000035 ], [ 106.091469957000072, 29.522666248000064 ], [ 106.091473558000075, 29.522674058000057 ], [ 106.091477716000043, 29.522681818000077 ], [ 106.09148188100005, 29.522689434000089 ], [ 106.091485509000051, 29.522696819000096 ], [ 106.091488061000078, 29.522703870000043 ], [ 106.091488988000037, 29.522710511000064 ], [ 106.091487743000073, 29.522716637000091 ], [ 106.091485271000082, 29.52272071700008 ], [ 106.09148164100003, 29.522724561000075 ], [ 106.09147713200008, 29.522728235000049 ], [ 106.091472022000062, 29.522731804000045 ], [ 106.091466573000048, 29.522735358000087 ], [ 106.091461053000046, 29.522738948000036 ], [ 106.091455740000072, 29.522742672000053 ], [ 106.091450892000069, 29.522746581000035 ], [ 106.091441404000079, 29.522758053000068 ], [ 106.091436056000092, 29.522771024000058 ], [ 106.09143384500004, 29.522785150000065 ], [ 106.091433758000051, 29.522800107000073 ], [ 106.091434801000048, 29.52281556000008 ], [ 106.091435959000094, 29.522831156000038 ], [ 106.091436237000039, 29.522846571000059 ], [ 106.091434633000063, 29.522861458000076 ], [ 106.091431165000074, 29.522873666000059 ], [ 106.091426040000044, 29.52288538100003 ], [ 106.091419778000045, 29.522896716000041 ], [ 106.091412863000087, 29.522907833000083 ], [ 106.091405782000038, 29.52291884300007 ], [ 106.091399052000043, 29.522929903000083 ], [ 106.091393159000063, 29.522941137000082 ], [ 106.091388600000073, 29.522952677000035 ], [ 106.091386588000034, 29.522960216000058 ], [ 106.091385195000043, 29.522967903000037 ], [ 106.091384330000054, 29.52297573300007 ], [ 106.091383858000029, 29.522983648000032 ], [ 106.091383687000075, 29.522991651000037 ], [ 106.091383699000062, 29.522999687000038 ], [ 106.091383777000033, 29.523007760000038 ], [ 106.091383812000061, 29.523015825000073 ], [ 106.091383582000049, 29.523028889000049 ], [ 106.091382937000049, 29.52304187600004 ], [ 106.091381900000044, 29.523054792000039 ], [ 106.091380448000066, 29.523067623000085 ], [ 106.091378596000027, 29.523080375000056 ], [ 106.09137634800004, 29.523093040000042 ], [ 106.091373688000033, 29.523105637000068 ], [ 106.091370626000071, 29.523118156000059 ], [ 106.091370204000043, 29.523115390000051 ], [ 106.091369159000067, 29.523113171000038 ], [ 106.091367347000073, 29.523111580000087 ], [ 106.091365679000035, 29.523110890000048 ], [ 106.091363663000038, 29.523110482000043 ], [ 106.091361382000059, 29.523110312000078 ], [ 106.091358865000075, 29.523110342000056 ], [ 106.091356175000044, 29.523110535000058 ], [ 106.091353384000058, 29.523110865000028 ], [ 106.091350531000046, 29.523111277000062 ], [ 106.091347669000072, 29.52311174100004 ], [ 106.091337458000069, 29.523113630000068 ], [ 106.09132784600007, 29.523115630000063 ], [ 106.091318709000063, 29.52311760800006 ], [ 106.091309918000036, 29.523119449000042 ], [ 106.091301345000048, 29.523121017000047 ], [ 106.091292859000077, 29.52312218700007 ], [ 106.091284336000058, 29.523122843000071 ], [ 106.09127563100003, 29.523122851000025 ], [ 106.091269644000079, 29.523122441000059 ], [ 106.091263570000081, 29.523121697000082 ], [ 106.091257474000031, 29.523120619000061 ], [ 106.091251405000037, 29.523119235000085 ], [ 106.091245425000068, 29.523117552000084 ], [ 106.09123956600007, 29.523115579000027 ], [ 106.091233911000074, 29.523113325000054 ], [ 106.091228490000049, 29.523110808000066 ], [ 106.091218702000049, 29.523105169000061 ], [ 106.091209845000037, 29.523098665000067 ], [ 106.091201712000043, 29.523091435000087 ], [ 106.091194088000066, 29.523083568000068 ], [ 106.09118675700006, 29.523075203000079 ], [ 106.091179505000071, 29.523066449000055 ], [ 106.09117212700005, 29.523057417000079 ], [ 106.09116440600009, 29.523048224000036 ], [ 106.09117558700008, 29.523033889000086 ], [ 106.091184281000039, 29.523020287000058 ], [ 106.091190485000027, 29.523007435000071 ], [ 106.091194203000043, 29.522995335000083 ], [ 106.091195422000069, 29.522983968000059 ], [ 106.091194163000068, 29.522973351000076 ], [ 106.091190416000074, 29.522963486000041 ], [ 106.091184171000066, 29.522954356000074 ], [ 106.091179748000059, 29.522949673000081 ], [ 106.091174758000079, 29.522945131000089 ], [ 106.09116939900008, 29.52294065600007 ], [ 106.091163843000061, 29.522936164000043 ], [ 106.091158275000055, 29.522931573000051 ], [ 106.091152871000077, 29.522926809000062 ], [ 106.091147825000064, 29.522921799000081 ], [ 106.091143312000042, 29.522916442000056 ], [ 106.091136856000048, 29.522905905000073 ], [ 106.091132041000037, 29.522894461000082 ], [ 106.091128219000041, 29.522882540000069 ], [ 106.09112471800006, 29.52287057000007 ], [ 106.091120892000049, 29.522858983000045 ], [ 106.091116072000034, 29.522848199000066 ], [ 106.091109616000054, 29.522838634000035 ], [ 106.091100848000053, 29.522830732000045 ], [ 106.091090380000026, 29.522825154000092 ], [ 106.091078164000066, 29.522820870000086 ], [ 106.091064956000025, 29.522817414000091 ], [ 106.091051524000079, 29.522814323000031 ], [ 106.091038638000043, 29.522811108000045 ], [ 106.091027046000079, 29.522807316000062 ], [ 106.091017525000041, 29.522802459000058 ], [ 106.091010825000069, 29.522796092000071 ], [ 106.091008561000081, 29.522791746000049 ], [ 106.091007238000032, 29.522786821000068 ], [ 106.091006717000027, 29.522781393000063 ], [ 106.091006819000029, 29.522775495000076 ], [ 106.09100738900004, 29.522769194000041 ], [ 106.091008268000053, 29.522762520000068 ], [ 106.091009295000049, 29.522755529000044 ], [ 106.091010312000037, 29.522748286000073 ], [ 106.09101101400006, 29.522742570000045 ], [ 106.091011726000033, 29.522736890000086 ], [ 106.09101254400008, 29.522731408000084 ], [ 106.091013582000073, 29.522726294000055 ], [ 106.091014936000093, 29.522721716000031 ], [ 106.091016710000076, 29.522717834000051 ], [ 106.091019018000054, 29.522714811000078 ], [ 106.091021958000056, 29.522712811000073 ], [ 106.091029407000065, 29.522712048000066 ], [ 106.091038808000064, 29.522714468000068 ], [ 106.091049489000056, 29.52271898000004 ], [ 106.091060741000035, 29.522724510000032 ], [ 106.09107186500006, 29.522729965000053 ], [ 106.091082196000059, 29.522734282000044 ], [ 106.091091006000056, 29.522736365000075 ], [ 106.09109763400005, 29.522735138000083 ], [ 106.091100116000064, 29.522732737000069 ], [ 106.091101800000047, 29.522729232000071 ], [ 106.091102773000046, 29.522724832000044 ], [ 106.091103090000047, 29.522719750000082 ], [ 106.091102846000069, 29.522714202000088 ], [ 106.091102102000036, 29.522708392000087 ], [ 106.091100925000035, 29.522702548000041 ], [ 106.091099411000073, 29.522696875000065 ], [ 106.091096327000059, 29.522688342000027 ], [ 106.091092594000031, 29.522680668000081 ], [ 106.091088311000078, 29.522673694000041 ], [ 106.091083559000026, 29.522667256000094 ], [ 106.091078429000049, 29.522661200000069 ], [ 106.091073014000074, 29.522655354000054 ], [ 106.09106739300006, 29.522649554000065 ], [ 106.091061667000076, 29.522643639000083 ], [ 106.091056221000031, 29.522637792000069 ], [ 106.091050906000078, 29.522631720000049 ], [ 106.091045845000053, 29.522625421000036 ], [ 106.091041186000041, 29.52261892700005 ], [ 106.091037081000081, 29.522612259000081 ], [ 106.091033646000042, 29.522605414000047 ], [ 106.091031043000044, 29.522598426000062 ], [ 106.091029399000035, 29.522591313000085 ], [ 106.091028833000053, 29.522584552000069 ], [ 106.091029161000051, 29.522577720000072 ], [ 106.091030326000066, 29.522570872000067 ], [ 106.091032253000037, 29.522564047000063 ], [ 106.091034883000077, 29.522557269000067 ], [ 106.091038153000056, 29.522550574000029 ], [ 106.091041981000046, 29.522544022000091 ], [ 106.091046317000064, 29.522537627000066 ], [ 106.09105284900005, 29.522529337000037 ], [ 106.09106009900006, 29.522521537000038 ], [ 106.091068005000068, 29.522514364000074 ], [ 106.091076476000069, 29.522507935000082 ], [ 106.091085452000073, 29.522502376000084 ], [ 106.091094860000055, 29.522497798000067 ], [ 106.091104642000076, 29.522494343000066 ], [ 106.091114706000042, 29.522492124000053 ], [ 106.091124390000061, 29.522491215000063 ], [ 106.091134251000028, 29.522491206000041 ], [ 106.091144263000047, 29.522491800000068 ], [ 106.091154391000032, 29.522492709000055 ], [ 106.091164622000065, 29.52249361700007 ], [ 106.091174912000056, 29.522494237000053 ], [ 106.091185257000063, 29.522494252000058 ], [ 106.091195624000079, 29.522493371000056 ], [ 106.091200575000073, 29.522492574000061 ], [ 106.091205506000051, 29.522491602000059 ], [ 106.091210405000027, 29.522490571000045 ], [ 106.09121525200004, 29.522489593000042 ], [ 106.091220039000063, 29.522488769000063 ], [ 106.091224737000061, 29.522488199000062 ], [ 106.091229345000045, 29.522487998000081 ], [ 106.091233833000047, 29.522488279000076 ], [ 106.091239840000071, 29.52248957200004 ], [ 106.091245590000028, 29.522491843000061 ], [ 106.091251079000088, 29.522494964000085 ], [ 106.091256318000035, 29.522498792000082 ], [ 106.091261294000049, 29.522503197000045 ], [ 106.091265999000029, 29.522508047000084 ], [ 106.091270438000038, 29.522513208000074 ], [ 106.091274610000028, 29.522518541000064 ], [ 106.091280675000064, 29.522527142000062 ], [ 106.091286018000062, 29.52253583900006 ], [ 106.091290619000063, 29.52254460600005 ], [ 106.091294448000042, 29.522553433000041 ], [ 106.09129749300007, 29.522562311000055 ], [ 106.091299713000069, 29.52257122400005 ], [ 106.09130108800008, 29.522580152000046 ], [ 106.091301607000048, 29.52258907800006 ], [ 106.091301525000063, 29.522593914000083 ], [ 106.091301246000057, 29.522598760000051 ], [ 106.091300824000029, 29.522603645000061 ], [ 106.091300321000062, 29.522608583000078 ], [ 106.091299807000041, 29.522613594000067 ], [ 106.091299336000077, 29.522618694000069 ], [ 106.091298959000028, 29.522623912000086 ], [ 106.09129875800005, 29.522629263000052 ], [ 106.091298837000068, 29.522636614000074 ], [ 106.091299444000072, 29.522644041000031 ], [ 106.091300666000052, 29.522651365000062 ], [ 106.091302619000032, 29.522658393000079 ], [ 106.091305434000063, 29.522664929000083 ], [ 106.091309199000079, 29.522670800000071 ], [ 106.091314048000072, 29.52267581100006 ], [ 106.091320074000066, 29.522679766000074 ], [ 106.091328016000034, 29.522682713000048 ], [ 106.091337016000068, 29.522684245000047 ], [ 106.091346568000063, 29.522684408000082 ], [ 106.091356190000056, 29.522683276000063 ], [ 106.091365385000074, 29.52268089100005 ], [ 106.091373670000053, 29.522677313000088 ], [ 106.091380551000043, 29.522672595000067 ], [ 106.09138553300005, 29.522666798000042 ], [ 106.091387810000072, 29.522661835000068 ], [ 106.091389081000045, 29.52265644900007 ], [ 106.091389682000056, 29.522650797000036 ], [ 106.091389929000059, 29.522645021000081 ], [ 106.09139013600003, 29.522639273000035 ], [ 106.091390643000068, 29.52263370300005 ], [ 106.091391763000047, 29.52262846100006 ], [ 106.09139381500006, 29.522623700000047 ], [ 106.091396907000046, 29.522619643000045 ], [ 106.091400954000051, 29.522616046000053 ], [ 106.091405694000059, 29.522612806000048 ], [ 106.091410911000025, 29.522609786000086 ], [ 106.091416369000058, 29.52260687200004 ], [ 106.091421823000076, 29.522603939000085 ], [ 106.091427051000039, 29.522600885000088 ], [ 106.091431801000056, 29.522597571000063 ], [ 106.091439463000029, 29.522589723000063 ], [ 106.091444521000042, 29.522580562000094 ], [ 106.091447320000043, 29.522570327000032 ], [ 106.091448222000054, 29.522559251000068 ], [ 106.091447551000044, 29.522547593000066 ], [ 106.091445668000063, 29.522535575000063 ], [ 106.091442908000033, 29.522523446000047 ], [ 106.091439622000053, 29.522511450000074 ], [ 106.091436414000057, 29.522500875000052 ], [ 106.091432953000037, 29.522490666000067 ], [ 106.091429125000047, 29.522480901000055 ], [ 106.091424818000064, 29.522471636000031 ], [ 106.091419918000042, 29.52246294400004 ], [ 106.091414324000027, 29.522454899000081 ], [ 106.091407922000045, 29.522447571000036 ], [ 106.091400601000032, 29.522441010000083 ], [ 106.091391976000068, 29.522435082000076 ], [ 106.091382401000033, 29.522429974000083 ], [ 106.091372030000059, 29.522425621000082 ], [ 106.091361038000059, 29.522421923000067 ], [ 106.091349576000027, 29.522418796000075 ], [ 106.091337800000076, 29.52241616800006 ], [ 106.091325853000058, 29.522413958000076 ], [ 106.091313921000051, 29.522412080000031 ], [ 106.091298499000061, 29.522410015000052 ], [ 106.091283278000049, 29.522408407000057 ], [ 106.091268197000034, 29.522407286000099 ], [ 106.091253184000053, 29.522406698000058 ], [ 106.091238176000047, 29.522406658000079 ], [ 106.091223113000069, 29.522407205000022 ], [ 106.09120792300007, 29.52240837700009 ], [ 106.091192545000084, 29.52241020700006 ], [ 106.091176923000035, 29.522412655000039 ], [ 106.091161173000046, 29.522415399000067 ], [ 106.091145421000078, 29.52241803600009 ], [ 106.091129807000087, 29.522420185000044 ], [ 106.091114453000046, 29.522421448000038 ], [ 106.091099487000065, 29.522421435000069 ], [ 106.091085040000053, 29.522419741000071 ], [ 106.091071250000041, 29.522415985000059 ], [ 106.091063531000032, 29.522412691000056 ], [ 106.091056144000049, 29.522408613000042 ], [ 106.091049120000037, 29.522403825000072 ], [ 106.091042532000074, 29.522398387000067 ], [ 106.091036434000046, 29.52239236600008 ], [ 106.091030866000054, 29.522385825000072 ], [ 106.091025902000084, 29.522378831000076 ], [ 106.09102157500007, 29.522371451000083 ], [ 106.091016087000071, 29.522358977000064 ], [ 106.091012420000027, 29.522345945000041 ], [ 106.091010575000041, 29.522332644000073 ], [ 106.091010567000069, 29.522319356000082 ], [ 106.091012419000037, 29.52230636000008 ], [ 106.091016143000061, 29.52229393500005 ], [ 106.091021752000074, 29.522282370000081 ], [ 106.091029252000055, 29.522271943000082 ], [ 106.091034240000056, 29.522266724000069 ], [ 106.091039758000093, 29.522261898000064 ], [ 106.091045733000044, 29.522257437000068 ], [ 106.091052104000028, 29.522253281000083 ], [ 106.091058817000032, 29.522249411000075 ], [ 106.091065794000031, 29.522245762000061 ], [ 106.09107296600007, 29.522242311000074 ], [ 106.091080284000043, 29.522239013000039 ], [ 106.091096159000074, 29.522232388000081 ], [ 106.091112330000044, 29.522226482000065 ], [ 106.091128758000082, 29.522221503000079 ], [ 106.091145416000074, 29.522217658000045 ], [ 106.091162241000063, 29.522215157000069 ], [ 106.091179219000026, 29.522214214000087 ], [ 106.091196297000067, 29.522215040000049 ], [ 106.091213439000057, 29.522217840000053 ], [ 106.09122201200006, 29.52221999700004 ], [ 106.091230557000074, 29.522222418000062 ], [ 106.091239072000064, 29.522224820000073 ], [ 106.091247521000071, 29.522226932000081 ], [ 106.091255892000049, 29.522228478000041 ], [ 106.091264141000067, 29.522229161000041 ], [ 106.091272263000064, 29.522228715000043 ], [ 106.091280227000027, 29.522226853000067 ], [ 106.091285607000032, 29.522224663000081 ], [ 106.091290889000049, 29.522221903000059 ], [ 106.091296086000057, 29.522218803000055 ], [ 106.091301177000048, 29.522215604000039 ], [ 106.091306166000038, 29.522212532000093 ], [ 106.09131104800008, 29.522209832000037 ], [ 106.091315811000072, 29.522207717000065 ], [ 106.091320459000045, 29.522206443000076 ], [ 106.091328672000031, 29.522206718000056 ], [ 106.091336372000058, 29.522210110000071 ], [ 106.091343481000081, 29.522216141000051 ], [ 106.091349913000045, 29.522224333000054 ], [ 106.09135556800004, 29.522234210000068 ], [ 106.091360369000029, 29.522245293000083 ], [ 106.091364231000057, 29.522257105000055 ], [ 106.091367051000077, 29.522269170000072 ], [ 106.091369271000076, 29.522285849000063 ], [ 106.091370022000035, 29.522301882000082 ], [ 106.091370051000069, 29.522317064000049 ], [ 106.091370110000071, 29.522331199000064 ], [ 106.091370949000066, 29.522344073000049 ], [ 106.091373320000059, 29.522355511000047 ], [ 106.091377974000068, 29.522365304000065 ], [ 106.091385661000061, 29.522373242000068 ], [ 106.091390293000075, 29.522376181000084 ], [ 106.091395571000078, 29.52237880000007 ], [ 106.091401412000039, 29.522381187000072 ], [ 106.091407697000079, 29.522383435000052 ], [ 106.091414313000044, 29.52238564400006 ], [ 106.091421155000035, 29.522387898000094 ], [ 106.091428110000038, 29.522390288000047 ], [ 106.091435071000035, 29.522392918000037 ], [ 106.091445422000049, 29.522397406000046 ], [ 106.091455550000035, 29.522402230000079 ], [ 106.091465493000044, 29.522406974000038 ], [ 106.091475265000042, 29.522411233000071 ], [ 106.09148487300007, 29.522414600000054 ], [ 106.091494343000079, 29.52241666000009 ], [ 106.091503691000071, 29.522417008000041 ], [ 106.091512934000036, 29.522415227000057 ], [ 106.091516827000078, 29.522413742000083 ], [ 106.091520653000032, 29.522411844000093 ], [ 106.091524353000068, 29.522409602000039 ], [ 106.091527863000067, 29.522407057000059 ], [ 106.091531145000033, 29.522404261000069 ], [ 106.09153411300008, 29.522401278000071 ], [ 106.091536741000027, 29.522398143000093 ], [ 106.091538955000033, 29.52239493300004 ], [ 106.091543384000033, 29.522382764000046 ], [ 106.091543041000079, 29.522370101000039 ], [ 106.091539465000039, 29.522356942000044 ], [ 106.091534182000032, 29.522343274000043 ], [ 106.091528749000091, 29.52232907500008 ], [ 106.091524680000077, 29.522314332000061 ], [ 106.091523528000039, 29.522299034000056 ], [ 106.091526822000048, 29.522283157000068 ], [ 106.09152976300004, 29.522276539000067 ], [ 106.091533542000036, 29.522270084000073 ], [ 106.091537954000046, 29.522264086000064 ], [ 106.091542857000036, 29.522258805000043 ], [ 106.091548040000077, 29.522254522000086 ], [ 106.091553361000081, 29.522251493000049 ], [ 106.091558615000054, 29.522250014000065 ], [ 106.09156364200004, 29.522250344000035 ], [ 106.091566428000078, 29.522251467000046 ], [ 106.091569120000031, 29.522253204000037 ], [ 106.091571710000039, 29.522255438000052 ], [ 106.091574265000077, 29.522258069000092 ], [ 106.091576803000081, 29.52226097100003 ], [ 106.091579353000043, 29.522264044000046 ], [ 106.091581955000038, 29.522267180000085 ], [ 106.091584628000078, 29.522270252000055 ], [ 106.091593954000075, 29.522279197000046 ], [ 106.091604092000068, 29.522286780000059 ], [ 106.091614685000081, 29.522293387000044 ], [ 106.091625404000084, 29.522299397000044 ], [ 106.091635924000059, 29.522305183000071 ], [ 106.091645889000063, 29.522311145000064 ], [ 106.091654974000051, 29.522317645000037 ], [ 106.091662840000026, 29.522325069000082 ], [ 106.091667956000038, 29.522331703000084 ], [ 106.091672211000059, 29.522339019000068 ], [ 106.091675690000059, 29.522346902000038 ], [ 106.09167847100008, 29.522355241000071 ], [ 106.091680638000071, 29.522363920000085 ], [ 106.091682279000054, 29.522372828000069 ], [ 106.091683480000029, 29.522381848000062 ], [ 106.09168432000007, 29.522390871000084 ], [ 106.091684856000029, 29.522399499000077 ], [ 106.091685006000034, 29.522404093000034 ], [ 106.09169074700003, 29.52239808500007 ], [ 106.091773315000069, 29.522345053000031 ], [ 106.091872821000038, 29.522320969000081 ], [ 106.092049397000039, 29.522328128000083 ], [ 106.09204408800008, 29.522319618000036 ], [ 106.091951731000051, 29.522264424000067 ], [ 106.091880012000047, 29.522221388000037 ], [ 106.091836794000088, 29.522178118000056 ], [ 106.091764271000045, 29.522060301000067 ], [ 106.091682395000078, 29.521848628000043 ], [ 106.091675247000069, 29.521852316000039 ], [ 106.091668867000067, 29.52185659000008 ], [ 106.091663760000074, 29.521861186000084 ], [ 106.091659924000055, 29.521866107000051 ], [ 106.091657361000046, 29.521871360000027 ], [ 106.091656069000067, 29.521876937000062 ], [ 106.091656049000051, 29.521882837000071 ], [ 106.09165701600007, 29.521888241000056 ], [ 106.091658643000073, 29.521893794000057 ], [ 106.091660612000055, 29.521899415000064 ], [ 106.091662621000069, 29.521905001000054 ], [ 106.09166435000003, 29.521910462000047 ], [ 106.091665490000025, 29.52191570300004 ], [ 106.09166572900007, 29.521920635000082 ], [ 106.091664756000057, 29.521925163000041 ], [ 106.091662670000062, 29.521928796000051 ], [ 106.091659529000026, 29.521932053000064 ], [ 106.091655475000039, 29.521934937000083 ], [ 106.09165065500008, 29.521937474000076 ], [ 106.091645232000076, 29.521939676000038 ], [ 106.091639353000062, 29.521941554000083 ], [ 106.091633151000053, 29.52194313100005 ], [ 106.091626801000075, 29.521944419000071 ], [ 106.091620159000058, 29.521945483000074 ], [ 106.091613609000035, 29.521946376000066 ], [ 106.091607275000058, 29.52194721200004 ], [ 106.091601261000051, 29.521948101000081 ], [ 106.091595672000039, 29.521949184000036 ], [ 106.091590623000059, 29.52195056100004 ], [ 106.091586218000032, 29.521952365000057 ], [ 106.091582560000063, 29.521954704000049 ], [ 106.091578437000067, 29.521959682000038 ], [ 106.091575988000045, 29.521966033000069 ], [ 106.091574748000028, 29.521973467000066 ], [ 106.091574227000081, 29.52198171800007 ], [ 106.091573960000062, 29.521990478000074 ], [ 106.091573449000066, 29.521999476000076 ], [ 106.091572236000047, 29.522008436000075 ], [ 106.091569822000054, 29.522017051000041 ], [ 106.091566492000027, 29.522024017000028 ], [ 106.091562065000062, 29.522030422000054 ], [ 106.091556691000051, 29.522036149000087 ], [ 106.091550504000054, 29.522041088000037 ], [ 106.091543668000043, 29.52204513200007 ], [ 106.091536316000031, 29.52204817900008 ], [ 106.091528601000064, 29.522050118000038 ], [ 106.091520677000062, 29.522050833000041 ], [ 106.091517087000057, 29.522050734000068 ], [ 106.091513514000042, 29.522050386000046 ], [ 106.09150997900008, 29.522049793000072 ], [ 106.09150650600003, 29.522048983000051 ], [ 106.091503122000063, 29.522047973000046 ], [ 106.091499861000045, 29.522046764000031 ], [ 106.091496741000071, 29.522045382000051 ], [ 106.091493785000068, 29.522043837000069 ], [ 106.091484750000063, 29.522037155000081 ], [ 106.091477875000081, 29.522028876000036 ], [ 106.091472831000033, 29.52201924700006 ], [ 106.091469271000051, 29.522008551000059 ], [ 106.091466848000039, 29.521997032000069 ], [ 106.091465222000068, 29.521984958000072 ], [ 106.091464049000081, 29.521972592000047 ], [ 106.091462976000059, 29.521960197000055 ], [ 106.091461281000079, 29.521944524000045 ], [ 106.091458881000051, 29.521929352000086 ], [ 106.091455476000078, 29.521914812000023 ], [ 106.091450739000038, 29.521901030000041 ], [ 106.091444370000033, 29.521888130000033 ], [ 106.091436064000064, 29.521876235000036 ], [ 106.091425489000088, 29.521865471000069 ], [ 106.091412350000041, 29.521855972000075 ], [ 106.09140702500008, 29.521852903000088 ], [ 106.091401548000078, 29.521849935000038 ], [ 106.091396122000049, 29.521846994000047 ], [ 106.091390954000076, 29.521844014000067 ], [ 106.091386248000049, 29.521840905000094 ], [ 106.09138222100006, 29.521837601000083 ], [ 106.091379068000037, 29.521834018000046 ], [ 106.091377004000037, 29.521830102000081 ], [ 106.091376165000042, 29.521825922000062 ], [ 106.09137626200004, 29.521821430000045 ], [ 106.091377047000037, 29.521816660000077 ], [ 106.09137824000004, 29.521811707000044 ], [ 106.091379578000044, 29.521806626000046 ], [ 106.091380780000065, 29.521801485000079 ], [ 106.091381593000051, 29.521796344000052 ], [ 106.091381745000035, 29.521791273000076 ], [ 106.091380699000069, 29.521785140000077 ], [ 106.091378367000061, 29.521779284000047 ], [ 106.091374904000077, 29.521773775000042 ], [ 106.091370476000066, 29.521768669000036 ], [ 106.091365229000075, 29.521764050000062 ], [ 106.091359347000036, 29.521759966000058 ], [ 106.091352966000045, 29.521756481000068 ], [ 106.091346273000056, 29.521753678000032 ], [ 106.091343168000037, 29.521752639000059 ], [ 106.091340043000059, 29.521751752000053 ], [ 106.091336910000052, 29.521751012000042 ], [ 106.091333779000081, 29.521750405000034 ], [ 106.091330648000053, 29.521749945000067 ], [ 106.091327552000052, 29.521749627000069 ], [ 106.091324497000073, 29.52174943600005 ], [ 106.091321474000054, 29.521749370000069 ], [ 106.091311384000051, 29.521750113000053 ], [ 106.091301763000047, 29.521752158000094 ], [ 106.091292348000081, 29.521755274000036 ], [ 106.091282933000059, 29.521759232000083 ], [ 106.091273256000079, 29.521763812000071 ], [ 106.091263077000065, 29.521768767000069 ], [ 106.091252178000047, 29.52177387200004 ], [ 106.091240309000057, 29.521778904000087 ], [ 106.09122966700005, 29.521782888000079 ], [ 106.091218766000054, 29.521786784000085 ], [ 106.091208184000038, 29.521790686000081 ], [ 106.091198470000052, 29.521794735000071 ], [ 106.091190212000072, 29.521799026000053 ], [ 106.091183972000067, 29.521803695000077 ], [ 106.09118032300006, 29.521808839000073 ], [ 106.091179839000063, 29.521814581000054 ], [ 106.091181873000039, 29.52181951600005 ], [ 106.091185560000042, 29.521824789000046 ], [ 106.091190281000081, 29.521830281000064 ], [ 106.091195436000078, 29.521835913000078 ], [ 106.091200417000053, 29.521841564000056 ], [ 106.091204602000062, 29.521847140000094 ], [ 106.091207383000054, 29.521852531000039 ], [ 106.091208150000057, 29.521857648000037 ], [ 106.091206731000071, 29.521861935000057 ], [ 106.091203472000075, 29.521865832000071 ], [ 106.091198682000027, 29.521869272000064 ], [ 106.091192640000045, 29.521872183000085 ], [ 106.091185650000057, 29.521874476000054 ], [ 106.091178003000039, 29.521876091000081 ], [ 106.091169999000044, 29.521876950000028 ], [ 106.091161944000078, 29.521876971000026 ], [ 106.091153467000026, 29.521876056000053 ], [ 106.091145332000053, 29.521874437000065 ], [ 106.091137596000067, 29.521872479000077 ], [ 106.091130326000041, 29.521870554000088 ], [ 106.091123594000067, 29.521868995000091 ], [ 106.091117448000034, 29.521868180000073 ], [ 106.091111965000039, 29.521868469000086 ], [ 106.091107207000064, 29.521870203000045 ], [ 106.091104016000031, 29.52187271900004 ], [ 106.091101164000065, 29.521876089000035 ], [ 106.09109849500004, 29.521880090000078 ], [ 106.091095850000045, 29.521884459000034 ], [ 106.091093114000046, 29.521888983000053 ], [ 106.091090118000068, 29.521893418000047 ], [ 106.091086719000032, 29.521897533000061 ], [ 106.091082786000072, 29.521901074000084 ], [ 106.091077210000037, 29.521904331000094 ], [ 106.091070890000026, 29.521906495000056 ], [ 106.091064064000079, 29.52190762300005 ], [ 106.091057001000081, 29.521907764000044 ], [ 106.09104992500005, 29.521906983000061 ], [ 106.091043100000036, 29.521905334000056 ], [ 106.09103678300005, 29.521902886000074 ], [ 106.091031200000032, 29.521899692000094 ], [ 106.091026830000033, 29.521896103000074 ], [ 106.091023145000065, 29.5218920380001 ], [ 106.091019993000032, 29.52188758900008 ], [ 106.09101718800008, 29.521882895000086 ], [ 106.09101455800004, 29.521878055000059 ], [ 106.091011948000073, 29.52187318600005 ], [ 106.091009174000078, 29.52186840100007 ], [ 106.09100606100003, 29.521863816000064 ], [ 106.091002655000068, 29.521859686000084 ], [ 106.090998910000053, 29.521855784000078 ], [ 106.09099494000003, 29.521852037000091 ], [ 106.090990858000055, 29.521848380000048 ], [ 106.090986796000038, 29.521844752000046 ], [ 106.090982848000067, 29.52184109500007 ], [ 106.090979157000049, 29.521837328000061 ], [ 106.090975824000054, 29.521833393000065 ], [ 106.090971388000071, 29.521826593000064 ], [ 106.09096794800007, 29.521819305000069 ], [ 106.090965236000045, 29.521811624000058 ], [ 106.090962994000051, 29.52180367700004 ], [ 106.090960958000039, 29.521795557000079 ], [ 106.090958869000076, 29.521787392000071 ], [ 106.090956472000073, 29.521779285000033 ], [ 106.090953500000069, 29.521771335000039 ], [ 106.090951196000049, 29.521766383000042 ], [ 106.090948658000059, 29.521761532000085 ], [ 106.090945957000031, 29.52175676500007 ], [ 106.090943205000031, 29.52175206000004 ], [ 106.090940483000054, 29.521747410000053 ], [ 106.09093789700006, 29.521742795000076 ], [ 106.090935537000064, 29.521738204000087 ], [ 106.090933498000041, 29.521733612000038 ], [ 106.090930105000041, 29.521722211000064 ], [ 106.090928702000042, 29.521710629000044 ], [ 106.090928781000059, 29.521698748000063 ], [ 106.090929785000071, 29.521686464000076 ], [ 106.090931183000066, 29.521673634000066 ], [ 106.090932441000064, 29.521660163000039 ], [ 106.090933019000033, 29.521645916000065 ], [ 106.090932394000049, 29.521630784000084 ], [ 106.090931833000084, 29.521625638000049 ], [ 106.09093103500004, 29.521620539000086 ], [ 106.090929952000067, 29.52161564000005 ], [ 106.090928543000075, 29.521611078000042 ], [ 106.090926755000055, 29.52160701500009 ], [ 106.090924541000049, 29.52160359700008 ], [ 106.090921852000065, 29.52160098600006 ], [ 106.09091864700008, 29.521599324000086 ], [ 106.090915672000051, 29.521598753000028 ], [ 106.090912372000048, 29.52159879900006 ], [ 106.090908809000041, 29.52159936900005 ], [ 106.090905023000062, 29.521600374000055 ], [ 106.090901088000081, 29.521601704000084 ], [ 106.090897041000062, 29.521603290000087 ], [ 106.090892934000067, 29.521605011000084 ], [ 106.090888817000064, 29.521606785000078 ], [ 106.090880779000031, 29.521610189000054 ], [ 106.090872902000058, 29.521613304000073 ], [ 106.090865204000067, 29.521616027000057 ], [ 106.090857678000077, 29.521618245000067 ], [ 106.090850301000046, 29.521619856000083 ], [ 106.090843092000057, 29.521620737000028 ], [ 106.090836036000042, 29.521620795000043 ], [ 106.090829136000082, 29.521619903000051 ], [ 106.090823178000051, 29.521618292000085 ], [ 106.090817316000027, 29.521616014000081 ], [ 106.090811510000037, 29.521613193000064 ], [ 106.090805741000054, 29.521609975000047 ], [ 106.090799980000043, 29.521606505000079 ], [ 106.090794197000037, 29.521602917000045 ], [ 106.090788372000077, 29.521599347000063 ], [ 106.090782467000054, 29.521595932000075 ], [ 106.090773008000042, 29.521591138000076 ], [ 106.090763312000036, 29.521587077000039 ], [ 106.090756749000036, 29.521584873000055 ], [ 106.090711938000027, 29.521607759000059 ], [ 106.090484204000063, 29.521634556000041 ], [ 106.090284903000054, 29.521654887000064 ], [ 106.090240536000067, 29.521682189000039 ], [ 106.090276953000057, 29.52173491800005 ], [ 106.090294234000055, 29.521795856000036 ], [ 106.090295138000045, 29.521880195000044 ], [ 106.090306112000064, 29.521973176000074 ], [ 106.090320442000063, 29.522069040000069 ], [ 106.09034487200006, 29.522176452000057 ], [ 106.090352427000028, 29.522260736000081 ], [ 106.090333255000075, 29.522333606000075 ], [ 106.090307278000068, 29.52239198900007 ], [ 106.090251404000071, 29.52245352500006 ], [ 106.090188848000039, 29.522512209000066 ], [ 106.09015945200008, 29.522561894000038 ], [ 106.090146962000063, 29.522637617000044 ], [ 106.090154423000058, 29.522713176000082 ], [ 106.090188463000061, 29.522780883000053 ], [ 106.09019388600008, 29.522779242000066 ], [ 106.090200019000065, 29.52277792000007 ], [ 106.090208850000067, 29.522777098000056 ], [ 106.09021705400005, 29.52277752700007 ], [ 106.090224806000037, 29.522778934000087 ], [ 106.090232295000078, 29.52278104700008 ], [ 106.090239687000064, 29.522783574000066 ], [ 106.090247162000026, 29.522786255000089 ], [ 106.090254904000062, 29.522788800000054 ], [ 106.090263077000031, 29.522790934000049 ], [ 106.090271404000077, 29.522792417000055 ], [ 106.090280029000041, 29.522793510000039 ], [ 106.09028868200005, 29.522794440000041 ], [ 106.090297099000054, 29.522795444000064 ], [ 106.09030501400008, 29.522796760000062 ], [ 106.090312150000045, 29.522798605000052 ], [ 106.090318254000067, 29.522801234000038 ], [ 106.090323046000037, 29.522804875000084 ], [ 106.090326652000044, 29.522810285000045 ], [ 106.090328776000035, 29.522816916000057 ], [ 106.090329838000059, 29.522824440000075 ], [ 106.090330296000047, 29.52283254400005 ], [ 106.090330601000062, 29.522840905000059 ], [ 106.090331186000071, 29.522849199000063 ], [ 106.090332518000025, 29.522857109000071 ], [ 106.090335030000062, 29.52286431400006 ], [ 106.090339769000082, 29.52287142800008 ], [ 106.090346228000044, 29.52287748300007 ], [ 106.090353990000054, 29.52288274100005 ], [ 106.090362621000054, 29.522887487000045 ], [ 106.090371706000042, 29.522892023000054 ], [ 106.090380811000045, 29.522896610000085 ], [ 106.090389507000069, 29.522901547000053 ], [ 106.090397375000066, 29.522907102000087 ], [ 106.090403532000039, 29.522912833000078 ], [ 106.090408972000034, 29.522919076000047 ], [ 106.090414013000043, 29.522925602000043 ], [ 106.090418983000063, 29.522932192000042 ], [ 106.090424178000035, 29.522938599000049 ], [ 106.090429916000062, 29.522944614000039 ], [ 106.090436512000053, 29.52295 ], [ 106.090444296000044, 29.522954528000071 ], [ 106.090452240000047, 29.522957637000051 ], [ 106.090460940000071, 29.522959884000045 ], [ 106.090470009000057, 29.522961245000094 ], [ 106.090479049000066, 29.522961702000089 ], [ 106.090487688000053, 29.522961234000029 ], [ 106.090495522000026, 29.522959809000035 ], [ 106.090502148000041, 29.522957409000067 ], [ 106.09050720700003, 29.522954011000074 ], [ 106.090511113000048, 29.522947890000069 ], [ 106.090512259000036, 29.52294023100006 ], [ 106.090511451000054, 29.522931370000041 ], [ 106.090509511000064, 29.522921617000065 ], [ 106.090507223000031, 29.522911288000046 ], [ 106.090505409000059, 29.522900704000055 ], [ 106.090504862000046, 29.52289018100004 ], [ 106.09050641400006, 29.522880048000058 ], [ 106.090510602000052, 29.522870505000064 ], [ 106.09051689100005, 29.522861603000081 ], [ 106.090524434000031, 29.522853260000083 ], [ 106.090532426000038, 29.522845411000045 ], [ 106.090540009000051, 29.522837969000072 ], [ 106.090546380000035, 29.522830881000068 ], [ 106.090550710000059, 29.522824053000083 ], [ 106.090552155000069, 29.522817429000035 ], [ 106.090550915000051, 29.522812404000035 ], [ 106.090547851000053, 29.522807379000081 ], [ 106.090543309000054, 29.522802266000042 ], [ 106.090537683000036, 29.522796989000081 ], [ 106.090531311000063, 29.522791475000073 ], [ 106.090524574000042, 29.52278563200008 ], [ 106.090517835000085, 29.522779380000085 ], [ 106.090511450000065, 29.522772659000054 ], [ 106.090505877000055, 29.522765587000031 ], [ 106.090501158000052, 29.522758184000047 ], [ 106.09049744400005, 29.52275062700004 ], [ 106.090494900000067, 29.52274314400006 ], [ 106.090493676000051, 29.522735909000069 ], [ 106.09049393500004, 29.522729133000045 ], [ 106.09049582800003, 29.522723002000074 ], [ 106.090499516000079, 29.522717730000064 ], [ 106.090503913000077, 29.522714175000083 ], [ 106.090509380000071, 29.522711335000054 ], [ 106.090515659000062, 29.52270921600007 ], [ 106.09052252500004, 29.522707853000039 ], [ 106.090529737000054, 29.522707244000056 ], [ 106.090537041000061, 29.522707400000069 ], [ 106.090544210000076, 29.522708344000076 ], [ 106.090551005000066, 29.522710092000075 ], [ 106.090556661000051, 29.522712345000059 ], [ 106.090561910000076, 29.522715116000082 ], [ 106.090566811000031, 29.522718251000075 ], [ 106.09057147700004, 29.52272159600005 ], [ 106.09057598000004, 29.522725015000049 ], [ 106.090580420000038, 29.52272834200005 ], [ 106.090584869000054, 29.522731428000043 ], [ 106.090589425000076, 29.522734133000089 ], [ 106.090598417000081, 29.522737847000087 ], [ 106.09060803300008, 29.522740050000039 ], [ 106.090618256000027, 29.522741121000081 ], [ 106.090629038000031, 29.522741430000053 ], [ 106.090640362000045, 29.52274134400005 ], [ 106.090652181000053, 29.522741230000058 ], [ 106.090664467000067, 29.522741473000057 ], [ 106.090677184000072, 29.522742434000069 ], [ 106.090685324000049, 29.52274355600008 ], [ 106.090693397000052, 29.522745105000077 ], [ 106.090701142000057, 29.522747097000028 ], [ 106.090708347000032, 29.52274952800008 ], [ 106.09071476400004, 29.522752400000062 ], [ 106.090720150000038, 29.522755710000066 ], [ 106.090724286000068, 29.522759465000036 ], [ 106.090726920000066, 29.522763674000089 ], [ 106.090727943000047, 29.522769592000095 ], [ 106.090726878000055, 29.522776132000047 ], [ 106.090724375000036, 29.522783198000059 ], [ 106.09072109400006, 29.52279071200007 ], [ 106.090717671000064, 29.522798570000077 ], [ 106.090714766000076, 29.522806686000084 ], [ 106.090713041000072, 29.52281496300008 ], [ 106.090713119000043, 29.522823325000051 ], [ 106.090715128000056, 29.52283074100006 ], [ 106.090718825000067, 29.522837855000027 ], [ 106.090723898000093, 29.522844417000044 ], [ 106.090730064000084, 29.522850129000066 ], [ 106.090737045000026, 29.522854718000076 ], [ 106.090744537000035, 29.522857923000053 ], [ 106.090752258000066, 29.52285944800008 ], [ 106.090759917000071, 29.522859023000088 ], [ 106.09076667000005, 29.522856822000048 ], [ 106.090773161000072, 29.522853286000036 ], [ 106.090779447000045, 29.522848968000059 ], [ 106.090785566000079, 29.522844388000063 ], [ 106.090791554000091, 29.52284009900006 ], [ 106.090797447000057, 29.522836624000039 ], [ 106.09080330300003, 29.522834500000052 ], [ 106.09080915800007, 29.52283426300006 ], [ 106.090812396000047, 29.522835112000049 ], [ 106.090815589000044, 29.522836601000051 ], [ 106.090818695000053, 29.522838650000033 ], [ 106.090821651000056, 29.522841151000073 ], [ 106.090824416000032, 29.522844033000069 ], [ 106.090826934000063, 29.522847180000046 ], [ 106.09082915700003, 29.52285050800009 ], [ 106.090831029000071, 29.522853930000046 ], [ 106.090833781000072, 29.522861394000078 ], [ 106.090834954000059, 29.522868836000033 ], [ 106.09083485900004, 29.52287627000004 ], [ 106.090833814000064, 29.522883703000044 ], [ 106.090832140000032, 29.522891130000062 ], [ 106.090830147000077, 29.522898580000053 ], [ 106.090828164000072, 29.522906031000051 ], [ 106.090826512000035, 29.522913504000091 ], [ 106.090825116000076, 29.522924665000058 ], [ 106.090824947000044, 29.522935853000032 ], [ 106.090825767000069, 29.522947039000091 ], [ 106.090827403000048, 29.52295818500005 ], [ 106.090829626000072, 29.522969262000061 ], [ 106.090832230000046, 29.522980247000074 ], [ 106.090835018000064, 29.522991111000071 ], [ 106.090837773000032, 29.52300181500005 ], [ 106.09083937000004, 29.52300831500007 ], [ 106.090840863000039, 29.523014788000069 ], [ 106.090842221000059, 29.523021281000062 ], [ 106.090843448000044, 29.523027856000059 ], [ 106.090844520000076, 29.523034559000049 ], [ 106.090845409000053, 29.523041425000091 ], [ 106.090846114000058, 29.523048510000081 ], [ 106.090846605000095, 29.523055867000043 ], [ 106.090846878000036, 29.52306498400009 ], [ 106.090846648000081, 29.523074278000077 ], [ 106.090845776000037, 29.523083468000038 ], [ 106.090844067000035, 29.523092286000072 ], [ 106.090841370000078, 29.523100455000066 ], [ 106.09083750700006, 29.523107684000074 ], [ 106.090832312000032, 29.523113726000073 ], [ 106.090825615000028, 29.523118283000091 ], [ 106.090820983000071, 29.523120160000087 ], [ 106.09081589200008, 29.523121464000045 ], [ 106.090810475000069, 29.523122231000059 ], [ 106.090804825000077, 29.523122466000068 ], [ 106.090799077000042, 29.52312219800007 ], [ 106.09079332400006, 29.523121462000066 ], [ 106.090787690000084, 29.523120262000081 ], [ 106.090782299000068, 29.523118638000092 ], [ 106.090775202000032, 29.523115656000073 ], [ 106.090768685000057, 29.523111994000097 ], [ 106.090762648000066, 29.523107794000055 ], [ 106.090756967000061, 29.523103213000073 ], [ 106.090751521000072, 29.523098377000053 ], [ 106.090746207000052, 29.523093442000068 ], [ 106.090740914000037, 29.523088550000068 ], [ 106.090735512000037, 29.52308384000008 ], [ 106.090724833000081, 29.52307580900009 ], [ 106.090713412000071, 29.523068804000047 ], [ 106.090701290000027, 29.523062707000072 ], [ 106.090688473000057, 29.523057380000068 ], [ 106.090675006000026, 29.523052719000074 ], [ 106.090660902000081, 29.523048578000047 ], [ 106.090646185000026, 29.52304484700004 ], [ 106.090630884000063, 29.523041401000057 ], [ 106.090623875000063, 29.523039942000086 ], [ 106.090616848000082, 29.523038646000089 ], [ 106.090609885000049, 29.523037648000074 ], [ 106.09060308200003, 29.523037090000056 ], [ 106.090596543000061, 29.523037090000059 ], [ 106.090590330000069, 29.523037791000039 ], [ 106.090584561000071, 29.523039326000056 ], [ 106.090579317000049, 29.523041822000028 ], [ 106.090573018000043, 29.523047035000047 ], [ 106.090568007000059, 29.523053913000073 ], [ 106.090564371000028, 29.523062007000082 ], [ 106.090562177000038, 29.523070829000055 ], [ 106.090561530000059, 29.523079918000064 ], [ 106.090562504000047, 29.523088815000051 ], [ 106.090565191000053, 29.523097047000078 ], [ 106.090569671000026, 29.523104145000048 ], [ 106.090573320000033, 29.523107777000067 ], [ 106.09057751000006, 29.523110945000042 ], [ 106.090582090000055, 29.523113767000037 ], [ 106.090586882000025, 29.523116380000094 ], [ 106.090591737000068, 29.523118903000068 ], [ 106.09059647800008, 29.523121488000065 ], [ 106.090600953000035, 29.523124240000072 ], [ 106.090604988000052, 29.52312731000006 ], [ 106.090610824000066, 29.523133855000086 ], [ 106.090614858000052, 29.523141562000028 ], [ 106.090617229000031, 29.523150139000052 ], [ 106.090618070000076, 29.523159334000077 ], [ 106.090617511000062, 29.523168864000063 ], [ 106.090615696000043, 29.523178450000046 ], [ 106.090612754000063, 29.523187839000055 ], [ 106.09060882700004, 29.523196739000074 ], [ 106.090606105000063, 29.523201694000079 ], [ 106.090603165000061, 29.523206427000041 ], [ 106.090600130000041, 29.523210997000024 ], [ 106.090597063000075, 29.52321544300009 ], [ 106.090594078000038, 29.523219826000059 ], [ 106.090591267000036, 29.523224180000053 ], [ 106.090588715000081, 29.523228557000039 ], [ 106.090586525000049, 29.523233004000076 ], [ 106.090584320000076, 29.523239003000075 ], [ 106.090582881000046, 29.523245212000067 ], [ 106.090582228000073, 29.523251631000054 ], [ 106.090582350000034, 29.523258251000065 ], [ 106.090583238000093, 29.523265081000083 ], [ 106.090584902000046, 29.523272121000051 ], [ 106.090587352000057, 29.523279364000064 ], [ 106.09058996400006, 29.52328541400005 ], [ 106.090676662000078, 29.523345851000048 ], [ 106.090810390000058, 29.523411649000082 ], [ 106.091030323000041, 29.523453471000028 ], [ 106.09113854900005, 29.523452899000066 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.091650245000039, 29.52244046900006 ], [ 106.091685006000034, 29.522404093000034 ], [ 106.091684856000029, 29.522399499000077 ], [ 106.09168432000007, 29.522390871000084 ], [ 106.091683480000029, 29.522381848000062 ], [ 106.091682279000054, 29.522372828000069 ], [ 106.091680638000071, 29.522363920000085 ], [ 106.09167847100008, 29.522355241000071 ], [ 106.091675690000059, 29.522346902000038 ], [ 106.091672211000059, 29.522339019000068 ], [ 106.091667956000038, 29.522331703000084 ], [ 106.091662840000026, 29.522325069000082 ], [ 106.091654974000051, 29.522317645000037 ], [ 106.091645889000063, 29.522311145000064 ], [ 106.091635924000059, 29.522305183000071 ], [ 106.091625404000084, 29.522299397000044 ], [ 106.091614685000081, 29.522293387000044 ], [ 106.091604092000068, 29.522286780000059 ], [ 106.091593954000075, 29.522279197000046 ], [ 106.091584628000078, 29.522270252000055 ], [ 106.091581955000038, 29.522267180000085 ], [ 106.091579353000043, 29.522264044000046 ], [ 106.091576803000081, 29.52226097100003 ], [ 106.091574265000077, 29.522258069000092 ], [ 106.091571710000039, 29.522255438000052 ], [ 106.091569120000031, 29.522253204000037 ], [ 106.091566428000078, 29.522251467000046 ], [ 106.09156364200004, 29.522250344000035 ], [ 106.091558615000054, 29.522250014000065 ], [ 106.091553361000081, 29.522251493000049 ], [ 106.091548040000077, 29.522254522000086 ], [ 106.091542857000036, 29.522258805000043 ], [ 106.091537954000046, 29.522264086000064 ], [ 106.091533542000036, 29.522270084000073 ], [ 106.09152976300004, 29.522276539000067 ], [ 106.091526822000048, 29.522283157000068 ], [ 106.091523528000039, 29.522299034000056 ], [ 106.091524680000077, 29.522314332000061 ], [ 106.091528749000091, 29.52232907500008 ], [ 106.091534182000032, 29.522343274000043 ], [ 106.091539465000039, 29.522356942000044 ], [ 106.091543041000079, 29.522370101000039 ], [ 106.091543384000033, 29.522382764000046 ], [ 106.091538955000033, 29.52239493300004 ], [ 106.091536741000027, 29.522398143000093 ], [ 106.09153411300008, 29.522401278000071 ], [ 106.091531145000033, 29.522404261000069 ], [ 106.091527863000067, 29.522407057000059 ], [ 106.091524353000068, 29.522409602000039 ], [ 106.091520653000032, 29.522411844000093 ], [ 106.091516827000078, 29.522413742000083 ], [ 106.091512934000036, 29.522415227000057 ], [ 106.091503691000071, 29.522417008000041 ], [ 106.091494343000079, 29.52241666000009 ], [ 106.09148487300007, 29.522414600000054 ], [ 106.091475265000042, 29.522411233000071 ], [ 106.091465493000044, 29.522406974000038 ], [ 106.091455550000035, 29.522402230000079 ], [ 106.091445422000049, 29.522397406000046 ], [ 106.091435071000035, 29.522392918000037 ], [ 106.091428110000038, 29.522390288000047 ], [ 106.091421155000035, 29.522387898000094 ], [ 106.091414313000044, 29.52238564400006 ], [ 106.091407697000079, 29.522383435000052 ], [ 106.091401412000039, 29.522381187000072 ], [ 106.091395571000078, 29.52237880000007 ], [ 106.091390293000075, 29.522376181000084 ], [ 106.091385661000061, 29.522373242000068 ], [ 106.091377974000068, 29.522365304000065 ], [ 106.091373320000059, 29.522355511000047 ], [ 106.091370949000066, 29.522344073000049 ], [ 106.091370110000071, 29.522331199000064 ], [ 106.091370051000069, 29.522317064000049 ], [ 106.091370022000035, 29.522301882000082 ], [ 106.091369271000076, 29.522285849000063 ], [ 106.091367051000077, 29.522269170000072 ], [ 106.091364231000057, 29.522257105000055 ], [ 106.091360369000029, 29.522245293000083 ], [ 106.09135556800004, 29.522234210000068 ], [ 106.091349913000045, 29.522224333000054 ], [ 106.091343481000081, 29.522216141000051 ], [ 106.091336372000058, 29.522210110000071 ], [ 106.091328672000031, 29.522206718000056 ], [ 106.091320459000045, 29.522206443000076 ], [ 106.091315811000072, 29.522207717000065 ], [ 106.09131104800008, 29.522209832000037 ], [ 106.091306166000038, 29.522212532000093 ], [ 106.091301177000048, 29.522215604000039 ], [ 106.091296086000057, 29.522218803000055 ], [ 106.091290889000049, 29.522221903000059 ], [ 106.091285607000032, 29.522224663000081 ], [ 106.091280227000027, 29.522226853000067 ], [ 106.091272263000064, 29.522228715000043 ], [ 106.091264141000067, 29.522229161000041 ], [ 106.091255892000049, 29.522228478000041 ], [ 106.091247521000071, 29.522226932000081 ], [ 106.091239072000064, 29.522224820000073 ], [ 106.091230557000074, 29.522222418000062 ], [ 106.09122201200006, 29.52221999700004 ], [ 106.091213439000057, 29.522217840000053 ], [ 106.091196297000067, 29.522215040000049 ], [ 106.091179219000026, 29.522214214000087 ], [ 106.091162241000063, 29.522215157000069 ], [ 106.091145416000074, 29.522217658000045 ], [ 106.091128758000082, 29.522221503000079 ], [ 106.091112330000044, 29.522226482000065 ], [ 106.091096159000074, 29.522232388000081 ], [ 106.091080284000043, 29.522239013000039 ], [ 106.09107296600007, 29.522242311000074 ], [ 106.091065794000031, 29.522245762000061 ], [ 106.091058817000032, 29.522249411000075 ], [ 106.091052104000028, 29.522253281000083 ], [ 106.091045733000044, 29.522257437000068 ], [ 106.091039758000093, 29.522261898000064 ], [ 106.091034240000056, 29.522266724000069 ], [ 106.091029252000055, 29.522271943000082 ], [ 106.091021752000074, 29.522282370000081 ], [ 106.091016143000061, 29.52229393500005 ], [ 106.091012419000037, 29.52230636000008 ], [ 106.091010567000069, 29.522319356000082 ], [ 106.091010575000041, 29.522332644000073 ], [ 106.091012420000027, 29.522345945000041 ], [ 106.091016087000071, 29.522358977000064 ], [ 106.09102157500007, 29.522371451000083 ], [ 106.091025902000084, 29.522378831000076 ], [ 106.091030866000054, 29.522385825000072 ], [ 106.091036434000046, 29.52239236600008 ], [ 106.091042532000074, 29.522398387000067 ], [ 106.091049120000037, 29.522403825000072 ], [ 106.091056144000049, 29.522408613000042 ], [ 106.091063531000032, 29.522412691000056 ], [ 106.091071250000041, 29.522415985000059 ], [ 106.091085040000053, 29.522419741000071 ], [ 106.091099487000065, 29.522421435000069 ], [ 106.091114453000046, 29.522421448000038 ], [ 106.091129807000087, 29.522420185000044 ], [ 106.091145421000078, 29.52241803600009 ], [ 106.091161173000046, 29.522415399000067 ], [ 106.091176923000035, 29.522412655000039 ], [ 106.091192545000084, 29.52241020700006 ], [ 106.09120792300007, 29.52240837700009 ], [ 106.091223113000069, 29.522407205000022 ], [ 106.091238176000047, 29.522406658000079 ], [ 106.091253184000053, 29.522406698000058 ], [ 106.091268197000034, 29.522407286000099 ], [ 106.091283278000049, 29.522408407000057 ], [ 106.091298499000061, 29.522410015000052 ], [ 106.091313921000051, 29.522412080000031 ], [ 106.091325853000058, 29.522413958000076 ], [ 106.091337800000076, 29.52241616800006 ], [ 106.091349576000027, 29.522418796000075 ], [ 106.091361038000059, 29.522421923000067 ], [ 106.091372030000059, 29.522425621000082 ], [ 106.091382401000033, 29.522429974000083 ], [ 106.091391976000068, 29.522435082000076 ], [ 106.091400601000032, 29.522441010000083 ], [ 106.091407922000045, 29.522447571000036 ], [ 106.091414324000027, 29.522454899000081 ], [ 106.091419918000042, 29.52246294400004 ], [ 106.091424818000064, 29.522471636000031 ], [ 106.091429125000047, 29.522480901000055 ], [ 106.091432953000037, 29.522490666000067 ], [ 106.091436414000057, 29.522500875000052 ], [ 106.091439622000053, 29.522511450000074 ], [ 106.091442908000033, 29.522523446000047 ], [ 106.091445668000063, 29.522535575000063 ], [ 106.091447551000044, 29.522547593000066 ], [ 106.091448222000054, 29.522559251000068 ], [ 106.091447320000043, 29.522570327000032 ], [ 106.091444521000042, 29.522580562000094 ], [ 106.091439463000029, 29.522589723000063 ], [ 106.091431801000056, 29.522597571000063 ], [ 106.091427051000039, 29.522600885000088 ], [ 106.091421823000076, 29.522603939000085 ], [ 106.091416369000058, 29.52260687200004 ], [ 106.091410911000025, 29.522609786000086 ], [ 106.091405694000059, 29.522612806000048 ], [ 106.091400954000051, 29.522616046000053 ], [ 106.091396907000046, 29.522619643000045 ], [ 106.09139381500006, 29.522623700000047 ], [ 106.091391763000047, 29.52262846100006 ], [ 106.091390643000068, 29.52263370300005 ], [ 106.09139013600003, 29.522639273000035 ], [ 106.091389929000059, 29.522645021000081 ], [ 106.091389682000056, 29.522650797000036 ], [ 106.091389081000045, 29.52265644900007 ], [ 106.091387810000072, 29.522661835000068 ], [ 106.09138553300005, 29.522666798000042 ], [ 106.091380551000043, 29.522672595000067 ], [ 106.091373670000053, 29.522677313000088 ], [ 106.091365385000074, 29.52268089100005 ], [ 106.091356190000056, 29.522683276000063 ], [ 106.091346568000063, 29.522684408000082 ], [ 106.091337016000068, 29.522684245000047 ], [ 106.091328016000034, 29.522682713000048 ], [ 106.091320074000066, 29.522679766000074 ], [ 106.091314048000072, 29.52267581100006 ], [ 106.091309199000079, 29.522670800000071 ], [ 106.091305434000063, 29.522664929000083 ], [ 106.091302619000032, 29.522658393000079 ], [ 106.091300666000052, 29.522651365000062 ], [ 106.091299444000072, 29.522644041000031 ], [ 106.091298837000068, 29.522636614000074 ], [ 106.09129875800005, 29.522629263000052 ], [ 106.091298959000028, 29.522623912000086 ], [ 106.091299336000077, 29.522618694000069 ], [ 106.091299807000041, 29.522613594000067 ], [ 106.091300321000062, 29.522608583000078 ], [ 106.091300824000029, 29.522603645000061 ], [ 106.091301246000057, 29.522598760000051 ], [ 106.091301525000063, 29.522593914000083 ], [ 106.091301607000048, 29.52258907800006 ], [ 106.09130108800008, 29.522580152000046 ], [ 106.091299713000069, 29.52257122400005 ], [ 106.09129749300007, 29.522562311000055 ], [ 106.091294448000042, 29.522553433000041 ], [ 106.091290619000063, 29.52254460600005 ], [ 106.091286018000062, 29.52253583900006 ], [ 106.091280675000064, 29.522527142000062 ], [ 106.091274610000028, 29.522518541000064 ], [ 106.091270438000038, 29.522513208000074 ], [ 106.091265999000029, 29.522508047000084 ], [ 106.091261294000049, 29.522503197000045 ], [ 106.091256318000035, 29.522498792000082 ], [ 106.091251079000088, 29.522494964000085 ], [ 106.091245590000028, 29.522491843000061 ], [ 106.091239840000071, 29.52248957200004 ], [ 106.091233833000047, 29.522488279000076 ], [ 106.091229345000045, 29.522487998000081 ], [ 106.091224737000061, 29.522488199000062 ], [ 106.091220039000063, 29.522488769000063 ], [ 106.09121525200004, 29.522489593000042 ], [ 106.091210405000027, 29.522490571000045 ], [ 106.091205506000051, 29.522491602000059 ], [ 106.091200575000073, 29.522492574000061 ], [ 106.091195624000079, 29.522493371000056 ], [ 106.091185257000063, 29.522494252000058 ], [ 106.091174912000056, 29.522494237000053 ], [ 106.091164622000065, 29.52249361700007 ], [ 106.091154391000032, 29.522492709000055 ], [ 106.091144263000047, 29.522491800000068 ], [ 106.091134251000028, 29.522491206000041 ], [ 106.091124390000061, 29.522491215000063 ], [ 106.091114706000042, 29.522492124000053 ], [ 106.091104642000076, 29.522494343000066 ], [ 106.091094860000055, 29.522497798000067 ], [ 106.091085452000073, 29.522502376000084 ], [ 106.091076476000069, 29.522507935000082 ], [ 106.091068005000068, 29.522514364000074 ], [ 106.09106009900006, 29.522521537000038 ], [ 106.09105284900005, 29.522529337000037 ], [ 106.091046317000064, 29.522537627000066 ], [ 106.091041981000046, 29.522544022000091 ], [ 106.091038153000056, 29.522550574000029 ], [ 106.091034883000077, 29.522557269000067 ], [ 106.091032253000037, 29.522564047000063 ], [ 106.091030326000066, 29.522570872000067 ], [ 106.091029161000051, 29.522577720000072 ], [ 106.091028833000053, 29.522584552000069 ], [ 106.091029399000035, 29.522591313000085 ], [ 106.091031043000044, 29.522598426000062 ], [ 106.091033646000042, 29.522605414000047 ], [ 106.091037081000081, 29.522612259000081 ], [ 106.091041186000041, 29.52261892700005 ], [ 106.091045845000053, 29.522625421000036 ], [ 106.091050906000078, 29.522631720000049 ], [ 106.091056221000031, 29.522637792000069 ], [ 106.091061667000076, 29.522643639000083 ], [ 106.09106739300006, 29.522649554000065 ], [ 106.091073014000074, 29.522655354000054 ], [ 106.091078429000049, 29.522661200000069 ], [ 106.091083559000026, 29.522667256000094 ], [ 106.091088311000078, 29.522673694000041 ], [ 106.091092594000031, 29.522680668000081 ], [ 106.091096327000059, 29.522688342000027 ], [ 106.091099411000073, 29.522696875000065 ], [ 106.091100925000035, 29.522702548000041 ], [ 106.091102102000036, 29.522708392000087 ], [ 106.091102846000069, 29.522714202000088 ], [ 106.091103090000047, 29.522719750000082 ], [ 106.091102773000046, 29.522724832000044 ], [ 106.091101800000047, 29.522729232000071 ], [ 106.091100116000064, 29.522732737000069 ], [ 106.09109763400005, 29.522735138000083 ], [ 106.091091006000056, 29.522736365000075 ], [ 106.091082196000059, 29.522734282000044 ], [ 106.09107186500006, 29.522729965000053 ], [ 106.091060741000035, 29.522724510000032 ], [ 106.091049489000056, 29.52271898000004 ], [ 106.091038808000064, 29.522714468000068 ], [ 106.091029407000065, 29.522712048000066 ], [ 106.091021958000056, 29.522712811000073 ], [ 106.091019018000054, 29.522714811000078 ], [ 106.091016710000076, 29.522717834000051 ], [ 106.091014936000093, 29.522721716000031 ], [ 106.091013582000073, 29.522726294000055 ], [ 106.09101254400008, 29.522731408000084 ], [ 106.091011726000033, 29.522736890000086 ], [ 106.09101101400006, 29.522742570000045 ], [ 106.091010312000037, 29.522748286000073 ], [ 106.091009295000049, 29.522755529000044 ], [ 106.091008268000053, 29.522762520000068 ], [ 106.09100738900004, 29.522769194000041 ], [ 106.091006819000029, 29.522775495000076 ], [ 106.091006717000027, 29.522781393000063 ], [ 106.091007238000032, 29.522786821000068 ], [ 106.091008561000081, 29.522791746000049 ], [ 106.091010825000069, 29.522796092000071 ], [ 106.091017525000041, 29.522802459000058 ], [ 106.091027046000079, 29.522807316000062 ], [ 106.091038638000043, 29.522811108000045 ], [ 106.091051524000079, 29.522814323000031 ], [ 106.091064956000025, 29.522817414000091 ], [ 106.091078164000066, 29.522820870000086 ], [ 106.091090380000026, 29.522825154000092 ], [ 106.091100848000053, 29.522830732000045 ], [ 106.091109616000054, 29.522838634000035 ], [ 106.091116072000034, 29.522848199000066 ], [ 106.091120892000049, 29.522858983000045 ], [ 106.09112471800006, 29.52287057000007 ], [ 106.091128219000041, 29.522882540000069 ], [ 106.091132041000037, 29.522894461000082 ], [ 106.091136856000048, 29.522905905000073 ], [ 106.091143312000042, 29.522916442000056 ], [ 106.091147825000064, 29.522921799000081 ], [ 106.091152871000077, 29.522926809000062 ], [ 106.091158275000055, 29.522931573000051 ], [ 106.091163843000061, 29.522936164000043 ], [ 106.09116939900008, 29.52294065600007 ], [ 106.091174758000079, 29.522945131000089 ], [ 106.091179748000059, 29.522949673000081 ], [ 106.091184171000066, 29.522954356000074 ], [ 106.091190416000074, 29.522963486000041 ], [ 106.091194163000068, 29.522973351000076 ], [ 106.091195422000069, 29.522983968000059 ], [ 106.091194203000043, 29.522995335000083 ], [ 106.091190485000027, 29.523007435000071 ], [ 106.091184281000039, 29.523020287000058 ], [ 106.09117558700008, 29.523033889000086 ], [ 106.09116440600009, 29.523048224000036 ], [ 106.09117212700005, 29.523057417000079 ], [ 106.091179505000071, 29.523066449000055 ], [ 106.09118675700006, 29.523075203000079 ], [ 106.091194088000066, 29.523083568000068 ], [ 106.091201712000043, 29.523091435000087 ], [ 106.091209845000037, 29.523098665000067 ], [ 106.091218702000049, 29.523105169000061 ], [ 106.091228490000049, 29.523110808000066 ], [ 106.091233911000074, 29.523113325000054 ], [ 106.09123956600007, 29.523115579000027 ], [ 106.091245425000068, 29.523117552000084 ], [ 106.091251405000037, 29.523119235000085 ], [ 106.091257474000031, 29.523120619000061 ], [ 106.091263570000081, 29.523121697000082 ], [ 106.091269644000079, 29.523122441000059 ], [ 106.09127563100003, 29.523122851000025 ], [ 106.091284336000058, 29.523122843000071 ], [ 106.091292859000077, 29.52312218700007 ], [ 106.091301345000048, 29.523121017000047 ], [ 106.091309918000036, 29.523119449000042 ], [ 106.091318709000063, 29.52311760800006 ], [ 106.09132784600007, 29.523115630000063 ], [ 106.091337458000069, 29.523113630000068 ], [ 106.091347669000072, 29.52311174100004 ], [ 106.091350531000046, 29.523111277000062 ], [ 106.091353384000058, 29.523110865000028 ], [ 106.091356175000044, 29.523110535000058 ], [ 106.091358865000075, 29.523110342000056 ], [ 106.091361382000059, 29.523110312000078 ], [ 106.091363663000038, 29.523110482000043 ], [ 106.091365679000035, 29.523110890000048 ], [ 106.091367347000073, 29.523111580000087 ], [ 106.091369159000067, 29.523113171000038 ], [ 106.091370204000043, 29.523115390000051 ], [ 106.091370626000071, 29.523118156000059 ], [ 106.091373688000033, 29.523105637000068 ], [ 106.09137634800004, 29.523093040000042 ], [ 106.091378596000027, 29.523080375000056 ], [ 106.091380448000066, 29.523067623000085 ], [ 106.091381900000044, 29.523054792000039 ], [ 106.091382937000049, 29.52304187600004 ], [ 106.091383582000049, 29.523028889000049 ], [ 106.091383812000061, 29.523015825000073 ], [ 106.091383777000033, 29.523007760000038 ], [ 106.091383699000062, 29.522999687000038 ], [ 106.091383687000075, 29.522991651000037 ], [ 106.091383858000029, 29.522983648000032 ], [ 106.091384330000054, 29.52297573300007 ], [ 106.091385195000043, 29.522967903000037 ], [ 106.091386588000034, 29.522960216000058 ], [ 106.091388600000073, 29.522952677000035 ], [ 106.091393159000063, 29.522941137000082 ], [ 106.091399052000043, 29.522929903000083 ], [ 106.091405782000038, 29.52291884300007 ], [ 106.091412863000087, 29.522907833000083 ], [ 106.091419778000045, 29.522896716000041 ], [ 106.091426040000044, 29.52288538100003 ], [ 106.091431165000074, 29.522873666000059 ], [ 106.091434633000063, 29.522861458000076 ], [ 106.091436237000039, 29.522846571000059 ], [ 106.091435959000094, 29.522831156000038 ], [ 106.091434801000048, 29.52281556000008 ], [ 106.091433758000051, 29.522800107000073 ], [ 106.09143384500004, 29.522785150000065 ], [ 106.091436056000092, 29.522771024000058 ], [ 106.091441404000079, 29.522758053000068 ], [ 106.091450892000069, 29.522746581000035 ], [ 106.091455740000072, 29.522742672000053 ], [ 106.091461053000046, 29.522738948000036 ], [ 106.091466573000048, 29.522735358000087 ], [ 106.091472022000062, 29.522731804000045 ], [ 106.09147713200008, 29.522728235000049 ], [ 106.09148164100003, 29.522724561000075 ], [ 106.091485271000082, 29.52272071700008 ], [ 106.091487743000073, 29.522716637000091 ], [ 106.091488988000037, 29.522710511000064 ], [ 106.091488061000078, 29.522703870000043 ], [ 106.091485509000051, 29.522696819000096 ], [ 106.09148188100005, 29.522689434000089 ], [ 106.091477716000043, 29.522681818000077 ], [ 106.091473558000075, 29.522674058000057 ], [ 106.091469957000072, 29.522666248000064 ], [ 106.091467440000031, 29.522658473000035 ], [ 106.091466431000072, 29.522649941000047 ], [ 106.091467196000053, 29.522641572000058 ], [ 106.091469502000066, 29.522633381000052 ], [ 106.091473088000043, 29.522625359000077 ], [ 106.091477696000041, 29.522617518000057 ], [ 106.091483091000043, 29.522609869000064 ], [ 106.091489003000049, 29.522602405000033 ], [ 106.091495185000042, 29.522595138000046 ], [ 106.091501708000067, 29.522587741000049 ], [ 106.091508211000075, 29.52258052600007 ], [ 106.091514624000069, 29.52257342800004 ], [ 106.091520910000042, 29.522566422000068 ], [ 106.091527024000072, 29.522559451000053 ], [ 106.091532900000061, 29.522552476000051 ], [ 106.091538508000042, 29.522545448000066 ], [ 106.091543774000073, 29.522538322000056 ], [ 106.091550301000041, 29.522528527000084 ], [ 106.091556320000052, 29.522518483000056 ], [ 106.091562026000076, 29.52250817100008 ], [ 106.091567586000053, 29.522497617000049 ], [ 106.091573184000026, 29.522486800000078 ], [ 106.091579006000075, 29.522475728000074 ], [ 106.09158523800005, 29.522464401000033 ], [ 106.091592055000035, 29.522452825000073 ], [ 106.091594559000058, 29.522448809000082 ], [ 106.09159715800007, 29.522444845000052 ], [ 106.091599849000033, 29.522441025000035 ], [ 106.091602626000054, 29.522437412000041 ], [ 106.091605510000079, 29.522434114000077 ], [ 106.091608490000056, 29.522431185000077 ], [ 106.091611557000078, 29.522428733000083 ], [ 106.091614735000064, 29.522426821000067 ], [ 106.091619863000062, 29.522425084000076 ], [ 106.091625244000056, 29.522424878000034 ], [ 106.091630860000066, 29.522426192000069 ], [ 106.091636716000039, 29.522429022000043 ], [ 106.091642829000079, 29.522433382000084 ], [ 106.091649172000075, 29.522439266000053 ], [ 106.091650245000039, 29.52244046900006 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.110808973000076, 29.56264343200008 ], [ 106.110800524000069, 29.562713145000085 ], [ 106.110791390000031, 29.562796626000079 ], [ 106.110778843000048, 29.56282418800004 ], [ 106.110757595000052, 29.562839343000071 ], [ 106.110710530000063, 29.56284348000009 ], [ 106.110623472000057, 29.56283387800006 ], [ 106.110634058000073, 29.56286894200008 ], [ 106.110655116000032, 29.56291810100004 ], [ 106.11072157600006, 29.563073247000084 ], [ 106.110744831000034, 29.563139049000085 ], [ 106.110798105000072, 29.563061885000074 ], [ 106.110855653000044, 29.563008372000077 ], [ 106.110910792000027, 29.562965927000054 ], [ 106.110938132000058, 29.562923715000064 ], [ 106.110952909000048, 29.562888237000031 ], [ 106.110977843000057, 29.562857094000041 ], [ 106.111058521000075, 29.562838743000039 ], [ 106.111134121000077, 29.562818222000086 ], [ 106.111178622000068, 29.562812284000071 ], [ 106.111233839000079, 29.562835614000051 ], [ 106.111253146000095, 29.562839195000041 ], [ 106.111295960000064, 29.562838837000076 ], [ 106.111406761000069, 29.562791120000043 ], [ 106.111526042000051, 29.562735844000088 ], [ 106.11159847600004, 29.562703421000037 ], [ 106.111612988000047, 29.562660251000072 ], [ 106.111609925000039, 29.562576054000083 ], [ 106.111581093000041, 29.562484586000032 ], [ 106.111555077000048, 29.562454857000034 ], [ 106.111496686000066, 29.562401069000074 ], [ 106.111451302000035, 29.562362146000055 ], [ 106.111414399000068, 29.562315663000053 ], [ 106.111392605000049, 29.56228028400006 ], [ 106.111340799000061, 29.562241414000088 ], [ 106.111269830000026, 29.562212061000086 ], [ 106.111205326000061, 29.562186398000051 ], [ 106.111158169000092, 29.56218117800006 ], [ 106.111083453000049, 29.56220051900004 ], [ 106.111057971000037, 29.562219450000036 ], [ 106.111028494000038, 29.562264614000078 ], [ 106.11102038100006, 29.562305858000055 ], [ 106.111020934000067, 29.562356387000079 ], [ 106.11102360700005, 29.562405027000072 ], [ 106.111032600000044, 29.562444256000049 ], [ 106.111050564000053, 29.56252084200008 ], [ 106.111050851000073, 29.562547043000052 ], [ 106.111046938000072, 29.562580765000057 ], [ 106.111023275000036, 29.562615341000082 ], [ 106.11100796500007, 29.562607152000048 ], [ 106.110977638000065, 29.562607405000044 ], [ 106.110927093000043, 29.562607828000068 ], [ 106.110864081000045, 29.562623823000077 ], [ 106.110808973000076, 29.56264343200008 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.110808973000076, 29.56264343200008 ], [ 106.110823973000038, 29.562519667000061 ], [ 106.110844639000064, 29.562209193000058 ], [ 106.110836667000058, 29.562030442000029 ], [ 106.110816722000038, 29.561857051000061 ], [ 106.110828120000065, 29.561799103000059 ], [ 106.110887926000032, 29.561767047000043 ], [ 106.110965836000048, 29.56174009800008 ], [ 106.111007484000027, 29.561697675000055 ], [ 106.111042826000073, 29.561629008000072 ], [ 106.111042078000025, 29.561560643000067 ], [ 106.111034738000058, 29.561439741000072 ], [ 106.111039257000073, 29.561302960000035 ], [ 106.111037876000069, 29.561176746000054 ], [ 106.111060268000074, 29.561024038000081 ], [ 106.111095093000074, 29.560908041000054 ], [ 106.111160511000037, 29.560839123000047 ], [ 106.111243457000057, 29.560722723000083 ], [ 106.111355723000031, 29.560590555000086 ], [ 106.111325033000071, 29.560592334000027 ], [ 106.111293025000066, 29.560609020000069 ], [ 106.111247656000046, 29.560630506000052 ], [ 106.111180907000062, 29.560659208000061 ], [ 106.111105853000026, 29.560664526000043 ], [ 106.111057366000068, 29.560646169000048 ], [ 106.11101958200004, 29.560625379000044 ], [ 106.110911674000079, 29.560569995000037 ], [ 106.110874071000069, 29.560565618000059 ], [ 106.110839277000025, 29.560572945000043 ], [ 106.110815162000051, 29.560575492000059 ], [ 106.110734898000032, 29.560594925000082 ], [ 106.110641384000076, 29.560608635000051 ], [ 106.11063312400006, 29.560609848000066 ], [ 106.110523379000028, 29.560631874000087 ], [ 106.11038975200006, 29.560677550000037 ], [ 106.110256097000047, 29.560720883000045 ], [ 106.110028997000029, 29.560833004000067 ], [ 106.110028029000048, 29.560927488000058 ], [ 106.110035930000038, 29.560977908000037 ], [ 106.110050949000026, 29.56107375200008 ], [ 106.110088776000055, 29.561190599000042 ], [ 106.110165334000044, 29.561506835000046 ], [ 106.110250707000034, 29.56179370500006 ], [ 106.110328942000081, 29.561984774000049 ], [ 106.110341219000091, 29.562017499000035 ], [ 106.110469980000062, 29.56201217000006 ], [ 106.110541592000061, 29.562008724000062 ], [ 106.110587183000064, 29.562008343000063 ], [ 106.110634443000038, 29.562012345000081 ], [ 106.110668847000056, 29.562033396000054 ], [ 106.110748562000026, 29.562179978000064 ], [ 106.110788361000075, 29.562247934000077 ], [ 106.110795988000064, 29.562275613000054 ], [ 106.110788851000052, 29.562292745000036 ], [ 106.11075001100005, 29.562312276000057 ], [ 106.110657751000076, 29.562357862000063 ], [ 106.11061206800008, 29.562367951000056 ], [ 106.110524224000073, 29.56236548600009 ], [ 106.110475508000036, 29.562364997000088 ], [ 106.11058033300003, 29.562690982000049 ], [ 106.110623472000057, 29.56283387800006 ], [ 106.110710530000063, 29.56284348000009 ], [ 106.110757595000052, 29.562839343000071 ], [ 106.110778843000048, 29.56282418800004 ], [ 106.110791390000031, 29.562796626000079 ], [ 106.110800524000069, 29.562713145000085 ], [ 106.110808973000076, 29.56264343200008 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.112108982000052, 29.561775287000046 ], [ 106.112123428000075, 29.561752685000044 ], [ 106.112138883000071, 29.561698176000046 ], [ 106.112140307000061, 29.561690758000054 ], [ 106.112154068000052, 29.561619111000081 ], [ 106.112173382000037, 29.561550537000066 ], [ 106.112178248000077, 29.56144524500008 ], [ 106.112153557000056, 29.561389317000078 ], [ 106.112103962000049, 29.561326499000074 ], [ 106.112052539000047, 29.561386693000095 ], [ 106.111995437000076, 29.561424887000037 ], [ 106.111941953000041, 29.561465146000046 ], [ 106.111895566000044, 29.561496964000074 ], [ 106.111820353000041, 29.561522737000082 ], [ 106.111748632000058, 29.561539053000047 ], [ 106.111698169000078, 29.561526903000075 ], [ 106.11163668100005, 29.561492845000075 ], [ 106.111629732000054, 29.561485803000036 ], [ 106.111605641000054, 29.561558798000071 ], [ 106.111606255000041, 29.561614927000054 ], [ 106.111608820000072, 29.561665777000087 ], [ 106.111631311000053, 29.561704180000053 ], [ 106.11166796200007, 29.561752990000059 ], [ 106.11170252900007, 29.561794801000069 ], [ 106.111742982000067, 29.561824283000067 ], [ 106.111793351000074, 29.561843158000045 ], [ 106.111885622000045, 29.561840631000049 ], [ 106.111955765000062, 29.561833027000038 ], [ 106.112027780000062, 29.561813128000047 ], [ 106.112077765000038, 29.561796923000081 ], [ 106.112107648000062, 29.561777376000062 ], [ 106.112108982000052, 29.561775287000046 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.112534423000056, 29.562854659000038 ], [ 106.112558847000059, 29.562852418000091 ], [ 106.112614889000042, 29.562839671000059 ], [ 106.112666727000033, 29.562809414000075 ], [ 106.112726417000033, 29.562763306000075 ], [ 106.112769767000032, 29.562691022000074 ], [ 106.112801367000031, 29.562645148000058 ], [ 106.112837212000045, 29.562620289000048 ], [ 106.112887121000043, 29.562597066000073 ], [ 106.112930681000094, 29.562544076000044 ], [ 106.112962109000094, 29.562482416000083 ], [ 106.112976814000035, 29.562359500000067 ], [ 106.112968833000082, 29.562180641000054 ], [ 106.112956161000056, 29.562122859000056 ], [ 106.112923350000074, 29.562058229000051 ], [ 106.11284246200006, 29.562001019000036 ], [ 106.112783992000061, 29.561975196000045 ], [ 106.112741610000057, 29.561965471000065 ], [ 106.112739737000027, 29.561965042000054 ], [ 106.112699650000081, 29.561968886000038 ], [ 106.112627519000057, 29.561978261000036 ], [ 106.112489373000088, 29.562005731000056 ], [ 106.112354971000059, 29.562008611000071 ], [ 106.112278750000044, 29.562011003000059 ], [ 106.112218677000044, 29.562022032000069 ], [ 106.112166994000077, 29.562066319000056 ], [ 106.11208772100008, 29.562157850000062 ], [ 106.112127848000071, 29.562156110000043 ], [ 106.112240181000061, 29.562153415000068 ], [ 106.112300312000059, 29.562147649000053 ], [ 106.112332471000059, 29.562140524000085 ], [ 106.11237437300008, 29.562131241000092 ], [ 106.112474342000041, 29.562098829000032 ], [ 106.112532332000072, 29.562080801000036 ], [ 106.112594450000074, 29.562073264000055 ], [ 106.112630544000069, 29.562071207000088 ], [ 106.112678888000062, 29.562088344000077 ], [ 106.112701419000075, 29.562130256000042 ], [ 106.11270731500008, 29.562302116000069 ], [ 106.112683951000065, 29.562367217000087 ], [ 106.112650767000048, 29.562451695000053 ], [ 106.11258252600004, 29.562632948000047 ], [ 106.112529605000077, 29.562747413000068 ], [ 106.112498004000045, 29.562793286000037 ], [ 106.112476165000032, 29.562814519000089 ], [ 106.112450009000042, 29.56282527900003 ], [ 106.112516753000079, 29.562856279000069 ], [ 106.112534423000056, 29.562854659000038 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.113809586000059, 29.562775564000045 ], [ 106.113725355000042, 29.562659294000067 ], [ 106.113692725000078, 29.562631310000079 ], [ 106.11361931700003, 29.562595691000077 ], [ 106.113596767000047, 29.562592261000063 ], [ 106.11355599000008, 29.562602352000049 ], [ 106.11353633300007, 29.562617682000052 ], [ 106.113523113000042, 29.562636732000037 ], [ 106.113514390000034, 29.562650363000053 ], [ 106.113514394000049, 29.562675579000086 ], [ 106.11352030300003, 29.562717529000057 ], [ 106.113520839000046, 29.562766334000067 ], [ 106.113527280000028, 29.562817659000078 ], [ 106.113533522000068, 29.562851002000055 ], [ 106.11354142700003, 29.562869127000052 ], [ 106.113566534000043, 29.562862911000074 ], [ 106.11359225700005, 29.562858198000072 ], [ 106.11366793600007, 29.56284965300005 ], [ 106.113697903000059, 29.562847752000042 ], [ 106.113695671000073, 29.562820871000046 ], [ 106.11369384700005, 29.562805410000067 ], [ 106.113726235000058, 29.562745054000064 ], [ 106.11375737700007, 29.562751503000072 ], [ 106.113790859000062, 29.562760472000029 ], [ 106.113783843000078, 29.562791366000059 ], [ 106.113791651000042, 29.562801271000072 ], [ 106.113806207000039, 29.562778066000078 ], [ 106.113809586000059, 29.562775564000045 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.115170681000052, 29.561895706000087 ], [ 106.115147689000025, 29.56183254400008 ], [ 106.11510946900006, 29.561752220000081 ], [ 106.115049341000031, 29.561676877000085 ], [ 106.11501901400004, 29.561615207000038 ], [ 106.115009908000062, 29.561536077000088 ], [ 106.115015576000076, 29.561434173000059 ], [ 106.114915280000048, 29.561465121000083 ], [ 106.114758218000077, 29.561532421000038 ], [ 106.114553924000063, 29.561672094000073 ], [ 106.114418298000032, 29.561817190000049 ], [ 106.114391976000036, 29.561919380000063 ], [ 106.114420405000033, 29.562009115000091 ], [ 106.114482807000059, 29.562068574000079 ], [ 106.11461335000007, 29.562085474000082 ], [ 106.114934665000078, 29.561980807000058 ], [ 106.115170681000052, 29.561895706000087 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.116072520000046, 29.557050030000088 ], [ 106.116121733000057, 29.557112882000055 ], [ 106.116140294000047, 29.55714457200008 ], [ 106.116150333000064, 29.557229411000034 ], [ 106.116150858000026, 29.557277176000074 ], [ 106.11614840600005, 29.557330274000023 ], [ 106.116118842000049, 29.557402177000089 ], [ 106.116077459000053, 29.557503371000056 ], [ 106.116078246000029, 29.557575019000076 ], [ 106.116103111000029, 29.557627887000081 ], [ 106.116124649000028, 29.557654244000048 ], [ 106.116185906000055, 29.557704153000099 ], [ 106.116258642000048, 29.557755909000036 ], [ 106.116316162000032, 29.557829794000043 ], [ 106.116332829000044, 29.557872150000037 ], [ 106.116329207000049, 29.55791113600009 ], [ 106.116264638000075, 29.557932927000081 ], [ 106.116248827000049, 29.557968473000074 ], [ 106.116273661000037, 29.558024722000077 ], [ 106.116273751000051, 29.558024926000083 ], [ 106.116302530000041, 29.558063639000068 ], [ 106.116327299000034, 29.558105927000039 ], [ 106.116360440000051, 29.558172934000076 ], [ 106.116344823000077, 29.558226186000073 ], [ 106.116304711000055, 29.558261937000061 ], [ 106.116252136000071, 29.558269461000059 ], [ 106.116198260000033, 29.558258723000048 ], [ 106.116166888000066, 29.558252471000063 ], [ 106.116082528000049, 29.558237611000045 ], [ 106.116160269000034, 29.558432488000051 ], [ 106.116214538000065, 29.558517072000086 ], [ 106.116225524000072, 29.55853419400006 ], [ 106.116297962000033, 29.558602854000071 ], [ 106.116484372000059, 29.558743124000049 ], [ 106.116617787000067, 29.55886734600006 ], [ 106.116690516000062, 29.558962391000083 ], [ 106.116767163000077, 29.559070598000059 ], [ 106.11683651900006, 29.559201956000049 ], [ 106.116886867000062, 29.559320280000062 ], [ 106.116940298000031, 29.559375905000081 ], [ 106.117053293000026, 29.55952998500004 ], [ 106.117153927000061, 29.559675098000071 ], [ 106.117212057000074, 29.559803536000061 ], [ 106.117275913000071, 29.55980551500005 ], [ 106.117376463000028, 29.559810338000091 ], [ 106.117490288000056, 29.559843391000072 ], [ 106.117614090000075, 29.559899034000068 ], [ 106.11766607900006, 29.559909933000082 ], [ 106.117704851000042, 29.559898270000076 ], [ 106.117727354000067, 29.559881075000082 ], [ 106.117748548000066, 29.559838214000081 ], [ 106.11774783900006, 29.55977393500007 ], [ 106.117729791000045, 29.559706020000085 ], [ 106.117650362000063, 29.559562992000053 ], [ 106.117483229000072, 29.559311040000072 ], [ 106.117328530000066, 29.559009823000057 ], [ 106.117261702000064, 29.55883265600005 ], [ 106.11725696200007, 29.558794881000043 ], [ 106.117256545000032, 29.558757070000073 ], [ 106.117281953000031, 29.558707697000035 ], [ 106.117298713000025, 29.558658396000055 ], [ 106.117288731000031, 29.558537473000047 ], [ 106.117279583000027, 29.558492172000062 ], [ 106.117235461000064, 29.558413132000052 ], [ 106.117121019000081, 29.558232584000056 ], [ 106.116970398000035, 29.557908644000051 ], [ 106.116899039000032, 29.557712608000092 ], [ 106.116788134000046, 29.557460180000071 ], [ 106.11672625500006, 29.557339693000074 ], [ 106.116677768000045, 29.557256908000056 ], [ 106.116637930000081, 29.557174051000068 ], [ 106.116623875000073, 29.557075850000039 ], [ 106.116627243000039, 29.55698884800006 ], [ 106.116648203000068, 29.556928168000063 ], [ 106.116643504000081, 29.556894174000039 ], [ 106.116630445000055, 29.556886721000069 ], [ 106.116574265000054, 29.556890975000048 ], [ 106.116522536000048, 29.556906536000042 ], [ 106.116492637000079, 29.556940820000072 ], [ 106.116449804000069, 29.556978995000055 ], [ 106.116398116000028, 29.556998338000085 ], [ 106.116302971000039, 29.556999137000048 ], [ 106.116216684000051, 29.557018769000081 ], [ 106.11611750700007, 29.55704607400008 ], [ 106.116072520000046, 29.557050030000088 ] ], [ [ 106.116370373000052, 29.557234390000083 ], [ 106.116423453000039, 29.557272898000054 ], [ 106.116493669000079, 29.557396256000057 ], [ 106.116535260000035, 29.557495065000065 ], [ 106.116564468000036, 29.557572729000071 ], [ 106.11662646700006, 29.557685531000061 ], [ 106.116680209000037, 29.557784238000064 ], [ 106.116771221000093, 29.557956999000051 ], [ 106.116845955000031, 29.558122815000047 ], [ 106.116883809000058, 29.558249986000078 ], [ 106.116909239000051, 29.558352472000081 ], [ 106.11695048100006, 29.558419411000049 ], [ 106.116995618000033, 29.558472152000032 ], [ 106.117016142000068, 29.558496768000055 ], [ 106.117008509000073, 29.558539329000041 ], [ 106.116984324000043, 29.558550156000084 ], [ 106.116951923000045, 29.558550429000032 ], [ 106.116927622000048, 29.558550633000038 ], [ 106.116891053000074, 29.558540317000048 ], [ 106.116862234000067, 29.558498063000059 ], [ 106.116837349000036, 29.558445151000061 ], [ 106.116832636000026, 29.558384988000061 ], [ 106.11679532800008, 29.558307392000074 ], [ 106.116745947000027, 29.558236980000068 ], [ 106.11671257200004, 29.558148726000063 ], [ 106.116621715000065, 29.557990129000075 ], [ 106.116431475000084, 29.55763405000004 ], [ 106.116353432000039, 29.557535548000093 ], [ 106.116287422000028, 29.55742632000004 ], [ 106.116246065000041, 29.557348758000042 ], [ 106.116261292000047, 29.557260096000043 ], [ 106.116305493000027, 29.557227852000036 ], [ 106.116370373000052, 29.557234390000083 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.114211099000045, 29.560233681000057 ], [ 106.114209627000037, 29.560218819000067 ], [ 106.114212007000049, 29.560193216000073 ], [ 106.114251472000035, 29.560153347000043 ], [ 106.11426976000007, 29.560122959000068 ], [ 106.114264236000054, 29.560104399000068 ], [ 106.114250655000035, 29.560078930000081 ], [ 106.114223622000054, 29.560039619000055 ], [ 106.114199248000034, 29.560000286000044 ], [ 106.114174849000051, 29.559958627000071 ], [ 106.114166385000033, 29.559914509000066 ], [ 106.114155209000046, 29.559865762000072 ], [ 106.114154903000042, 29.559837856000058 ], [ 106.114167769000062, 29.559798210000057 ], [ 106.114204523000069, 29.559753713000074 ], [ 106.114270230000045, 29.559681063000088 ], [ 106.114301792000049, 29.559648238000076 ], [ 106.114333533000035, 29.559631692000046 ], [ 106.11434795200006, 29.559630870000035 ], [ 106.114348463000056, 29.559476144000087 ], [ 106.11437193900008, 29.559345265000051 ], [ 106.114398480000034, 29.559266631000064 ], [ 106.114442746000066, 29.559213986000092 ], [ 106.114489716000037, 29.559180921000067 ], [ 106.114554100000078, 29.55914553100007 ], [ 106.114633526000034, 29.55911872800004 ], [ 106.11470543300004, 29.559087632000047 ], [ 106.114734917000078, 29.559050357000039 ], [ 106.114724356000067, 29.558995994000043 ], [ 106.114674009000055, 29.558948499000049 ], [ 106.114619040000036, 29.558933714000091 ], [ 106.114473509000049, 29.558899985000043 ], [ 106.114468332000058, 29.559067730000034 ], [ 106.114450581000028, 29.559146955000067 ], [ 106.114426846000072, 29.559165760000042 ], [ 106.114405617000045, 29.559170589000075 ], [ 106.114328621000027, 29.55916768000008 ], [ 106.11412230600007, 29.55912596800005 ], [ 106.113888125000088, 29.559082750000076 ], [ 106.113818373000072, 29.559062060000088 ], [ 106.113720381000064, 29.559002098000057 ], [ 106.113655421000033, 29.55894990600007 ], [ 106.113625317000071, 29.55892504000008 ], [ 106.113607831000095, 29.558900680000079 ], [ 106.11359184500003, 29.558868913000087 ], [ 106.113596562000055, 29.55884092500008 ], [ 106.113699630000042, 29.55859510200008 ], [ 106.113730351000086, 29.558539300000067 ], [ 106.113785673000066, 29.558488935000071 ], [ 106.113869873000056, 29.558439206000067 ], [ 106.11387630300004, 29.558437966000042 ], [ 106.113804752000078, 29.558406624000039 ], [ 106.113710845000071, 29.558363166000042 ], [ 106.11364388800007, 29.558292253000047 ], [ 106.113576595000055, 29.558190711000073 ], [ 106.113541376000057, 29.558173989000071 ], [ 106.113486826000042, 29.558172897000087 ], [ 106.113449351000057, 29.55820212400004 ], [ 106.113379307000059, 29.558277060000076 ], [ 106.113296042000059, 29.558438848000044 ], [ 106.113210913000046, 29.55860695900008 ], [ 106.113357830000041, 29.558869239000039 ], [ 106.113476674000026, 29.559097819000037 ], [ 106.113517290000061, 29.559164317000061 ], [ 106.113550875000058, 29.559196002000075 ], [ 106.113584398000057, 29.559221876000048 ], [ 106.113614692000056, 29.559256493000081 ], [ 106.113645274000078, 29.559317263000082 ], [ 106.113710239000056, 29.559482362000047 ], [ 106.113774854000042, 29.559615497000038 ], [ 106.113821895000058, 29.559661599000034 ], [ 106.113869445000034, 29.559754193000053 ], [ 106.113920287000042, 29.559843853000075 ], [ 106.113934793000055, 29.559954160000075 ], [ 106.114006822000093, 29.560156977000076 ], [ 106.114045937000071, 29.560262174000062 ], [ 106.114092406000054, 29.560254385000061 ], [ 106.11413376400003, 29.560272031000064 ], [ 106.11413660900007, 29.560279256000044 ], [ 106.114211099000045, 29.560233681000057 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.112672577000069, 29.56068821100007 ], [ 106.112710154000069, 29.560620546000056 ], [ 106.112735974000032, 29.560555903000072 ], [ 106.112735440000051, 29.560501663000085 ], [ 106.11270247200008, 29.560364404000037 ], [ 106.112666250000075, 29.560289062000031 ], [ 106.11262208900007, 29.560206913000059 ], [ 106.112562386000036, 29.560142085000052 ], [ 106.112478976000034, 29.560067138000086 ], [ 106.112391482000078, 29.559978474000044 ], [ 106.11231589900008, 29.559900024000058 ], [ 106.112200879000056, 29.559811590000045 ], [ 106.112050617000079, 29.559737204000037 ], [ 106.111848167000062, 29.559650651000076 ], [ 106.111845369000036, 29.559655299000042 ], [ 106.111852536000072, 29.559760426000089 ], [ 106.111914357000046, 29.559912429000054 ], [ 106.111951369000067, 29.559996269000067 ], [ 106.111964090000072, 29.560059274000075 ], [ 106.111949695000078, 29.560096051000066 ], [ 106.112047196000049, 29.560142959000071 ], [ 106.112154352000061, 29.560231460000065 ], [ 106.112206190000052, 29.560296355000052 ], [ 106.112255036000079, 29.560447233000044 ], [ 106.112315023000065, 29.560580556000051 ], [ 106.112338157000067, 29.56054957800006 ], [ 106.112396226000044, 29.560517662000056 ], [ 106.112450232000072, 29.560525068000064 ], [ 106.11249114500005, 29.560567941000041 ], [ 106.112496413000031, 29.560638614000087 ], [ 106.112496930000077, 29.560685754000065 ], [ 106.112506219000068, 29.560713177000089 ], [ 106.112533307000035, 29.560724737000044 ], [ 106.112582604000067, 29.560712537000072 ], [ 106.112645252000064, 29.560688440000039 ], [ 106.112672577000069, 29.56068821100007 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.117981334000049, 29.556793274000089 ], [ 106.117934372000036, 29.556642445000072 ], [ 106.117799342000069, 29.556286937000039 ], [ 106.117688919000045, 29.555960943000056 ], [ 106.117541366000069, 29.555656026000065 ], [ 106.11746018000008, 29.555422994000079 ], [ 106.117453830000045, 29.555322229000065 ], [ 106.117398144000049, 29.555024826000082 ], [ 106.117317221000064, 29.554838944000036 ], [ 106.11722233100005, 29.554638085000082 ], [ 106.117085329000076, 29.554372542000063 ], [ 106.116968793000069, 29.554139064000079 ], [ 106.116895107000076, 29.553989096000066 ], [ 106.116743836000069, 29.553673863000093 ], [ 106.116715364000072, 29.553467882000064 ], [ 106.116731032000075, 29.55334932300007 ], [ 106.116774251000038, 29.553192060000079 ], [ 106.116674213000067, 29.553188447000082 ], [ 106.11647587200008, 29.55318561100006 ], [ 106.11624403000009, 29.553180804000075 ], [ 106.116136170000061, 29.553208731000044 ], [ 106.116028382000081, 29.553243414000068 ], [ 106.115958660000047, 29.553253158000079 ], [ 106.116035905000047, 29.55331461000009 ], [ 106.116077959000052, 29.553360494000053 ], [ 106.116089872000046, 29.553413236000043 ], [ 106.116113114000044, 29.553465885000037 ], [ 106.116143801000078, 29.553508562000047 ], [ 106.116235068000037, 29.553563942000043 ], [ 106.116318561000071, 29.553599569000077 ], [ 106.116436159000045, 29.553644818000059 ], [ 106.116519653000069, 29.553680446000044 ], [ 106.116565232000028, 29.553703182000053 ], [ 106.116603401000077, 29.553739191000091 ], [ 106.116607651000038, 29.553782090000084 ], [ 106.116603933000079, 29.553873227000047 ], [ 106.116582374000075, 29.553972425000037 ], [ 106.116577149000079, 29.554012074000063 ], [ 106.116600231000064, 29.554051485000056 ], [ 106.116612132000057, 29.554061692000058 ], [ 106.116660251000042, 29.554102965000084 ], [ 106.116728383000066, 29.554119719000088 ], [ 106.116791208000052, 29.554168698000066 ], [ 106.116811677000044, 29.554227936000078 ], [ 106.116813133000051, 29.554237998000069 ], [ 106.116833127000064, 29.554376276000077 ], [ 106.116809528000033, 29.554547275000054 ], [ 106.116793304000055, 29.554616723000041 ], [ 106.116793957000027, 29.554676125000064 ], [ 106.116837047000047, 29.554732696000091 ], [ 106.11689726000003, 29.554801499000064 ], [ 106.116897694000045, 29.554841103000065 ], [ 106.116889610000044, 29.554878301000088 ], [ 106.116830378000031, 29.554898602000037 ], [ 106.116753944000038, 29.554899245000055 ], [ 106.116687506000062, 29.55490610400005 ], [ 106.116648936000047, 29.554937357000085 ], [ 106.116635331000069, 29.554986959000072 ], [ 106.116635943000063, 29.555042627000027 ], [ 106.116679138000052, 29.555110309000035 ], [ 106.11676178700003, 29.555227147000043 ], [ 106.116794711000068, 29.555325847000063 ], [ 106.116802569000072, 29.555396918000049 ], [ 106.116807931000039, 29.555403045000045 ], [ 106.116834812000036, 29.55543376300005 ], [ 106.116884946000027, 29.555489015000031 ], [ 106.11691722300003, 29.555528952000099 ], [ 106.116949569000042, 29.555575074000043 ], [ 106.11695336400004, 29.555625961000082 ], [ 106.116966036000065, 29.555653558000074 ], [ 106.116997292000065, 29.555765477000072 ], [ 106.116986059000055, 29.555841537000049 ], [ 106.116998684000066, 29.555859215000059 ], [ 106.117027356000051, 29.555892997000051 ], [ 106.117052593000039, 29.555936087000063 ], [ 106.117053036000073, 29.555976291000039 ], [ 106.117039193000039, 29.556004243000078 ], [ 106.11704310500005, 29.556038234000077 ], [ 106.117053988000066, 29.556062886000063 ], [ 106.117127913000047, 29.556111110000078 ], [ 106.117252179000047, 29.556156441000041 ], [ 106.11734074500005, 29.556171154000083 ], [ 106.117425063000042, 29.556201362000081 ], [ 106.117483159000074, 29.55625884400007 ], [ 106.117497694000065, 29.556374662000046 ], [ 106.117445634000035, 29.556463987000086 ], [ 106.117393106000065, 29.556510805000073 ], [ 106.117324273000065, 29.556570419000085 ], [ 106.117281622000064, 29.556608433000068 ], [ 106.117278851000037, 29.556657698000034 ], [ 106.117295765000051, 29.556689418000079 ], [ 106.117312456000036, 29.556700864000057 ], [ 106.117355521000036, 29.556700502000073 ], [ 106.117425056000059, 29.556697020000058 ], [ 106.117494751000038, 29.556708020000087 ], [ 106.117551066000033, 29.556707546000041 ], [ 106.117590818000053, 29.556707212000052 ], [ 106.117633883000053, 29.556706850000069 ], [ 106.117663794000066, 29.556715287000088 ], [ 106.117710394000028, 29.55673517200006 ], [ 106.117760372000077, 29.556760821000065 ], [ 106.117807101000039, 29.55679228900004 ], [ 106.117843604000029, 29.556797775000067 ], [ 106.117981334000049, 29.556793274000089 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.11695336400004, 29.555625961000082 ], [ 106.116953719000037, 29.555630712000038 ], [ 106.116939910000056, 29.555661759000088 ], [ 106.116908346000059, 29.555686768000051 ], [ 106.116901544000044, 29.555711569000032 ], [ 106.116901817000041, 29.555736310000043 ], [ 106.116959162000072, 29.555803874000041 ], [ 106.116986059000055, 29.555841537000049 ], [ 106.116997292000065, 29.555765477000072 ], [ 106.116966036000065, 29.555653558000074 ], [ 106.11695336400004, 29.555625961000082 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.118193867000073, 29.558545829000082 ], [ 106.118193685000051, 29.558529252000085 ], [ 106.11826525500004, 29.558514712000086 ], [ 106.118292995000047, 29.558500543000036 ], [ 106.118308626000044, 29.558472539000036 ], [ 106.118276136000077, 29.558417068000036 ], [ 106.118207859000066, 29.558368866000084 ], [ 106.118087723000031, 29.558307213000038 ], [ 106.11807544800007, 29.558314436000035 ], [ 106.118058216000065, 29.558315701000083 ], [ 106.118048603000034, 29.558319063000059 ], [ 106.11804352300004, 29.558321853000049 ], [ 106.118039339000063, 29.558324166000091 ], [ 106.11802391100008, 29.55833296600008 ], [ 106.118020243000046, 29.558335082000038 ], [ 106.118011625000065, 29.558340057000063 ], [ 106.117999206000036, 29.55834797000005 ], [ 106.117987850000077, 29.558355911000028 ], [ 106.117979408000053, 29.558360436000044 ], [ 106.117951756000025, 29.558375114000061 ], [ 106.117933447000041, 29.558385543000046 ], [ 106.117897372000073, 29.558420901000094 ], [ 106.117889268000056, 29.558428154000072 ], [ 106.117879839000068, 29.558432993000057 ], [ 106.117871649000051, 29.558434533000078 ], [ 106.117869825000071, 29.558437027000068 ], [ 106.117868500000043, 29.558438534000068 ], [ 106.117873954000061, 29.558444841000043 ], [ 106.117881522000062, 29.55845425300004 ], [ 106.117958026000068, 29.558549373000059 ], [ 106.117959463000034, 29.558548741000035 ], [ 106.117965006000077, 29.558546832000047 ], [ 106.11797019400008, 29.558545046000059 ], [ 106.118036049000068, 29.558522896000053 ], [ 106.118047515000058, 29.558519070000049 ], [ 106.118085954000037, 29.558506826000034 ], [ 106.118086128000073, 29.55850672400004 ], [ 106.118147412000056, 29.55849727400005 ], [ 106.118155413000068, 29.558512360000062 ], [ 106.118163572000086, 29.558527747000088 ], [ 106.118170558000031, 29.558540918000066 ], [ 106.118175390000033, 29.558550030000045 ], [ 106.118180611000071, 29.558548460000051 ], [ 106.11818713100007, 29.558547066000077 ], [ 106.118193867000073, 29.558545829000082 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.122700577000046, 29.568415760000054 ], [ 106.122739119000073, 29.568356990000041 ], [ 106.122776386000055, 29.568298674000062 ], [ 106.122845512000026, 29.568253454000065 ], [ 106.12280686400004, 29.568165659000048 ], [ 106.122801450000054, 29.568103710000059 ], [ 106.122829448000061, 29.568070409000086 ], [ 106.12290876100009, 29.567974680000074 ], [ 106.122950483000068, 29.567899934000092 ], [ 106.122963613000081, 29.567804763000087 ], [ 106.122953107000058, 29.567709793000063 ], [ 106.122932872000035, 29.567590107000054 ], [ 106.122870274000036, 29.567487312000079 ], [ 106.122784773000049, 29.567450837000074 ], [ 106.122638, 29.567431413000058 ], [ 106.122448955000038, 29.567437144000049 ], [ 106.122265399000071, 29.567446136000044 ], [ 106.122189670000068, 29.567457246000053 ], [ 106.122118165000074, 29.567489259000066 ], [ 106.122078729000066, 29.567533219000033 ], [ 106.122035320000066, 29.567578957000084 ], [ 106.122003540000037, 29.567593184000081 ], [ 106.121967575000042, 29.567589997000088 ], [ 106.121935582000049, 29.567585033000061 ], [ 106.121905336000054, 29.567557369000042 ], [ 106.121848215000057, 29.567446170000032 ], [ 106.121764281000026, 29.56725667400007 ], [ 106.121694625000032, 29.567094977000068 ], [ 106.121611155000039, 29.566947356000064 ], [ 106.121546110000054, 29.566841460000038 ], [ 106.121513366000045, 29.566768446000086 ], [ 106.12127642300004, 29.56632351900004 ], [ 106.121149133000074, 29.566079517000052 ], [ 106.121027530000049, 29.565786449000083 ], [ 106.12102520500008, 29.565781826000084 ], [ 106.120933260000086, 29.565802526000084 ], [ 106.120877913000072, 29.565808376000053 ], [ 106.120801947000075, 29.565805430000065 ], [ 106.120750763000046, 29.565816626000075 ], [ 106.120736478000026, 29.565823923000032 ], [ 106.120714381000028, 29.565861238000068 ], [ 106.12069903400004, 29.565959527000075 ], [ 106.120680262000064, 29.565995597000033 ], [ 106.120658541000068, 29.566012539000035 ], [ 106.120582185000046, 29.566041913000053 ], [ 106.12050169500003, 29.566071167000072 ], [ 106.120542132000026, 29.566127001000034 ], [ 106.120572820000064, 29.566169371000054 ], [ 106.120645837000041, 29.566269010000049 ], [ 106.120741902000091, 29.566498887000073 ], [ 106.12075750200006, 29.566536215000042 ], [ 106.120813541000075, 29.566670314000071 ], [ 106.120851500000072, 29.56676345100005 ], [ 106.12087813100004, 29.566825601000069 ], [ 106.120944059000067, 29.566812731000091 ], [ 106.120973319000043, 29.566805490000032 ], [ 106.120988986000043, 29.566775045000043 ], [ 106.12101739700006, 29.566690863000076 ], [ 106.12104624400007, 29.56664631600006 ], [ 106.121062092000059, 29.566632191000046 ], [ 106.121093993000045, 29.56662259400008 ], [ 106.121134076000033, 29.566629250000069 ], [ 106.121161106000045, 29.566661668000052 ], [ 106.121207140000081, 29.566724236000088 ], [ 106.121247507000078, 29.566756540000092 ], [ 106.121290204000047, 29.566758512000028 ], [ 106.121335543000043, 29.56675812900005 ], [ 106.121386293000057, 29.566764696000064 ], [ 106.12141063100006, 29.566794803000054 ], [ 106.121416455000031, 29.566839057000038 ], [ 106.121408969000072, 29.566885757000083 ], [ 106.121401509000066, 29.566934786000047 ], [ 106.121404014000063, 29.566974310000031 ], [ 106.121418567000035, 29.56703024400008 ], [ 106.121429808000073, 29.567073070000049 ], [ 106.121434183000076, 29.56709642900006 ], [ 106.121428268000045, 29.567119872000031 ], [ 106.121397908000063, 29.567166919000044 ], [ 106.121355140000063, 29.56720867100006 ], [ 106.121330539000041, 29.567217876000083 ], [ 106.121303721000061, 29.567212705000088 ], [ 106.121198029000027, 29.567148811000035 ], [ 106.121063436000043, 29.567129176000041 ], [ 106.121097098000064, 29.56717769200009 ], [ 106.121126851000042, 29.567231815000074 ], [ 106.12120218900003, 29.567365419000051 ], [ 106.121226207000063, 29.567428088000039 ], [ 106.121248392000041, 29.567500968000047 ], [ 106.121259068000029, 29.567587538000048 ], [ 106.121260041000028, 29.567618116000066 ], [ 106.121262043000058, 29.567680971000073 ], [ 106.121278309000047, 29.567738698000081 ], [ 106.121384717000069, 29.567706855000043 ], [ 106.121435645000076, 29.567703243000047 ], [ 106.121473955000056, 29.567710877000081 ], [ 106.121501538000075, 29.567736105000051 ], [ 106.121554849000063, 29.567783393000074 ], [ 106.121641221000061, 29.567857454000027 ], [ 106.121683312000073, 29.567877786000047 ], [ 106.121708848000026, 29.567882344000061 ], [ 106.121734328000059, 29.567882129000054 ], [ 106.121801550000058, 29.567870422000059 ], [ 106.121863486000052, 29.567874672000077 ], [ 106.121923903000038, 29.56790598800006 ], [ 106.121933195000068, 29.567923414000067 ], [ 106.121944469000027, 29.567955145000035 ], [ 106.121944732000031, 29.567979012000077 ], [ 106.121943194000039, 29.568004486000067 ], [ 106.121937891000073, 29.568018853000069 ], [ 106.121927111000048, 29.568031674000057 ], [ 106.12189814900006, 29.568046241000051 ], [ 106.121803765000053, 29.568070908000038 ], [ 106.121771144000036, 29.568083914000052 ], [ 106.12176041700009, 29.568101510000076 ], [ 106.121760681000069, 29.568125376000076 ], [ 106.121773685000051, 29.568149136000049 ], [ 106.121820182000079, 29.568194741000077 ], [ 106.121952531000034, 29.568320824000072 ], [ 106.121969998000054, 29.568365197000048 ], [ 106.12196316800005, 29.568405536000054 ], [ 106.121941281000034, 29.568469909000044 ], [ 106.12189395300004, 29.568498073000068 ], [ 106.121673956000066, 29.568561630000083 ], [ 106.121731691000036, 29.568669358000076 ], [ 106.12180165000008, 29.568843788000041 ], [ 106.121855630000027, 29.568979271000046 ], [ 106.121871931000044, 29.569047102000066 ], [ 106.121872696000025, 29.56905603500007 ], [ 106.121931765000056, 29.569059825000064 ], [ 106.121960197000078, 29.56905958600003 ], [ 106.121969490000041, 29.569042935000084 ], [ 106.121987895000075, 29.568993064000036 ], [ 106.122011314000076, 29.568968010000049 ], [ 106.122082394000088, 29.568967408000052 ], [ 106.12212531800003, 29.568991903000036 ], [ 106.122178267000038, 29.569066028000059 ], [ 106.122274644000072, 29.569210215000052 ], [ 106.12237521000003, 29.569304654000064 ], [ 106.122487818000081, 29.569336521000078 ], [ 106.122472953000056, 29.569278259000043 ], [ 106.122469263000042, 29.569254337000075 ], [ 106.122458824000049, 29.569239455000055 ], [ 106.122439790000044, 29.569221650000092 ], [ 106.122417296000037, 29.569200881000082 ], [ 106.122408552000081, 29.569184487000086 ], [ 106.12240636000007, 29.569141091000059 ], [ 106.122396110000068, 29.56898847500009 ], [ 106.122380112000045, 29.568846122000082 ], [ 106.122355710000079, 29.568813631000072 ], [ 106.122304464000081, 29.56876969100005 ], [ 106.122247903000073, 29.568728130000064 ], [ 106.122228970000037, 29.568707271000054 ], [ 106.122228686000028, 29.568681584000046 ], [ 106.122264975000064, 29.568580852000082 ], [ 106.122313998000052, 29.56842396200005 ], [ 106.122347873000081, 29.568346606000027 ], [ 106.122389968000064, 29.56828786300008 ], [ 106.12242176500007, 29.568264240000069 ], [ 106.12245379400008, 29.568261634000059 ], [ 106.122512640000082, 29.568268143000068 ], [ 106.122614976000079, 29.568342012000077 ], [ 106.122644721000029, 29.568374457000054 ], [ 106.122700577000046, 29.568415760000054 ] ], [ [ 106.122197672000041, 29.568049076000086 ], [ 106.122105538000028, 29.567911615000071 ], [ 106.122089304000042, 29.567883904000038 ], [ 106.122089150000079, 29.567869981000058 ], [ 106.122091161000071, 29.56784609500005 ], [ 106.122190323000041, 29.567759724000037 ], [ 106.122249057000033, 29.567721434000077 ], [ 106.122289879000064, 29.567709155000038 ], [ 106.122312629000078, 29.56770896200004 ], [ 106.122346933000074, 29.567724586000057 ], [ 106.122384149000027, 29.56779786900006 ], [ 106.122454091000066, 29.567942125000059 ], [ 106.122460988000057, 29.567956350000092 ], [ 106.122500457000058, 29.568027625000067 ], [ 106.122502975000046, 29.568049484000081 ], [ 106.122489611000049, 29.568075457000074 ], [ 106.122462726000037, 29.568113477000054 ], [ 106.122413376000068, 29.568177546000069 ], [ 106.122386361000054, 29.568203633000049 ], [ 106.122352387000035, 29.56821784400006 ], [ 106.122334164000051, 29.568216009000086 ], [ 106.122309028000075, 29.568206276000062 ], [ 106.122223527000074, 29.568087650000059 ], [ 106.122197672000041, 29.568049076000086 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.121260041000028, 29.567618116000066 ], [ 106.121259068000029, 29.567587538000048 ], [ 106.121248392000041, 29.567500968000047 ], [ 106.121226207000063, 29.567428088000039 ], [ 106.12120218900003, 29.567365419000051 ], [ 106.121126851000042, 29.567231815000074 ], [ 106.121097098000064, 29.56717769200009 ], [ 106.121063436000043, 29.567129176000041 ], [ 106.120990438000035, 29.567023961000071 ], [ 106.120944948000044, 29.566952977000085 ], [ 106.12089938400004, 29.566875197000062 ], [ 106.12087813100004, 29.566825601000069 ], [ 106.120851500000072, 29.56676345100005 ], [ 106.120813541000075, 29.566670314000071 ], [ 106.12075750200006, 29.566536215000042 ], [ 106.120613585000058, 29.566575619000048 ], [ 106.120551960000057, 29.566583848000047 ], [ 106.120525428000079, 29.566576364000074 ], [ 106.120501495000042, 29.566568749000051 ], [ 106.120431953000036, 29.566652089000062 ], [ 106.120391228000088, 29.566706626000045 ], [ 106.120363538000049, 29.566818861000058 ], [ 106.120368986000074, 29.566938041000064 ], [ 106.120441670000048, 29.567157817000066 ], [ 106.120510062000051, 29.567363177000061 ], [ 106.120600489000026, 29.567605524000037 ], [ 106.120794201000095, 29.567852080000083 ], [ 106.12091386000003, 29.567936809000063 ], [ 106.121013971000082, 29.568030822000086 ], [ 106.121048196000061, 29.56804727400004 ], [ 106.121063441000047, 29.568043326000065 ], [ 106.121062871000049, 29.567991778000081 ], [ 106.121044704000056, 29.567928922000075 ], [ 106.121035314000039, 29.56786981100004 ], [ 106.121034703000078, 29.567814444000078 ], [ 106.121027667000078, 29.567770587000041 ], [ 106.12101836100004, 29.567719113000063 ], [ 106.121013570000073, 29.567680965000079 ], [ 106.121013150000067, 29.567642781000067 ], [ 106.121034546000047, 29.567602504000035 ], [ 106.121046995000029, 29.567543208000068 ], [ 106.121090735000053, 29.56754856700007 ], [ 106.12112578600005, 29.567557817000083 ], [ 106.121154325000077, 29.567570942000085 ], [ 106.121209687000032, 29.567605468000068 ], [ 106.121260041000028, 29.567618116000066 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.121412188000079, 29.570390984000085 ], [ 106.121453655000039, 29.570390634000034 ], [ 106.121648589000088, 29.570403294000084 ], [ 106.121644162000052, 29.570373491000055 ], [ 106.121613980000078, 29.570215279000074 ], [ 106.121555536000074, 29.570072841000073 ], [ 106.121478635000074, 29.56986841600007 ], [ 106.121387415000072, 29.569654790000069 ], [ 106.121346947000063, 29.569530845000092 ], [ 106.121309278000069, 29.569338516000066 ], [ 106.121278477000033, 29.569180517000056 ], [ 106.12126029500007, 29.569087248000077 ], [ 106.121249049000028, 29.568992255000065 ], [ 106.121164342000043, 29.568982599000041 ], [ 106.121094466000059, 29.568970487000062 ], [ 106.121053450000034, 29.568940348000073 ], [ 106.121038445000067, 29.568897288000066 ], [ 106.121037996000041, 29.568856647000064 ], [ 106.121060483000079, 29.56878786700009 ], [ 106.121089063000056, 29.568744440000046 ], [ 106.121166534000054, 29.568654873000064 ], [ 106.121168794000027, 29.568596426000052 ], [ 106.121162393000077, 29.568543133000041 ], [ 106.121144567000044, 29.568507718000028 ], [ 106.121100673000072, 29.568480145000084 ], [ 106.12102191200006, 29.568452866000083 ], [ 106.120972321000067, 29.568435503000046 ], [ 106.120960529000058, 29.568420359000076 ], [ 106.120960276000062, 29.568397498000085 ], [ 106.120988968000063, 29.568364231000093 ], [ 106.121052443000053, 29.568323050000053 ], [ 106.12107820100006, 29.568287268000063 ], [ 106.121083283000075, 29.56822117500008 ], [ 106.12106553600006, 29.568116031000045 ], [ 106.121023398000034, 29.568039675000087 ], [ 106.121013971000082, 29.568030822000086 ], [ 106.12091386000003, 29.567936809000063 ], [ 106.120794201000095, 29.567852080000083 ], [ 106.120600489000026, 29.567605524000037 ], [ 106.120510062000051, 29.567363177000061 ], [ 106.120441670000048, 29.567157817000066 ], [ 106.120368986000074, 29.566938041000064 ], [ 106.120363538000049, 29.566818861000058 ], [ 106.120391228000088, 29.566706626000045 ], [ 106.120431953000036, 29.566652089000062 ], [ 106.120501495000042, 29.566568749000051 ], [ 106.120490037000081, 29.566565101000045 ], [ 106.120463165000047, 29.566526789000076 ], [ 106.120440404000078, 29.56646146800006 ], [ 106.12039089600006, 29.566369395000038 ], [ 106.120310747000076, 29.566296850000068 ], [ 106.12016473500006, 29.566247982000043 ], [ 106.120040976000041, 29.566218196000079 ], [ 106.119994760000054, 29.566189404000053 ], [ 106.119903425000075, 29.566338468000083 ], [ 106.119887414000075, 29.566427755000056 ], [ 106.119905884000062, 29.566561329000077 ], [ 106.119970658000057, 29.566783662000031 ], [ 106.120092356000043, 29.56703028100009 ], [ 106.120145090000051, 29.567188329000082 ], [ 106.12014662200005, 29.567326998000055 ], [ 106.120154527000068, 29.567529999000044 ], [ 106.120201057000045, 29.56763411300004 ], [ 106.12026591700004, 29.56773115400005 ], [ 106.120391587000029, 29.567847201000067 ], [ 106.120497877000048, 29.567941104000056 ], [ 106.120517380000081, 29.567974398000043 ], [ 106.120527441000036, 29.56801892500005 ], [ 106.120502204000061, 29.568044232000076 ], [ 106.12045455100008, 29.568061365000066 ], [ 106.120292526000071, 29.568071056000065 ], [ 106.12029530600006, 29.568096530000044 ], [ 106.120282137000061, 29.568152377000047 ], [ 106.120227751000073, 29.568220621000073 ], [ 106.120189501000027, 29.568248124000029 ], [ 106.120315312000059, 29.568283970000035 ], [ 106.120351623000033, 29.568325455000043 ], [ 106.120352007000065, 29.568360277000071 ], [ 106.120341135000047, 29.568457879000054 ], [ 106.120342518000029, 29.56858324000007 ], [ 106.12039212500008, 29.568746499000046 ], [ 106.12042279700006, 29.56882902500007 ], [ 106.120437286000026, 29.568868007000052 ], [ 106.120461916000068, 29.568933967000081 ], [ 106.120438324000077, 29.568962026000072 ], [ 106.120394584000053, 29.568969361000082 ], [ 106.120306914000025, 29.568966616000068 ], [ 106.120152920000066, 29.568968730000055 ], [ 106.120155772000032, 29.568985300000062 ], [ 106.120157006000056, 29.568992472000041 ], [ 106.12017647600004, 29.56903900500004 ], [ 106.120214696000062, 29.569067304000036 ], [ 106.120252802000039, 29.569085059000091 ], [ 106.120328811000036, 29.569102494000042 ], [ 106.120451342000081, 29.569119536000066 ], [ 106.120511845000067, 29.569137101000081 ], [ 106.120549010000062, 29.569159838000076 ], [ 106.12051914400007, 29.569065821000038 ], [ 106.120514737000065, 29.56902755100009 ], [ 106.120554225000035, 29.568995874000056 ], [ 106.120617842000058, 29.568984889000028 ], [ 106.12067361000004, 29.568984419000053 ], [ 106.120733359000042, 29.568983915000047 ], [ 106.120765456000072, 29.569004539000051 ], [ 106.120805712000063, 29.569042507000056 ], [ 106.12088610900004, 29.569117709000064 ], [ 106.120894268000029, 29.569125341000071 ], [ 106.120999335000079, 29.569260272000076 ], [ 106.121032702000051, 29.569395809000074 ], [ 106.121009803000064, 29.56948654800004 ], [ 106.120974260000025, 29.569514708000053 ], [ 106.120850930000074, 29.569529679000087 ], [ 106.120803245000047, 29.569540529000051 ], [ 106.120775708000053, 29.569572104000091 ], [ 106.120760159000042, 29.569607062000038 ], [ 106.120740820000037, 29.569659462000057 ], [ 106.120673371000066, 29.569684409000047 ], [ 106.120597688000032, 29.569685048000061 ], [ 106.12048614600009, 29.569638954000087 ], [ 106.120461090000049, 29.56969036300007 ], [ 106.120439623000038, 29.569774900000084 ], [ 106.120424532000072, 29.569812686000031 ], [ 106.120417972000041, 29.569822738000088 ], [ 106.120601564000026, 29.569869361000094 ], [ 106.120728322000048, 29.569923435000081 ], [ 106.120902742000055, 29.570009274000082 ], [ 106.120982499000036, 29.570091318000038 ], [ 106.121046945000046, 29.570214848000035 ], [ 106.121069238000075, 29.57032954500005 ], [ 106.121070153000062, 29.570412254000075 ], [ 106.121068126000068, 29.57041451200007 ], [ 106.121148894000044, 29.570402398000056 ], [ 106.121264430000053, 29.570392232000074 ], [ 106.121353787000032, 29.570391477000044 ], [ 106.121412188000079, 29.570390984000085 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.121673956000066, 29.568561630000083 ], [ 106.121658257000036, 29.568532341000036 ], [ 106.121626672000048, 29.568488427000091 ], [ 106.121520841000063, 29.568338854000057 ], [ 106.121463987000027, 29.56834731500004 ], [ 106.121393181000045, 29.568334729000075 ], [ 106.121371130000057, 29.568315820000059 ], [ 106.121316243000081, 29.568290030000071 ], [ 106.121289129000047, 29.568306966000073 ], [ 106.121278658000051, 29.568347629000069 ], [ 106.121278787000051, 29.568359562000072 ], [ 106.121281938000038, 29.56839772200005 ], [ 106.121290447000035, 29.568426290000041 ], [ 106.121290631000079, 29.568442996000044 ], [ 106.12129638100005, 29.568469201000084 ], [ 106.121304834000057, 29.568492998000067 ], [ 106.121310637000079, 29.568523977000044 ], [ 106.121319091000032, 29.568547773000041 ], [ 106.121333083000081, 29.568578681000076 ], [ 106.121338700000081, 29.56859295300006 ], [ 106.121339228000068, 29.568640684000062 ], [ 106.121364377000077, 29.568692980000037 ], [ 106.121375640000068, 29.56872391200006 ], [ 106.121364983000035, 29.568747869000056 ], [ 106.121354224000086, 29.568762281000094 ], [ 106.121343461000038, 29.568776690000046 ], [ 106.12131899600007, 29.568786444000072 ], [ 106.121288967000069, 29.568786699000047 ], [ 106.12123710000003, 29.568787137000076 ], [ 106.121218175000081, 29.568804003000078 ], [ 106.121199223000076, 29.568818484000069 ], [ 106.121183080000051, 29.568840099000056 ], [ 106.121158751000053, 29.568861787000063 ], [ 106.12116452500004, 29.568890378000042 ], [ 106.121172926000042, 29.568909400000045 ], [ 106.121192326000028, 29.568935492000033 ], [ 106.12120623900006, 29.56895924100008 ], [ 106.121228263000035, 29.568975762000036 ], [ 106.121248831000059, 29.568986760000083 ], [ 106.121262167000054, 29.568934978000069 ], [ 106.121299688000079, 29.568899447000035 ], [ 106.121317701000066, 29.568897238000094 ], [ 106.121408540000061, 29.568886099000039 ], [ 106.121522359000039, 29.568893423000077 ], [ 106.121641468000064, 29.568950418000043 ], [ 106.121830456000055, 29.569036741000048 ], [ 106.121872696000025, 29.56905603500007 ], [ 106.121871931000044, 29.569047102000066 ], [ 106.121855630000027, 29.568979271000046 ], [ 106.12180165000008, 29.568843788000041 ], [ 106.121731691000036, 29.568669358000076 ], [ 106.121673956000066, 29.568561630000083 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.123291573000074, 29.569054326000067 ], [ 106.123286248000056, 29.569051506000047 ], [ 106.123263688000065, 29.569039560000075 ], [ 106.123173687000076, 29.569027423000076 ], [ 106.122960556000066, 29.569008691000072 ], [ 106.122958489000041, 29.569016883000078 ], [ 106.122928784000067, 29.569097373000087 ], [ 106.12287088800008, 29.569164729000075 ], [ 106.122835868000038, 29.569204056000046 ], [ 106.122982060000027, 29.569267111000045 ], [ 106.123139753000032, 29.56926867500005 ], [ 106.123134575000051, 29.569232224000071 ], [ 106.123130714000069, 29.569206487000084 ], [ 106.123130901000081, 29.569193928000058 ], [ 106.123130806000063, 29.569167543000045 ], [ 106.12313130800004, 29.569148379000062 ], [ 106.123136466000062, 29.569148202000058 ], [ 106.123186117000046, 29.569147512000079 ], [ 106.123186807000081, 29.569147073000071 ], [ 106.123185516000035, 29.569066945000085 ], [ 106.12318816100003, 29.569056637000067 ], [ 106.123264387000063, 29.569059037000049 ], [ 106.123288870000067, 29.569064376000085 ], [ 106.123291573000074, 29.569054326000067 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.123201305000066, 29.569522458000058 ], [ 106.12302891800006, 29.569451682000086 ], [ 106.122961744000065, 29.56943598000003 ], [ 106.12291708000005, 29.569436358000075 ], [ 106.122746588000041, 29.569502880000076 ], [ 106.122650177000025, 29.569536235000051 ], [ 106.122609164000039, 29.569530074000063 ], [ 106.122579063000046, 29.569501042000073 ], [ 106.122545555000045, 29.569450521000071 ], [ 106.122487818000081, 29.569336521000078 ], [ 106.12237521000003, 29.569304654000064 ], [ 106.122274644000072, 29.569210215000052 ], [ 106.122178267000038, 29.569066028000059 ], [ 106.12212531800003, 29.568991903000036 ], [ 106.122082394000088, 29.568967408000052 ], [ 106.122011314000076, 29.568968010000049 ], [ 106.121987895000075, 29.568993064000036 ], [ 106.121969490000041, 29.569042935000084 ], [ 106.121960197000078, 29.56905958600003 ], [ 106.121931765000056, 29.569059825000064 ], [ 106.121872696000025, 29.56905603500007 ], [ 106.121885319000057, 29.569203319000046 ], [ 106.121883733000061, 29.569235617000068 ], [ 106.121891122000079, 29.569376592000083 ], [ 106.121914061000041, 29.56951743500008 ], [ 106.121970472000044, 29.56969707800004 ], [ 106.121983607000061, 29.569740366000072 ], [ 106.122036989000037, 29.569739704000089 ], [ 106.122171816000048, 29.569736928000051 ], [ 106.122259749000079, 29.569727998000079 ], [ 106.122285824000073, 29.569714679000075 ], [ 106.122317425000077, 29.569693126000058 ], [ 106.122361740000031, 29.569635444000092 ], [ 106.122406072000047, 29.569579398000084 ], [ 106.12243391100003, 29.569556240000058 ], [ 106.122463804000063, 29.569549436000045 ], [ 106.122491951000029, 29.569554112000048 ], [ 106.122512787000062, 29.56957522100004 ], [ 106.122556495000026, 29.569632160000083 ], [ 106.122626552000042, 29.569700337000089 ], [ 106.122670007000067, 29.569734354000047 ], [ 106.12270570000004, 29.569743877000075 ], [ 106.122743176000029, 29.569745197000081 ], [ 106.122786179000059, 29.569738284000035 ], [ 106.122829108000076, 29.569724822000072 ], [ 106.122881204000066, 29.569693272000045 ], [ 106.123013342000036, 29.56961683600008 ], [ 106.123162334000028, 29.569540257000082 ], [ 106.123201305000066, 29.569522458000058 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.123329860000069, 29.567660658000083 ], [ 106.123328122000032, 29.567651151000057 ], [ 106.123307639000075, 29.567527215000048 ], [ 106.123281722000058, 29.567405710000056 ], [ 106.123233994000046, 29.567286780000074 ], [ 106.123158423000064, 29.567227536000079 ], [ 106.123161779000043, 29.567275503000079 ], [ 106.123158913000054, 29.567316073000089 ], [ 106.123155763000057, 29.567330581000078 ], [ 106.123129391000077, 29.567342388000043 ], [ 106.123110176000068, 29.567343351000076 ], [ 106.12318219000008, 29.567420505000097 ], [ 106.12317672100005, 29.567542871000057 ], [ 106.123174793000032, 29.567677140000058 ], [ 106.123230976000059, 29.567819869000061 ], [ 106.123242976000029, 29.567880436000053 ], [ 106.123274098000081, 29.567880173000052 ], [ 106.123306994000075, 29.567855037000069 ], [ 106.123315600000069, 29.56777624800009 ], [ 106.123329860000069, 29.567660658000083 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.125897218000034, 29.569530102000044 ], [ 106.125914451000043, 29.569467245000045 ], [ 106.125893623000081, 29.569414855000034 ], [ 106.125735182000042, 29.569456295000069 ], [ 106.125625791000061, 29.569488724000053 ], [ 106.125556834000065, 29.569474993000078 ], [ 106.12551730000007, 29.56945527400006 ], [ 106.12553990300006, 29.569425017000079 ], [ 106.12561009500007, 29.569402935000078 ], [ 106.125631136000038, 29.569379844000085 ], [ 106.125587973000052, 29.569328658000074 ], [ 106.125537294000026, 29.569337684000065 ], [ 106.125454142000081, 29.569372756000071 ], [ 106.125432004000061, 29.569297045000045 ], [ 106.125431115000026, 29.569216859000051 ], [ 106.125540744000034, 29.569205907000086 ], [ 106.125616158000085, 29.569210997000077 ], [ 106.125658661000045, 29.569203473000066 ], [ 106.125707503000058, 29.569175853000054 ], [ 106.125747708000063, 29.569108209000028 ], [ 106.125667683000074, 29.569130367000078 ], [ 106.125597334000076, 29.569138125000048 ], [ 106.125508958000069, 29.569146028000031 ], [ 106.125494707000044, 29.569190547000055 ], [ 106.125447087000055, 29.569179495000064 ], [ 106.125402790000066, 29.569174142000065 ], [ 106.12535536200005, 29.56918027200004 ], [ 106.125289573000032, 29.569152878000068 ], [ 106.125240492000046, 29.569188103000037 ], [ 106.125160171000061, 29.569235195000083 ], [ 106.125110311000071, 29.56925237400009 ], [ 106.12513559000007, 29.569292555000061 ], [ 106.125159528000054, 29.569324424000055 ], [ 106.125178251000079, 29.569358628000082 ], [ 106.125252786000033, 29.569463375000055 ], [ 106.125303130000077, 29.569513347000058 ], [ 106.125348083000063, 29.569549620000096 ], [ 106.125385273000077, 29.569595121000074 ], [ 106.125414961000047, 29.569672758000078 ], [ 106.125586877000046, 29.569637311000058 ], [ 106.125740859000075, 29.569601764000083 ], [ 106.125821227000074, 29.56957691200007 ], [ 106.125883008000073, 29.569538117000043 ], [ 106.125897218000034, 29.569530102000044 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.125649617000079, 29.566795924000061 ], [ 106.125649365000072, 29.566773213000094 ], [ 106.125648998000031, 29.566740176000053 ], [ 106.125635014000068, 29.566693555000096 ], [ 106.125613385000065, 29.566681991000046 ], [ 106.125570078000067, 29.566654166000031 ], [ 106.12550013300006, 29.566647710000041 ], [ 106.12543026600008, 29.566648302000075 ], [ 106.125387088000025, 29.566632222000067 ], [ 106.125319233000042, 29.566571712000037 ], [ 106.125262749000058, 29.56656749200004 ], [ 106.125232782000069, 29.566572311000076 ], [ 106.125201048000065, 29.566577414000044 ], [ 106.125185315000067, 29.566612787000064 ], [ 106.125174224000034, 29.566693194000042 ], [ 106.125170390000051, 29.56672098600006 ], [ 106.125176599000042, 29.566796114000063 ], [ 106.125177405000045, 29.566868939000081 ], [ 106.125159819000032, 29.566979510000067 ], [ 106.125146826000048, 29.56701956000007 ], [ 106.125155253000059, 29.56705238000006 ], [ 106.125206517000038, 29.567070741000066 ], [ 106.125344242000054, 29.567130658000053 ], [ 106.125511264000068, 29.567166833000051 ], [ 106.125523473000044, 29.567135637000042 ], [ 106.125518429000081, 29.567106771000049 ], [ 106.125496281000039, 29.567026428000077 ], [ 106.125488325000049, 29.566948029000056 ], [ 106.125488051000048, 29.566923252000031 ], [ 106.125501946000043, 29.566898355000028 ], [ 106.125522997000076, 29.566879593000056 ], [ 106.125555809000048, 29.56685660200009 ], [ 106.125640285000031, 29.566806327000048 ], [ 106.125649617000079, 29.566795924000061 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.126345713000035, 29.566255876000074 ], [ 106.126338145000034, 29.566204678000069 ], [ 106.126329833000057, 29.566140928000042 ], [ 106.126312516000041, 29.566087894000077 ], [ 106.12628755100009, 29.566030935000072 ], [ 106.126247230000047, 29.565960810000039 ], [ 106.126217894000035, 29.565921173000042 ], [ 106.126206910000064, 29.565890686000049 ], [ 106.126195469000052, 29.565818987000053 ], [ 106.126138023000067, 29.565896647000041 ], [ 106.126109418000055, 29.565979484000078 ], [ 106.126060060000043, 29.566054757000078 ], [ 106.12597622100003, 29.566215498000076 ], [ 106.125967794000076, 29.56625428600006 ], [ 106.125968310000076, 29.566300742000067 ], [ 106.125962720000075, 29.566329182000061 ], [ 106.125945407000074, 29.566365466000033 ], [ 106.125966359000074, 29.56639109800005 ], [ 106.125990263000062, 29.566416707000087 ], [ 106.126028842000039, 29.566434448000052 ], [ 106.126067307000028, 29.566441865000062 ], [ 106.126105687000063, 29.566441539000039 ], [ 106.126152922000074, 29.566441139000066 ], [ 106.126205918000039, 29.566427784000048 ], [ 106.126247049000028, 29.566409367000063 ], [ 106.126282046000028, 29.566370353000075 ], [ 106.126345713000035, 29.566255876000074 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.132383479000055, 29.571509617000057 ], [ 106.132368578000069, 29.571468707000065 ], [ 106.132379251000032, 29.571446805000043 ], [ 106.132413191000069, 29.571413797000048 ], [ 106.132523927000079, 29.571368319000044 ], [ 106.132586140000058, 29.571353247000051 ], [ 106.132638117000056, 29.571352804000071 ], [ 106.132685937000076, 29.571352396000062 ], [ 106.132746190000034, 29.571348246000071 ], [ 106.132787550000046, 29.571327899000032 ], [ 106.132824833000029, 29.571314857000061 ], [ 106.132853270000055, 29.571314615000066 ], [ 106.132848777000049, 29.571300331000089 ], [ 106.132794094000076, 29.571293646000079 ], [ 106.13274896300004, 29.571285678000041 ], [ 106.132714484000076, 29.571254941000056 ], [ 106.132647402000032, 29.571237616000072 ], [ 106.132588504000068, 29.571220212000071 ], [ 106.13252293100004, 29.571215999000056 ], [ 106.132474130000048, 29.571246248000076 ], [ 106.132433950000063, 29.571315805000044 ], [ 106.132385402000068, 29.571368730000071 ], [ 106.132324262000054, 29.571395500000047 ], [ 106.132249414000057, 29.571416426000045 ], [ 106.132194794000043, 29.571414509000068 ], [ 106.132176060000063, 29.571398451000046 ], [ 106.132160098000043, 29.571367168000052 ], [ 106.132165375000056, 29.571347936000045 ], [ 106.132190968000032, 29.571316686000053 ], [ 106.13223027800008, 29.571291292000069 ], [ 106.13223101400007, 29.571287786000084 ], [ 106.132252132000076, 29.571237378000031 ], [ 106.132254699000043, 29.571220456000045 ], [ 106.132226015000072, 29.571209604000046 ], [ 106.132209196000076, 29.57117619700005 ], [ 106.132208963000039, 29.57115543000009 ], [ 106.132263053000031, 29.571089468000082 ], [ 106.132305786000074, 29.570988455000077 ], [ 106.132311607000076, 29.570931274000088 ], [ 106.132297717000029, 29.570939768000081 ], [ 106.132217051000055, 29.570984039000052 ], [ 106.132159459000036, 29.57101797700005 ], [ 106.132131918000027, 29.571043549000073 ], [ 106.132115981000027, 29.571070038000066 ], [ 106.132092111000077, 29.571112809000056 ], [ 106.132076321000056, 29.571152474000087 ], [ 106.132064158000048, 29.571205281000065 ], [ 106.132062155000028, 29.571233677000066 ], [ 106.132062596000026, 29.571273202000043 ], [ 106.132067594000034, 29.571305594000069 ], [ 106.132077118000041, 29.571327809000074 ], [ 106.132090300000073, 29.571366212000036 ], [ 106.132094536000082, 29.571434083000049 ], [ 106.132087986000045, 29.571470627000057 ], [ 106.132058262000044, 29.571508381000051 ], [ 106.132013716000074, 29.57156856000007 ], [ 106.132000274000063, 29.57158871800004 ], [ 106.132071589000077, 29.571592741000067 ], [ 106.132103556000061, 29.571557301000048 ], [ 106.132157950000078, 29.571538931000077 ], [ 106.13221929000008, 29.571530053000064 ], [ 106.132284890000051, 29.571536657000077 ], [ 106.132291457000065, 29.571531497000088 ], [ 106.132298164000076, 29.571526864000081 ], [ 106.132305, 29.571522775000066 ], [ 106.132311977000029, 29.571519207000048 ], [ 106.13231909600006, 29.571516178000081 ], [ 106.132326343000045, 29.571513671000041 ], [ 106.132333729000038, 29.571511706000084 ], [ 106.132341257000064, 29.571510269000047 ], [ 106.132351480000068, 29.571509154000072 ], [ 106.132361910000057, 29.571508785000049 ], [ 106.132372488000044, 29.571509002000077 ], [ 106.132383196000035, 29.571509596000055 ], [ 106.132383479000055, 29.571509617000057 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.132638316000055, 29.572459170000059 ], [ 106.132616798000072, 29.572439304000056 ], [ 106.132600730000036, 29.572403486000045 ], [ 106.132582693000074, 29.572366829000082 ], [ 106.13257795800007, 29.572337334000057 ], [ 106.132577642000058, 29.572309086000075 ], [ 106.132587522000051, 29.572273047000074 ], [ 106.132629459000043, 29.572213620000074 ], [ 106.132681963000039, 29.572179785000063 ], [ 106.132691580000028, 29.57217625000003 ], [ 106.13265546100007, 29.572161531000063 ], [ 106.13258856300007, 29.572129382000064 ], [ 106.132578228000071, 29.57211712700007 ], [ 106.132503015000054, 29.572102846000057 ], [ 106.132406745000026, 29.572047319000031 ], [ 106.132304138000052, 29.57198275800005 ], [ 106.132243274000075, 29.571932380000078 ], [ 106.132297121000079, 29.572064683000065 ], [ 106.132141613000044, 29.572222101000072 ], [ 106.131934307000051, 29.571994742000069 ], [ 106.132043149000026, 29.571886826000082 ], [ 106.131990745000053, 29.571849101000062 ], [ 106.131952530000035, 29.571778537000064 ], [ 106.131934901000079, 29.571720427000063 ], [ 106.13192661800008, 29.571744657000067 ], [ 106.131898211000077, 29.571791688000076 ], [ 106.13188348400007, 29.571820311000071 ], [ 106.131878746000041, 29.571851465000073 ], [ 106.131880612000032, 29.571904788000033 ], [ 106.131890303000034, 29.571975824000045 ], [ 106.131906051000044, 29.572020137000042 ], [ 106.131950049000068, 29.572078016000038 ], [ 106.132007851000026, 29.57213581700006 ], [ 106.13206884300007, 29.572194977000031 ], [ 106.132158034000042, 29.572381218000096 ], [ 106.132169996000073, 29.572424135000066 ], [ 106.132205481000028, 29.572517042000062 ], [ 106.132225615000038, 29.572575266000058 ], [ 106.132297124000047, 29.572520812000047 ], [ 106.132343798000079, 29.572509504000042 ], [ 106.132440085000056, 29.57247049900008 ], [ 106.132542945000068, 29.572461439000044 ], [ 106.132638316000055, 29.572459170000059 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.131784027000037, 29.570473783000065 ], [ 106.131750987000032, 29.570495890000071 ], [ 106.131718348000049, 29.570522906000068 ], [ 106.131685710000056, 29.570549923000041 ], [ 106.131625116000066, 29.570601860000068 ], [ 106.13160719900003, 29.570616234000049 ], [ 106.131601796000041, 29.570620570000074 ], [ 106.131599878000031, 29.570659666000044 ], [ 106.131576834000043, 29.57070305600007 ], [ 106.131558195000025, 29.570719668000041 ], [ 106.131508882000048, 29.570728317000086 ], [ 106.131475969000064, 29.570730654000052 ], [ 106.131450043000029, 29.57072676100006 ], [ 106.13140059300008, 29.570723069000049 ], [ 106.131353562000072, 29.57072552500005 ], [ 106.131307082000035, 29.570777343000092 ], [ 106.131281364000074, 29.570791960000065 ], [ 106.13124842700006, 29.570792240000053 ], [ 106.131217797000033, 29.570788388000036 ], [ 106.13116343400003, 29.570766225000053 ], [ 106.131123049000053, 29.570731604000059 ], [ 106.131094382000072, 29.570692768000072 ], [ 106.131093885000041, 29.570692312000062 ], [ 106.131088874000056, 29.570694419000059 ], [ 106.13108423400007, 29.570698420000035 ], [ 106.131083057000069, 29.570703047000055 ], [ 106.13108533500008, 29.570708395000057 ], [ 106.131115653000052, 29.570734396000038 ], [ 106.131131251000056, 29.570759864000081 ], [ 106.131137869000042, 29.570767619000044 ], [ 106.131159861000071, 29.570781748000051 ], [ 106.13116777700003, 29.570793821000052 ], [ 106.131173857000093, 29.570812660000062 ], [ 106.13117610200004, 29.570831557000087 ], [ 106.131174336000072, 29.57085561100007 ], [ 106.131171158000029, 29.570868548000078 ], [ 106.131164935000072, 29.570882302000086 ], [ 106.13113150900007, 29.570932111000047 ], [ 106.131120835000047, 29.570953923000047 ], [ 106.131112077000068, 29.570982900000047 ], [ 106.131107769000053, 29.571006546000035 ], [ 106.131105851000029, 29.571033452000044 ], [ 106.131108276000077, 29.571051887000067 ], [ 106.131122245000029, 29.571080408000061 ], [ 106.131126989000052, 29.571097678000054 ], [ 106.131131607000043, 29.571143482000082 ], [ 106.131136827000034, 29.57116382400006 ], [ 106.13114536300003, 29.571183398000066 ], [ 106.131153574000052, 29.571197093000073 ], [ 106.131170766000025, 29.571216585000055 ], [ 106.131189440000071, 29.571230200000063 ], [ 106.131222334000029, 29.571241854000053 ], [ 106.131233020000082, 29.571250748000061 ], [ 106.131252631000052, 29.571278969000048 ], [ 106.131263807000039, 29.571289238000087 ], [ 106.131273324000063, 29.571293288000046 ], [ 106.131298733000051, 29.57129996400004 ], [ 106.131307679000031, 29.571305570000046 ], [ 106.131311725000046, 29.571313961000047 ], [ 106.131312713000057, 29.571325626000089 ], [ 106.131311906000064, 29.571331008000083 ], [ 106.131310543000055, 29.571340185000054 ], [ 106.131305505000057, 29.571355708000048 ], [ 106.13129209300007, 29.571377299000066 ], [ 106.131290924000041, 29.571392699000057 ], [ 106.131295199000078, 29.571410685000039 ], [ 106.131301811000071, 29.57142158900006 ], [ 106.131313280000029, 29.571432091000077 ], [ 106.131328444000076, 29.571441822000043 ], [ 106.13135851800007, 29.571457884000043 ], [ 106.131387722000056, 29.57147470100006 ], [ 106.131404361000094, 29.571482597000049 ], [ 106.131420493000064, 29.571487357000084 ], [ 106.131435311000089, 29.571488259000034 ], [ 106.13145165800006, 29.571485731000056 ], [ 106.131498140000076, 29.571508408000042 ], [ 106.131520328000079, 29.57151144900007 ], [ 106.131533785000045, 29.571513292000073 ], [ 106.131582986000069, 29.571518836000052 ], [ 106.131663423000077, 29.571508607000066 ], [ 106.131739579000055, 29.571482898000056 ], [ 106.131788008000058, 29.571419231000046 ], [ 106.131807717000072, 29.571349850000047 ], [ 106.131801513000028, 29.571283077000086 ], [ 106.131737839000039, 29.571204860000073 ], [ 106.131736185000079, 29.571178616000047 ], [ 106.131810873000063, 29.571143377000055 ], [ 106.131861233000052, 29.571129822000049 ], [ 106.131875953000076, 29.571103437000094 ], [ 106.131879783000045, 29.571079536000067 ], [ 106.131890420000047, 29.571054386000075 ], [ 106.131909343000075, 29.571037519000079 ], [ 106.131943382000031, 29.571028875000081 ], [ 106.131967843000041, 29.571019122000049 ], [ 106.132006047000075, 29.571017607000037 ], [ 106.132052510000065, 29.571021981000055 ], [ 106.132090941000058, 29.571040752000044 ], [ 106.132114548000061, 29.571046893000076 ], [ 106.13213341900007, 29.571025453000061 ], [ 106.132154749000051, 29.571005867000064 ], [ 106.132115175000081, 29.570992202000077 ], [ 106.132096496000031, 29.570982809000043 ], [ 106.132100187000049, 29.570958440000087 ], [ 106.132106213000057, 29.570941719000075 ], [ 106.13210811800009, 29.570926692000064 ], [ 106.132105896000041, 29.570913378000061 ], [ 106.132099555000082, 29.57090175900003 ], [ 106.132075468000053, 29.570884069000044 ], [ 106.132060922000051, 29.570865827000034 ], [ 106.132040873000051, 29.570823382000064 ], [ 106.132030236000048, 29.570806886000067 ], [ 106.132004886000075, 29.570775719000032 ], [ 106.131995252000081, 29.570767682000053 ], [ 106.13198538000006, 29.570762517000052 ], [ 106.131967310000064, 29.570757646000054 ], [ 106.131951193000077, 29.570756835000051 ], [ 106.131943319000086, 29.570758727000051 ], [ 106.131935100000078, 29.570762944000084 ], [ 106.131903742000077, 29.570787081000052 ], [ 106.131863641000052, 29.570809180000079 ], [ 106.131820738000044, 29.57082978000005 ], [ 106.13177517500003, 29.570848795000074 ], [ 106.131727158000047, 29.570866146000068 ], [ 106.131688807000046, 29.570879427000079 ], [ 106.131665936000047, 29.570884574000051 ], [ 106.131627301000037, 29.570883613000031 ], [ 106.131614748000061, 29.57088501000004 ], [ 106.131599090000066, 29.570890186000046 ], [ 106.131584252000039, 29.570897574000067 ], [ 106.131572222000045, 29.570906155000046 ], [ 106.131563894000067, 29.570915275000054 ], [ 106.131558720000044, 29.570926144000055 ], [ 106.131555759000037, 29.570940061000037 ], [ 106.131555364000064, 29.570955480000066 ], [ 106.131557671000053, 29.570969027000046 ], [ 106.131564581000077, 29.570978756000049 ], [ 106.131578596000054, 29.570985402000076 ], [ 106.131597769000052, 29.570989189000038 ], [ 106.131664327000067, 29.570996659000052 ], [ 106.131682125000054, 29.571002011000072 ], [ 106.131694633000052, 29.571009634000067 ], [ 106.131712474000039, 29.57102609900004 ], [ 106.131723703000034, 29.571039219000056 ], [ 106.131730526000069, 29.571051519000033 ], [ 106.131732770000042, 29.571063010000049 ], [ 106.131732047000071, 29.571074056000047 ], [ 106.13172955400006, 29.571080934000072 ], [ 106.131725723000045, 29.571084349000049 ], [ 106.131719485000076, 29.571086694000083 ], [ 106.131692117000057, 29.571090202000057 ], [ 106.131666462000055, 29.571093740000034 ], [ 106.131637864000027, 29.571095065000069 ], [ 106.131562450000047, 29.571091306000078 ], [ 106.131480414000066, 29.57108007100004 ], [ 106.131451165000044, 29.571081601000053 ], [ 106.131388218000041, 29.571094397000078 ], [ 106.13136393800005, 29.571097211000051 ], [ 106.131351922000079, 29.571096700000048 ], [ 106.131341855000073, 29.571094422000048 ], [ 106.131333544000029, 29.571090326000039 ], [ 106.131326884000032, 29.571084366000036 ], [ 106.131318852000049, 29.571072924000067 ], [ 106.131312966000053, 29.571060616000064 ], [ 106.131309789000056, 29.571048645000072 ], [ 106.131308596000054, 29.571035964000082 ], [ 106.13130951100004, 29.571023742000072 ], [ 106.131312434000051, 29.571012891000073 ], [ 106.131318628000031, 29.571001094000053 ], [ 106.13132756300007, 29.570989859000058 ], [ 106.131338170000049, 29.570980486000053 ], [ 106.131349539000041, 29.570973785000032 ], [ 106.13136995400005, 29.570967640000049 ], [ 106.131384150000045, 29.570958121000039 ], [ 106.131403742000032, 29.570937523000058 ], [ 106.131431788000043, 29.570904980000083 ], [ 106.131440970000028, 29.570890875000089 ], [ 106.131447434000052, 29.570877488000068 ], [ 106.131456485000058, 29.57084879600006 ], [ 106.131459956000072, 29.570823329000063 ], [ 106.131457716000057, 29.57080197800008 ], [ 106.131449818000078, 29.570784978000056 ], [ 106.131436202000032, 29.570772465000065 ], [ 106.131432564000079, 29.57076722800009 ], [ 106.131430974000068, 29.570757906000036 ], [ 106.131432331000042, 29.570746339000042 ], [ 106.131434486000046, 29.570741674000086 ], [ 106.131438411000033, 29.570738168000045 ], [ 106.131451783000045, 29.570734418000086 ], [ 106.131468520000055, 29.570734330000036 ], [ 106.131514447000029, 29.570737862000044 ], [ 106.131534607000049, 29.570736518000043 ], [ 106.131578413000057, 29.57072480600004 ], [ 106.131596840000043, 29.570718019000076 ], [ 106.131629817000047, 29.570705876000087 ], [ 106.131678185000069, 29.570685808000075 ], [ 106.131710566000038, 29.570670079000081 ], [ 106.131737408000049, 29.57065361400003 ], [ 106.131758729000069, 29.570636157000067 ], [ 106.131788286000074, 29.57060332400005 ], [ 106.131798497000034, 29.570587973000045 ], [ 106.131805802000031, 29.570573108000072 ], [ 106.131809951000037, 29.570548256000052 ], [ 106.131813803000057, 29.570516146000045 ], [ 106.131811891000041, 29.570507422000048 ], [ 106.13180471000004, 29.570493673000041 ], [ 106.131792370000028, 29.570480003000053 ], [ 106.131784027000037, 29.570473783000065 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.131808805000048, 29.573837693000094 ], [ 106.131866290000062, 29.573800360000071 ], [ 106.131922514000053, 29.573781942000039 ], [ 106.132007099000077, 29.573776738000056 ], [ 106.132067977000091, 29.573782182000059 ], [ 106.132143603000031, 29.573737942000029 ], [ 106.132235028000025, 29.573698156000034 ], [ 106.132318861000044, 29.573683674000051 ], [ 106.132413320000069, 29.573680574000036 ], [ 106.132477734000076, 29.573675002000073 ], [ 106.132424452000066, 29.573632042000035 ], [ 106.132421086000079, 29.573523087000069 ], [ 106.132394598000076, 29.573466849000049 ], [ 106.132344931000034, 29.573424272000072 ], [ 106.132278515000053, 29.573399699000049 ], [ 106.132263781000063, 29.573394249000032 ], [ 106.13218278800008, 29.573377665000073 ], [ 106.132084222000074, 29.573340374000058 ], [ 106.132010405000074, 29.573321936000063 ], [ 106.131977533000054, 29.57330791600009 ], [ 106.131933595000078, 29.573279691000032 ], [ 106.131859433000045, 29.573230275000075 ], [ 106.131752290000065, 29.573157307000091 ], [ 106.13163157200006, 29.57308922000005 ], [ 106.131502594000054, 29.573014055000044 ], [ 106.131469694000032, 29.572997653000069 ], [ 106.131439283000077, 29.572959779000087 ], [ 106.131381184000077, 29.572884009000063 ], [ 106.131252969000059, 29.572632474000041 ], [ 106.131198527000038, 29.572603585000088 ], [ 106.131156449000073, 29.572603944000029 ], [ 106.13111451900005, 29.572617439000059 ], [ 106.131072882000069, 29.572657206000077 ], [ 106.131061592000037, 29.572722991000031 ], [ 106.13106220700007, 29.572778164000052 ], [ 106.131075107000072, 29.572856880000074 ], [ 106.131093843000031, 29.572919781000049 ], [ 106.131155008000064, 29.573013851000042 ], [ 106.131228633000035, 29.573147228000039 ], [ 106.131274477000034, 29.573215153000039 ], [ 106.131321170000035, 29.573359270000079 ], [ 106.131334042000049, 29.573435359000083 ], [ 106.131322518000047, 29.573480125000067 ], [ 106.131266, 29.57353315600005 ], [ 106.131182549000073, 29.573596929000075 ], [ 106.131113891000041, 29.573639554000057 ], [ 106.13109057800007, 29.573705441000069 ], [ 106.131103303000032, 29.57376839300008 ], [ 106.13115203600006, 29.573825785000057 ], [ 106.131201736000037, 29.573861563000047 ], [ 106.131227788000047, 29.573880317000093 ], [ 106.131330487000071, 29.573923442000083 ], [ 106.131314647000067, 29.573899376000039 ], [ 106.131312663000088, 29.573876707000068 ], [ 106.131314089000057, 29.573849470000084 ], [ 106.13134662300007, 29.573818944000042 ], [ 106.131384550000064, 29.573806520000058 ], [ 106.131413859000077, 29.573797195000054 ], [ 106.131427432000066, 29.573772880000039 ], [ 106.131446259000029, 29.573754569000069 ], [ 106.13147546700003, 29.573736172000054 ], [ 106.131529049000051, 29.57373117700007 ], [ 106.131582648000062, 29.573727695000059 ], [ 106.131608498000048, 29.573718400000068 ], [ 106.131627411000068, 29.57370765100006 ], [ 106.13165159700003, 29.57370442000007 ], [ 106.131686384000034, 29.573720761000068 ], [ 106.131710841000043, 29.57374172700009 ], [ 106.13176844000003, 29.573786611000056 ], [ 106.131785926000092, 29.573803100000077 ], [ 106.131808805000048, 29.573837693000094 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.13411552000008, 29.572466466000037 ], [ 106.133985952000046, 29.572442824000071 ], [ 106.133876473000043, 29.572401404000061 ], [ 106.13374241300005, 29.57232842600007 ], [ 106.133655019000059, 29.572276228000081 ], [ 106.133626305000064, 29.572235884000069 ], [ 106.133626228000026, 29.572228976000083 ], [ 106.133599141000047, 29.572253082000088 ], [ 106.133529529000043, 29.57230824700008 ], [ 106.133455711000067, 29.572336162000056 ], [ 106.133341997000059, 29.572360594000081 ], [ 106.133353106000072, 29.572367249000081 ], [ 106.133378307000044, 29.572388854000053 ], [ 106.133387970000058, 29.572416046000061 ], [ 106.133394545000044, 29.572445991000048 ], [ 106.133419747000062, 29.572467596000077 ], [ 106.133460426000056, 29.572478158000077 ], [ 106.133507313000052, 29.572485940000039 ], [ 106.133566923000046, 29.572515433000035 ], [ 106.133589249000067, 29.57255888200007 ], [ 106.13364937700004, 29.572634738000083 ], [ 106.133656014000053, 29.572670138000035 ], [ 106.133655546000057, 29.572672287000046 ], [ 106.13369780000005, 29.572702446000051 ], [ 106.133788177000042, 29.572759656000077 ], [ 106.13392521600008, 29.57280282500005 ], [ 106.133936237000057, 29.572806043000067 ], [ 106.134038735000047, 29.572835962000052 ], [ 106.13406129100008, 29.572854711000041 ], [ 106.134098297000037, 29.572885467000049 ], [ 106.134132860000079, 29.572879496000045 ], [ 106.13417585200007, 29.572899297000049 ], [ 106.134172070000034, 29.572838316000052 ], [ 106.13415063900004, 29.572727317000037 ], [ 106.13411129900004, 29.572639412000054 ], [ 106.134098498000085, 29.572577754000065 ], [ 106.134101588000078, 29.57249301600007 ], [ 106.13411552000008, 29.572466466000037 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.132628300000079, 29.574733570000035 ], [ 106.132627863000039, 29.57469434900008 ], [ 106.132625330000053, 29.574658882000051 ], [ 106.132639786000027, 29.574613930000055 ], [ 106.132662912000058, 29.574580111000046 ], [ 106.132696889000044, 29.574561143000039 ], [ 106.132731074000063, 29.574560851000058 ], [ 106.132773868000072, 29.574566090000069 ], [ 106.132801810000046, 29.574580794000042 ], [ 106.13282558300007, 29.574604873000052 ], [ 106.132842905000075, 29.574625272000041 ], [ 106.132883855000046, 29.574656676000071 ], [ 106.132961021000028, 29.574678432000034 ], [ 106.133012466000025, 29.574692936000076 ], [ 106.133042524000075, 29.574705754000032 ], [ 106.13307061200004, 29.574733532000046 ], [ 106.133179577000078, 29.574732603000086 ], [ 106.133222267000065, 29.574728502000085 ], [ 106.133252123000034, 29.574723267000081 ], [ 106.133260308000047, 29.574690821000047 ], [ 106.133257125000057, 29.574660962000056 ], [ 106.133233974000063, 29.57462878400009 ], [ 106.133214397000074, 29.574597820000058 ], [ 106.133137188000035, 29.574572329000034 ], [ 106.133087985000031, 29.574567145000053 ], [ 106.133049381000035, 29.574554400000071 ], [ 106.133017103000043, 29.574534129000085 ], [ 106.132980239000062, 29.574485879000068 ], [ 106.132979718000058, 29.574439187000053 ], [ 106.132989399000053, 29.574349448000078 ], [ 106.132992838000064, 29.574274704000064 ], [ 106.132983521000028, 29.574205740000082 ], [ 106.132967389000044, 29.574171460000059 ], [ 106.132951257000059, 29.574137180000033 ], [ 106.132940375000032, 29.574102856000078 ], [ 106.132913796000025, 29.574073254000041 ], [ 106.132890149000048, 29.574071161000056 ], [ 106.132853379000039, 29.574069180000038 ], [ 106.132813985000041, 29.574067222000064 ], [ 106.132769290000056, 29.574060720000098 ], [ 106.132724339000049, 29.574031275000035 ], [ 106.132692537000025, 29.574004012000053 ], [ 106.132660735000073, 29.57397674900005 ], [ 106.13262381100003, 29.573961003000075 ], [ 106.132560437000052, 29.573927126000058 ], [ 106.132523488000061, 29.573909085000079 ], [ 106.132486437000068, 29.573881867000061 ], [ 106.132436519000066, 29.57387770300004 ], [ 106.132384001000062, 29.573875857000075 ], [ 106.13232898800004, 29.573885504000089 ], [ 106.132274051000081, 29.573902034000067 ], [ 106.13223498900004, 29.573929901000035 ], [ 106.132214325000064, 29.573959906000077 ], [ 106.132190960000059, 29.573983050000042 ], [ 106.132228735000069, 29.574016454000059 ], [ 106.132233699000039, 29.574030421000085 ], [ 106.132233996000025, 29.574057035000063 ], [ 106.13221672800006, 29.574089404000063 ], [ 106.132194716000072, 29.574127414000088 ], [ 106.132171290000031, 29.574182249000049 ], [ 106.132171618000029, 29.574211666000053 ], [ 106.132171981000056, 29.574244182000086 ], [ 106.132172025000045, 29.574248084000086 ], [ 106.13218801000005, 29.574388037000055 ], [ 106.132227561000036, 29.574485762000048 ], [ 106.132256983000048, 29.574537344000074 ], [ 106.132294261000027, 29.57457485000009 ], [ 106.132344344000046, 29.574610846000049 ], [ 106.132373374000053, 29.574627409000065 ], [ 106.132395934000058, 29.574638424000049 ], [ 106.13241208200003, 29.574649494000081 ], [ 106.132447805000027, 29.574691215000083 ], [ 106.13248832000005, 29.574731496000084 ], [ 106.132523713000069, 29.57474380200005 ], [ 106.132562202000031, 29.574746275000045 ], [ 106.132600645000025, 29.57474454600009 ], [ 106.132628300000079, 29.574733570000035 ] ], [ [ 106.132496393000054, 29.574449848000089 ], [ 106.132467628000043, 29.574457098000043 ], [ 106.132435610000073, 29.574460173000091 ], [ 106.132403562000036, 29.57446044600005 ], [ 106.132377923000035, 29.574460665000061 ], [ 106.132360156000061, 29.574448208000032 ], [ 106.132337519000032, 29.574430190000044 ], [ 106.132330781000064, 29.574400828000076 ], [ 106.132330281000065, 29.574356004000041 ], [ 106.132330632000048, 29.574243930000087 ], [ 106.132328035000057, 29.574205004000081 ], [ 106.132332550000058, 29.574166389000091 ], [ 106.132333423000034, 29.57415891900007 ], [ 106.13234559600005, 29.574100912000063 ], [ 106.132366587000035, 29.574067111000097 ], [ 106.13239840600005, 29.57404629400008 ], [ 106.132428213000026, 29.574036700000079 ], [ 106.132462398000044, 29.574036409000087 ], [ 106.132496875000072, 29.57406226500007 ], [ 106.132512248000069, 29.57409949000003 ], [ 106.132519012000046, 29.574131186000045 ], [ 106.132544859000078, 29.574149644000048 ], [ 106.132581410000057, 29.574169879000063 ], [ 106.132626361000078, 29.574176967000085 ], [ 106.132647333000079, 29.574189396000062 ], [ 106.132655611000075, 29.574213141000094 ], [ 106.132652562000033, 29.574227175000086 ], [ 106.132641486000068, 29.574239878000071 ], [ 106.132627158000048, 29.574248405000041 ], [ 106.132596853000052, 29.574261272000058 ], [ 106.132593976000067, 29.574290715000075 ], [ 106.132594242000039, 29.574314528000055 ], [ 106.132605631000047, 29.574329841000072 ], [ 106.132621749000066, 29.574338109000053 ], [ 106.132637867000028, 29.574346376000037 ], [ 106.132647810000037, 29.574375710000083 ], [ 106.132645325000055, 29.574440172000038 ], [ 106.132634186000075, 29.57444727200005 ], [ 106.132611768000061, 29.57444886400009 ], [ 106.132582924000076, 29.574449110000039 ], [ 106.132554080000034, 29.574449356000052 ], [ 106.13252361900004, 29.574448215000068 ], [ 106.132496393000054, 29.574449848000089 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.133628960000067, 29.573458061000046 ], [ 106.133536980000031, 29.573324559000067 ], [ 106.133477166000034, 29.573209108000068 ], [ 106.133466200000058, 29.573172932000091 ], [ 106.133453453000072, 29.573182025000047 ], [ 106.133354146000045, 29.573208995000076 ], [ 106.133336758000041, 29.573213718000098 ], [ 106.133165369000039, 29.573239054000052 ], [ 106.133055829000057, 29.573212704000056 ], [ 106.132977194000034, 29.573158804000059 ], [ 106.132952834000037, 29.57307374500003 ], [ 106.132966459000045, 29.572896275000065 ], [ 106.133039212000028, 29.572772870000055 ], [ 106.133089129000041, 29.572700820000076 ], [ 106.133092344000033, 29.57263940100006 ], [ 106.133058946000077, 29.572595498000055 ], [ 106.133043631000078, 29.572601742000078 ], [ 106.133006953000063, 29.572605907000082 ], [ 106.132983452000076, 29.572606107000066 ], [ 106.132941812000084, 29.572604322000078 ], [ 106.132827670000054, 29.572555644000094 ], [ 106.132772393000039, 29.572516736000065 ], [ 106.132734567000057, 29.572503336000068 ], [ 106.132681280000043, 29.572555720000082 ], [ 106.132591385000069, 29.572608308000042 ], [ 106.132535929000028, 29.572671512000063 ], [ 106.132536386000027, 29.572712420000066 ], [ 106.132574341000065, 29.572758463000071 ], [ 106.132578131000074, 29.572818434000048 ], [ 106.132562927000038, 29.572854019000086 ], [ 106.132516496000051, 29.572887146000081 ], [ 106.132491478000077, 29.572881905000084 ], [ 106.132472635000056, 29.572871155000087 ], [ 106.132440952000081, 29.572827787000051 ], [ 106.132430923000072, 29.572767869000074 ], [ 106.13240556900007, 29.57273262800004 ], [ 106.132377248000068, 29.57271105000007 ], [ 106.132305311000039, 29.572695298000049 ], [ 106.132252169000026, 29.572698039000038 ], [ 106.132255240000063, 29.572713074000028 ], [ 106.132255864000058, 29.572768994000057 ], [ 106.132273066000039, 29.572840546000066 ], [ 106.132291750000036, 29.57289774700007 ], [ 106.132318329000043, 29.572927634000056 ], [ 106.132356168000058, 29.572937349000085 ], [ 106.132407095000076, 29.572944085000074 ], [ 106.132448198000077, 29.57295233800005 ], [ 106.132466480000062, 29.572973692000062 ], [ 106.132475034000038, 29.57300516700008 ], [ 106.132537097000068, 29.573011817000062 ], [ 106.132597743000076, 29.573036540000089 ], [ 106.13264799500007, 29.573070529000066 ], [ 106.132666725000036, 29.573102493000079 ], [ 106.132667058000038, 29.573132318000027 ], [ 106.132677837000074, 29.573157464000076 ], [ 106.132752042000064, 29.573221078000081 ], [ 106.132775945000049, 29.573246113000049 ], [ 106.132823393000081, 29.573264065000046 ], [ 106.132865591000041, 29.573282061000043 ], [ 106.132894716000067, 29.573304758000063 ], [ 106.132931844000041, 29.573338859000046 ], [ 106.132971726000065, 29.573384410000077 ], [ 106.133017187000064, 29.573459739000043 ], [ 106.133023231000038, 29.573530817000062 ], [ 106.133015947000047, 29.573583653000071 ], [ 106.13301625500003, 29.573611185000058 ], [ 106.13303228400008, 29.573636287000056 ], [ 106.133022375000053, 29.573689145000056 ], [ 106.13299939400008, 29.573746703000033 ], [ 106.132989690000045, 29.573817917000042 ], [ 106.13298990400007, 29.573837055000073 ], [ 106.133017998000071, 29.573848707000085 ], [ 106.13306545100005, 29.573836097000083 ], [ 106.133159047000049, 29.573710739000024 ], [ 106.133263015000068, 29.573569144000086 ], [ 106.133327733000044, 29.573481529000038 ], [ 106.133374704000062, 29.57345294300006 ], [ 106.13342829100003, 29.573439333000056 ], [ 106.133481982000035, 29.573435116000034 ], [ 106.13353139600008, 29.573432815000047 ], [ 106.133628960000067, 29.573458061000046 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.133466200000058, 29.573172932000091 ], [ 106.133550223000043, 29.573112987000066 ], [ 106.133677975000069, 29.573023218000053 ], [ 106.133739861000038, 29.572974940000051 ], [ 106.133802243000048, 29.572970997000084 ], [ 106.133872694000047, 29.572990858000086 ], [ 106.133958371000062, 29.572976485000076 ], [ 106.133996963000072, 29.572938638000032 ], [ 106.134070554000061, 29.572890261000051 ], [ 106.134098297000037, 29.572885467000049 ], [ 106.13406129100008, 29.572854711000041 ], [ 106.134054906000074, 29.572880428000076 ], [ 106.13399804800008, 29.572923878000033 ], [ 106.133910775000061, 29.572931778000054 ], [ 106.133837189000076, 29.572927201000084 ], [ 106.133799064000073, 29.572916386000077 ], [ 106.133768942000074, 29.572890565000083 ], [ 106.13376605100008, 29.57287290000005 ], [ 106.133775907000029, 29.572835083000086 ], [ 106.13383594200009, 29.572832179000049 ], [ 106.13388251300006, 29.572846098000063 ], [ 106.13389300700004, 29.572846008000049 ], [ 106.133926526000039, 29.572837133000061 ], [ 106.13394037200004, 29.572816512000092 ], [ 106.133936237000057, 29.572806043000067 ], [ 106.13392521600008, 29.57280282500005 ], [ 106.133788177000042, 29.572759656000077 ], [ 106.13369780000005, 29.572702446000051 ], [ 106.133655546000057, 29.572672287000046 ], [ 106.133650079000063, 29.572697462000065 ], [ 106.133618972000093, 29.572705909000035 ], [ 106.133581565000043, 29.572708956000046 ], [ 106.13354724900006, 29.57270924900007 ], [ 106.133450444000076, 29.572701893000037 ], [ 106.13338181000006, 29.572702479000029 ], [ 106.13335336800003, 29.572697759000047 ], [ 106.133398900000032, 29.572716269000068 ], [ 106.133438900000058, 29.572777504000047 ], [ 106.133423066000034, 29.57280205000006 ], [ 106.133396829000048, 29.572811745000084 ], [ 106.133391773000028, 29.572810841000027 ], [ 106.133303027000068, 29.572785827000068 ], [ 106.133242577000033, 29.572770972000058 ], [ 106.133205675000056, 29.572772765000085 ], [ 106.133184251000046, 29.572780074000036 ], [ 106.133176468000045, 29.572795476000067 ], [ 106.133175667000046, 29.572822708000054 ], [ 106.133187626000051, 29.572867005000035 ], [ 106.133179978000044, 29.572915754000057 ], [ 106.133150773000068, 29.572979374000042 ], [ 106.133126760000039, 29.573022788000049 ], [ 106.133080345000053, 29.573088447000085 ], [ 106.133074556000054, 29.573106068000079 ], [ 106.133085898000047, 29.573141206000063 ], [ 106.13311675500006, 29.573171072000036 ], [ 106.133130050000034, 29.573179610000064 ], [ 106.13317917500008, 29.573174672000054 ], [ 106.133180309000068, 29.573173625000045 ], [ 106.133184287000077, 29.573169459000034 ], [ 106.133188045000054, 29.573165007000064 ], [ 106.13319156300004, 29.573160275000077 ], [ 106.13319486100005, 29.573155279000044 ], [ 106.133197928000072, 29.57314999200009 ], [ 106.133202995000033, 29.57313971100006 ], [ 106.133207652000067, 29.573128982000075 ], [ 106.133212227000058, 29.573118290000082 ], [ 106.133217076000051, 29.573108099000081 ], [ 106.133222547000059, 29.573098897000079 ], [ 106.13322897200004, 29.57309116600004 ], [ 106.133236709000073, 29.573085381000055 ], [ 106.133246082000028, 29.573082016000065 ], [ 106.133248452000032, 29.573081646000052 ], [ 106.133250893000081, 29.573081399000039 ], [ 106.133253421000063, 29.573081269000056 ], [ 106.133256001000063, 29.573081238000043 ], [ 106.133258621000039, 29.573081297000044 ], [ 106.13326128500006, 29.57308142800008 ], [ 106.13326395100006, 29.57308161300006 ], [ 106.133266626000079, 29.573081842000086 ], [ 106.133285847000082, 29.573084302000041 ], [ 106.133304391000081, 29.573088140000035 ], [ 106.133322271000054, 29.573093356000069 ], [ 106.133339475000071, 29.573099946000063 ], [ 106.13335601200005, 29.573107925000045 ], [ 106.133371874000034, 29.573117270000068 ], [ 106.133387071000072, 29.573127992000078 ], [ 106.13340160100006, 29.573140099000053 ], [ 106.133387270000071, 29.573148629000052 ], [ 106.133320093000066, 29.573189389000049 ], [ 106.133354146000045, 29.573208995000076 ], [ 106.133453453000072, 29.573182025000047 ], [ 106.133466200000058, 29.573172932000091 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.133088269000041, 29.572087551000038 ], [ 106.133122967000077, 29.572068474000044 ], [ 106.133161426000072, 29.572036640000075 ], [ 106.133219073000092, 29.571985253000037 ], [ 106.133246282000073, 29.571938973000037 ], [ 106.133256179000057, 29.571832249000071 ], [ 106.133258139000077, 29.571759525000054 ], [ 106.133248768000044, 29.57166508400007 ], [ 106.133230108000092, 29.571587471000043 ], [ 106.133187098000064, 29.571567722000054 ], [ 106.133164488000048, 29.571540763000087 ], [ 106.13311492400004, 29.571344644000082 ], [ 106.133123043000069, 29.571342599000047 ], [ 106.133131175000074, 29.57134080700007 ], [ 106.133139352000057, 29.571339276000064 ], [ 106.133147541000028, 29.571338007000062 ], [ 106.133155764000037, 29.571336989000095 ], [ 106.133164011000076, 29.571336233000071 ], [ 106.133172291000051, 29.571335739000059 ], [ 106.133180596000045, 29.571335496000078 ], [ 106.133192866000059, 29.571335589000057 ], [ 106.133205181000051, 29.571336089000059 ], [ 106.133217500000072, 29.571336841000065 ], [ 106.133229810000046, 29.571337683000085 ], [ 106.133242088000031, 29.57133847100005 ], [ 106.133254302000068, 29.571339044000073 ], [ 106.133266429000059, 29.571339257000091 ], [ 106.133278458000063, 29.571338937000064 ], [ 106.133290355000042, 29.57133796100004 ], [ 106.133302100000037, 29.571336236000029 ], [ 106.133313701000077, 29.571333702000054 ], [ 106.13332514800004, 29.571330283000052 ], [ 106.133336408000048, 29.571325932000033 ], [ 106.133347494000077, 29.571320559000071 ], [ 106.133358391000058, 29.57131411600006 ], [ 106.133369079000033, 29.571306520000061 ], [ 106.133384685000067, 29.571292944000046 ], [ 106.133399195000038, 29.57127742300008 ], [ 106.133412001000082, 29.571260770000031 ], [ 106.133422511000049, 29.571243794000054 ], [ 106.133430119000082, 29.571227301000079 ], [ 106.133434199000078, 29.57121210300005 ], [ 106.133434157000067, 29.571199022000094 ], [ 106.133429389000085, 29.571188853000073 ], [ 106.133420612000066, 29.571182659000037 ], [ 106.133408118000034, 29.571179229000048 ], [ 106.133392639000078, 29.571178233000069 ], [ 106.133374882000055, 29.57117936800006 ], [ 106.133355567000081, 29.571182285000081 ], [ 106.133335420000037, 29.571186678000075 ], [ 106.133315144000051, 29.571192201000081 ], [ 106.133295475000068, 29.571198548000041 ], [ 106.133270466000056, 29.571208025000093 ], [ 106.133247513000072, 29.571218054000049 ], [ 106.133226205000028, 29.571228230000084 ], [ 106.133206131000065, 29.571238198000053 ], [ 106.13318687800006, 29.571247582000069 ], [ 106.133168037000075, 29.571255978000067 ], [ 106.133149201000037, 29.571263040000066 ], [ 106.133129954000026, 29.571268373000059 ], [ 106.133117113000026, 29.571270774000077 ], [ 106.133103861000052, 29.571272466000043 ], [ 106.133090128000049, 29.571273647000055 ], [ 106.133075836000046, 29.571274482000032 ], [ 106.133060923000073, 29.571275141000054 ], [ 106.133045307000032, 29.571275825000043 ], [ 106.133028920000072, 29.571276695000044 ], [ 106.133011701000044, 29.57127793300009 ], [ 106.133005804000049, 29.571278436000057 ], [ 106.132999938000069, 29.571278882000051 ], [ 106.132994224000072, 29.571279165000071 ], [ 106.132988806000071, 29.571279157000035 ], [ 106.13298379700008, 29.571278748000054 ], [ 106.132979319000071, 29.571277830000035 ], [ 106.132975525000063, 29.571276285000064 ], [ 106.132972527000049, 29.571273992000052 ], [ 106.132970894000039, 29.57127180600008 ], [ 106.132969689000049, 29.571269216000072 ], [ 106.132968841000036, 29.571266311000034 ], [ 106.132968259000052, 29.57126314900006 ], [ 106.132967901000029, 29.571259788000084 ], [ 106.132967677000067, 29.571256308000045 ], [ 106.132967524000037, 29.571252772000047 ], [ 106.132967360000066, 29.57124923800005 ], [ 106.132967051000051, 29.571244641000074 ], [ 106.132966608000061, 29.571240170000053 ], [ 106.132966034000049, 29.571235836000085 ], [ 106.132965327000093, 29.571231629000067 ], [ 106.132964487000038, 29.571227569000079 ], [ 106.132963515000029, 29.571223625000076 ], [ 106.13296241900008, 29.571219828000039 ], [ 106.132961182000031, 29.571216157000034 ], [ 106.132976304000067, 29.571213088000036 ], [ 106.13302202400007, 29.571199808000078 ], [ 106.133046191000062, 29.571163798000043 ], [ 106.133047336000061, 29.571119399000047 ], [ 106.133046858000057, 29.571076438000031 ], [ 106.133040247000054, 29.57107040600005 ], [ 106.133047296000029, 29.571065907000051 ], [ 106.133054645000072, 29.571061379000064 ], [ 106.133062281000051, 29.571056813000038 ], [ 106.13307020600007, 29.571052208000083 ], [ 106.133078430000069, 29.571047564000075 ], [ 106.133086942000034, 29.571042891000044 ], [ 106.133095744000059, 29.571038170000062 ], [ 106.133104834000051, 29.571033420000045 ], [ 106.133115218000057, 29.571028163000054 ], [ 106.133125820000046, 29.571023120000063 ], [ 106.133136523000076, 29.571018563000052 ], [ 106.133147181000027, 29.571014747000053 ], [ 106.133157665000056, 29.571011942000041 ], [ 106.133167843000081, 29.571010403000059 ], [ 106.133177593000028, 29.571010401000084 ], [ 106.133186766000051, 29.571012199000041 ], [ 106.133195737000051, 29.571016192000059 ], [ 106.133204149000051, 29.571021946000084 ], [ 106.133212203000028, 29.571028924000071 ], [ 106.133220133000066, 29.571036614000036 ], [ 106.133228144000057, 29.571044465000057 ], [ 106.133236454000041, 29.571051970000038 ], [ 106.133245277000071, 29.571058579000066 ], [ 106.133254839000074, 29.571063776000074 ], [ 106.133261107000067, 29.571066058000046 ], [ 106.13326766800003, 29.571067680000052 ], [ 106.133274459000063, 29.571068723000057 ], [ 106.133281411000041, 29.571069250000054 ], [ 106.133288469000036, 29.571069325000053 ], [ 106.133295575000034, 29.571069030000043 ], [ 106.133302657000058, 29.571068419000078 ], [ 106.13330966500007, 29.571067583000051 ], [ 106.133327204000068, 29.571064646000085 ], [ 106.133344075000025, 29.571060822000049 ], [ 106.133360526000047, 29.571056343000063 ], [ 106.133376837000071, 29.57105144000008 ], [ 106.133393291000061, 29.571046348000042 ], [ 106.133410156000082, 29.571041287000075 ], [ 106.133427708000056, 29.571036501000037 ], [ 106.133446224000068, 29.571032212000027 ], [ 106.133461627000031, 29.571029248000059 ], [ 106.133477302000074, 29.571026399000068 ], [ 106.133492767000064, 29.571023335000064 ], [ 106.13350751300004, 29.571019709000041 ], [ 106.133521052000049, 29.571015182000053 ], [ 106.133532886000069, 29.571009426000046 ], [ 106.133542535000061, 29.571002090000039 ], [ 106.133549479000067, 29.570992847000074 ], [ 106.133552553000072, 29.570985254000053 ], [ 106.133554574000087, 29.570976892000086 ], [ 106.133556034000051, 29.570968075000046 ], [ 106.133557387000053, 29.570959097000081 ], [ 106.133559116000072, 29.570950260000068 ], [ 106.133561684000028, 29.57094187600006 ], [ 106.133565572000066, 29.570934249000064 ], [ 106.133571246000031, 29.570927677000039 ], [ 106.133580743000039, 29.570921490000046 ], [ 106.133592528000065, 29.57091686900009 ], [ 106.13360566700004, 29.570913446000077 ], [ 106.133619227000054, 29.570910850000068 ], [ 106.133632277000061, 29.570908700000068 ], [ 106.13364387300004, 29.570906644000047 ], [ 106.133653093000078, 29.57090429200009 ], [ 106.13365899300004, 29.570901273000061 ], [ 106.133702659000051, 29.570855124000051 ], [ 106.133634905000065, 29.570826853000085 ], [ 106.133577309000032, 29.570802289000092 ], [ 106.133533312000054, 29.570787925000044 ], [ 106.133487631000037, 29.570773577000068 ], [ 106.133435238000061, 29.570762235000082 ], [ 106.133408265000071, 29.570762465000087 ], [ 106.133361095000055, 29.570765815000073 ], [ 106.133349051000039, 29.570766281000086 ], [ 106.133356140000046, 29.570797351000063 ], [ 106.13334688100008, 29.570803015000081 ], [ 106.133333536000066, 29.570812908000047 ], [ 106.133321152000079, 29.570823802000064 ], [ 106.133309756000088, 29.570835518000084 ], [ 106.133299390000047, 29.57084790100004 ], [ 106.133294936000027, 29.570853803000034 ], [ 106.133290627000065, 29.570859758000037 ], [ 106.133286400000031, 29.570865702000042 ], [ 106.133282164000036, 29.570871592000053 ], [ 106.133277863000046, 29.570877374000077 ], [ 106.13327339500006, 29.570882997000066 ], [ 106.133268699000041, 29.570888396000036 ], [ 106.133263700000043, 29.570893525000084 ], [ 106.133250704000034, 29.570904208000055 ], [ 106.133235925000065, 29.570913247000078 ], [ 106.133219674000046, 29.570920738000041 ], [ 106.133202219000054, 29.570926769000035 ], [ 106.133183862000067, 29.570931444000056 ], [ 106.133164893000071, 29.570934862000065 ], [ 106.133145601000095, 29.570937120000046 ], [ 106.133126266000033, 29.57093831300006 ], [ 106.133107386000063, 29.570938529000045 ], [ 106.133088771000075, 29.570937803000042 ], [ 106.133070448000069, 29.570936138000036 ], [ 106.133052453000062, 29.570933548000081 ], [ 106.133034800000075, 29.570930019000066 ], [ 106.133017517000042, 29.570925558000056 ], [ 106.133000626000069, 29.570920180000094 ], [ 106.132984149000038, 29.570913871000073 ], [ 106.132971113000053, 29.570908074000052 ], [ 106.132958422000058, 29.570901669000072 ], [ 106.132946125000046, 29.570894630000058 ], [ 106.132934286000079, 29.570886956000034 ], [ 106.132922936000057, 29.570878627000063 ], [ 106.132912155000042, 29.570869643000023 ], [ 106.132901977000074, 29.570859988000048 ], [ 106.13289246100004, 29.570849660000075 ], [ 106.132881564000058, 29.570835762000051 ], [ 106.13287200700006, 29.570820986000058 ], [ 106.132864013000074, 29.570805522000061 ], [ 106.132857778000073, 29.570789589000071 ], [ 106.132853543000067, 29.570773379000062 ], [ 106.132851493000032, 29.570757096000076 ], [ 106.132851870000081, 29.570740947000047 ], [ 106.132854871000063, 29.570725126000063 ], [ 106.132857587000046, 29.570716956000069 ], [ 106.132861027000047, 29.570708954000047 ], [ 106.132865128000063, 29.570701152000087 ], [ 106.132869842000048, 29.570693562000091 ], [ 106.13287508500008, 29.570686210000076 ], [ 106.132880784000065, 29.570679116000065 ], [ 106.132886899000027, 29.57067229900008 ], [ 106.132893339000091, 29.570665793000046 ], [ 106.132899161000068, 29.57066040500008 ], [ 106.132905190000045, 29.570655264000038 ], [ 106.132911461000049, 29.57065035700008 ], [ 106.132917973000076, 29.570645703000075 ], [ 106.132924733000038, 29.570641278000043 ], [ 106.132931775000031, 29.570637087000076 ], [ 106.132939110000052, 29.570633145000052 ], [ 106.132946735000075, 29.570629427000089 ], [ 106.132955680000066, 29.570625499000077 ], [ 106.132964810000033, 29.570621722000059 ], [ 106.132973932000027, 29.570617973000076 ], [ 106.132982814000059, 29.570614100000054 ], [ 106.132991270000048, 29.570609968000046 ], [ 106.132999073000065, 29.570605446000055 ], [ 106.13300601300007, 29.570600389000035 ], [ 106.13301189200007, 29.570594665000041 ], [ 106.133018013000026, 29.570585484000045 ], [ 106.133021921000079, 29.570575041000048 ], [ 106.133023878000074, 29.570563622000066 ], [ 106.133024114000079, 29.57055154100005 ], [ 106.133022892000056, 29.570539067000084 ], [ 106.133020430000045, 29.570526513000054 ], [ 106.133017, 29.570514158000034 ], [ 106.133012822000069, 29.570502295000047 ], [ 106.133009153000046, 29.570493477000063 ], [ 106.133005096000034, 29.570485095000041 ], [ 106.133000571000025, 29.570477097000037 ], [ 106.132995501000039, 29.570469436000057 ], [ 106.132989795000071, 29.570462061000054 ], [ 106.132983390000049, 29.570454908000031 ], [ 106.132976191000068, 29.570447943000094 ], [ 106.132968119000054, 29.570441110000043 ], [ 106.13295394000005, 29.570430821000059 ], [ 106.132938147000061, 29.570421232000051 ], [ 106.132927542000061, 29.570415910000062 ], [ 106.132921397000075, 29.570412833000024 ], [ 106.132904371000052, 29.570406121000076 ], [ 106.132887695000079, 29.570401609000037 ], [ 106.132872043000077, 29.570399786000038 ], [ 106.13285806600004, 29.570401159000088 ], [ 106.132846419000032, 29.570406227000039 ], [ 106.13284077000003, 29.570411211000074 ], [ 106.132836072000032, 29.570417483000078 ], [ 106.132832201000042, 29.57042483400005 ], [ 106.132829032000075, 29.57043302400006 ], [ 106.132826417000047, 29.570441833000075 ], [ 106.132824249000066, 29.570451034000087 ], [ 106.132822393000026, 29.570460413000031 ], [ 106.132820723000066, 29.570469727000045 ], [ 106.132818462000046, 29.570482564000088 ], [ 106.132816330000026, 29.570494933000084 ], [ 106.13281433700007, 29.570506938000054 ], [ 106.132812509000075, 29.57051866300009 ], [ 106.132810852000034, 29.57053021300003 ], [ 106.13280939100008, 29.570541682000055 ], [ 106.132808136000051, 29.570553168000064 ], [ 106.132807110000044, 29.570564768000057 ], [ 106.132806215000073, 29.570578045000047 ], [ 106.132805427000051, 29.570591510000035 ], [ 106.132804577000059, 29.570605085000068 ], [ 106.132803470000056, 29.570618689000067 ], [ 106.13280191900003, 29.570632232000037 ], [ 106.132799716000079, 29.570645656000067 ], [ 106.132796696000071, 29.570658869000056 ], [ 106.132792651000045, 29.570671786000041 ], [ 106.132787456000074, 29.570684314000058 ], [ 106.132781142000056, 29.570696456000071 ], [ 106.132773751000059, 29.57070820100007 ], [ 106.132765363000033, 29.570719530000066 ], [ 106.132756053000037, 29.570730435000083 ], [ 106.132745873000033, 29.570740904000047 ], [ 106.132734902000038, 29.570750911000069 ], [ 106.132723203000069, 29.570760456000077 ], [ 106.132713184000067, 29.570767911000072 ], [ 106.132702957000049, 29.570775153000053 ], [ 106.132692728000052, 29.570782284000074 ], [ 106.132682725000052, 29.570789414000039 ], [ 106.132673189000059, 29.570796649000037 ], [ 106.132664326000054, 29.570804103000068 ], [ 106.132656363000081, 29.570811884000079 ], [ 106.132649531000027, 29.570820096000084 ], [ 106.132644457000026, 29.570828323000057 ], [ 106.132677069000067, 29.570851093000041 ], [ 106.132761518000052, 29.570885519000058 ], [ 106.132846022000081, 29.570924738000091 ], [ 106.132919562000041, 29.570964051000079 ], [ 106.132945430000063, 29.570989391000069 ], [ 106.132960673000071, 29.571045175000037 ], [ 106.13296099400003, 29.571073931000058 ], [ 106.132943006000062, 29.571099645000054 ], [ 106.132886537000047, 29.571116102000069 ], [ 106.132827936000069, 29.571105419000045 ], [ 106.132793056000025, 29.571091339000077 ], [ 106.132758070000079, 29.571067673000059 ], [ 106.13272134500005, 29.571052012000052 ], [ 106.132682952000039, 29.571050741000079 ], [ 106.132631822000064, 29.571054372000042 ], [ 106.132598947000076, 29.571056250000087 ], [ 106.132549769000036, 29.571071048000082 ], [ 106.132502543000044, 29.571097012000052 ], [ 106.132460870000045, 29.571129319000079 ], [ 106.132406388000049, 29.571160137000053 ], [ 106.132371990000081, 29.571189187000076 ], [ 106.132332055000077, 29.571213492000087 ], [ 106.132295561000035, 29.571218595000058 ], [ 106.132259050000073, 29.571222102000029 ], [ 106.132254699000043, 29.571220456000045 ], [ 106.132252132000076, 29.571237378000031 ], [ 106.13223101400007, 29.571287786000084 ], [ 106.13223027800008, 29.571291292000069 ], [ 106.132190968000032, 29.571316686000053 ], [ 106.132165375000056, 29.571347936000045 ], [ 106.132160098000043, 29.571367168000052 ], [ 106.132176060000063, 29.571398451000046 ], [ 106.132194794000043, 29.571414509000068 ], [ 106.132249414000057, 29.571416426000045 ], [ 106.132324262000054, 29.571395500000047 ], [ 106.132385402000068, 29.571368730000071 ], [ 106.132433950000063, 29.571315805000044 ], [ 106.132474130000048, 29.571246248000076 ], [ 106.13252293100004, 29.571215999000056 ], [ 106.132588504000068, 29.571220212000071 ], [ 106.132647402000032, 29.571237616000072 ], [ 106.132714484000076, 29.571254941000056 ], [ 106.13274896300004, 29.571285678000041 ], [ 106.132794094000076, 29.571293646000079 ], [ 106.132848777000049, 29.571300331000089 ], [ 106.132853270000055, 29.571314615000066 ], [ 106.132870574000037, 29.571314467000033 ], [ 106.132910078000066, 29.571314130000061 ], [ 106.13305394300005, 29.571349256000069 ], [ 106.133118121000052, 29.571390956000076 ], [ 106.133140191000052, 29.571463255000076 ], [ 106.133149400000036, 29.571526371000058 ], [ 106.133112839000034, 29.571595960000085 ], [ 106.133079725000073, 29.571609875000039 ], [ 106.133009584000035, 29.571613200000055 ], [ 106.132944967000071, 29.571620242000051 ], [ 106.132958324000072, 29.571657166000069 ], [ 106.13301292400007, 29.571705394000045 ], [ 106.133026908000033, 29.571706591000076 ], [ 106.133013528000049, 29.571751213000081 ], [ 106.133011087000071, 29.571777484000044 ], [ 106.133010031000026, 29.571804943000075 ], [ 106.13301711400004, 29.571827560000074 ], [ 106.133053954000047, 29.571843266000091 ], [ 106.133052545000069, 29.571863178000061 ], [ 106.133035517000053, 29.571887066000038 ], [ 106.132991922000031, 29.571894599000068 ], [ 106.132973159000073, 29.571925782000051 ], [ 106.13296692800003, 29.571979544000044 ], [ 106.132957244000067, 29.572009557000051 ], [ 106.132949919000069, 29.572008834000087 ], [ 106.132942595000031, 29.572008112000045 ], [ 106.132935271000065, 29.572007391000053 ], [ 106.132927956000074, 29.572006667000036 ], [ 106.132920632000037, 29.572005936000032 ], [ 106.132913307000081, 29.572005215000047 ], [ 106.132905983000057, 29.572004492000069 ], [ 106.13289866000008, 29.572003769000052 ], [ 106.132894967000027, 29.572009591000032 ], [ 106.132895188000077, 29.572029217000079 ], [ 106.132912172000033, 29.572060579000041 ], [ 106.132926628000064, 29.572113774000059 ], [ 106.132926744000031, 29.572115004000064 ], [ 106.132939836000048, 29.572120587000086 ], [ 106.132975104000096, 29.572099998000063 ], [ 106.13299935200007, 29.572071151000046 ], [ 106.133036984000057, 29.572018321000076 ], [ 106.133062191000079, 29.57195247300006 ], [ 106.133081020000077, 29.571927252000076 ], [ 106.133111059000043, 29.571928186000036 ], [ 106.133123668000053, 29.571956719000063 ], [ 106.13313124400004, 29.572023489000063 ], [ 106.133116568000048, 29.572054636000079 ], [ 106.133088197000063, 29.572081137000048 ], [ 106.133088269000041, 29.572087551000038 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.133349051000039, 29.570766281000086 ], [ 106.133312224000079, 29.570767705000037 ], [ 106.133270079000056, 29.570768065000038 ], [ 106.133229503000052, 29.570758095000091 ], [ 106.133193887000061, 29.57073923900009 ], [ 106.133156470000088, 29.570710081000065 ], [ 106.133122440000079, 29.57068236800006 ], [ 106.133096808000062, 29.570651635000047 ], [ 106.133071077000068, 29.57061206200007 ], [ 106.133048651000081, 29.570566565000036 ], [ 106.133024391000049, 29.570507817000081 ], [ 106.133000165000055, 29.570452017000026 ], [ 106.132979574000046, 29.570419768000079 ], [ 106.132947215000058, 29.570390567000054 ], [ 106.132911599000067, 29.570371711000064 ], [ 106.13288108900008, 29.570357233000035 ], [ 106.132833689000051, 29.570339951000051 ], [ 106.132794752000052, 29.57032554500006 ], [ 106.132689633000041, 29.570279287000062 ], [ 106.132689870000036, 29.570340459000072 ], [ 106.132683729000064, 29.570413487000049 ], [ 106.132666187000041, 29.570503842000051 ], [ 106.132650510000076, 29.570553639000074 ], [ 106.132625560000065, 29.570603516000059 ], [ 106.132600462000028, 29.570640217000065 ], [ 106.132573046000061, 29.570676939000069 ], [ 106.132559685000047, 29.570698625000031 ], [ 106.132593803000077, 29.570759143000089 ], [ 106.132627338000091, 29.570816370000045 ], [ 106.132644457000026, 29.570828323000057 ], [ 106.132649531000027, 29.570820096000084 ], [ 106.132656363000081, 29.570811884000079 ], [ 106.132664326000054, 29.570804103000068 ], [ 106.132673189000059, 29.570796649000037 ], [ 106.132682725000052, 29.570789414000039 ], [ 106.132692728000052, 29.570782284000074 ], [ 106.132702957000049, 29.570775153000053 ], [ 106.132713184000067, 29.570767911000072 ], [ 106.132723203000069, 29.570760456000077 ], [ 106.132734902000038, 29.570750911000069 ], [ 106.132745873000033, 29.570740904000047 ], [ 106.132756053000037, 29.570730435000083 ], [ 106.132765363000033, 29.570719530000066 ], [ 106.132773751000059, 29.57070820100007 ], [ 106.132781142000056, 29.570696456000071 ], [ 106.132787456000074, 29.570684314000058 ], [ 106.132792651000045, 29.570671786000041 ], [ 106.132796696000071, 29.570658869000056 ], [ 106.132799716000079, 29.570645656000067 ], [ 106.13280191900003, 29.570632232000037 ], [ 106.132803470000056, 29.570618689000067 ], [ 106.132804577000059, 29.570605085000068 ], [ 106.132805427000051, 29.570591510000035 ], [ 106.132806215000073, 29.570578045000047 ], [ 106.132807110000044, 29.570564768000057 ], [ 106.132808136000051, 29.570553168000064 ], [ 106.13280939100008, 29.570541682000055 ], [ 106.132810852000034, 29.57053021300003 ], [ 106.132812509000075, 29.57051866300009 ], [ 106.13281433700007, 29.570506938000054 ], [ 106.132816330000026, 29.570494933000084 ], [ 106.132818462000046, 29.570482564000088 ], [ 106.132820723000066, 29.570469727000045 ], [ 106.132822393000026, 29.570460413000031 ], [ 106.132824249000066, 29.570451034000087 ], [ 106.132826417000047, 29.570441833000075 ], [ 106.132829032000075, 29.57043302400006 ], [ 106.132832201000042, 29.57042483400005 ], [ 106.132836072000032, 29.570417483000078 ], [ 106.13284077000003, 29.570411211000074 ], [ 106.132846419000032, 29.570406227000039 ], [ 106.13285806600004, 29.570401159000088 ], [ 106.132872043000077, 29.570399786000038 ], [ 106.132887695000079, 29.570401609000037 ], [ 106.132904371000052, 29.570406121000076 ], [ 106.132921397000075, 29.570412833000024 ], [ 106.132927542000061, 29.570415910000062 ], [ 106.132938147000061, 29.570421232000051 ], [ 106.13295394000005, 29.570430821000059 ], [ 106.132968119000054, 29.570441110000043 ], [ 106.132976191000068, 29.570447943000094 ], [ 106.132983390000049, 29.570454908000031 ], [ 106.132989795000071, 29.570462061000054 ], [ 106.132995501000039, 29.570469436000057 ], [ 106.133000571000025, 29.570477097000037 ], [ 106.133005096000034, 29.570485095000041 ], [ 106.133009153000046, 29.570493477000063 ], [ 106.133012822000069, 29.570502295000047 ], [ 106.133017, 29.570514158000034 ], [ 106.133020430000045, 29.570526513000054 ], [ 106.133022892000056, 29.570539067000084 ], [ 106.133024114000079, 29.57055154100005 ], [ 106.133023878000074, 29.570563622000066 ], [ 106.133021921000079, 29.570575041000048 ], [ 106.133018013000026, 29.570585484000045 ], [ 106.13301189200007, 29.570594665000041 ], [ 106.13300601300007, 29.570600389000035 ], [ 106.132999073000065, 29.570605446000055 ], [ 106.132991270000048, 29.570609968000046 ], [ 106.132982814000059, 29.570614100000054 ], [ 106.132973932000027, 29.570617973000076 ], [ 106.132964810000033, 29.570621722000059 ], [ 106.132955680000066, 29.570625499000077 ], [ 106.132946735000075, 29.570629427000089 ], [ 106.132939110000052, 29.570633145000052 ], [ 106.132931775000031, 29.570637087000076 ], [ 106.132924733000038, 29.570641278000043 ], [ 106.132917973000076, 29.570645703000075 ], [ 106.132911461000049, 29.57065035700008 ], [ 106.132905190000045, 29.570655264000038 ], [ 106.132899161000068, 29.57066040500008 ], [ 106.132893339000091, 29.570665793000046 ], [ 106.132886899000027, 29.57067229900008 ], [ 106.132880784000065, 29.570679116000065 ], [ 106.13287508500008, 29.570686210000076 ], [ 106.132869842000048, 29.570693562000091 ], [ 106.132865128000063, 29.570701152000087 ], [ 106.132861027000047, 29.570708954000047 ], [ 106.132857587000046, 29.570716956000069 ], [ 106.132854871000063, 29.570725126000063 ], [ 106.132851870000081, 29.570740947000047 ], [ 106.132851493000032, 29.570757096000076 ], [ 106.132853543000067, 29.570773379000062 ], [ 106.132857778000073, 29.570789589000071 ], [ 106.132864013000074, 29.570805522000061 ], [ 106.13287200700006, 29.570820986000058 ], [ 106.132881564000058, 29.570835762000051 ], [ 106.13289246100004, 29.570849660000075 ], [ 106.132901977000074, 29.570859988000048 ], [ 106.132912155000042, 29.570869643000023 ], [ 106.132922936000057, 29.570878627000063 ], [ 106.132934286000079, 29.570886956000034 ], [ 106.132946125000046, 29.570894630000058 ], [ 106.132958422000058, 29.570901669000072 ], [ 106.132971113000053, 29.570908074000052 ], [ 106.132984149000038, 29.570913871000073 ], [ 106.133000626000069, 29.570920180000094 ], [ 106.133017517000042, 29.570925558000056 ], [ 106.133034800000075, 29.570930019000066 ], [ 106.133052453000062, 29.570933548000081 ], [ 106.133070448000069, 29.570936138000036 ], [ 106.133088771000075, 29.570937803000042 ], [ 106.133107386000063, 29.570938529000045 ], [ 106.133126266000033, 29.57093831300006 ], [ 106.133145601000095, 29.570937120000046 ], [ 106.133164893000071, 29.570934862000065 ], [ 106.133183862000067, 29.570931444000056 ], [ 106.133202219000054, 29.570926769000035 ], [ 106.133219674000046, 29.570920738000041 ], [ 106.133235925000065, 29.570913247000078 ], [ 106.133250704000034, 29.570904208000055 ], [ 106.133263700000043, 29.570893525000084 ], [ 106.133268699000041, 29.570888396000036 ], [ 106.13327339500006, 29.570882997000066 ], [ 106.133277863000046, 29.570877374000077 ], [ 106.133282164000036, 29.570871592000053 ], [ 106.133286400000031, 29.570865702000042 ], [ 106.133290627000065, 29.570859758000037 ], [ 106.133294936000027, 29.570853803000034 ], [ 106.133299390000047, 29.57084790100004 ], [ 106.133309756000088, 29.570835518000084 ], [ 106.133321152000079, 29.570823802000064 ], [ 106.133333536000066, 29.570812908000047 ], [ 106.13334688100008, 29.570803015000081 ], [ 106.133356140000046, 29.570797351000063 ], [ 106.133349051000039, 29.570766281000086 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.159164263000036, 29.509482702000074 ], [ 106.159073511000031, 29.509491062000048 ], [ 106.158980022000037, 29.509511165000049 ], [ 106.158925904000057, 29.509513671000043 ], [ 106.158887082000035, 29.509579486000064 ], [ 106.15884888000005, 29.50961357400007 ], [ 106.158805441000027, 29.509671818000065 ], [ 106.158756215000039, 29.50970600200009 ], [ 106.158679317000065, 29.509730783000073 ], [ 106.158630677000076, 29.509736945000046 ], [ 106.158648688000028, 29.509753993000054 ], [ 106.158704122000074, 29.509841417000072 ], [ 106.158768805000079, 29.510005681000056 ], [ 106.158808866000072, 29.510214113000071 ], [ 106.158852197000044, 29.510341935000042 ], [ 106.158846524000069, 29.510539503000075 ], [ 106.158901695000054, 29.510509349000078 ], [ 106.15898125700005, 29.510454703000054 ], [ 106.159079353000038, 29.510402593000041 ], [ 106.159143988000039, 29.510391239000057 ], [ 106.159214913000042, 29.510390620000063 ], [ 106.159273504000055, 29.51039010900007 ], [ 106.159338324000032, 29.51039494000009 ], [ 106.159384580000051, 29.510394536000035 ], [ 106.159421277000035, 29.510367240000043 ], [ 106.15942997500008, 29.510318607000045 ], [ 106.159404290000055, 29.510229809000073 ], [ 106.159375707000038, 29.510157223000075 ], [ 106.15936571800006, 29.510092567000068 ], [ 106.159365226000034, 29.510049409000082 ], [ 106.159373862000052, 29.509995381000071 ], [ 106.159385644000054, 29.509946721000055 ], [ 106.159388174000071, 29.509898142000058 ], [ 106.159381361000044, 29.509841551000072 ], [ 106.159349848000033, 29.509782478000087 ], [ 106.159312106000073, 29.509718064000076 ], [ 106.159277570000029, 29.509664413000049 ], [ 106.159239921000051, 29.509608091000075 ], [ 106.159211676000041, 29.509565175000034 ], [ 106.159164263000036, 29.509482702000074 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.160935816000062, 29.509998273000061 ], [ 106.16086742300007, 29.510074069000044 ], [ 106.160821445000067, 29.510098749000065 ], [ 106.160778396000069, 29.510109915000037 ], [ 106.160769119000065, 29.510112540000083 ], [ 106.160729211000046, 29.510123833000076 ], [ 106.160658285000068, 29.510124452000074 ], [ 106.160565774000077, 29.510125259000063 ], [ 106.160476377000066, 29.510128737000059 ], [ 106.160343777000037, 29.510129894000045 ], [ 106.160229680000043, 29.510130890000084 ], [ 106.160223201000065, 29.510130166000064 ], [ 106.160140129000069, 29.510120881000034 ], [ 106.160041266000064, 29.510105558000074 ], [ 106.15994857000004, 29.510090181000063 ], [ 106.15986811700003, 29.510066604000084 ], [ 106.159818470000062, 29.510040061000037 ], [ 106.159768577000079, 29.509991939000088 ], [ 106.159715232000053, 29.509911475000074 ], [ 106.159677397000053, 29.509838970000082 ], [ 106.159645484000066, 29.509744831000038 ], [ 106.159625998000095, 29.509658677000065 ], [ 106.159619215000077, 29.509604784000096 ], [ 106.159590663000074, 29.509534894000065 ], [ 106.159561028000041, 29.50948872400005 ], [ 106.159537287000035, 29.509451734000038 ], [ 106.15949736500005, 29.509424347000053 ], [ 106.159436937000066, 29.509454138000088 ], [ 106.159348795000028, 29.50945972900006 ], [ 106.159277301000046, 29.509474819000033 ], [ 106.15918915900005, 29.509480409000048 ], [ 106.159164263000036, 29.509482702000074 ], [ 106.159211676000041, 29.509565175000034 ], [ 106.159239921000051, 29.509608091000075 ], [ 106.159277570000029, 29.509664413000049 ], [ 106.159312106000073, 29.509718064000076 ], [ 106.159349848000033, 29.509782478000087 ], [ 106.159381361000044, 29.509841551000072 ], [ 106.159388174000071, 29.509898142000058 ], [ 106.159385644000054, 29.509946721000055 ], [ 106.159373862000052, 29.509995381000071 ], [ 106.159365226000034, 29.510049409000082 ], [ 106.15936571800006, 29.510092567000068 ], [ 106.159375707000038, 29.510157223000075 ], [ 106.159404290000055, 29.510229809000073 ], [ 106.15942997500008, 29.510318607000045 ], [ 106.159421277000035, 29.510367240000043 ], [ 106.159384580000051, 29.510394536000035 ], [ 106.159338324000032, 29.51039494000009 ], [ 106.159273504000055, 29.51039010900007 ], [ 106.159214913000042, 29.510390620000063 ], [ 106.159143988000039, 29.510391239000057 ], [ 106.159079353000038, 29.510402593000041 ], [ 106.15898125700005, 29.510454703000054 ], [ 106.158901695000054, 29.510509349000078 ], [ 106.158846524000069, 29.510539503000075 ], [ 106.158846201000074, 29.510550769000066 ], [ 106.158819686000072, 29.510796410000076 ], [ 106.158746864000094, 29.511020478000024 ], [ 106.158627565000074, 29.511208322000066 ], [ 106.158613800000069, 29.511248243000072 ], [ 106.158685063000064, 29.511255781000038 ], [ 106.158728235000069, 29.511255405000043 ], [ 106.15879293200004, 29.511249446000079 ], [ 106.158845141000029, 29.511230107000074 ], [ 106.158900403000089, 29.511208045000043 ], [ 106.158961678000026, 29.511172441000046 ], [ 106.158979750000071, 29.51113451700007 ], [ 106.158985272000052, 29.511077819000029 ], [ 106.159003314000074, 29.511037197000064 ], [ 106.159040134000065, 29.511020690000063 ], [ 106.159089474000041, 29.51102026000007 ], [ 106.159126479000065, 29.511019938000064 ], [ 106.159194598000056, 29.511043623000035 ], [ 106.159238139000095, 29.511075614000049 ], [ 106.159263147000047, 29.511105070000042 ], [ 106.15929142400006, 29.511150683000043 ], [ 106.159313532000056, 29.511196350000038 ], [ 106.159335703000067, 29.511247412000042 ], [ 106.159370300000035, 29.511306458000035 ], [ 106.159398515000078, 29.51134667600008 ], [ 106.159423615000037, 29.511384224000039 ], [ 106.159464288000052, 29.511435124000052 ], [ 106.159510975000046, 29.511472484000077 ], [ 106.159563676000062, 29.511496303000065 ], [ 106.159619521000081, 29.511525489000061 ], [ 106.159646894000048, 29.511556759000079 ], [ 106.159687210000072, 29.511511411000072 ], [ 106.159751508000056, 29.511470386000042 ], [ 106.159803593000049, 29.511440258000061 ], [ 106.159857059000046, 29.511437563000072 ], [ 106.159868321000033, 29.51143699500005 ], [ 106.159926913000049, 29.51143648400005 ], [ 106.159997747000034, 29.511427773000033 ], [ 106.160071541000036, 29.511408246000087 ], [ 106.160106229000064, 29.511400338000037 ], [ 106.160157671000036, 29.511388611000083 ], [ 106.16022206100007, 29.511355678000086 ], [ 106.16027405400007, 29.511317457000075 ], [ 106.160332245000063, 29.511281880000073 ], [ 106.160412053000073, 29.511248812000083 ], [ 106.160504442000047, 29.511237216000033 ], [ 106.160562910000067, 29.511225915000068 ], [ 106.160605806000035, 29.511201262000029 ], [ 106.160657799000035, 29.511163041000092 ], [ 106.16072835500006, 29.511130054000041 ], [ 106.160795582000048, 29.511075514000083 ], [ 106.160844583000028, 29.51104541300009 ], [ 106.160930251000082, 29.510985317000063 ], [ 106.160985266000068, 29.510941675000083 ], [ 106.161021809000033, 29.510900891000059 ], [ 106.161042717000043, 29.510841361000075 ], [ 106.161034764000078, 29.510684968000071 ], [ 106.161026473000049, 29.510498905000087 ], [ 106.161024318000059, 29.510310090000075 ], [ 106.160998140000061, 29.51017813500005 ], [ 106.16098201300008, 29.51011623000004 ], [ 106.160950437000068, 29.510051763000039 ], [ 106.160935816000062, 29.509998273000061 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.16250618100004, 29.509655992000031 ], [ 106.162545570000077, 29.509686690000088 ], [ 106.162590286000068, 29.509693398000081 ], [ 106.162611254000069, 29.509696545000057 ], [ 106.162652858000058, 29.509685752000049 ], [ 106.162694283000079, 29.50965931900004 ], [ 106.162711807000051, 29.509627880000039 ], [ 106.162711349000062, 29.509587801000063 ], [ 106.162711152000057, 29.509570530000076 ], [ 106.162650534000079, 29.509482419000051 ], [ 106.162560294000059, 29.509410208000073 ], [ 106.162434290000078, 29.509338310000089 ], [ 106.162315081000031, 29.509339352000051 ], [ 106.162124408000068, 29.509346233000088 ], [ 106.162065280000036, 29.509388464000047 ], [ 106.162006032000079, 29.509420268000046 ], [ 106.161922884000035, 29.509447064000085 ], [ 106.161786329000051, 29.509495186000038 ], [ 106.16169751800004, 29.509548104000089 ], [ 106.16163868700005, 29.509616403000056 ], [ 106.16162748000005, 29.509679071000058 ], [ 106.161628314000041, 29.509752063000068 ], [ 106.161629087000051, 29.50981984100008 ], [ 106.161629504000075, 29.50985633700008 ], [ 106.161606198000072, 29.509903470000044 ], [ 106.161582475000046, 29.50991410500006 ], [ 106.161576669000056, 29.509909126000089 ], [ 106.161536989000069, 29.509967335000056 ], [ 106.161520408000058, 29.51003981100007 ], [ 106.16152119000003, 29.510108329000047 ], [ 106.161513095000032, 29.510161696000072 ], [ 106.16148768000005, 29.510222829000035 ], [ 106.161470881000071, 29.510276273000049 ], [ 106.161462786000072, 29.510329640000066 ], [ 106.161463307000076, 29.51037531900004 ], [ 106.16147662300007, 29.510398044000052 ], [ 106.161489940000081, 29.51042076900006 ], [ 106.161499034000045, 29.510454952000089 ], [ 106.161499382000045, 29.510485404000065 ], [ 106.161499860000049, 29.510527276000062 ], [ 106.161500121000074, 29.510550115000054 ], [ 106.161539216000051, 29.510599946000063 ], [ 106.161570846000075, 29.510461700000068 ], [ 106.161657156000047, 29.510189806000085 ], [ 106.161738103000062, 29.509970101000082 ], [ 106.161825604000057, 29.509802482000055 ], [ 106.161866554000028, 29.509734339000083 ], [ 106.161966452000058, 29.509608325000041 ], [ 106.162019561000079, 29.509560933000049 ], [ 106.162162433000049, 29.50954404100009 ], [ 106.162251839000078, 29.509543261000097 ], [ 106.16234726700003, 29.509547640000047 ], [ 106.162425169000073, 29.509583458000066 ], [ 106.162479409000071, 29.509635126000038 ], [ 106.16250618100004, 29.509655992000031 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.162711349000062, 29.509587801000063 ], [ 106.162719898000034, 29.509587450000076 ], [ 106.162776202000046, 29.509500266000092 ], [ 106.162845365000067, 29.509463860000039 ], [ 106.162877654000056, 29.509424196000058 ], [ 106.163011931000028, 29.509370789000066 ], [ 106.163018376000025, 29.509337914000078 ], [ 106.163014351000072, 29.509284249000075 ], [ 106.162972404000072, 29.509195113000082 ], [ 106.162924285000031, 29.509162718000084 ], [ 106.162883257000033, 29.509154127000055 ], [ 106.162774264000063, 29.509167014000067 ], [ 106.162696301000054, 29.509209462000054 ], [ 106.162652035000079, 29.509215816000051 ], [ 106.162617386000079, 29.509168385000066 ], [ 106.16264766900008, 29.509132320000059 ], [ 106.162719185000071, 29.509122745000074 ], [ 106.162824700000044, 29.509103921000076 ], [ 106.162916780000046, 29.509103115000073 ], [ 106.16298168000003, 29.509111499000078 ], [ 106.163111853000032, 29.509161078000087 ], [ 106.163143467000054, 29.509241352000057 ], [ 106.163201580000091, 29.509252776000043 ], [ 106.163255151000044, 29.509279743000029 ], [ 106.163255456000059, 29.509306471000066 ], [ 106.163255741000071, 29.509331292000077 ], [ 106.163247995000063, 29.509338896000084 ], [ 106.163301036000064, 29.509334563000031 ], [ 106.163344577000032, 29.509331005000025 ], [ 106.163413987000069, 29.509311362000062 ], [ 106.163448627000037, 29.50929583300006 ], [ 106.16347025500005, 29.509284222000087 ], [ 106.163483179000082, 29.509272688000063 ], [ 106.163486137000064, 29.509217236000044 ], [ 106.163450473000069, 29.509227329000055 ], [ 106.163403578000043, 29.509227738000043 ], [ 106.16334811400003, 29.509224494000076 ], [ 106.163262212000063, 29.509169303000082 ], [ 106.163154949000045, 29.509110570000075 ], [ 106.163103492000062, 29.509084915000074 ], [ 106.163069089000032, 29.509059109000081 ], [ 106.163069588000042, 29.50905759800008 ], [ 106.163061221000078, 29.509055296000039 ], [ 106.163005914000053, 29.509039707000056 ], [ 106.162964343000056, 29.50901997700003 ], [ 106.162942165000061, 29.509000962000073 ], [ 106.162937173000046, 29.509005417000083 ], [ 106.162783037000054, 29.509079764000035 ], [ 106.162687909000056, 29.509101453000078 ], [ 106.162532936000048, 29.50910280800008 ], [ 106.162377906000074, 29.509098949000077 ], [ 106.162193133000073, 29.50910056400005 ], [ 106.162015273000065, 29.509185547000076 ], [ 106.161879196000029, 29.509275377000051 ], [ 106.161776070000045, 29.509346531000055 ], [ 106.161749077000081, 29.509365157000051 ], [ 106.161648583000058, 29.509439033000035 ], [ 106.161565793000079, 29.509497113000069 ], [ 106.161530804000051, 29.509565203000079 ], [ 106.161531935000042, 29.509664263000044 ], [ 106.161538908000068, 29.509752844000044 ], [ 106.161546117000057, 29.509862280000046 ], [ 106.161576669000056, 29.509909126000089 ], [ 106.161582475000046, 29.50991410500006 ], [ 106.161606198000072, 29.509903470000044 ], [ 106.161629504000075, 29.50985633700008 ], [ 106.161629087000051, 29.50981984100008 ], [ 106.161628314000041, 29.509752063000068 ], [ 106.16162748000005, 29.509679071000058 ], [ 106.16163868700005, 29.509616403000056 ], [ 106.16169751800004, 29.509548104000089 ], [ 106.161786329000051, 29.509495186000038 ], [ 106.161922884000035, 29.509447064000085 ], [ 106.162006032000079, 29.509420268000046 ], [ 106.162065280000036, 29.509388464000047 ], [ 106.162124408000068, 29.509346233000088 ], [ 106.162315081000031, 29.509339352000051 ], [ 106.162434290000078, 29.509338310000089 ], [ 106.162560294000059, 29.509410208000073 ], [ 106.162650534000079, 29.509482419000051 ], [ 106.162711152000057, 29.509570530000076 ], [ 106.162711349000062, 29.509587801000063 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.167219224000064, 29.580815181000052 ], [ 106.167248621000056, 29.580764496000079 ], [ 106.167250145000025, 29.580719996000084 ], [ 106.167230964000055, 29.58064542400006 ], [ 106.167179931000092, 29.580633416000065 ], [ 106.167100583000035, 29.580637673000069 ], [ 106.167037582000034, 29.580647124000048 ], [ 106.166984696000057, 29.580651148000065 ], [ 106.166937938000046, 29.58065689800009 ], [ 106.166917086000069, 29.580665219000089 ], [ 106.166918231000068, 29.580672453000098 ], [ 106.16692898000008, 29.58074037200004 ], [ 106.166896018000045, 29.580744460000062 ], [ 106.166913278000038, 29.580864649000038 ], [ 106.166919193000069, 29.580878928000068 ], [ 106.166918631000044, 29.58089212200008 ], [ 106.166914466000037, 29.580913294000084 ], [ 106.166908975000069, 29.580928082000071 ], [ 106.166908267000053, 29.580928899000074 ], [ 106.16690839100005, 29.580929745000052 ], [ 106.166897548000065, 29.580944715000037 ], [ 106.166890772000045, 29.580951940000091 ], [ 106.166887339000027, 29.580957374000029 ], [ 106.166885592000028, 29.580970783000055 ], [ 106.166885669000067, 29.580981384000044 ], [ 106.166954559000033, 29.580967846000078 ], [ 106.167004701000053, 29.580929083000051 ], [ 106.167041488000052, 29.580902230000053 ], [ 106.167219224000064, 29.580815181000052 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.169358009000078, 29.583483367000042 ], [ 106.169389767000055, 29.583440092000043 ], [ 106.169410879000054, 29.583334639000046 ], [ 106.169412417000046, 29.583333334000077 ], [ 106.169413438000049, 29.583331626000074 ], [ 106.169393469000056, 29.583261438000079 ], [ 106.169347156000072, 29.583100690000045 ], [ 106.169338547000052, 29.58307080600008 ], [ 106.169325100000037, 29.582845924000079 ], [ 106.169326654000031, 29.582711723000045 ], [ 106.169338261000064, 29.582642494000083 ], [ 106.169367804000061, 29.582514824000036 ], [ 106.169403829000032, 29.582411494000041 ], [ 106.169312212000079, 29.582448206000045 ], [ 106.169183168000075, 29.582533414000068 ], [ 106.169091561000073, 29.582621407000087 ], [ 106.16900221700007, 29.582724956000057 ], [ 106.169039113000053, 29.582758668000061 ], [ 106.169059097000073, 29.582803167000069 ], [ 106.169067035000069, 29.58285840800005 ], [ 106.16905304800008, 29.58291171600008 ], [ 106.169043680000073, 29.582943708000073 ], [ 106.168990387000079, 29.582965451000064 ], [ 106.168951499000059, 29.582970048000053 ], [ 106.16891737900005, 29.582966093000032 ], [ 106.168890413000057, 29.582949312000039 ], [ 106.168873010000027, 29.582917555000055 ], [ 106.168870086000027, 29.58287503400004 ], [ 106.168849840000064, 29.58280051600007 ], [ 106.168860811000073, 29.582774137000065 ], [ 106.168863067000075, 29.58274461800006 ], [ 106.168860346000031, 29.582715454000038 ], [ 106.168860105000078, 29.582712875000091 ], [ 106.168841752000048, 29.582697153000083 ], [ 106.168797334000033, 29.582672583000093 ], [ 106.168734774000029, 29.582650443000034 ], [ 106.168711019000071, 29.582616612000042 ], [ 106.168705017000036, 29.582546322000045 ], [ 106.168707509000058, 29.582537223000081 ], [ 106.168730504000052, 29.582505252000093 ], [ 106.16875869200004, 29.582473236000059 ], [ 106.168789424000067, 29.582436658000059 ], [ 106.168830486000047, 29.582395451000085 ], [ 106.168890799000053, 29.582222463000036 ], [ 106.168905877000043, 29.582179217000085 ], [ 106.168934013000069, 29.582142661000038 ], [ 106.168962252000028, 29.582115183000042 ], [ 106.169003314000065, 29.582073976000061 ], [ 106.16903923700005, 29.582037353000082 ], [ 106.169085491000033, 29.581996100000083 ], [ 106.169111805000071, 29.581929590000072 ], [ 106.169057604000045, 29.581930946000067 ], [ 106.168976744000076, 29.581927839000056 ], [ 106.168985704000079, 29.581852341000058 ], [ 106.169019526000056, 29.581849179000073 ], [ 106.169022373000075, 29.581811921000053 ], [ 106.169062803000031, 29.58181347500004 ], [ 106.169065317000047, 29.581842093000034 ], [ 106.169110380000063, 29.581843240000072 ], [ 106.16912065300005, 29.581843501000041 ], [ 106.169111953000026, 29.581814333000064 ], [ 106.169103141000051, 29.581786376000085 ], [ 106.16908770100008, 29.581737395000061 ], [ 106.169076127000039, 29.581719909000075 ], [ 106.169053355000074, 29.581685506000042 ], [ 106.169008572000052, 29.581629171000088 ], [ 106.168959095000062, 29.581615992000074 ], [ 106.168912397000042, 29.581618672000051 ], [ 106.168881457000069, 29.581637098000041 ], [ 106.16883821700003, 29.581714630000079 ], [ 106.168820334000031, 29.581739749000068 ], [ 106.168810343000075, 29.581773875000074 ], [ 106.16880173800007, 29.581928254000047 ], [ 106.168794107000053, 29.581941936000078 ], [ 106.168765841000038, 29.581967147000043 ], [ 106.168734692000044, 29.581967420000073 ], [ 106.168706085000053, 29.581963134000024 ], [ 106.168641086000036, 29.581954629000059 ], [ 106.168602149000037, 29.581954972000062 ], [ 106.168534736000026, 29.581962373000067 ], [ 106.168462289000047, 29.581983433000055 ], [ 106.168382316000077, 29.582027251000056 ], [ 106.168323213000065, 29.582079964000062 ], [ 106.168254859000058, 29.582178512000027 ], [ 106.168256006000036, 29.582179699000044 ], [ 106.168274847000077, 29.582226084000066 ], [ 106.16831219400008, 29.582289762000073 ], [ 106.168309588000071, 29.582352337000092 ], [ 106.168303420000029, 29.582422807000061 ], [ 106.168304317000036, 29.582500621000076 ], [ 106.168321988000059, 29.582654428000076 ], [ 106.16835493800005, 29.582691222000054 ], [ 106.168382204000068, 29.582725593000067 ], [ 106.168390706000025, 29.582765051000088 ], [ 106.168496425000058, 29.582819769000082 ], [ 106.168513637000046, 29.582840631000064 ], [ 106.168518577000043, 29.582901158000084 ], [ 106.168514449000057, 29.582942120000041 ], [ 106.168517608000059, 29.58298218200008 ], [ 106.168509868000058, 29.583012907000075 ], [ 106.168507199000032, 29.583015289000045 ], [ 106.168491147000054, 29.583027222000048 ], [ 106.168461472000047, 29.58302748400007 ], [ 106.16842626600004, 29.583016003000068 ], [ 106.168345805000058, 29.582979883000064 ], [ 106.168341932000033, 29.583032077000048 ], [ 106.168400070000075, 29.583127915000034 ], [ 106.16841559900007, 29.583176618000032 ], [ 106.168420255000058, 29.583191223000078 ], [ 106.168417278000064, 29.583270608000078 ], [ 106.16841398300005, 29.583333335000081 ], [ 106.168415542000048, 29.583414466000082 ], [ 106.168415141000025, 29.583420588000081 ], [ 106.168482021000045, 29.583404618000081 ], [ 106.16853096300008, 29.583401810000051 ], [ 106.168589441000051, 29.583400105000067 ], [ 106.16860848500005, 29.583399938000063 ], [ 106.168624904000069, 29.58340811700009 ], [ 106.168630429000075, 29.583415203000069 ], [ 106.168651340000054, 29.583459015000066 ], [ 106.168677513000034, 29.58348732300005 ], [ 106.168704555000033, 29.583531974000042 ], [ 106.168710944000054, 29.583555105000073 ], [ 106.168724341000029, 29.583566581000067 ], [ 106.168741745000034, 29.583571778000078 ], [ 106.168758069000035, 29.583571636000045 ], [ 106.168776422000079, 29.583570581000057 ], [ 106.168802866000078, 29.583563214000023 ], [ 106.168812985000045, 29.583555990000036 ], [ 106.16886568700005, 29.583525204000072 ], [ 106.16897255300006, 29.583479895000043 ], [ 106.169050048000031, 29.583453573000043 ], [ 106.169080564000083, 29.583445501000085 ], [ 106.16914175200003, 29.583442732000037 ], [ 106.169166148000045, 29.583457010000068 ], [ 106.169223199000044, 29.58347580700007 ], [ 106.169280622000045, 29.583478436000057 ], [ 106.169338740000057, 29.58347917900004 ], [ 106.169358009000078, 29.583483367000042 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.172345585000087, 29.581465677000036 ], [ 106.172335405000069, 29.581456957000054 ], [ 106.172326534000035, 29.581436899000042 ], [ 106.172326273000067, 29.58141424900009 ], [ 106.17234035000007, 29.581386437000042 ], [ 106.172360213000047, 29.581361092000069 ], [ 106.172362860000078, 29.581340932000042 ], [ 106.172353989000044, 29.581320874000088 ], [ 106.17233662600006, 29.58131347700003 ], [ 106.172290528000076, 29.581311367000069 ], [ 106.172235415000046, 29.581276615000029 ], [ 106.17220336400004, 29.581244177000087 ], [ 106.172191498000075, 29.581214078000077 ], [ 106.172191149000071, 29.581183876000068 ], [ 106.172202259000073, 29.581148540000058 ], [ 106.172213602000056, 29.581133338000082 ], [ 106.172214134000058, 29.581132942000067 ], [ 106.17213212300004, 29.581130856000073 ], [ 106.172041331000059, 29.58112284900005 ], [ 106.171994035000068, 29.581099776000084 ], [ 106.171945720000053, 29.580988623000053 ], [ 106.171915428000034, 29.580947194000085 ], [ 106.171877424000073, 29.580947531000049 ], [ 106.171822718000044, 29.580948013000064 ], [ 106.171756611000035, 29.58095866400004 ], [ 106.171719412000073, 29.580979129000067 ], [ 106.171679248000032, 29.580992068000057 ], [ 106.171659355000031, 29.581014897000042 ], [ 106.171642340000062, 29.581037700000081 ], [ 106.171645452000064, 29.581057810000058 ], [ 106.171697773000062, 29.581100136000082 ], [ 106.171706789000055, 29.581132778000036 ], [ 106.171707225000034, 29.581170529000072 ], [ 106.171701903000042, 29.581208331000088 ], [ 106.171685297000067, 29.581266369000044 ], [ 106.171647457000077, 29.581480649000056 ], [ 106.171662289000039, 29.581518273000089 ], [ 106.171696928000074, 29.581525519000074 ], [ 106.171745876000045, 29.581525087000045 ], [ 106.171785984000053, 29.58150711400009 ], [ 106.171872187000076, 29.581491251000049 ], [ 106.171932681000044, 29.581493234000046 ], [ 106.172065478000036, 29.581522266000029 ], [ 106.172180592000075, 29.581516215000072 ], [ 106.17232414900009, 29.581479710000064 ], [ 106.172345585000087, 29.581465677000036 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.172148698000058, 29.579802420000082 ], [ 106.17214849700008, 29.57978501200007 ], [ 106.172192350000046, 29.579749804000077 ], [ 106.172227489000079, 29.579726280000038 ], [ 106.172273422000046, 29.579679447000043 ], [ 106.172268728000063, 29.579656275000051 ], [ 106.172261484000046, 29.579611240000077 ], [ 106.17221341700008, 29.579616794000057 ], [ 106.172150520000059, 29.57962040600006 ], [ 106.172091096000031, 29.579636817000058 ], [ 106.172007614000066, 29.579659873000086 ], [ 106.171873520000076, 29.579705375000064 ], [ 106.171863919000032, 29.579707345000088 ], [ 106.171866986000055, 29.579788477000083 ], [ 106.171862831000055, 29.579838110000068 ], [ 106.17183288800004, 29.579906570000048 ], [ 106.17179628100007, 29.580012287000045 ], [ 106.171743605000088, 29.58015947500007 ], [ 106.171699717000081, 29.580248725000054 ], [ 106.171667337000031, 29.580311007000027 ], [ 106.171653463000041, 29.580337994000047 ], [ 106.171639662000089, 29.580371181000082 ], [ 106.171603857000036, 29.580436901000041 ], [ 106.171554639000078, 29.580487026000071 ], [ 106.171598063000033, 29.580486642000039 ], [ 106.171656928000061, 29.580477661000089 ], [ 106.171749321000064, 29.580476075000039 ], [ 106.171864631000062, 29.580477366000078 ], [ 106.171943825000028, 29.580475897000042 ], [ 106.171997533000081, 29.580477731000091 ], [ 106.172056708000071, 29.580495672000033 ], [ 106.172123732000045, 29.580507389000047 ], [ 106.172186374000049, 29.580520684000071 ], [ 106.172187545000043, 29.580520994000032 ], [ 106.172033158000033, 29.580337355000037 ], [ 106.171999517000089, 29.580298963000065 ], [ 106.171960804000037, 29.580204515000048 ], [ 106.171960265000052, 29.58015809300008 ], [ 106.171959642000047, 29.580103933000085 ], [ 106.172002803000055, 29.58000876300008 ], [ 106.172051017000058, 29.579967713000084 ], [ 106.172120779000082, 29.579876177000074 ], [ 106.172148698000058, 29.579802420000082 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.17323805400008, 29.578539537000033 ], [ 106.173471283000026, 29.578440188000062 ], [ 106.173641936000081, 29.578323411000042 ], [ 106.173749526000051, 29.57820719100004 ], [ 106.173947277000082, 29.577954858000055 ], [ 106.174036857000033, 29.577768634000044 ], [ 106.174069398000029, 29.57760797200007 ], [ 106.174061751000067, 29.577442654000041 ], [ 106.17399002600007, 29.577355005000072 ], [ 106.173854580000068, 29.577565208000053 ], [ 106.173745765000035, 29.577754849000083 ], [ 106.173632263000059, 29.577939142000055 ], [ 106.173546281000029, 29.578058949000081 ], [ 106.173482721000028, 29.578117911000053 ], [ 106.173396011000079, 29.578174832000055 ], [ 106.173321914000041, 29.578211426000053 ], [ 106.173232134000045, 29.578233490000056 ], [ 106.173121433000063, 29.578306711000039 ], [ 106.172984018000079, 29.578322959000051 ], [ 106.172739025000055, 29.578332641000092 ], [ 106.172482263000077, 29.57844015500006 ], [ 106.172221635000028, 29.578585289000038 ], [ 106.171922830000028, 29.578775866000061 ], [ 106.171448865000059, 29.579065716000056 ], [ 106.171410515000048, 29.579096123000049 ], [ 106.171406779000051, 29.579145020000055 ], [ 106.171439269000089, 29.579211949000058 ], [ 106.171538461000068, 29.579212807000083 ], [ 106.171618917000046, 29.579176752000084 ], [ 106.171734405000052, 29.579061843000098 ], [ 106.171891004000045, 29.579005478000049 ], [ 106.172145801000056, 29.578893266000083 ], [ 106.172221310000054, 29.578817982000089 ], [ 106.172538591000034, 29.578669872000035 ], [ 106.172801781000032, 29.578506530000077 ], [ 106.172940319000077, 29.578442471000077 ], [ 106.173030394000079, 29.57846131000008 ], [ 106.173098416000073, 29.578515691000064 ], [ 106.17323805400008, 29.578539537000033 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.172645466000063, 29.57791518800008 ], [ 106.172559450000051, 29.577829572000038 ], [ 106.172504532000062, 29.577746947000033 ], [ 106.172475632000044, 29.57766437600009 ], [ 106.172453939000036, 29.577538219000079 ], [ 106.172452436000086, 29.577503360000023 ], [ 106.172446040000068, 29.577355084000089 ], [ 106.172436201000039, 29.577129008000043 ], [ 106.172433759000057, 29.576948983000076 ], [ 106.172472006000078, 29.576815309000047 ], [ 106.172448090000046, 29.576812538000063 ], [ 106.172412627000028, 29.576831566000067 ], [ 106.172375416000079, 29.576853730000032 ], [ 106.172345196000038, 29.576863353000082 ], [ 106.17229704600004, 29.576865338000054 ], [ 106.172254032000069, 29.576848563000055 ], [ 106.17221442400006, 29.576817720000065 ], [ 106.172194512000033, 29.576792942000054 ], [ 106.172187178000058, 29.576775851000036 ], [ 106.172183413000027, 29.576758729000069 ], [ 106.172159987000043, 29.576738661000043 ], [ 106.17213124400007, 29.576721760000058 ], [ 106.172064769000031, 29.576681797000045 ], [ 106.172035810000068, 29.576646181000061 ], [ 106.172023675000048, 29.576624429000049 ], [ 106.172025103000067, 29.576666805000052 ], [ 106.172033413000079, 29.576732266000072 ], [ 106.172050388000059, 29.576786718000054 ], [ 106.172086548000053, 29.576876063000046 ], [ 106.172102359000064, 29.576889609000084 ], [ 106.172135792000063, 29.576904702000039 ], [ 106.172164158000044, 29.576904450000086 ], [ 106.172200306000036, 29.576899855000082 ], [ 106.172234544000048, 29.576899553000086 ], [ 106.172260136000034, 29.576913012000027 ], [ 106.172260403000067, 29.576936102000047 ], [ 106.172252956000079, 29.576969517000066 ], [ 106.172229719000029, 29.57699024500004 ], [ 106.172204472000033, 29.577006714000042 ], [ 106.172154789000047, 29.577025110000079 ], [ 106.172116771000049, 29.577036569000089 ], [ 106.172088613000028, 29.577054769000082 ], [ 106.172073896000029, 29.577071659000065 ], [ 106.172039665000057, 29.577129611000089 ], [ 106.172031448000041, 29.577177601000074 ], [ 106.172034125000039, 29.577217286000064 ], [ 106.172039326000061, 29.577244158000049 ], [ 106.172058772000085, 29.577296161000039 ], [ 106.172079801000052, 29.57733621500007 ], [ 106.172089431000074, 29.577348886000035 ], [ 106.172098449000032, 29.577356790000067 ], [ 106.172106771000074, 29.57735985600004 ], [ 106.172114365000041, 29.577358055000051 ], [ 106.172124524000026, 29.577347819000067 ], [ 106.172146629000054, 29.57731480600005 ], [ 106.172175968000033, 29.577271962000054 ], [ 106.172184048000076, 29.577263880000089 ], [ 106.172191061000035, 29.577260715000083 ], [ 106.172196975000077, 29.577261655000086 ], [ 106.17220370800004, 29.577265700000051 ], [ 106.172218731000044, 29.577282472000043 ], [ 106.172233195000047, 29.577308006000067 ], [ 106.172241025000062, 29.577331879000042 ], [ 106.172241169000074, 29.577348791000077 ], [ 106.172236575000056, 29.577368262000043 ], [ 106.172227272000043, 29.577390193000042 ], [ 106.172213311000064, 29.577414463000078 ], [ 106.172199828000032, 29.577433580000051 ], [ 106.172185814000045, 29.577449669000085 ], [ 106.172171393000042, 29.577462579000052 ], [ 106.172156643000051, 29.577472245000077 ], [ 106.172142845000053, 29.577477490000035 ], [ 106.172103511000046, 29.577484936000072 ], [ 106.172087231000049, 29.577490754000046 ], [ 106.172072966000044, 29.577500234000073 ], [ 106.172058969000034, 29.57751331900004 ], [ 106.172026549000066, 29.577555733000047 ], [ 106.172015749000082, 29.57757303000006 ], [ 106.172005716000058, 29.577593343000046 ], [ 106.171978642000056, 29.577663555000075 ], [ 106.171941632000028, 29.577764883000043 ], [ 106.171911392000027, 29.577868211000069 ], [ 106.171924235000063, 29.577888439000041 ], [ 106.171961231000068, 29.577928633000059 ], [ 106.171986391000075, 29.577959955000036 ], [ 106.171998668000086, 29.57797842000009 ], [ 106.17200230800006, 29.577985252000076 ], [ 106.172007999000073, 29.577991129000054 ], [ 106.172014767000078, 29.577991827000062 ], [ 106.172022641000083, 29.577987356000047 ], [ 106.172031631000038, 29.577977679000067 ], [ 106.172051823000061, 29.577945216000046 ], [ 106.172083547000057, 29.577881014000067 ], [ 106.172093461000031, 29.577856637000078 ], [ 106.172107717000074, 29.577805319000049 ], [ 106.172115192000035, 29.577784072000043 ], [ 106.172138575000076, 29.577728695000072 ], [ 106.172148431000039, 29.577711741000083 ], [ 106.17215924900006, 29.577697762000071 ], [ 106.172180270000069, 29.577677984000044 ], [ 106.172207931000059, 29.577657959000081 ], [ 106.172235343000068, 29.577642101000034 ], [ 106.172264940000062, 29.577628805000078 ], [ 106.172274246000029, 29.577607993000068 ], [ 106.172285785000042, 29.577589418000056 ], [ 106.172296336000045, 29.577578193000086 ], [ 106.172305264000045, 29.577574749000068 ], [ 106.172311381000043, 29.577577320000039 ], [ 106.172318388000065, 29.577584349000063 ], [ 106.172342659000037, 29.577620965000051 ], [ 106.172373769000046, 29.577663584000049 ], [ 106.172388537000074, 29.577692157000062 ], [ 106.172392881000064, 29.577707272000055 ], [ 106.172395590000079, 29.577724712000077 ], [ 106.172397764000053, 29.577781578000049 ], [ 106.172398386000054, 29.577835271000083 ], [ 106.172406290000026, 29.577874576000063 ], [ 106.172419725000054, 29.577910269000078 ], [ 106.172437823000053, 29.577941220000067 ], [ 106.172461136000038, 29.577969881000062 ], [ 106.172485555000037, 29.577992460000083 ], [ 106.172487280000041, 29.577991777000076 ], [ 106.172518879000052, 29.577984570000066 ], [ 106.172608977000039, 29.577938673000066 ], [ 106.172645466000063, 29.57791518800008 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.170703616000026, 29.57999317500008 ], [ 106.170570799000075, 29.579965392000069 ], [ 106.170428380000033, 29.579966648000024 ], [ 106.170402084000045, 29.579984253000084 ], [ 106.170382879000044, 29.580042328000051 ], [ 106.170397631000071, 29.580172490000049 ], [ 106.170407969000053, 29.580207144000042 ], [ 106.170431453000049, 29.580232996000063 ], [ 106.170474911000042, 29.580267357000078 ], [ 106.17049886500007, 29.580333740000064 ], [ 106.170512546000054, 29.580371258000064 ], [ 106.170536232000075, 29.580414480000059 ], [ 106.170563064000078, 29.580443197000079 ], [ 106.170626194000079, 29.580460013000049 ], [ 106.170632817000069, 29.580459956000077 ], [ 106.170672496000066, 29.580453814000073 ], [ 106.170692301000031, 29.580447850000041 ], [ 106.170718597000075, 29.58043024400007 ], [ 106.170731578000073, 29.580406967000044 ], [ 106.170738035000056, 29.580392433000036 ], [ 106.170750448000035, 29.580319939000052 ], [ 106.170749681000075, 29.58025335200006 ], [ 106.170748978000063, 29.580192556000043 ], [ 106.170730981000077, 29.580068213000061 ], [ 106.170703616000026, 29.57999317500008 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.170861234000029, 29.57970576200006 ], [ 106.171017200000065, 29.57959442300006 ], [ 106.171025687000053, 29.579551149000054 ], [ 106.170980082000028, 29.579492641000058 ], [ 106.170938789000047, 29.579418389000068 ], [ 106.170942556000057, 29.579355518000057 ], [ 106.170968740000035, 29.579288524000049 ], [ 106.171076105000054, 29.579248305000082 ], [ 106.171127238000054, 29.579240250000055 ], [ 106.171119149000049, 29.579231936000042 ], [ 106.171000555000035, 29.579131957000065 ], [ 106.170932663000031, 29.579064119000058 ], [ 106.170892958000081, 29.579015586000086 ], [ 106.170837775000066, 29.578918307000038 ], [ 106.170784784000034, 29.578817098000055 ], [ 106.170749510000064, 29.578732677000062 ], [ 106.170744465000041, 29.578683187000088 ], [ 106.170743187000028, 29.578572396000084 ], [ 106.170755479000036, 29.578474521000093 ], [ 106.170743823000066, 29.578369038000073 ], [ 106.170727949000081, 29.57828575000007 ], [ 106.170712585000047, 29.578246778000043 ], [ 106.170683608000047, 29.578190981000041 ], [ 106.170655985000053, 29.578123440000066 ], [ 106.170637837000072, 29.578061319000085 ], [ 106.170606179000075, 29.577891035000043 ], [ 106.170547221000049, 29.577577987000037 ], [ 106.170406567000043, 29.577630784000053 ], [ 106.170303731000047, 29.577743525000077 ], [ 106.170207115000039, 29.577879619000036 ], [ 106.17020762500006, 29.577923828000046 ], [ 106.170219884000062, 29.577954930000086 ], [ 106.170268025000041, 29.578001320000041 ], [ 106.170301021000057, 29.578024436000071 ], [ 106.170339907000027, 29.578042299000064 ], [ 106.170399797000073, 29.578075582000054 ], [ 106.170411818000048, 29.578085879000071 ], [ 106.170435978000057, 29.578116876000085 ], [ 106.170436488000064, 29.578161085000097 ], [ 106.170400377000078, 29.578331379000076 ], [ 106.170408748000057, 29.578335585000051 ], [ 106.170429723000041, 29.578348403000067 ], [ 106.170519905000049, 29.578428233000068 ], [ 106.170631693000075, 29.578575493000073 ], [ 106.170644043000038, 29.578614397000081 ], [ 106.170653360000074, 29.57864812500009 ], [ 106.17065431900005, 29.578731342000083 ], [ 106.170636800000068, 29.578760106000058 ], [ 106.170595628000058, 29.578802082000042 ], [ 106.170571087000042, 29.578823162000052 ], [ 106.170602866000081, 29.578884777000045 ], [ 106.170655966000027, 29.578977658000035 ], [ 106.170668715000033, 29.579014646000076 ], [ 106.170670278000046, 29.579031388000093 ], [ 106.170670581000081, 29.579057713000054 ], [ 106.170657844000061, 29.579140404000043 ], [ 106.170633492000036, 29.579165751000069 ], [ 106.170534521000036, 29.579250398000056 ], [ 106.170514123000032, 29.579262546000045 ], [ 106.170493616000044, 29.579265121000034 ], [ 106.170456652000041, 29.579265446000079 ], [ 106.170416923000062, 29.579263403000091 ], [ 106.170397634000039, 29.579252803000092 ], [ 106.170371457000044, 29.579238672000095 ], [ 106.170339693000074, 29.579215016000028 ], [ 106.170317581000063, 29.579197259000072 ], [ 106.170303601000057, 29.579172250000045 ], [ 106.17026784400008, 29.579039723000054 ], [ 106.170267582000065, 29.579016985000056 ], [ 106.170184552000094, 29.579018972000089 ], [ 106.170136771000045, 29.579003788000087 ], [ 106.170118681000091, 29.578983141000037 ], [ 106.170106450000048, 29.578954640000067 ], [ 106.170003588000043, 29.578807300000051 ], [ 106.169975866000073, 29.578777629000058 ], [ 106.169812229000058, 29.578865926000049 ], [ 106.169722531000048, 29.578882431000068 ], [ 106.169589436000081, 29.578877317000039 ], [ 106.169499374000054, 29.57886239600009 ], [ 106.169448679000027, 29.578831413000046 ], [ 106.169383096000047, 29.578756561000034 ], [ 106.169292963000032, 29.578735354000063 ], [ 106.169260787000056, 29.578751352000044 ], [ 106.169239542000071, 29.578779826000069 ], [ 106.169239940000068, 29.578814394000055 ], [ 106.16926608600005, 29.578899023000076 ], [ 106.169324767000035, 29.57899908100006 ], [ 106.169343885000046, 29.579081578000057 ], [ 106.169456551000053, 29.579118871000048 ], [ 106.169715158000031, 29.579202528000057 ], [ 106.169800311000074, 29.579237336000066 ], [ 106.169851532000052, 29.57926948100004 ], [ 106.169920318000038, 29.579354809000051 ], [ 106.169937675000028, 29.579390215000043 ], [ 106.169955035000044, 29.579425620000055 ], [ 106.169976055000063, 29.579484701000066 ], [ 106.169987011000046, 29.579552759000077 ], [ 106.170061460000056, 29.579719241000067 ], [ 106.170164453000041, 29.579672632000044 ], [ 106.170258704000062, 29.579663947000096 ], [ 106.170371331000069, 29.579690445000036 ], [ 106.170461860000046, 29.579748555000037 ], [ 106.170538548000081, 29.57977537000005 ], [ 106.170619502000079, 29.579782512000065 ], [ 106.170713437000074, 29.579746337000067 ], [ 106.170745508000039, 29.57973753300007 ], [ 106.170861234000029, 29.57970576200006 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.169418161000067, 29.571781228000077 ], [ 106.169417698000075, 29.571741066000072 ], [ 106.16940882800003, 29.571674987000055 ], [ 106.169345527000075, 29.571576310000061 ], [ 106.169296064000036, 29.571505864000073 ], [ 106.169241498000076, 29.57146145300004 ], [ 106.169214281000052, 29.571445154000052 ], [ 106.169160203000047, 29.571443268000056 ], [ 106.169038428000079, 29.571430163000056 ], [ 106.168978863000063, 29.571421237000038 ], [ 106.168894618000081, 29.571405848000037 ], [ 106.168905406000079, 29.571425538000089 ], [ 106.168907082000032, 29.571440032000055 ], [ 106.168904338000075, 29.571463797000035 ], [ 106.168877775000055, 29.571515471000058 ], [ 106.168847844000027, 29.571536838000039 ], [ 106.16882984700004, 29.571546229000045 ], [ 106.168793821000065, 29.571562374000056 ], [ 106.168772791000038, 29.571570473000076 ], [ 106.168747144000065, 29.571570698000077 ], [ 106.168736421000062, 29.571569856000053 ], [ 106.168747174000032, 29.571603005000036 ], [ 106.168826177000028, 29.571694783000051 ], [ 106.168940974000066, 29.571752177000054 ], [ 106.168994141000042, 29.571776044000035 ], [ 106.169064178000042, 29.571814364000097 ], [ 106.169203156000037, 29.571887080000071 ], [ 106.169281530000049, 29.571886389000046 ], [ 106.169364982000047, 29.571857302000065 ], [ 106.169391816000029, 29.571840527000067 ], [ 106.169418161000067, 29.571781228000077 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.172464872000035, 29.569588635000063 ], [ 106.17243598500005, 29.569523707000091 ], [ 106.172385116000044, 29.569461525000065 ], [ 106.172363479000069, 29.569449190000061 ], [ 106.172237861000042, 29.569428377000062 ], [ 106.172155370000041, 29.569419711000073 ], [ 106.17207559200007, 29.569335863000049 ], [ 106.172011158000032, 29.569229743000051 ], [ 106.171977366000078, 29.569273655000071 ], [ 106.172063434000052, 29.569523864000072 ], [ 106.172086625000077, 29.569670843000051 ], [ 106.172079714000063, 29.569692826000047 ], [ 106.17204711300009, 29.569705040000084 ], [ 106.172056535000081, 29.569721109000053 ], [ 106.172087098000091, 29.569762271000059 ], [ 106.172122283000078, 29.569800495000038 ], [ 106.172135621000052, 29.569812646000049 ], [ 106.172151020000058, 29.569822750000075 ], [ 106.172168085000067, 29.569830553000084 ], [ 106.172186358000033, 29.569835860000069 ], [ 106.172205376000079, 29.569838515000065 ], [ 106.172224631000063, 29.569838463000057 ], [ 106.172243625000078, 29.569835696000037 ], [ 106.172261868000078, 29.569830295000081 ], [ 106.172299066000051, 29.569809590000077 ], [ 106.172313381000038, 29.56979832200005 ], [ 106.172331839000037, 29.569783790000091 ], [ 106.172359279000034, 29.569753618000053 ], [ 106.172380631000067, 29.569719881000086 ], [ 106.172395318000042, 29.569683524000077 ], [ 106.172404499000038, 29.569658177000058 ], [ 106.172418081000046, 29.569634386000075 ], [ 106.172435733000043, 29.569612726000063 ], [ 106.172457030000032, 29.569593731000047 ], [ 106.172464872000035, 29.569588635000063 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.172834046000048, 29.569941113000084 ], [ 106.172835665000036, 29.569913079000059 ], [ 106.172836663000055, 29.569867933000076 ], [ 106.172726913000076, 29.569900058000091 ], [ 106.172648474000042, 29.569932065000053 ], [ 106.172619819000033, 29.569932318000042 ], [ 106.172591128000079, 29.569929442000049 ], [ 106.172569346000046, 29.56990458100006 ], [ 106.172509540000078, 29.569689031000063 ], [ 106.172472155000037, 29.569605004000039 ], [ 106.172464872000035, 29.569588635000063 ], [ 106.172457030000032, 29.569593731000047 ], [ 106.172435733000043, 29.569612726000063 ], [ 106.172418081000046, 29.569634386000075 ], [ 106.172404499000038, 29.569658177000058 ], [ 106.172395318000042, 29.569683524000077 ], [ 106.172380631000067, 29.569719881000086 ], [ 106.172359279000034, 29.569753618000053 ], [ 106.172331839000037, 29.569783790000091 ], [ 106.172313381000038, 29.56979832200005 ], [ 106.172299066000051, 29.569809590000077 ], [ 106.172261868000078, 29.569830295000081 ], [ 106.172243625000078, 29.569835696000037 ], [ 106.172224631000063, 29.569838463000057 ], [ 106.172205376000079, 29.569838515000065 ], [ 106.172186358000033, 29.569835860000069 ], [ 106.172168085000067, 29.569830553000084 ], [ 106.172151020000058, 29.569822750000075 ], [ 106.172135621000052, 29.569812646000049 ], [ 106.172122283000078, 29.569800495000038 ], [ 106.172087098000091, 29.569762271000059 ], [ 106.172056535000081, 29.569721109000053 ], [ 106.17204711300009, 29.569705040000084 ], [ 106.172036912000067, 29.569708861000041 ], [ 106.171893673000056, 29.56971325700005 ], [ 106.171875584000077, 29.569697758000075 ], [ 106.17183368600007, 29.569482050000094 ], [ 106.171827470000039, 29.56938703600008 ], [ 106.171755421000057, 29.56944417000005 ], [ 106.171673272000078, 29.569511955000046 ], [ 106.171619707000048, 29.56954142800004 ], [ 106.17156400600004, 29.569565481000041 ], [ 106.171532685000045, 29.569575203000053 ], [ 106.171535344000063, 29.569583885000043 ], [ 106.17154079900007, 29.569591541000072 ], [ 106.171549377000076, 29.569598104000079 ], [ 106.171558947000051, 29.569602837000051 ], [ 106.171568590000049, 29.569604284000032 ], [ 106.171580103000053, 29.569602307000078 ], [ 106.171619354000043, 29.569585120000049 ], [ 106.171637517000079, 29.569576380000061 ], [ 106.171678151000052, 29.569551260000082 ], [ 106.171697477000066, 29.569541474000065 ], [ 106.171735892000072, 29.569524204000057 ], [ 106.171746513000087, 29.569521738000056 ], [ 106.171754589000045, 29.569522352000039 ], [ 106.171766552000065, 29.569530672000038 ], [ 106.17177797100004, 29.569546501000048 ], [ 106.171784105000029, 29.569563017000061 ], [ 106.171783048000066, 29.569575087000089 ], [ 106.171777855000073, 29.569580105000057 ], [ 106.171756152000071, 29.569590687000066 ], [ 106.171748897000043, 29.569596867000097 ], [ 106.171743883000033, 29.569608602000073 ], [ 106.171741712000028, 29.569622494000043 ], [ 106.171742949000077, 29.569632200000061 ], [ 106.171770618000039, 29.569660278000075 ], [ 106.171780566000052, 29.569670132000052 ], [ 106.171797310000045, 29.569853049000073 ], [ 106.171810411000081, 29.569852806000078 ], [ 106.171826893000059, 29.569852101000041 ], [ 106.171856669000078, 29.569850817000091 ], [ 106.171874385000081, 29.569851655000036 ], [ 106.171891962000075, 29.569852935000089 ], [ 106.171909432000064, 29.569854647000057 ], [ 106.171926761000066, 29.569856794000099 ], [ 106.171943971000076, 29.56985938500009 ], [ 106.171961053000075, 29.569862409000052 ], [ 106.171978016000025, 29.569865877000034 ], [ 106.171994849000043, 29.569869779000044 ], [ 106.172009939000077, 29.569873678000089 ], [ 106.172024910000061, 29.56987793900004 ], [ 106.172039749000078, 29.569882570000065 ], [ 106.172054470000035, 29.569887582000028 ], [ 106.172069031000035, 29.56989297400008 ], [ 106.172083441000041, 29.569898746000039 ], [ 106.172097679000046, 29.569904925000056 ], [ 106.172111738000069, 29.569911504000061 ], [ 106.172127618000047, 29.569919536000043 ], [ 106.172143215000062, 29.569928049000051 ], [ 106.172158497000055, 29.569936980000072 ], [ 106.172173433000069, 29.569946257000087 ], [ 106.172187989000065, 29.569955835000091 ], [ 106.172202116000051, 29.56996564100006 ], [ 106.172215811000058, 29.569975624000062 ], [ 106.172229012000059, 29.569985719000037 ], [ 106.172243656000035, 29.569997379000093 ], [ 106.172258101000068, 29.570008951000084 ], [ 106.172272802000066, 29.57002026900005 ], [ 106.172288251000055, 29.570031173000078 ], [ 106.172304910000037, 29.570041500000062 ], [ 106.172323255000038, 29.570051097000089 ], [ 106.17234376600004, 29.570059801000067 ], [ 106.172366907000026, 29.570067455000075 ], [ 106.172379503000059, 29.570070789000049 ], [ 106.172392413000068, 29.570073580000045 ], [ 106.172405148000053, 29.570075578000051 ], [ 106.172417264000046, 29.570076526000037 ], [ 106.172428271000058, 29.57007619500007 ], [ 106.172437722000041, 29.570074325000061 ], [ 106.172445130000028, 29.570070678000032 ], [ 106.172450028000071, 29.570065006000046 ], [ 106.172451910000063, 29.570059126000043 ], [ 106.172452418000034, 29.570052222000072 ], [ 106.172451949000049, 29.570044640000056 ], [ 106.172450917000049, 29.570036720000072 ], [ 106.172449733000079, 29.570028809000064 ], [ 106.172448810000049, 29.570021257000064 ], [ 106.172448556000063, 29.570014395000037 ], [ 106.172449375000042, 29.570008580000028 ], [ 106.172454421000054, 29.57000134600009 ], [ 106.172463639000057, 29.569997963000052 ], [ 106.172476305000032, 29.569997716000046 ], [ 106.172491686000058, 29.569999898000049 ], [ 106.172509066000032, 29.57000380300007 ], [ 106.172527706000039, 29.570008698000031 ], [ 106.172546899000054, 29.570013888000073 ], [ 106.172565899000062, 29.570018663000045 ], [ 106.172586513000056, 29.570022829000028 ], [ 106.17260595200004, 29.570025446000045 ], [ 106.172624217000077, 29.570026429000059 ], [ 106.172641307000049, 29.570025693000051 ], [ 106.172657199000071, 29.570023152000097 ], [ 106.172671925000031, 29.570018712000035 ], [ 106.172685451000063, 29.57001229600008 ], [ 106.172697787000061, 29.570003815000057 ], [ 106.172705314000041, 29.569997082000036 ], [ 106.172712483000055, 29.569989686000035 ], [ 106.172719451000034, 29.569981902000048 ], [ 106.172726366000063, 29.569974002000038 ], [ 106.172733407000067, 29.569966271000055 ], [ 106.172740721000025, 29.569958991000082 ], [ 106.172748468000066, 29.569952420000039 ], [ 106.172756802000038, 29.569946852000044 ], [ 106.172763369000052, 29.569943546000047 ], [ 106.172770334000063, 29.569940924000043 ], [ 106.172777711000037, 29.569938981000064 ], [ 106.172785486000066, 29.569937722000077 ], [ 106.172793673000058, 29.569937153000058 ], [ 106.172802259000036, 29.569937258000042 ], [ 106.172811245000062, 29.569938045000068 ], [ 106.172820642000033, 29.569939524000059 ], [ 106.172834046000048, 29.569941113000084 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.16977144100008, 29.570112276000096 ], [ 106.169759157000044, 29.570111874000084 ], [ 106.169722817000036, 29.570112195000032 ], [ 106.169638024000051, 29.570112941000051 ], [ 106.169617837000033, 29.570113118000055 ], [ 106.169573421000052, 29.570113510000056 ], [ 106.169561186000067, 29.570103027000073 ], [ 106.169560942000032, 29.570081849000076 ], [ 106.169564695000076, 29.570057105000036 ], [ 106.169564329000082, 29.570025337000065 ], [ 106.169564085000047, 29.570004159000071 ], [ 106.169467545000032, 29.570036780000066 ], [ 106.169431207000073, 29.570037100000029 ], [ 106.169301024000049, 29.569953525000077 ], [ 106.169248353000057, 29.569925659000035 ], [ 106.169215702000031, 29.569908385000065 ], [ 106.169126711000047, 29.569895048000046 ], [ 106.169053763000079, 29.569887728000079 ], [ 106.169094396000048, 29.569971017000064 ], [ 106.169143979000069, 29.570068029000083 ], [ 106.169237083000041, 29.570156184000037 ], [ 106.169294836000063, 29.570208821000055 ], [ 106.169352187000072, 29.57026109200007 ], [ 106.169481771000051, 29.570400271000043 ], [ 106.169657349000033, 29.57038811700005 ], [ 106.169794185000057, 29.57034808000008 ], [ 106.169902389000072, 29.570276525000054 ], [ 106.169926086000032, 29.570230426000077 ], [ 106.169921479000038, 29.570181045000087 ], [ 106.169897008000078, 29.570160080000043 ], [ 106.169864381000082, 29.570132127000075 ], [ 106.169843989000071, 29.570114656000037 ], [ 106.16977144100008, 29.570112276000096 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.169271335000076, 29.569435967000061 ], [ 106.169237496000051, 29.569456122000076 ], [ 106.16919604800006, 29.569473034000048 ], [ 106.169150624000054, 29.569473434000091 ], [ 106.169089945000053, 29.569464040000067 ], [ 106.168988125000055, 29.56941850000004 ], [ 106.169013269000061, 29.56957600900007 ], [ 106.169031432000054, 29.569806334000074 ], [ 106.169052204000081, 29.569884533000042 ], [ 106.169053763000079, 29.569887728000079 ], [ 106.169126711000047, 29.569895048000046 ], [ 106.169215702000031, 29.569908385000065 ], [ 106.169248353000057, 29.569925659000035 ], [ 106.169248803000073, 29.569780349000041 ], [ 106.169258863000039, 29.569667740000057 ], [ 106.169268923000061, 29.569555129000037 ], [ 106.169271335000076, 29.569435967000061 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.168364919000055, 29.569470662000075 ], [ 106.168321377000041, 29.569425900000052 ], [ 106.168289378000054, 29.569395304000068 ], [ 106.168283260000067, 29.56938725700007 ], [ 106.168279891000054, 29.569379718000061 ], [ 106.168279272000063, 29.569371580000055 ], [ 106.168281662000027, 29.569362213000087 ], [ 106.168302810000057, 29.569324239000075 ], [ 106.168307729000048, 29.569307879000064 ], [ 106.168305402000044, 29.569290353000042 ], [ 106.168290822000074, 29.56925008800005 ], [ 106.168289604000051, 29.569240870000044 ], [ 106.16829049100005, 29.569232843000066 ], [ 106.168295833000059, 29.569220186000052 ], [ 106.168305595000049, 29.569206677000068 ], [ 106.168343019000076, 29.569171519000072 ], [ 106.168363025000076, 29.569156062000047 ], [ 106.168387430000053, 29.56914109000008 ], [ 106.168461023000077, 29.569106048000041 ], [ 106.168517131000044, 29.56907689500008 ], [ 106.168533014000047, 29.569072634000065 ], [ 106.168546649000078, 29.569073072000041 ], [ 106.168558013000052, 29.569076824000039 ], [ 106.168570076000037, 29.569083202000062 ], [ 106.168581875000029, 29.56909169700009 ], [ 106.168592015000058, 29.569101314000076 ], [ 106.168604511000069, 29.569119100000083 ], [ 106.16862487700007, 29.569148571000085 ], [ 106.168631473000062, 29.569154980000064 ], [ 106.168637722000028, 29.569158191000039 ], [ 106.168644383000071, 29.569158530000038 ], [ 106.168652933000033, 29.569156523000064 ], [ 106.16867353400005, 29.569146133000054 ], [ 106.168691738000064, 29.569131024000058 ], [ 106.16869688900006, 29.569124033000037 ], [ 106.168698689000053, 29.569118271000029 ], [ 106.168696776000047, 29.569112570000073 ], [ 106.168690770000069, 29.569106101000049 ], [ 106.168649063000032, 29.569075752000057 ], [ 106.168632148000029, 29.569056777000075 ], [ 106.168616881000048, 29.56903666900007 ], [ 106.168591288000073, 29.568993010000046 ], [ 106.168584374000034, 29.568976670000033 ], [ 106.168357237000066, 29.56898640800005 ], [ 106.168251068000075, 29.569018386000032 ], [ 106.168102539000074, 29.569072468000055 ], [ 106.16798568400003, 29.569101437000079 ], [ 106.167886368000055, 29.569111623000087 ], [ 106.16785218900003, 29.569108194000066 ], [ 106.167842958000051, 29.56918331400005 ], [ 106.167892104000032, 29.569332405000068 ], [ 106.167910835000043, 29.569364345000043 ], [ 106.167961097000045, 29.569343838000069 ], [ 106.168039134000026, 29.569343150000062 ], [ 106.168108450000034, 29.569382672000071 ], [ 106.168152393000071, 29.56944906800004 ], [ 106.168169187000046, 29.56947444200005 ], [ 106.168209769000043, 29.569538992000048 ], [ 106.168316124000057, 29.569477164000091 ], [ 106.168364919000055, 29.569470662000075 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.168209769000043, 29.569538992000048 ], [ 106.168169187000046, 29.56947444200005 ], [ 106.168152393000071, 29.56944906800004 ], [ 106.168150346000061, 29.569831789000084 ], [ 106.168151085000034, 29.569895993000046 ], [ 106.168123774000037, 29.569916300000049 ], [ 106.167976882000062, 29.569917592000081 ], [ 106.167948972000033, 29.56988573100006 ], [ 106.167948370000033, 29.569833564000071 ], [ 106.167945276000069, 29.569564704000072 ], [ 106.167910835000043, 29.569364345000043 ], [ 106.167892104000032, 29.569332405000068 ], [ 106.167842958000051, 29.56918331400005 ], [ 106.167814457000077, 29.569302963000034 ], [ 106.16779654000004, 29.569415057000072 ], [ 106.167816926000057, 29.569517486000056 ], [ 106.167823778000084, 29.569556604000066 ], [ 106.16782407900007, 29.569582720000081 ], [ 106.167822032000061, 29.569590200000054 ], [ 106.167841730000077, 29.569742199000078 ], [ 106.167843402000074, 29.569830069000087 ], [ 106.167814098000065, 29.569937103000086 ], [ 106.167884984000068, 29.569973440000066 ], [ 106.167894017000037, 29.570053588000057 ], [ 106.167909652000048, 29.570061941000059 ], [ 106.167929368000046, 29.570087239000092 ], [ 106.167933546000029, 29.570112674000086 ], [ 106.16793382000003, 29.570136446000038 ], [ 106.167930091000073, 29.570150063000085 ], [ 106.167922537000038, 29.570168809000052 ], [ 106.167915062000077, 29.570194346000054 ], [ 106.167897931000027, 29.570225063000056 ], [ 106.167849112000056, 29.570371531000038 ], [ 106.167895798000075, 29.570430157000086 ], [ 106.16790904000004, 29.570523957000038 ], [ 106.167909509000026, 29.570564710000038 ], [ 106.167918126000075, 29.570608935000049 ], [ 106.167930737000063, 29.570647809000036 ], [ 106.167955406000033, 29.570677717000073 ], [ 106.16799240000006, 29.570721693000056 ], [ 106.167998602000068, 29.570730393000073 ], [ 106.168063509000035, 29.570663292000066 ], [ 106.168117994000056, 29.570610642000076 ], [ 106.168185879000077, 29.57052576600006 ], [ 106.168248066000046, 29.57034462300004 ], [ 106.168265642000051, 29.570276245000056 ], [ 106.168282895000061, 29.570179774000056 ], [ 106.16830817400006, 29.569982903000035 ], [ 106.168348748000028, 29.569918334000086 ], [ 106.168356819000053, 29.569821945000061 ], [ 106.168272068000078, 29.569638082000044 ], [ 106.168209769000043, 29.569538992000048 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.16867269800008, 29.571264034000077 ], [ 106.168524413000057, 29.571153524000071 ], [ 106.168380391000028, 29.571086272000063 ], [ 106.168317935000061, 29.571060832000057 ], [ 106.168197902000031, 29.570964426000039 ], [ 106.168111834000058, 29.570883669000072 ], [ 106.168072753000047, 29.570834396000063 ], [ 106.167998602000068, 29.570730393000073 ], [ 106.16799240000006, 29.570721693000056 ], [ 106.167955406000033, 29.570677717000073 ], [ 106.167930737000063, 29.570647809000036 ], [ 106.167918126000075, 29.570608935000049 ], [ 106.167909509000026, 29.570564710000038 ], [ 106.16790904000004, 29.570523957000038 ], [ 106.167895798000075, 29.570430157000086 ], [ 106.167849112000056, 29.570371531000038 ], [ 106.167839615000048, 29.570390294000049 ], [ 106.16781866000008, 29.570426138000073 ], [ 106.167799706000039, 29.570467060000052 ], [ 106.167778614000042, 29.570491019000087 ], [ 106.167747693000081, 29.57050487600009 ], [ 106.167726405000053, 29.570511856000049 ], [ 106.167681908000077, 29.570527530000046 ], [ 106.167586773000039, 29.570531763000069 ], [ 106.16754015700009, 29.570532172000068 ], [ 106.167499310000053, 29.570527437000059 ], [ 106.167477827000027, 29.570517437000035 ], [ 106.167448458000081, 29.570497318000044 ], [ 106.167413242000066, 29.570475552000069 ], [ 106.167383853000047, 29.570453735000051 ], [ 106.16736037000004, 29.57043865800005 ], [ 106.167336788000057, 29.570415092000069 ], [ 106.167319034000059, 29.570391475000065 ], [ 106.167305027000054, 29.570355937000045 ], [ 106.167304754000043, 29.570332166000078 ], [ 106.167304422000029, 29.570303301000077 ], [ 106.167211929000075, 29.570463340000064 ], [ 106.167124200000046, 29.570668880000081 ], [ 106.167089471000054, 29.570782595000086 ], [ 106.167097185000046, 29.570826632000028 ], [ 106.167123024000034, 29.57087996000007 ], [ 106.167141548000075, 29.570923901000079 ], [ 106.16717535500004, 29.571043315000058 ], [ 106.167183033000086, 29.571084201000069 ], [ 106.167190566000045, 29.57111248700005 ], [ 106.167208981000044, 29.571146979000048 ], [ 106.167246368000065, 29.571186029000042 ], [ 106.167303366000056, 29.571206792000051 ], [ 106.167438410000045, 29.571198517000077 ], [ 106.167619478000063, 29.571196925000034 ], [ 106.167719471000055, 29.571196045000072 ], [ 106.167829336000068, 29.571190080000058 ], [ 106.167904827000029, 29.571218619000035 ], [ 106.167960433000076, 29.571247862000057 ], [ 106.167977646000054, 29.57125691400006 ], [ 106.168089715000065, 29.571319200000058 ], [ 106.168187445000058, 29.571345109000053 ], [ 106.168299374000071, 29.571395229000071 ], [ 106.168350038000028, 29.571443453000086 ], [ 106.168436814000074, 29.57148187700005 ], [ 106.168436623000048, 29.571465276000083 ], [ 106.168490327000029, 29.571412045000038 ], [ 106.168584431000056, 29.571329441000046 ], [ 106.16863810500007, 29.571273572000052 ], [ 106.168647081000088, 29.57126689800009 ], [ 106.16867269800008, 29.571264034000077 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.179860731000076, 29.532364669000053 ], [ 106.179823456000065, 29.532322529000048 ], [ 106.179772239000044, 29.532276645000085 ], [ 106.179716485000029, 29.53223684500005 ], [ 106.179674787000067, 29.532217068000069 ], [ 106.179653938000058, 29.532207179000061 ], [ 106.179626014000078, 29.53218325000006 ], [ 106.179618846000039, 29.532161151000082 ], [ 106.179625336000072, 29.532124828000057 ], [ 106.17963650300004, 29.53209450800005 ], [ 106.179652301000033, 29.532066162000035 ], [ 106.179691135000041, 29.532037610000081 ], [ 106.179727945000081, 29.532033254000059 ], [ 106.179755588000035, 29.532033009000092 ], [ 106.179796841000055, 29.532030257000091 ], [ 106.179772965000055, 29.531935381000039 ], [ 106.179772391000029, 29.531885980000077 ], [ 106.179772139000093, 29.531864244000076 ], [ 106.179798565000056, 29.53180472300005 ], [ 106.179852541000059, 29.531782506000066 ], [ 106.179974372000061, 29.53176561500004 ], [ 106.180148079000048, 29.531740358000032 ], [ 106.180173007000064, 29.531734672000095 ], [ 106.180133585000078, 29.531717869000083 ], [ 106.180046999000069, 29.531679180000069 ], [ 106.179944257000045, 29.531662157000088 ], [ 106.179910301000064, 29.531662458000085 ], [ 106.179854028000079, 29.531662958000087 ], [ 106.179821271000037, 29.531670983000076 ], [ 106.179747685000066, 29.531689011000083 ], [ 106.179645568000083, 29.531725789000063 ], [ 106.179585047000046, 29.531812416000029 ], [ 106.179549217000044, 29.531905998000067 ], [ 106.179493172000036, 29.532024868000061 ], [ 106.179457509000031, 29.532132798000077 ], [ 106.179422053000053, 29.532258659000039 ], [ 106.179402380000056, 29.532330575000056 ], [ 106.179403254000079, 29.532405896000046 ], [ 106.179408145000082, 29.532474006000086 ], [ 106.179437437000047, 29.532523967000085 ], [ 106.179466521000052, 29.532555992000084 ], [ 106.179516197000055, 29.532595008000044 ], [ 106.179557750000072, 29.532641271000045 ], [ 106.179593520000026, 29.532689702000081 ], [ 106.179616855000063, 29.532677608000089 ], [ 106.17967161100006, 29.532623508000075 ], [ 106.179728337000029, 29.53255529300008 ], [ 106.179765244000066, 29.532494992000061 ], [ 106.17981121300005, 29.532440181000073 ], [ 106.179860731000076, 29.532364669000053 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.180367506000039, 29.532738608000045 ], [ 106.18040346500004, 29.532705504000038 ], [ 106.180464027000042, 29.532622464000035 ], [ 106.180469828000071, 29.532612054000086 ], [ 106.180411634000052, 29.532581237000041 ], [ 106.180307481000057, 29.532539853000063 ], [ 106.180242606000036, 29.532508193000066 ], [ 106.18018008100006, 29.532480542000084 ], [ 106.180112809000036, 29.53244084400006 ], [ 106.180068690000041, 29.532411015000044 ], [ 106.18003613500008, 29.532385113000093 ], [ 106.180008118000046, 29.532353125000046 ], [ 106.180000623000069, 29.532302823000077 ], [ 106.180014070000027, 29.532270468000036 ], [ 106.180045946000064, 29.532237949000038 ], [ 106.180094064000059, 29.532215360000059 ], [ 106.180135435000068, 29.532206934000037 ], [ 106.180193025000051, 29.532206422000055 ], [ 106.180262460000051, 29.53223401200006 ], [ 106.180336714000077, 29.532279692000081 ], [ 106.180390117000059, 29.532315483000048 ], [ 106.180431886000065, 29.532341303000067 ], [ 106.180526918000055, 29.532386798000065 ], [ 106.180526107000048, 29.532317011000085 ], [ 106.180516364000027, 29.532184376000092 ], [ 106.180502018000027, 29.532008737000073 ], [ 106.180451719000075, 29.531915920000074 ], [ 106.18036438300004, 29.531812671000065 ], [ 106.180269553000073, 29.531770468000055 ], [ 106.180207783000071, 29.531749494000042 ], [ 106.180173007000064, 29.531734672000095 ], [ 106.180148079000048, 29.531740358000032 ], [ 106.179974372000061, 29.53176561500004 ], [ 106.179852541000059, 29.531782506000066 ], [ 106.179798565000056, 29.53180472300005 ], [ 106.179772139000093, 29.531864244000076 ], [ 106.179772391000029, 29.531885980000077 ], [ 106.179772965000055, 29.531935381000039 ], [ 106.179796841000055, 29.532030257000091 ], [ 106.179916468000044, 29.532182176000049 ], [ 106.179934658000036, 29.532224576000093 ], [ 106.179919512000026, 29.532295724000054 ], [ 106.179861544000062, 29.532363430000089 ], [ 106.179860731000076, 29.532364669000053 ], [ 106.17981121300005, 29.532440181000073 ], [ 106.179765244000066, 29.532494992000061 ], [ 106.179728337000029, 29.53255529300008 ], [ 106.17967161100006, 29.532623508000075 ], [ 106.179616855000063, 29.532677608000089 ], [ 106.179593520000026, 29.532689702000081 ], [ 106.179607758000031, 29.532708981000034 ], [ 106.179632949000052, 29.532758977000061 ], [ 106.179650437000092, 29.532852085000062 ], [ 106.17964310900004, 29.532927479000083 ], [ 106.179598867000053, 29.533003200000046 ], [ 106.17954203100004, 29.533053924000065 ], [ 106.179448323000045, 29.533108561000059 ], [ 106.179363193000029, 29.533195407000058 ], [ 106.179343477000032, 29.533263736000031 ], [ 106.179348536000077, 29.533357835000064 ], [ 106.179360548000034, 29.533320977000077 ], [ 106.179401188000043, 29.533288333000087 ], [ 106.179454089000046, 29.533251993000082 ], [ 106.179531516000054, 29.533208261000084 ], [ 106.179604717000075, 29.533153805000026 ], [ 106.179669756000081, 29.533103009000065 ], [ 106.179734546000077, 29.533030692000068 ], [ 106.179774893000058, 29.532972941000082 ], [ 106.17985236100003, 29.532932796000079 ], [ 106.179929954000045, 29.532903410000067 ], [ 106.180011690000072, 29.532877575000043 ], [ 106.180056472000047, 29.532848481000091 ], [ 106.180121553000049, 29.532801271000046 ], [ 106.180195044000072, 29.532771922000052 ], [ 106.180293019000032, 29.532731594000033 ], [ 106.180362784000067, 29.532734561000037 ], [ 106.180367506000039, 29.532738608000045 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.178192707000051, 29.536479422000063 ], [ 106.178164306000056, 29.53644498400007 ], [ 106.178121721000025, 29.536376334000064 ], [ 106.178121602000033, 29.536374839000079 ], [ 106.178120037000042, 29.536371810000048 ], [ 106.178108965000035, 29.536334985000039 ], [ 106.178105081000069, 29.536297062000074 ], [ 106.178108478000084, 29.536259109000071 ], [ 106.17811907600003, 29.536222176000081 ], [ 106.178136559000052, 29.536187309000066 ], [ 106.178183398000044, 29.53611850000004 ], [ 106.178236030000051, 29.536052976000068 ], [ 106.178294172000051, 29.535991104000061 ], [ 106.178357487000028, 29.535933251000078 ], [ 106.178425608000055, 29.535879741000088 ], [ 106.178498145000049, 29.535830874000048 ], [ 106.178517601000067, 29.535823855000046 ], [ 106.178538070000059, 29.535819632000077 ], [ 106.178559046000032, 29.535818309000039 ], [ 106.178575411000054, 29.535819562000089 ], [ 106.178580004000025, 29.535819918000072 ], [ 106.178600399000061, 29.535824419000047 ], [ 106.178619721000075, 29.535831697000045 ], [ 106.178637465000065, 29.535841573000088 ], [ 106.178677896000067, 29.535861700000059 ], [ 106.178721158000045, 29.535876687000037 ], [ 106.17875839900006, 29.535884541000087 ], [ 106.178740449000031, 29.535867013000086 ], [ 106.178697385000078, 29.535830112000045 ], [ 106.178629347000026, 29.535784110000058 ], [ 106.178518605000079, 29.535732274000047 ], [ 106.178407900000082, 29.535683543000061 ], [ 106.178272183000047, 29.535622608000043 ], [ 106.178154085000074, 29.535549087000049 ], [ 106.178075497000066, 29.535512501000078 ], [ 106.177922271000057, 29.535473468000081 ], [ 106.177840251000077, 29.535447349000037 ], [ 106.177757513000074, 29.535448084000045 ], [ 106.177677857000049, 29.535431416000051 ], [ 106.177592411000035, 29.535404874000047 ], [ 106.177455628000075, 29.535356451000041 ], [ 106.177321740000082, 29.535312965000063 ], [ 106.177227752000078, 29.535284016000038 ], [ 106.177136572000066, 29.53525256100005 ], [ 106.177059610000072, 29.53522346100004 ], [ 106.177050523000062, 29.535216324000082 ], [ 106.176985505000061, 29.535218122000057 ], [ 106.176927035000062, 29.535218640000036 ], [ 106.176873485000044, 29.535223376000097 ], [ 106.176839525000048, 29.535236461000064 ], [ 106.176815409000028, 29.535257982000068 ], [ 106.176806256000077, 29.535309201000079 ], [ 106.176811819000079, 29.535368813000055 ], [ 106.176841597000077, 29.535415426000039 ], [ 106.176900661000047, 29.535466040000074 ], [ 106.176969371000041, 29.535508045000089 ], [ 106.177006039000048, 29.535531176000067 ], [ 106.177062642000067, 29.535566881000072 ], [ 106.177151238000079, 29.535642803000087 ], [ 106.177215469000032, 29.535718941000081 ], [ 106.177250367000056, 29.535786815000044 ], [ 106.177314847000048, 29.53588425800006 ], [ 106.17737917900007, 29.535968918000037 ], [ 106.177458424000079, 29.536079014000045 ], [ 106.177481809000042, 29.536112833000054 ], [ 106.177522855000063, 29.536172196000038 ], [ 106.177577589000066, 29.536269725000061 ], [ 106.177632077000055, 29.536345949000065 ], [ 106.177681594000035, 29.536413694000096 ], [ 106.177760100000057, 29.536459874000059 ], [ 106.177833535000048, 29.536489054000072 ], [ 106.177897176000045, 29.536514058000087 ], [ 106.177980060000039, 29.536517585000073 ], [ 106.178082386000028, 29.536516678000059 ], [ 106.178126043000077, 29.53649924400008 ], [ 106.178192707000051, 29.536479422000063 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.178464303000055, 29.534281519000047 ], [ 106.178475180000078, 29.53420124000008 ], [ 106.178498372000035, 29.534164898000089 ], [ 106.178535865000072, 29.534110325000096 ], [ 106.178607904000046, 29.533991050000058 ], [ 106.178619250000054, 29.533974296000046 ], [ 106.178651405000053, 29.533926821000083 ], [ 106.178683688000035, 29.533849150000034 ], [ 106.178725886000052, 29.533672726000077 ], [ 106.178842980000084, 29.533468553000034 ], [ 106.178879148000078, 29.533344415000041 ], [ 106.178904166000066, 29.533212639000048 ], [ 106.179026020000038, 29.533037442000079 ], [ 106.179128233000029, 29.532885636000053 ], [ 106.17925109600003, 29.532797487000042 ], [ 106.179372270000044, 29.532746620000061 ], [ 106.179464661000054, 29.532735246000072 ], [ 106.179540881000037, 29.532716981000078 ], [ 106.179593520000026, 29.532689702000081 ], [ 106.179557750000072, 29.532641271000045 ], [ 106.179516197000055, 29.532595008000044 ], [ 106.179466521000052, 29.532555992000084 ], [ 106.179437437000047, 29.532523967000085 ], [ 106.179408145000082, 29.532474006000086 ], [ 106.179403254000079, 29.532405896000046 ], [ 106.179402380000056, 29.532330575000056 ], [ 106.179422053000053, 29.532258659000039 ], [ 106.179457509000031, 29.532132798000077 ], [ 106.179493172000036, 29.532024868000061 ], [ 106.179549217000044, 29.531905998000067 ], [ 106.179585047000046, 29.531812416000029 ], [ 106.179645568000083, 29.531725789000063 ], [ 106.179747685000066, 29.531689011000083 ], [ 106.179821271000037, 29.531670983000076 ], [ 106.179754911000032, 29.531621274000091 ], [ 106.179646370000057, 29.531581280000054 ], [ 106.179577635000044, 29.531556686000037 ], [ 106.179490854000051, 29.531529102000043 ], [ 106.179415061000043, 29.531517172000065 ], [ 106.179350147000036, 29.531511447000067 ], [ 106.179263694000042, 29.531512214000085 ], [ 106.179191796000055, 29.531525454000068 ], [ 106.179130888000032, 29.531554349000096 ], [ 106.179044909000027, 29.531596069000042 ], [ 106.179019803000074, 29.531605744000039 ], [ 106.178955074000044, 29.531615770000087 ], [ 106.178886667000029, 29.531619527000085 ], [ 106.178810765000037, 29.531598146000078 ], [ 106.178734899000077, 29.531579916000059 ], [ 106.17870935500008, 29.531551788000058 ], [ 106.178676188000054, 29.531473462000061 ], [ 106.178661221000027, 29.531486820000062 ], [ 106.178598237000074, 29.531524352000076 ], [ 106.178531959000054, 29.53153814500007 ], [ 106.178492519000031, 29.531522648000081 ], [ 106.178476610000075, 29.53150731400007 ], [ 106.178432848000057, 29.531533448000065 ], [ 106.178366307000033, 29.531534038000082 ], [ 106.178299625000079, 29.531522377000055 ], [ 106.178229298000076, 29.531498497000086 ], [ 106.178148252000028, 29.53145633400004 ], [ 106.17804955400004, 29.531402072000045 ], [ 106.177947318000079, 29.531344783000062 ], [ 106.177862770000061, 29.531302650000047 ], [ 106.177799839000045, 29.531312397000072 ], [ 106.17775109300004, 29.531337333000071 ], [ 106.177716498000052, 29.531374396000047 ], [ 106.177685475000033, 29.531417552000047 ], [ 106.177675537000027, 29.531466648000045 ], [ 106.177644834000034, 29.531537370000081 ], [ 106.177617350000048, 29.531583557000086 ], [ 106.177565278000031, 29.531623839000083 ], [ 106.177523395000051, 29.531636462000051 ], [ 106.177477868000054, 29.531636865000046 ], [ 106.177404322000029, 29.531637517000028 ], [ 106.177337782000052, 29.531638106000059 ], [ 106.177253732000054, 29.531638851000086 ], [ 106.177183546000037, 29.531627219000079 ], [ 106.177134375000051, 29.531615404000036 ], [ 106.177074485000048, 29.531585304000092 ], [ 106.177035712000077, 29.531564207000088 ], [ 106.176965350000046, 29.531537263000075 ], [ 106.176899782000078, 29.531512155000097 ], [ 106.176906292000069, 29.531559947000058 ], [ 106.176906638000048, 29.531589933000081 ], [ 106.176907364000044, 29.531652631000039 ], [ 106.176908626000056, 29.531761670000037 ], [ 106.176906425000027, 29.531840752000051 ], [ 106.176896276000036, 29.531891543000089 ], [ 106.176991386000054, 29.531912653000056 ], [ 106.177037002000077, 29.53192480700006 ], [ 106.177082761000065, 29.531949519000069 ], [ 106.177114308000057, 29.531986914000075 ], [ 106.177133817000026, 29.53201813700008 ], [ 106.177134253000077, 29.532055809000042 ], [ 106.17713466500004, 29.53209138700004 ], [ 106.177125053000054, 29.532106015000064 ], [ 106.177135461000034, 29.53212868800005 ], [ 106.177145400000043, 29.532157223000077 ], [ 106.177148804000069, 29.532186329000076 ], [ 106.177155576000075, 29.53222583500008 ], [ 106.177170322000066, 29.532267605000069 ], [ 106.177200481000057, 29.532309373000089 ], [ 106.177242757000045, 29.532337625000089 ], [ 106.177282611000066, 29.532359033000038 ], [ 106.177302338000061, 29.532368320000046 ], [ 106.177326590000064, 29.532378467000044 ], [ 106.177342300000078, 29.532393250000045 ], [ 106.17734579200004, 29.532396535000075 ], [ 106.177358548000029, 29.532422470000075 ], [ 106.177374377000035, 29.532445695000039 ], [ 106.177425443000061, 29.532468700000038 ], [ 106.177462751000064, 29.53248685900007 ], [ 106.17750243200004, 29.532503251000037 ], [ 106.177590089000034, 29.532531648000088 ], [ 106.177637531000073, 29.532542443000061 ], [ 106.177663198000076, 29.532524436000067 ], [ 106.17770626600003, 29.53250784100004 ], [ 106.177751519000026, 29.532502036000039 ], [ 106.177819283000076, 29.532483421000052 ], [ 106.177911682000058, 29.532457380000032 ], [ 106.177961116000063, 29.532456943000057 ], [ 106.178014712000049, 29.532460070000081 ], [ 106.178062484000066, 29.532493875000057 ], [ 106.178106220000075, 29.532534923000064 ], [ 106.178131418000078, 29.53257613300007 ], [ 106.178150436000067, 29.532617399000056 ], [ 106.178146817000027, 29.532660667000073 ], [ 106.178128635000064, 29.532691454000084 ], [ 106.178100131000065, 29.532720530000063 ], [ 106.178055254000071, 29.532758760000039 ], [ 106.178012312000078, 29.532786163000083 ], [ 106.177957095000082, 29.532820881000074 ], [ 106.177903811000078, 29.532844774000061 ], [ 106.177842247000058, 29.532865135000069 ], [ 106.177776563000066, 29.532885534000059 ], [ 106.177696481000055, 29.532907861000066 ], [ 106.177587097000071, 29.532923923000055 ], [ 106.177550684000039, 29.532989257000054 ], [ 106.177549832000068, 29.532990785000045 ], [ 106.177545685000041, 29.533026740000079 ], [ 106.177532597000038, 29.533078737000043 ], [ 106.177519741000026, 29.533150687000049 ], [ 106.177488815000061, 29.533238761000067 ], [ 106.177448441000081, 29.533298983000073 ], [ 106.177367091000065, 29.533367548000051 ], [ 106.177312795000049, 29.533407939000089 ], [ 106.177244580000036, 29.533428496000052 ], [ 106.17716719200007, 29.533445145000087 ], [ 106.177085056000067, 29.533445873000066 ], [ 106.177056662000041, 29.533459441000055 ], [ 106.17701697800004, 29.533478402000078 ], [ 106.176994671000045, 29.533522500000064 ], [ 106.176990524000075, 29.533558455000051 ], [ 106.176998904000072, 29.533572748000044 ], [ 106.177013802000033, 29.533598158000075 ], [ 106.177059849000045, 29.533633668000057 ], [ 106.17713769900007, 29.533656924000077 ], [ 106.177211079000074, 29.533688201000068 ], [ 106.177252564000071, 29.533723751000082 ], [ 106.177275611000027, 29.53374350200005 ], [ 106.177312670000049, 29.533791064000074 ], [ 106.177354340000079, 29.533842577000087 ], [ 106.177382318000085, 29.533894210000085 ], [ 106.177414954000028, 29.533953784000058 ], [ 106.177452245000055, 29.534021299000063 ], [ 106.177486667000039, 29.534072588000075 ], [ 106.177516592000075, 29.534060638000085 ], [ 106.177612464000049, 29.534063779000064 ], [ 106.177662936000047, 29.534087277000083 ], [ 106.177672757000039, 29.534147054000073 ], [ 106.177678151000066, 29.534218842000087 ], [ 106.177683732000048, 29.534306592000057 ], [ 106.177693644000044, 29.534374350000068 ], [ 106.177689388000033, 29.534403112000067 ], [ 106.177679930000068, 29.534467016000061 ], [ 106.177778913000054, 29.534483603000069 ], [ 106.178003925000041, 29.534523393000089 ], [ 106.178106438000043, 29.534569421000072 ], [ 106.178211576000081, 29.53463205900005 ], [ 106.178267459000054, 29.534645488000077 ], [ 106.178294452000046, 29.534651973000049 ], [ 106.178338692000068, 29.534648999000073 ], [ 106.178376970000045, 29.534640917000047 ], [ 106.17840022200005, 29.53460973600005 ], [ 106.178432088000079, 29.534557830000047 ], [ 106.178452119000042, 29.53450344700008 ], [ 106.178464322000082, 29.534420744000037 ], [ 106.178464303000055, 29.534281519000047 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.164330459000041, 29.510364837000054 ], [ 106.164257366000072, 29.510369917000045 ], [ 106.164157317000047, 29.510374599000045 ], [ 106.164022456000055, 29.510379587000049 ], [ 106.163942357000053, 29.51038441300005 ], [ 106.163945015000081, 29.510436646000073 ], [ 106.16388396900004, 29.510467016000071 ], [ 106.163856925000061, 29.510488136000046 ], [ 106.163816341000029, 29.510518326000071 ], [ 106.163803075000033, 29.51055126000006 ], [ 106.163823913000044, 29.510583895000085 ], [ 106.163885573000073, 29.510607223000079 ], [ 106.163950507000038, 29.510618586000074 ], [ 106.164090539000028, 29.510635262000058 ], [ 106.164144935000081, 29.510619868000052 ], [ 106.164209290000045, 29.510580520000072 ], [ 106.164253079000048, 29.510532403000063 ], [ 106.164290353000069, 29.510511193000074 ], [ 106.164358014000072, 29.510462866000072 ], [ 106.164330459000041, 29.510364837000054 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.163811911000039, 29.511177562000057 ], [ 106.163799814000072, 29.511156919000086 ], [ 106.163732250000066, 29.511107281000076 ], [ 106.163655262000077, 29.511070283000041 ], [ 106.16356918200006, 29.511075221000059 ], [ 106.163473533000058, 29.511080245000073 ], [ 106.16339712000007, 29.511093471000052 ], [ 106.163337765000051, 29.511108189000087 ], [ 106.163373913000044, 29.511156460000048 ], [ 106.16341759900007, 29.511210493000082 ], [ 106.163432336000028, 29.511243849000042 ], [ 106.163465775000077, 29.511297786000064 ], [ 106.163504396000064, 29.511275858000086 ], [ 106.163586629000065, 29.51120807600007 ], [ 106.163614436000046, 29.511185158000046 ], [ 106.163665606000052, 29.511136404000069 ], [ 106.163748743000042, 29.511172832000057 ], [ 106.163767073000031, 29.511180864000032 ], [ 106.163811911000039, 29.511177562000057 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.16448977500005, 29.510584954000084 ], [ 106.164485600000035, 29.510557937000044 ], [ 106.164468463000048, 29.510496482000057 ], [ 106.164411162000079, 29.510412791000086 ], [ 106.164385633000052, 29.510361003000071 ], [ 106.164330459000041, 29.510364837000054 ], [ 106.164358014000072, 29.510462866000072 ], [ 106.164290353000069, 29.510511193000074 ], [ 106.164253079000048, 29.510532403000063 ], [ 106.164209290000045, 29.510580520000072 ], [ 106.164144935000081, 29.510619868000052 ], [ 106.164090539000028, 29.510635262000058 ], [ 106.163950507000038, 29.510618586000074 ], [ 106.163885573000073, 29.510607223000079 ], [ 106.163823913000044, 29.510583895000085 ], [ 106.163803075000033, 29.51055126000006 ], [ 106.163816341000029, 29.510518326000071 ], [ 106.163856925000061, 29.510488136000046 ], [ 106.16388396900004, 29.510467016000071 ], [ 106.163945015000081, 29.510436646000073 ], [ 106.163942357000053, 29.51038441300005 ], [ 106.163874583000052, 29.510388495000086 ], [ 106.163787547000027, 29.510389257000039 ], [ 106.163757085000043, 29.510389525000047 ], [ 106.163678753000056, 29.510390209000029 ], [ 106.163608863000036, 29.510367981000062 ], [ 106.163542717000041, 29.510292420000045 ], [ 106.16350720500003, 29.510231820000062 ], [ 106.163480442000036, 29.510174951000064 ], [ 106.163427175000038, 29.510084051000032 ], [ 106.163356243000067, 29.509970464000041 ], [ 106.16332853800003, 29.509939424000041 ], [ 106.163257327000053, 29.509954064000048 ], [ 106.163162279000062, 29.50999368000004 ], [ 106.163161777000042, 29.509994076000051 ], [ 106.163104814000064, 29.510038933000082 ], [ 106.163105496000071, 29.510098596000041 ], [ 106.163195462000033, 29.510211179000063 ], [ 106.163261454000065, 29.510315021000039 ], [ 106.163204432000043, 29.510399056000043 ], [ 106.163177993000033, 29.510382233000094 ], [ 106.163084182000034, 29.510322539000068 ], [ 106.162952394000058, 29.510180764000051 ], [ 106.162921879000066, 29.510147937000053 ], [ 106.162869671000067, 29.510161480000079 ], [ 106.162892498000076, 29.510260887000076 ], [ 106.162996133000036, 29.51042956800006 ], [ 106.163058705000026, 29.510480883000074 ], [ 106.163154845000065, 29.510536726000051 ], [ 106.163254020000068, 29.510559726000054 ], [ 106.163282054000049, 29.510625116000082 ], [ 106.163227726000059, 29.510646475000048 ], [ 106.163091207000036, 29.510638719000045 ], [ 106.162985587000037, 29.510648593000045 ], [ 106.16297600300004, 29.510705362000071 ], [ 106.163038175000068, 29.510773437000065 ], [ 106.163045587000056, 29.510784503000078 ], [ 106.163092109000047, 29.510853951000058 ], [ 106.163187830000027, 29.51084752800006 ], [ 106.163261811000041, 29.510846881000088 ], [ 106.163414297000031, 29.510860774000029 ], [ 106.163536453000063, 29.510886355000078 ], [ 106.163632324000048, 29.510896936000051 ], [ 106.163706260000026, 29.510892482000084 ], [ 106.163779848000061, 29.510857575000045 ], [ 106.163862358000074, 29.510841625000065 ], [ 106.163958011000034, 29.510833175000066 ], [ 106.164036343000078, 29.510832488000059 ], [ 106.164101489000075, 29.510820496000061 ], [ 106.164183782000066, 29.510785514000073 ], [ 106.164313290000052, 29.510693015000065 ], [ 106.164391403000081, 29.51067329600005 ], [ 106.164425870000059, 29.510642539000056 ], [ 106.164447454000026, 29.510627122000074 ], [ 106.164454155000044, 29.510620446000065 ], [ 106.164477254000076, 29.510597430000068 ], [ 106.16448977500005, 29.510584954000084 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.166380281000045, 29.508694430000048 ], [ 106.166306245000044, 29.508686087000058 ], [ 106.166244772000027, 29.508686626000035 ], [ 106.166179612000079, 29.508680871000077 ], [ 106.166117923000058, 29.508662433000033 ], [ 106.166085016000068, 29.508631088000069 ], [ 106.16605886900004, 29.50855856000004 ], [ 106.166050950000056, 29.508498527000079 ], [ 106.165992078000045, 29.508410470000058 ], [ 106.165930244000037, 29.508379379000079 ], [ 106.165846932000093, 29.508367457000077 ], [ 106.165777792000029, 29.508330103000052 ], [ 106.165730168000039, 29.508276744000057 ], [ 106.165711327000054, 29.508210479000063 ], [ 106.165696030000049, 29.508137857000069 ], [ 106.165695051000057, 29.508052456000087 ], [ 106.165687094000077, 29.507989260000041 ], [ 106.165682608000054, 29.507913379000055 ], [ 106.165667710000037, 29.507875550000048 ], [ 106.165642035000076, 29.507844142000078 ], [ 106.165605767000045, 29.50783497000009 ], [ 106.165536774000032, 29.507810268000071 ], [ 106.165438853000069, 29.507785820000041 ], [ 106.165380117000041, 29.507767051000094 ], [ 106.165366835000043, 29.507789672000062 ], [ 106.165329119000035, 29.507852440000079 ], [ 106.16531064600008, 29.507917442000071 ], [ 106.165322040000049, 29.507953364000056 ], [ 106.165355669000064, 29.508013107000064 ], [ 106.16536190000005, 29.508077891000088 ], [ 106.165351250000072, 29.508106802000043 ], [ 106.165329564000061, 29.508131007000088 ], [ 106.165305243000034, 29.508164840000063 ], [ 106.165258962000053, 29.508198866000043 ], [ 106.165218142000072, 29.508230443000063 ], [ 106.165196473000037, 29.508232742000082 ], [ 106.165177626000073, 29.508288434000072 ], [ 106.165178093000065, 29.508329254000035 ], [ 106.165189487000077, 29.508365178000062 ], [ 106.165228413000079, 29.508408062000054 ], [ 106.165278210000054, 29.508441246000075 ], [ 106.165330697000073, 29.508469604000087 ], [ 106.165369404000046, 29.508493279000042 ], [ 106.165416402000062, 29.508521685000058 ], [ 106.165444237000031, 29.508555061000038 ], [ 106.165436305000071, 29.508581547000059 ], [ 106.165400784000042, 29.508596268000069 ], [ 106.165359715000079, 29.508606234000062 ], [ 106.165296688000069, 29.508616391000093 ], [ 106.165244696000059, 29.508631257000047 ], [ 106.165217520000056, 29.508655508000061 ], [ 106.16520151800006, 29.5086964740001 ], [ 106.165212910000037, 29.508732396000084 ], [ 106.165241242000036, 29.508808995000035 ], [ 106.165285839000035, 29.508862314000059 ], [ 106.165488827000047, 29.508866764000057 ], [ 106.165530827000055, 29.508865660000083 ], [ 106.165544681000029, 29.508816134000078 ], [ 106.165576465000072, 29.508749426000065 ], [ 106.165619675000073, 29.508733232000051 ], [ 106.165677531000028, 29.50873272300004 ], [ 106.165746344000084, 29.508741610000069 ], [ 106.16582231600006, 29.508744107000034 ], [ 106.165876628000035, 29.508749958000074 ], [ 106.165934702000072, 29.50876842800006 ], [ 106.165942260000065, 29.508796833000076 ], [ 106.165946275000067, 29.508831593000082 ], [ 106.165950361000057, 29.508872681000067 ], [ 106.16595006700004, 29.508906405000054 ], [ 106.165974206000044, 29.508912209000076 ], [ 106.16611086100005, 29.508937518000042 ], [ 106.166202180000028, 29.508973164000047 ], [ 106.166211836000059, 29.508979490000062 ], [ 106.166236190000063, 29.508905936000073 ], [ 106.166235473000029, 29.508843504000087 ], [ 106.166259464000063, 29.50878085600004 ], [ 106.166292020000071, 29.508746950000042 ], [ 106.166346510000039, 29.50871045000007 ], [ 106.166380281000045, 29.508694430000048 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.162542115000065, 29.508800436000058 ], [ 106.162571058000026, 29.508755522000055 ], [ 106.16261700900003, 29.508620087000057 ], [ 106.162660054000071, 29.50854622900005 ], [ 106.162601425000048, 29.508555304000083 ], [ 106.162530065000055, 29.50854554100005 ], [ 106.162470579000072, 29.508535674000086 ], [ 106.162390462000076, 29.508538971000068 ], [ 106.162319251000042, 29.508542190000071 ], [ 106.16223913400006, 29.508545487000053 ], [ 106.162156078000066, 29.508551407000091 ], [ 106.162117311000031, 29.508536165000063 ], [ 106.162045951000039, 29.508526402000079 ], [ 106.161965745000032, 29.508521909000081 ], [ 106.161900441000057, 29.508522480000067 ], [ 106.161814417000073, 29.508528425000065 ], [ 106.161734478000028, 29.508547301000071 ], [ 106.161678464000033, 29.508581548000052 ], [ 106.161651956000071, 29.508599958000044 ], [ 106.161613723000087, 29.508631453000071 ], [ 106.161602294000048, 29.508670504000062 ], [ 106.161602679000055, 29.508704259000073 ], [ 106.161623843000029, 29.508737833000048 ], [ 106.16166587500004, 29.508779014000094 ], [ 106.161725510000068, 29.508801864000077 ], [ 106.16179986800006, 29.508814198000046 ], [ 106.161877076000053, 29.508816120000056 ], [ 106.161963189000062, 29.508817965000048 ], [ 106.16203742900008, 29.508819913000067 ], [ 106.162141441000088, 29.508829391000063 ], [ 106.162203778000062, 29.508828846000078 ], [ 106.162268875000052, 29.508810099000069 ], [ 106.162351634000061, 29.508778214000085 ], [ 106.162419907000071, 29.508777618000078 ], [ 106.162497115000065, 29.508779539000042 ], [ 106.162542115000065, 29.508800436000058 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.160935816000062, 29.509998273000061 ], [ 106.160924690000058, 29.50995757100009 ], [ 106.160922566000067, 29.509771453000049 ], [ 106.160948196000049, 29.509585094000048 ], [ 106.160983907000059, 29.509471482000031 ], [ 106.161001117000083, 29.509358031000094 ], [ 106.161036920000072, 29.50925251100006 ], [ 106.161110313000052, 29.509197918000044 ], [ 106.161244733000061, 29.509086141000065 ], [ 106.161287258000073, 29.509029120000037 ], [ 106.16131125000004, 29.508969562000065 ], [ 106.161335242000078, 29.508910005000079 ], [ 106.16135322000008, 29.508863989000073 ], [ 106.161355657000058, 29.508807317000052 ], [ 106.161355165000032, 29.508764159000059 ], [ 106.161354580000079, 29.508712910000042 ], [ 106.161316744000032, 29.508640404000062 ], [ 106.161279001000025, 29.508575991000043 ], [ 106.161243217000049, 29.508536807000041 ], [ 106.161226579000072, 29.508576449000085 ], [ 106.161180724000076, 29.508611918000042 ], [ 106.161131447000059, 29.508617744000045 ], [ 106.161091267000074, 29.508610002000069 ], [ 106.161047819000032, 29.508586103000077 ], [ 106.16100767000006, 29.508581058000058 ], [ 106.160955371000057, 29.508592305000036 ], [ 106.160909331000028, 29.508611591000101 ], [ 106.160860115000048, 29.508622811000059 ], [ 106.160817006000059, 29.508628582000085 ], [ 106.160742998000046, 29.508629228000068 ], [ 106.160681263000072, 29.508624372000043 ], [ 106.160650334000081, 29.50861654900006 ], [ 106.160609969000063, 29.508592623000094 ], [ 106.160581878000073, 29.508563194000086 ], [ 106.160569112000076, 29.508525539000068 ], [ 106.160562453000082, 29.508482435000069 ], [ 106.160564829000066, 29.508420369000074 ], [ 106.160582715000032, 29.508366260000059 ], [ 106.160606861000076, 29.508320190000067 ], [ 106.160621910000032, 29.508287687000056 ], [ 106.160664612000062, 29.508242946000056 ], [ 106.160654908000026, 29.508206470000065 ], [ 106.160629684000071, 29.508158133000048 ], [ 106.160613928000032, 29.508128597000056 ], [ 106.160602370000049, 29.508105843000067 ], [ 106.160517485000071, 29.508110313000088 ], [ 106.160487688000046, 29.50811294500005 ], [ 106.16045874200006, 29.50812464400008 ], [ 106.160433705000059, 29.508134763000033 ], [ 106.160385172000076, 29.508158906000062 ], [ 106.160358383000073, 29.508187602000071 ], [ 106.160328423000067, 29.508236810000078 ], [ 106.160326442000041, 29.508240063000081 ], [ 106.160310634000041, 29.508280523000053 ], [ 106.160308410000027, 29.508323237000063 ], [ 106.160308788000066, 29.508356440000057 ], [ 106.160303907000085, 29.508403921000081 ], [ 106.160290810000049, 29.508444358000069 ], [ 106.160255968000058, 29.508480240000043 ], [ 106.160197753000034, 29.50851391600008 ], [ 106.160164378000047, 29.508533222000043 ], [ 106.160121619000051, 29.50858814900004 ], [ 106.160102280000046, 29.508638191000049 ], [ 106.160104710000041, 29.508637497000048 ], [ 106.160154110000065, 29.508642461000075 ], [ 106.160206809000044, 29.508666280000057 ], [ 106.160231847000048, 29.50869843300006 ], [ 106.160238507000031, 29.508741537000049 ], [ 106.160232709000084, 29.508773959000045 ], [ 106.16021180000007, 29.508833489000036 ], [ 106.160196966000058, 29.50888487300006 ], [ 106.160157524000056, 29.508941867000093 ], [ 106.160117867000054, 29.508979980000046 ], [ 106.160068620000061, 29.508988503000062 ], [ 106.160019282000064, 29.508988933000069 ], [ 106.160008125000047, 29.508984175000084 ], [ 106.160007562000033, 29.509042988000097 ], [ 106.159996273000047, 29.509134806000073 ], [ 106.159945080000057, 29.509243157000071 ], [ 106.159886890000053, 29.50927873400008 ], [ 106.159853154000089, 29.509295214000073 ], [ 106.159773317000031, 29.509325584000067 ], [ 106.159727584000052, 29.509371843000054 ], [ 106.159694125000044, 29.50941259900009 ], [ 106.159675868000079, 29.509434339000048 ], [ 106.159654529000079, 29.509456106000073 ], [ 106.159561028000041, 29.50948872400005 ], [ 106.159661342000049, 29.509512697000048 ], [ 106.159766464000029, 29.509536059000077 ], [ 106.159859405000077, 29.509573015000061 ], [ 106.159967642000026, 29.509599047000052 ], [ 106.160038690000079, 29.509609217000051 ], [ 106.160128456000052, 29.509638108000058 ], [ 106.160218314000076, 29.509675091000069 ], [ 106.160271013000056, 29.509698910000051 ], [ 106.160332872000026, 29.509714555000066 ], [ 106.160342022000066, 29.509713674000071 ], [ 106.160394484000051, 29.509708623000048 ], [ 106.160425045000068, 29.509684077000092 ], [ 106.16049896100003, 29.509675339000072 ], [ 106.160560727000089, 29.509682893000051 ], [ 106.160598070000049, 29.509712241000045 ], [ 106.160629461000042, 29.509760524000054 ], [ 106.160639420000052, 29.509822483000036 ], [ 106.160649379000063, 29.509884441000061 ], [ 106.16065930700006, 29.509943702000044 ], [ 106.160693966000053, 29.510008142000057 ], [ 106.160719221000079, 29.510059177000077 ], [ 106.160769119000065, 29.510112540000083 ], [ 106.160778396000069, 29.510109915000037 ], [ 106.160821445000067, 29.510098749000065 ], [ 106.16086742300007, 29.510074069000044 ], [ 106.160935816000062, 29.509998273000061 ] ], [ [ 106.160911639000062, 29.508813892000038 ], [ 106.16094589800008, 29.508843267000085 ], [ 106.16095243500007, 29.508875581000034 ], [ 106.160946668000065, 29.508910701000048 ], [ 106.160910279000063, 29.508964971000072 ], [ 106.160879843000032, 29.509000306000079 ], [ 106.160812156000077, 29.509014385000061 ], [ 106.160744561000072, 29.509036556000062 ], [ 106.160680081000066, 29.509061398000089 ], [ 106.16065578100006, 29.509093981000035 ], [ 106.160625529000072, 29.509145500000042 ], [ 106.160595338000064, 29.509202414000072 ], [ 106.160570976000031, 29.509229603000051 ], [ 106.160515993000047, 29.509275942000045 ], [ 106.160457403000066, 29.50927645400008 ], [ 106.160420153000075, 29.509255198000066 ], [ 106.160416669000028, 29.509220159000055 ], [ 106.160416238000039, 29.509182396000082 ], [ 106.160412570000062, 29.509131173000064 ], [ 106.160399835000078, 29.509096215000056 ], [ 106.16039012300007, 29.509055836000069 ], [ 106.160395890000075, 29.509020716000066 ], [ 106.160404895000056, 29.508999056000054 ], [ 106.160450935000043, 29.508979771000039 ], [ 106.160506010000063, 29.508941524000079 ], [ 106.160588869000037, 29.508905732000073 ], [ 106.160628649000046, 29.508878408000054 ], [ 106.160680949000039, 29.508867161000069 ], [ 106.160779195000032, 29.508828537000056 ], [ 106.160856041000045, 29.508806285000034 ], [ 106.160911639000062, 29.508813892000038 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.163191625000081, 29.371659860000079 ], [ 106.163127901000053, 29.37162475800006 ], [ 106.163075754000033, 29.371613327000031 ], [ 106.162987402000056, 29.37160023000007 ], [ 106.162912461000076, 29.371573150000071 ], [ 106.162821622000081, 29.371540265000075 ], [ 106.162755659000027, 29.37150716400004 ], [ 106.162685038000063, 29.371462217000033 ], [ 106.162639315000035, 29.371419034000034 ], [ 106.162611728000059, 29.371379654000069 ], [ 106.162579236000056, 29.371306641000043 ], [ 106.162562799000057, 29.371253298000052 ], [ 106.162557691000075, 29.371201836000054 ], [ 106.16255712800006, 29.371152316000067 ], [ 106.162384196000062, 29.371202862000075 ], [ 106.162226581000027, 29.371258692000087 ], [ 106.16206625100007, 29.371324446000074 ], [ 106.161934010000053, 29.371375103000041 ], [ 106.161782130000063, 29.371438307000062 ], [ 106.16187953900004, 29.371473218000055 ], [ 106.161968652000041, 29.37153440000009 ], [ 106.162019162000036, 29.371570102000074 ], [ 106.162066842000058, 29.37161615500009 ], [ 106.162102616000027, 29.371651986000082 ], [ 106.162130896000065, 29.371657222000071 ], [ 106.162160407000059, 29.371666870000055 ], [ 106.162237926000046, 29.371753910000056 ], [ 106.162256928000033, 29.371786387000046 ], [ 106.162266276000025, 29.37182838900009 ], [ 106.162340431000075, 29.37178614100009 ], [ 106.162430435000033, 29.371745737000079 ], [ 106.162529689000053, 29.371723082000067 ], [ 106.162613271000055, 29.371714428000075 ], [ 106.162739774000045, 29.371701439000038 ], [ 106.162827901000071, 29.371694729000065 ], [ 106.162927291000074, 29.371683956000084 ], [ 106.163022178000062, 29.371675205000095 ], [ 106.163191625000081, 29.371659860000079 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.162394216000052, 29.370608028000049 ], [ 106.162377384000081, 29.370574506000086 ], [ 106.162379073000068, 29.370541377000052 ], [ 106.16238394100003, 29.370463211000068 ], [ 106.162388776000057, 29.370456225000055 ], [ 106.162320893000071, 29.370457869000049 ], [ 106.162314716000026, 29.370304219000047 ], [ 106.162256071000058, 29.370303787000072 ], [ 106.162160521000033, 29.37030462000007 ], [ 106.162013137000031, 29.370317652000033 ], [ 106.16191612800003, 29.370337588000041 ], [ 106.161810969000044, 29.370378152000054 ], [ 106.161757710000089, 29.370412392000048 ], [ 106.161691157000064, 29.370457027000047 ], [ 106.161621117000038, 29.370489944000038 ], [ 106.161550928000054, 29.37050964500008 ], [ 106.161477436000041, 29.37053378000007 ], [ 106.161504409000031, 29.370546763000057 ], [ 106.161541570000054, 29.370571403000042 ], [ 106.161577007000062, 29.370591654000069 ], [ 106.161615696000069, 29.370603065000065 ], [ 106.161681089000069, 29.370603963000061 ], [ 106.161729503000061, 29.370585920000057 ], [ 106.161764456000071, 29.370563589000096 ], [ 106.16180281100003, 29.370545632000066 ], [ 106.161832336000032, 29.37055844300005 ], [ 106.161882118000051, 29.370623873000056 ], [ 106.161889372000076, 29.370638861000092 ], [ 106.161871282000064, 29.370669857000049 ], [ 106.16204504500007, 29.370654165000072 ], [ 106.16221411600003, 29.370644223000056 ], [ 106.16231059100005, 29.370626446000074 ], [ 106.162394216000052, 29.370608028000049 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.162025014000051, 29.371772085000089 ], [ 106.162018614000047, 29.371727536000034 ], [ 106.162027254000066, 29.371691802000043 ], [ 106.162040665000063, 29.371677819000059 ], [ 106.162069883000072, 29.371661716000066 ], [ 106.162092452000081, 29.371657557000052 ], [ 106.162130896000065, 29.371657222000071 ], [ 106.162102616000027, 29.371651986000082 ], [ 106.162066842000058, 29.37161615500009 ], [ 106.162019162000036, 29.371570102000074 ], [ 106.161968652000041, 29.37153440000009 ], [ 106.16187953900004, 29.371473218000055 ], [ 106.161782130000063, 29.371438307000062 ], [ 106.161590606000061, 29.371494431000073 ], [ 106.161441074000038, 29.371515536000054 ], [ 106.161200953000062, 29.37152257800005 ], [ 106.161065520000079, 29.371541085000047 ], [ 106.16095255200004, 29.371547018000058 ], [ 106.160867784000061, 29.371547756000034 ], [ 106.160830910000072, 29.371535700000035 ], [ 106.160785475000068, 29.371516294000063 ], [ 106.160754197000074, 29.371499239000055 ], [ 106.16072272200006, 29.371464860000046 ], [ 106.160696814000062, 29.371423006000036 ], [ 106.160696253000026, 29.371373506000062 ], [ 106.160714656000039, 29.371252059000092 ], [ 106.160744783000041, 29.371167638000092 ], [ 106.160772506000058, 29.371120367000064 ], [ 106.160780505000062, 29.37107821800004 ], [ 106.160782797000081, 29.371031169000045 ], [ 106.160782207000068, 29.370979194000093 ], [ 106.160775966000074, 29.370927267000074 ], [ 106.160752885000093, 29.37088538900008 ], [ 106.160693042000062, 29.370841355000032 ], [ 106.160619211000039, 29.370809820000083 ], [ 106.160517012000071, 29.370768631000093 ], [ 106.160397972000055, 29.370737487000039 ], [ 106.160301846000053, 29.370733373000061 ], [ 106.160279780000053, 29.370733565000073 ], [ 106.160134017000075, 29.370807176000081 ], [ 106.160099607000063, 29.370754475000062 ], [ 106.160087354000055, 29.370757517000076 ], [ 106.159966414000067, 29.370808074000085 ], [ 106.159879242000045, 29.370845961000036 ], [ 106.159831459000031, 29.370868654000052 ], [ 106.159803401000033, 29.370886225000042 ], [ 106.159800828000073, 29.370908524000075 ], [ 106.159803905000047, 29.37093077500009 ], [ 106.159823852000045, 29.370945453000044 ], [ 106.159855158000028, 29.370964982000082 ], [ 106.159934444000044, 29.370979144000042 ], [ 106.160033256000077, 29.370970859000071 ], [ 106.160151846000076, 29.370962402000096 ], [ 106.160233789000074, 29.370961689000069 ], [ 106.160293127000045, 29.370961172000079 ], [ 106.160358339000041, 29.370980407000037 ], [ 106.160424890000058, 29.371028086000081 ], [ 106.160439446000055, 29.371001939000045 ], [ 106.160447287000068, 29.370965731000066 ], [ 106.160458494000068, 29.370935276000075 ], [ 106.160466565000036, 29.370919304000036 ], [ 106.160484586000052, 29.370907583000072 ], [ 106.16051417500006, 29.370897206000045 ], [ 106.160557080000046, 29.370896833000074 ], [ 106.160604969000076, 29.370899308000048 ], [ 106.16064807000005, 29.370916279000085 ], [ 106.160673135000081, 29.370943527000069 ], [ 106.160693380000055, 29.370982382000083 ], [ 106.160697058000039, 29.371015598000039 ], [ 106.160690719000058, 29.371038784000064 ], [ 106.16066961100006, 29.371069324000072 ], [ 106.160636869000029, 29.371092739000066 ], [ 106.160597445000064, 29.371108983000063 ], [ 106.160535131000074, 29.371144220000073 ], [ 106.160489286000029, 29.371176422000076 ], [ 106.160478619000074, 29.371245480000088 ], [ 106.160450120000064, 29.371278239000048 ], [ 106.160407210000074, 29.371312932000077 ], [ 106.160356152000077, 29.371356725000059 ], [ 106.160327900000027, 29.371411161000083 ], [ 106.160320697000031, 29.37150334200004 ], [ 106.160327291000044, 29.371539410000086 ], [ 106.160334051000063, 29.371589927000063 ], [ 106.160346730000072, 29.371616911000046 ], [ 106.160367636000046, 29.371642017000056 ], [ 106.160423575000038, 29.371665011000061 ], [ 106.160524733000045, 29.371674968000043 ], [ 106.160665068000071, 29.371684585000075 ], [ 106.160793133000027, 29.371703339000078 ], [ 106.160879940000029, 29.371720646000089 ], [ 106.16115658800004, 29.371748943000053 ], [ 106.161292800000069, 29.371758595000077 ], [ 106.161412515000052, 29.37176839000006 ], [ 106.161495074000072, 29.371774896000094 ], [ 106.161596110000062, 29.371774016000082 ], [ 106.161686774000032, 29.37176780600003 ], [ 106.161777314000062, 29.371750762000087 ], [ 106.161872143000039, 29.371748129000082 ], [ 106.16198365200006, 29.371761608000046 ], [ 106.162025014000051, 29.371772085000089 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.161270655000067, 29.369182443000049 ], [ 106.161183020000067, 29.369097924000073 ], [ 106.161040977000027, 29.368988807000051 ], [ 106.160944026000038, 29.369015598000082 ], [ 106.160857154000041, 29.369046917000055 ], [ 106.160772376000068, 29.369070576000073 ], [ 106.160717994000038, 29.369082511000048 ], [ 106.160643901000071, 29.369086976000069 ], [ 106.16053708000004, 29.369089816000042 ], [ 106.160443319000095, 29.369090631000059 ], [ 106.160342974000073, 29.369087684000078 ], [ 106.160246947000076, 29.36908087900008 ], [ 106.160118299000032, 29.369081998000063 ], [ 106.159963312000073, 29.369068065000082 ], [ 106.159847661000086, 29.36906143100002 ], [ 106.159768990000032, 29.369046834000073 ], [ 106.159736045000045, 29.36902610900006 ], [ 106.15970720100006, 29.368982426000059 ], [ 106.159706682000035, 29.368936587000064 ], [ 106.159717173000047, 29.368900203000067 ], [ 106.159753764000072, 29.368857861000041 ], [ 106.159725202000061, 29.368839008000069 ], [ 106.159705191000057, 29.368808558000062 ], [ 106.159629381000059, 29.368809217000038 ], [ 106.159545422000065, 29.368768155000051 ], [ 106.159440244000052, 29.368608868000081 ], [ 106.159398398000064, 29.368424652000048 ], [ 106.159393909000073, 29.368379417000082 ], [ 106.159413392000033, 29.368344421000078 ], [ 106.159535843000072, 29.36827370400005 ], [ 106.15962275000004, 29.368224191000067 ], [ 106.159686815000043, 29.368177531000072 ], [ 106.159601219000081, 29.368119229000062 ], [ 106.159450118000052, 29.368002465000071 ], [ 106.159133668000038, 29.367765543000068 ], [ 106.159021048000056, 29.367636694000055 ], [ 106.158919580000031, 29.36751099300005 ], [ 106.158726584000078, 29.367155644000036 ], [ 106.158643863000066, 29.367049254000047 ], [ 106.158570139000062, 29.366951940000028 ], [ 106.158559055000069, 29.366985509000081 ], [ 106.158559624000077, 29.367035712000078 ], [ 106.158590835000041, 29.36709234500006 ], [ 106.158718705000069, 29.367248554000071 ], [ 106.158788731000072, 29.367358404000065 ], [ 106.158804849000035, 29.367431904000057 ], [ 106.158805834000077, 29.367518923000034 ], [ 106.158810451000079, 29.367589176000084 ], [ 106.158795813000054, 29.367646207000064 ], [ 106.158773152000037, 29.367669833000029 ], [ 106.158753137000076, 29.367680084000089 ], [ 106.158780230000048, 29.36777663700007 ], [ 106.158818817000054, 29.36788669700007 ], [ 106.158875565000073, 29.36795162300006 ], [ 106.158942482000043, 29.368090058000064 ], [ 106.158995026000071, 29.368195907000093 ], [ 106.159066147000033, 29.368293418000061 ], [ 106.159132046000082, 29.36834191000008 ], [ 106.159193276000053, 29.36839044300006 ], [ 106.159362104000081, 29.368574963000075 ], [ 106.159416021000027, 29.368686982000042 ], [ 106.159473048000052, 29.368776438000051 ], [ 106.159526541000048, 29.368895103000057 ], [ 106.159532071000058, 29.368922824000034 ], [ 106.15955258300005, 29.369000962000086 ], [ 106.159639378000065, 29.369279081000062 ], [ 106.159968505000052, 29.369318787000058 ], [ 106.160083205000035, 29.369341657000057 ], [ 106.160151561000077, 29.369362543000079 ], [ 106.160211798000034, 29.369388273000091 ], [ 106.160255607000067, 29.369406986000058 ], [ 106.160288626000067, 29.369435339000059 ], [ 106.160319055000059, 29.369475649000034 ], [ 106.16032771600004, 29.369518535000047 ], [ 106.160328203000063, 29.369561492000059 ], [ 106.160312316000059, 29.369602204000049 ], [ 106.160282942000038, 29.369654968000084 ], [ 106.160253513000043, 29.369702959000051 ], [ 106.160224112000037, 29.369753336000084 ], [ 106.160178364000046, 29.369803856000086 ], [ 106.160159590000035, 29.369830273000048 ], [ 106.160135180000054, 29.369905681000041 ], [ 106.160185554000066, 29.369909883000052 ], [ 106.160222712000063, 29.369916520000064 ], [ 106.160269139000036, 29.369940727000081 ], [ 106.160592211000065, 29.369669901000062 ], [ 106.160697141000071, 29.369606764000071 ], [ 106.160836984000071, 29.369570445000086 ], [ 106.160940228000072, 29.369507546000072 ], [ 106.161075463000032, 29.369400356000089 ], [ 106.16109868500007, 29.369382326000053 ], [ 106.161211795000042, 29.369273356000058 ], [ 106.161270655000067, 29.369182443000049 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.164128287000054, 29.374653250000048 ], [ 106.164090704000046, 29.374611082000062 ], [ 106.164055920000081, 29.374563890000051 ], [ 106.164043964000044, 29.374516498000048 ], [ 106.164043623000055, 29.37448650400006 ], [ 106.164043395000078, 29.374466508000062 ], [ 106.164057408000076, 29.374443887000041 ], [ 106.164077185000053, 29.374426216000064 ], [ 106.164148470000043, 29.374420594000075 ], [ 106.164188422000052, 29.374420246000053 ], [ 106.164242728000048, 29.374427271000062 ], [ 106.16429435100008, 29.374449318000078 ], [ 106.164343120000069, 29.374471390000053 ], [ 106.164355449000027, 29.374430883000066 ], [ 106.164346084000044, 29.374359779000088 ], [ 106.164341104000073, 29.374298003000035 ], [ 106.16433205900006, 29.374254996000051 ], [ 106.164331569000069, 29.374211914000053 ], [ 106.16433319600003, 29.374166941000048 ], [ 106.16433264300008, 29.374118239000044 ], [ 106.164336591000051, 29.373994037000045 ], [ 106.164228055000081, 29.373962414000065 ], [ 106.164177117000065, 29.373942132000089 ], [ 106.16414629100008, 29.373906870000038 ], [ 106.164142272000049, 29.37385064700004 ], [ 106.164171445000079, 29.373740836000081 ], [ 106.164197814000033, 29.37368138700009 ], [ 106.164160975000073, 29.373583198000063 ], [ 106.164116396000054, 29.373518084000075 ], [ 106.16407717800007, 29.373470993000073 ], [ 106.164043323000044, 29.373441925000062 ], [ 106.163994178000053, 29.373428802000028 ], [ 106.163909011000044, 29.373422769000058 ], [ 106.163844548000057, 29.37342333100008 ], [ 106.163795608000044, 29.373428276000084 ], [ 106.163764641000057, 29.373426288000076 ], [ 106.163730863000069, 29.373403996000036 ], [ 106.163719958000058, 29.373352140000069 ], [ 106.163702946000058, 29.373216764000059 ], [ 106.163667884000063, 29.373081546000041 ], [ 106.163628539000058, 29.373023163000095 ], [ 106.163586666000072, 29.372969318000052 ], [ 106.163544640000055, 29.372901923000079 ], [ 106.163526232000038, 29.372870463000087 ], [ 106.16347670100005, 29.372823460000063 ], [ 106.163435188000051, 29.372801235000054 ], [ 106.16338591400006, 29.372776819000084 ], [ 106.163212771000076, 29.372744449000045 ], [ 106.163137765000045, 29.372724774000062 ], [ 106.163075521000053, 29.37269369500007 ], [ 106.163010546000066, 29.372649088000053 ], [ 106.162945443000069, 29.37259318700006 ], [ 106.162906253000074, 29.37254835400006 ], [ 106.162867164000033, 29.372512555000064 ], [ 106.16284102000003, 29.372481161000053 ], [ 106.162822714000072, 29.372458733000084 ], [ 106.162817275000066, 29.372433935000057 ], [ 106.162827307000043, 29.372409001000044 ], [ 106.162727729000054, 29.372432531000069 ], [ 106.162653439000067, 29.372462892000048 ], [ 106.162594733000049, 29.372471328000067 ], [ 106.162517890000061, 29.372475960000092 ], [ 106.162456353000039, 29.372470137000054 ], [ 106.162388674000056, 29.372449353000032 ], [ 106.162334085000055, 29.372422095000047 ], [ 106.162309031000063, 29.372406465000036 ], [ 106.162265658000081, 29.372371185000084 ], [ 106.162201303000074, 29.372280621000076 ], [ 106.162176653000074, 29.372300645000063 ], [ 106.162124798000036, 29.372314965000037 ], [ 106.162072785000078, 29.372315418000078 ], [ 106.162025183000026, 29.37230592700007 ], [ 106.161986538000065, 29.37228843600008 ], [ 106.161968243000047, 29.372270766000025 ], [ 106.161954405000074, 29.372247114000057 ], [ 106.161944751000078, 29.372193712000065 ], [ 106.161931017000029, 29.372152955000043 ], [ 106.161925217000032, 29.372111037000078 ], [ 106.161951463000037, 29.372078166000055 ], [ 106.161983270000064, 29.37206623100008 ], [ 106.16210129600006, 29.372037830000068 ], [ 106.162182706000067, 29.372037121000055 ], [ 106.162217785000053, 29.371939747000052 ], [ 106.162219440000058, 29.371886246000091 ], [ 106.162201371000037, 29.371888384000048 ], [ 106.162165189000078, 29.371888699000067 ], [ 106.162133484000037, 29.371885014000028 ], [ 106.162067238000091, 29.371858419000031 ], [ 106.162050989000079, 29.371880235000049 ], [ 106.161999911000066, 29.371922224000059 ], [ 106.161913945000038, 29.371978967000071 ], [ 106.161807442000054, 29.372043114000068 ], [ 106.161754364000046, 29.372090540000038 ], [ 106.161740341000041, 29.37212678700007 ], [ 106.161732791000091, 29.37218826600008 ], [ 106.161747008000077, 29.372350706000081 ], [ 106.161781825000048, 29.372511161000084 ], [ 106.161807102000068, 29.372557903000072 ], [ 106.161855101000071, 29.372608060000069 ], [ 106.161925823000047, 29.372661632000074 ], [ 106.162029639000082, 29.372723946000065 ], [ 106.162417995000055, 29.372964407000037 ], [ 106.162748167000075, 29.37316563500007 ], [ 106.162785714000051, 29.373203240000063 ], [ 106.162829610000074, 29.373255239000059 ], [ 106.162861176000035, 29.373310959000037 ], [ 106.162907094000047, 29.373359327000053 ], [ 106.162963137000077, 29.373391351000066 ], [ 106.163112235000028, 29.373446044000033 ], [ 106.163186815000074, 29.373476100000065 ], [ 106.163226322000071, 29.37350465500009 ], [ 106.163261786000078, 29.373540472000055 ], [ 106.163293167000063, 29.373579936000059 ], [ 106.163299785000049, 29.373617810000042 ], [ 106.163289803000069, 29.37364679700006 ], [ 106.163216024000064, 29.373687178000072 ], [ 106.163138141000047, 29.373729402000038 ], [ 106.163113664000036, 29.373753097000073 ], [ 106.16311032200008, 29.373774772000043 ], [ 106.163159312000062, 29.373785106000067 ], [ 106.163141396000071, 29.373828255000038 ], [ 106.163175001000084, 29.373877047000065 ], [ 106.163176948000057, 29.373918389000032 ], [ 106.163144761000069, 29.373954538000078 ], [ 106.163180577000048, 29.37395568300008 ], [ 106.163265984000077, 29.373970311000047 ], [ 106.163371572000074, 29.373995742000094 ], [ 106.163406992000034, 29.374023980000061 ], [ 106.163450043000068, 29.37411113600006 ], [ 106.163467800000035, 29.374106820000069 ], [ 106.163519531000077, 29.374106369000067 ], [ 106.163564571000052, 29.374124102000053 ], [ 106.16359950500005, 29.374163072000051 ], [ 106.163627447000067, 29.374212393000043 ], [ 106.163650610000047, 29.374242177000035 ], [ 106.163687895000066, 29.374309818000086 ], [ 106.163711283000055, 29.374359590000026 ], [ 106.163711647000085, 29.374391571000046 ], [ 106.163698522000061, 29.374441661000052 ], [ 106.163678417000028, 29.374479819000044 ], [ 106.16364680900007, 29.374510080000046 ], [ 106.163617256000066, 29.374520333000071 ], [ 106.163539962000073, 29.374546995000056 ], [ 106.163606172000087, 29.374667807000034 ], [ 106.163643068000056, 29.374791157000054 ], [ 106.163660667000045, 29.374834089000039 ], [ 106.163671658000055, 29.374860220000066 ], [ 106.163693384000055, 29.374890003000068 ], [ 106.163712908000036, 29.374914186000069 ], [ 106.163736752000034, 29.374942077000064 ], [ 106.163764744000062, 29.374958694000043 ], [ 106.163786236000078, 29.37496787200007 ], [ 106.163818357000025, 29.374971337000098 ], [ 106.163878108000063, 29.37495957600003 ], [ 106.163927018000038, 29.374934796000044 ], [ 106.163971586000059, 29.37490443400009 ], [ 106.164028538000039, 29.374834624000076 ], [ 106.164077085000031, 29.374778002000085 ], [ 106.164128287000054, 29.374653250000048 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.204305057000056, 29.373844007000059 ], [ 106.204386814000031, 29.373751819000066 ], [ 106.204492208000033, 29.373576815000035 ], [ 106.204584583000042, 29.373433674000061 ], [ 106.204589418000069, 29.37342618200007 ], [ 106.204604973000073, 29.37340703600006 ], [ 106.204612284000063, 29.373398037000072 ], [ 106.204660378000028, 29.373338840000088 ], [ 106.204773097000057, 29.373194654000088 ], [ 106.204753928000059, 29.373178963000047 ], [ 106.204707755000072, 29.373136047000056 ], [ 106.204701126000032, 29.373111662000046 ], [ 106.204705402000059, 29.373087140000052 ], [ 106.204724703000068, 29.373056457000068 ], [ 106.20474456900007, 29.373019308000046 ], [ 106.20475484800005, 29.372984438000053 ], [ 106.20474387600008, 29.372960460000066 ], [ 106.204719177000072, 29.372937944000057 ], [ 106.204689945000041, 29.372919482000043 ], [ 106.204660635000039, 29.372894332000048 ], [ 106.204651237000064, 29.372874353000046 ], [ 106.204649268000026, 29.372836918000068 ], [ 106.204658209000058, 29.372818110000079 ], [ 106.204683915000032, 29.372796477000062 ], [ 106.204720341000041, 29.372777421000073 ], [ 106.204793116000076, 29.372732623000047 ], [ 106.20490086600006, 29.37267547000004 ], [ 106.204962737000074, 29.372632020000083 ], [ 106.204960214000039, 29.372631137000035 ], [ 106.204940905000058, 29.372610437000045 ], [ 106.204904856000041, 29.372545508000076 ], [ 106.204892493000045, 29.372517025000032 ], [ 106.204871417000049, 29.372478085000068 ], [ 106.204858982000076, 29.372443584000049 ], [ 106.204845185000067, 29.372439192000058 ], [ 106.204817750000075, 29.372443955000044 ], [ 106.204788720000067, 29.37245926700006 ], [ 106.20476470300008, 29.372462494000047 ], [ 106.204754325000067, 29.372456568000072 ], [ 106.204747293000025, 29.372443087000086 ], [ 106.204745167000056, 29.372408491000048 ], [ 106.204743041000029, 29.372373895000052 ], [ 106.204735904000074, 29.372351385000059 ], [ 106.204711763000049, 29.372344078000079 ], [ 106.204680909000047, 29.372350377000089 ], [ 106.204621150000037, 29.372382521000073 ], [ 106.204604973000073, 29.372391236000059 ], [ 106.204535491000073, 29.372428669000055 ], [ 106.204535601000032, 29.37243804700007 ], [ 106.204515272000037, 29.372493362000064 ], [ 106.204448213000035, 29.372560743000069 ], [ 106.204334114000062, 29.372658058000074 ], [ 106.204279797000027, 29.372712903000028 ], [ 106.204145812000036, 29.372928424000069 ], [ 106.204117398000051, 29.373000305000065 ], [ 106.204096805000063, 29.373118799000054 ], [ 106.204099307000035, 29.373199538000051 ], [ 106.204104786000073, 29.373268913000054 ], [ 106.204128457000081, 29.37329932800008 ], [ 106.204163877000042, 29.373337805000062 ], [ 106.204187499000057, 29.373364137000063 ], [ 106.204230763000055, 29.373408996000069 ], [ 106.204247082000052, 29.373455601000046 ], [ 106.204242793000049, 29.373503455000034 ], [ 106.204222998000034, 29.373573763000081 ], [ 106.204205355000056, 29.373645765000042 ], [ 106.204181322000068, 29.373687349000082 ], [ 106.204131674000052, 29.373713254000045 ], [ 106.204082653000057, 29.373715288000078 ], [ 106.204039024000053, 29.373712501000057 ], [ 106.20400625700006, 29.373706431000073 ], [ 106.203985092000039, 29.373690546000038 ], [ 106.203910207000035, 29.373722341000068 ], [ 106.20384174600008, 29.373743476000065 ], [ 106.203766913000038, 29.373753726000082 ], [ 106.20367772000003, 29.373761693000066 ], [ 106.20360764600008, 29.373754780000077 ], [ 106.203605915000026, 29.373806850000044 ], [ 106.203605997000068, 29.373909776000062 ], [ 106.203609048000033, 29.373977045000057 ], [ 106.203614032000075, 29.374016587000074 ], [ 106.203619867000043, 29.374032370000066 ], [ 106.203637187000027, 29.374063882000087 ], [ 106.203658027000074, 29.374086195000071 ], [ 106.203726591000077, 29.374115037000077 ], [ 106.203782519000072, 29.374118728000038 ], [ 106.203786084000058, 29.374118964000047 ], [ 106.203800178000051, 29.374117169000044 ], [ 106.203826668000048, 29.374103720000047 ], [ 106.203892727000039, 29.374088247000081 ], [ 106.20394525100005, 29.374077358000086 ], [ 106.203984172000048, 29.374065105000057 ], [ 106.204012885000054, 29.374051457000071 ], [ 106.204051273000061, 29.374023704000084 ], [ 106.204103258000032, 29.37398198600004 ], [ 106.20418920700007, 29.373907954000057 ], [ 106.204237403000036, 29.37386673200006 ], [ 106.204270992000033, 29.37385189500009 ], [ 106.204305057000056, 29.373844007000059 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.162827307000043, 29.372409001000044 ], [ 106.162817275000066, 29.372433935000057 ], [ 106.162822714000072, 29.372458733000084 ], [ 106.16284102000003, 29.372481161000053 ], [ 106.162867164000033, 29.372512555000064 ], [ 106.162906253000074, 29.37254835400006 ], [ 106.162945443000069, 29.37259318700006 ], [ 106.163010546000066, 29.372649088000053 ], [ 106.163075521000053, 29.37269369500007 ], [ 106.163137765000045, 29.372724774000062 ], [ 106.163212771000076, 29.372744449000045 ], [ 106.16338591400006, 29.372776819000084 ], [ 106.163435188000051, 29.372801235000054 ], [ 106.16347670100005, 29.372823460000063 ], [ 106.163526232000038, 29.372870463000087 ], [ 106.163544640000055, 29.372901923000079 ], [ 106.163586666000072, 29.372969318000052 ], [ 106.163628539000058, 29.373023163000095 ], [ 106.163667884000063, 29.373081546000041 ], [ 106.163702946000058, 29.373216764000059 ], [ 106.163719958000058, 29.373352140000069 ], [ 106.163730863000069, 29.373403996000036 ], [ 106.163764641000057, 29.373426288000076 ], [ 106.163795608000044, 29.373428276000084 ], [ 106.163844548000057, 29.37342333100008 ], [ 106.163909011000044, 29.373422769000058 ], [ 106.163994178000053, 29.373428802000028 ], [ 106.164043323000044, 29.373441925000062 ], [ 106.16407717800007, 29.373470993000073 ], [ 106.164116396000054, 29.373518084000075 ], [ 106.164160975000073, 29.373583198000063 ], [ 106.164197814000033, 29.37368138700009 ], [ 106.164187950000041, 29.373460991000062 ], [ 106.164230114000077, 29.373313805000059 ], [ 106.164295073000062, 29.37313028100003 ], [ 106.164375810000081, 29.37297372300009 ], [ 106.164385405000075, 29.372910396000059 ], [ 106.164379759000056, 29.372867529000082 ], [ 106.164345622000042, 29.37281361700008 ], [ 106.16430382700004, 29.372766549000062 ], [ 106.164254296000081, 29.372719548000081 ], [ 106.164199737000047, 29.372683885000068 ], [ 106.164163227000074, 29.372648064000085 ], [ 106.164108412000076, 29.372589815000083 ], [ 106.164066616000071, 29.372542747000058 ], [ 106.164014224000042, 29.372470925000076 ], [ 106.164006, 29.372428081000059 ], [ 106.164010489000077, 29.372369314000085 ], [ 106.164015029000041, 29.372315065000066 ], [ 106.164039940000066, 29.372238051000068 ], [ 106.164044506000039, 29.372186060000043 ], [ 106.164010549000082, 29.372147958000074 ], [ 106.163979402000052, 29.37213016000004 ], [ 106.163932991000081, 29.372130565000081 ], [ 106.163879073000032, 29.372151366000082 ], [ 106.163843335000081, 29.372183299000081 ], [ 106.163823147000073, 29.37223167000008 ], [ 106.163823770000079, 29.372286508000062 ], [ 106.163821235000057, 29.372325704000033 ], [ 106.163813063000077, 29.372393677000048 ], [ 106.163792937000039, 29.372459142000082 ], [ 106.16371020400004, 29.372525154000062 ], [ 106.16363590900005, 29.37254669500004 ], [ 106.16358449300003, 29.372551472000055 ], [ 106.163517633000026, 29.372567867000036 ], [ 106.163419702000056, 29.372573239000072 ], [ 106.163329352000062, 29.372564992000036 ], [ 106.163267135000069, 29.372536171000036 ], [ 106.163212551000072, 29.372498249000039 ], [ 106.163142162000042, 29.372431101000078 ], [ 106.163095107000061, 29.372375043000087 ], [ 106.163050888000043, 29.372341549000055 ], [ 106.16299674000004, 29.372342020000076 ], [ 106.162952959000052, 29.372346919000055 ], [ 106.162865624000062, 29.372377045000068 ], [ 106.162827307000043, 29.372409001000044 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.177380276000065, 29.334778583000052 ], [ 106.177336164000053, 29.334821642000062 ], [ 106.177296086000069, 29.334860735000071 ], [ 106.177244894000069, 29.334894546000029 ], [ 106.177197102000036, 29.334903576000048 ], [ 106.177155302000074, 29.334899640000064 ], [ 106.177125670000066, 29.334885913000043 ], [ 106.17710700300006, 29.334864555000078 ], [ 106.177098123000064, 29.334839883000082 ], [ 106.177095061000045, 29.334787181000074 ], [ 106.17709465300004, 29.334751673000081 ], [ 106.177099071000043, 29.334708590000048 ], [ 106.177114627000051, 29.334672942000047 ], [ 106.177137562000041, 29.334638304000062 ], [ 106.177170359000058, 29.334606808000046 ], [ 106.177216552000075, 29.334565509000068 ], [ 106.177258006000045, 29.334539316000075 ], [ 106.177299720000065, 29.334535720000069 ], [ 106.17734153300006, 29.33454073200005 ], [ 106.177381001000086, 29.334555449000053 ], [ 106.177408226000068, 29.334573503000065 ], [ 106.177430602000072, 29.334596979000079 ], [ 106.177438360000053, 29.334627253000068 ], [ 106.177454685000058, 29.334586646000048 ], [ 106.177474264000068, 29.334555206000065 ], [ 106.17748961500007, 29.334521045000088 ], [ 106.177510159000065, 29.33448223900006 ], [ 106.17755554300004, 29.334321825000078 ], [ 106.177561185000059, 29.334264759000067 ], [ 106.177576970000075, 29.334177257000082 ], [ 106.177578551000067, 29.334132181000079 ], [ 106.177571886000067, 29.334100053000036 ], [ 106.177548196000032, 29.334047844000061 ], [ 106.177467016000037, 29.333924411000055 ], [ 106.177444682000043, 29.333898859000044 ], [ 106.177410838000085, 29.333876168000064 ], [ 106.177363298000046, 29.333848998000065 ], [ 106.177317487000039, 29.333831987000057 ], [ 106.177306410000028, 29.33384354400005 ], [ 106.17727474700007, 29.333852008000065 ], [ 106.177242933000059, 29.333847377000037 ], [ 106.177210989000059, 29.333831288000056 ], [ 106.177190213000074, 29.33381182700008 ], [ 106.177173099000072, 29.333785785000092 ], [ 106.177142815000082, 29.333751675000091 ], [ 106.177118117000077, 29.333715876000046 ], [ 106.17709334400007, 29.333673532000027 ], [ 106.177079176000063, 29.333578707000068 ], [ 106.177083444000061, 29.33352014400009 ], [ 106.17711681000003, 29.333426285000083 ], [ 106.177173009000057, 29.333333334000091 ], [ 106.17717427000008, 29.333309027000034 ], [ 106.177182581000068, 29.333281223000078 ], [ 106.177193596000052, 29.333238270000042 ], [ 106.177210566000042, 29.3332129110001 ], [ 106.177233260000037, 29.333184982000027 ], [ 106.177264673000082, 29.333164537000076 ], [ 106.177260047000061, 29.333151874000066 ], [ 106.17723755600008, 29.333143018000037 ], [ 106.177211638000074, 29.333135701000053 ], [ 106.177180642000053, 29.333135975000054 ], [ 106.177123814000026, 29.33313647600005 ], [ 106.177077353000072, 29.333139904000063 ], [ 106.177042947000075, 29.333143226000061 ], [ 106.177010245000076, 29.333145023000043 ], [ 106.176957088000066, 29.333165110000042 ], [ 106.176929777000055, 29.333186478000069 ], [ 106.176887263000026, 29.333233636000049 ], [ 106.176837224000053, 29.333333334000084 ], [ 106.176759969000045, 29.333439098000046 ], [ 106.17671032100003, 29.333508292000097 ], [ 106.176682921000065, 29.333562557000054 ], [ 106.176676143000066, 29.333623188000036 ], [ 106.176676857000075, 29.333685390000063 ], [ 106.176684876000081, 29.33373279500006 ], [ 106.176772479000078, 29.333877720000082 ], [ 106.176833142000078, 29.333954126000027 ], [ 106.176885974000072, 29.333999497000047 ], [ 106.176925466000057, 29.334022068000081 ], [ 106.176985621000028, 29.334054279000046 ], [ 106.177034548000051, 29.334084952000069 ], [ 106.177083627000059, 29.334128719000041 ], [ 106.177133757000036, 29.334186119000034 ], [ 106.177145649000067, 29.334246136000051 ], [ 106.177143370000067, 29.334291554000053 ], [ 106.177132648000054, 29.334333366000074 ], [ 106.177121969000041, 29.334378858000033 ], [ 106.177101546000074, 29.33442934400005 ], [ 106.17706727400008, 29.334493449000036 ], [ 106.17703275000008, 29.334535471000024 ], [ 106.176979061000054, 29.33461569800005 ], [ 106.176958454000044, 29.334650235000076 ], [ 106.17694760500008, 29.334681005000046 ], [ 106.176948056000072, 29.334720264000058 ], [ 106.176948437000078, 29.334753389000078 ], [ 106.176955803000055, 29.334785226000065 ], [ 106.176977088000058, 29.334809577000044 ], [ 106.176994312000033, 29.334846235000036 ], [ 106.176996120000069, 29.334881801000058 ], [ 106.176996557000052, 29.334919834000054 ], [ 106.176995719000047, 29.335014639000061 ], [ 106.177004570000065, 29.335054104000051 ], [ 106.177017469000077, 29.335080660000063 ], [ 106.177030283000079, 29.335099859000085 ], [ 106.177047210000069, 29.33511166400007 ], [ 106.177066152000066, 29.335116095000046 ], [ 106.177107080000042, 29.335115734000063 ], [ 106.177148844000044, 29.33509697400007 ], [ 106.177220736000052, 29.335051278000034 ], [ 106.177277851000042, 29.334998356000082 ], [ 106.17731086100008, 29.334948405000027 ], [ 106.177340639000079, 29.334891126000056 ], [ 106.177356701000065, 29.334827532000077 ], [ 106.177380276000065, 29.334778583000052 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.178982906000059, 29.332319007000081 ], [ 106.17899106200008, 29.332300670000045 ], [ 106.179017997000074, 29.332272740000061 ], [ 106.17911259400006, 29.332222263000062 ], [ 106.179209183000069, 29.332147937000059 ], [ 106.179241734000072, 29.332122985000066 ], [ 106.179247597000028, 29.332100129000075 ], [ 106.179263191000075, 29.332035554000065 ], [ 106.179276069000039, 29.331970996000049 ], [ 106.17928071800003, 29.331901738000049 ], [ 106.179272021000031, 29.331856466000076 ], [ 106.179282345000061, 29.331806256000053 ], [ 106.179300969000053, 29.331767897000073 ], [ 106.179310473000044, 29.331737585000052 ], [ 106.179311475000077, 29.331734391000047 ], [ 106.179283755000029, 29.33169167900008 ], [ 106.17925580400005, 29.331629862000053 ], [ 106.179219707000073, 29.331570517000042 ], [ 106.179145510000069, 29.331513891000039 ], [ 106.179066062000061, 29.331474016000083 ], [ 106.179019925000034, 29.331488740000054 ], [ 106.178995635000035, 29.331508052000057 ], [ 106.178963310000029, 29.331539368000055 ], [ 106.178925513000081, 29.331568344000054 ], [ 106.178892884000049, 29.331573406000075 ], [ 106.178835501000037, 29.331557204000028 ], [ 106.178769973000044, 29.331543458000056 ], [ 106.178739924000084, 29.331536569000036 ], [ 106.17870163300006, 29.331522583000037 ], [ 106.178698439000073, 29.331482036000072 ], [ 106.178678880000064, 29.331439251000056 ], [ 106.178697341000046, 29.331386577000046 ], [ 106.178705047000051, 29.331345933000083 ], [ 106.178696351000042, 29.33130066200005 ], [ 106.17866620500007, 29.331284222000079 ], [ 106.178644167000073, 29.33126293000004 ], [ 106.17863820000008, 29.331217633000051 ], [ 106.178610387000049, 29.331167760000078 ], [ 106.178561121000044, 29.331146716000035 ], [ 106.178509320000046, 29.33114239300005 ], [ 106.178463047000037, 29.331145191000076 ], [ 106.178394956000048, 29.331145794000058 ], [ 106.178329399000063, 29.331129665000056 ], [ 106.178253171000051, 29.331132728000053 ], [ 106.178207063000059, 29.33114984100007 ], [ 106.17818464800007, 29.331124480000089 ], [ 106.178183756000067, 29.331112592000068 ], [ 106.178098440000042, 29.331151660000042 ], [ 106.178002308000032, 29.331181713000028 ], [ 106.177967317000039, 29.331189708000068 ], [ 106.17790610600008, 29.331205619000055 ], [ 106.177764302000071, 29.331229925000056 ], [ 106.177669712000068, 29.331241521000031 ], [ 106.177625987000056, 29.331252666000069 ], [ 106.17759987200003, 29.331269804000044 ], [ 106.177579020000053, 29.331286896000062 ], [ 106.177578160000053, 29.331290041000035 ], [ 106.17760441300004, 29.331295547000089 ], [ 106.177619496000034, 29.331310348000038 ], [ 106.17762190500008, 29.331334595000051 ], [ 106.177639397000064, 29.331373643000067 ], [ 106.177665324000031, 29.331405150000084 ], [ 106.177676082000062, 29.331414389000077 ], [ 106.177720966000038, 29.331427061000056 ], [ 106.177752919000056, 29.33142677900009 ], [ 106.177782741000058, 29.331426515000086 ], [ 106.177810434000037, 29.331426272000048 ], [ 106.177833930000091, 29.331431664000036 ], [ 106.177855425000089, 29.331448276000049 ], [ 106.177879952000069, 29.331543266000033 ], [ 106.177883240000028, 29.331644044000079 ], [ 106.177883787000056, 29.331697598000055 ], [ 106.177934798000081, 29.331699276000045 ], [ 106.177990751000038, 29.331705459000084 ], [ 106.178003578000087, 29.331716474000068 ], [ 106.178019099000053, 29.331740822000082 ], [ 106.178035387000094, 29.331831936000071 ], [ 106.17806465700005, 29.331947420000066 ], [ 106.17806003700008, 29.331987524000048 ], [ 106.178050056000075, 29.332003193000041 ], [ 106.178046262000066, 29.332004419000047 ], [ 106.178068619000044, 29.332017633000081 ], [ 106.178116041000067, 29.332065751000076 ], [ 106.178131361000055, 29.332101085000076 ], [ 106.178137987000071, 29.332121562000054 ], [ 106.178136179000035, 29.332149579000088 ], [ 106.178134328000056, 29.332173864000076 ], [ 106.178121718000057, 29.332188910000074 ], [ 106.178100776000065, 29.332212270000074 ], [ 106.178104677000078, 29.332212130000073 ], [ 106.178309665000029, 29.332229985000094 ], [ 106.178380073000028, 29.332253945000037 ], [ 106.178435065000031, 29.332279269000079 ], [ 106.178477592000036, 29.332318224000062 ], [ 106.178541138000071, 29.332380874000084 ], [ 106.178594104000069, 29.332354611000085 ], [ 106.178769421000027, 29.332317525000068 ], [ 106.178931629000033, 29.332316092000042 ], [ 106.178982906000059, 29.332319007000081 ] ], [ [ 106.17834047100007, 29.331505278000062 ], [ 106.178303786000072, 29.331512764000081 ], [ 106.178255230000048, 29.331523107000066 ], [ 106.178243422000037, 29.331473913000082 ], [ 106.178273364000077, 29.331472457000082 ], [ 106.17825356000003, 29.331408187000079 ], [ 106.178340444000071, 29.331384741000086 ], [ 106.178454783000063, 29.331378960000055 ], [ 106.178528005000047, 29.331350863000068 ], [ 106.178547946000037, 29.331427066000053 ], [ 106.178535988000078, 29.33145343100006 ], [ 106.178514330000041, 29.331464358000062 ], [ 106.178520189000039, 29.331500110000036 ], [ 106.178455, 29.331516201000053 ], [ 106.178412663000074, 29.331505831000065 ], [ 106.178369025000052, 29.331501445000072 ], [ 106.17834047100007, 29.331505278000062 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.176121368000054, 29.33115139400007 ], [ 106.176079366000067, 29.331083454000062 ], [ 106.176017332000072, 29.33101247400009 ], [ 106.176009775000068, 29.330994037000043 ], [ 106.175868467000058, 29.330951680000048 ], [ 106.175776260000077, 29.330952492000055 ], [ 106.175684209000053, 29.330966770000092 ], [ 106.175588508000033, 29.330997916000058 ], [ 106.175519663000046, 29.331025457000063 ], [ 106.175447360000078, 29.331086698000043 ], [ 106.175386932000038, 29.331178138000034 ], [ 106.175330964000068, 29.331323407000067 ], [ 106.175286096000036, 29.331431543000061 ], [ 106.17530417100005, 29.331443684000078 ], [ 106.175304380000057, 29.331461893000032 ], [ 106.17527485200003, 29.331504644000056 ], [ 106.175236158000075, 29.331553547000055 ], [ 106.17518453200006, 29.331591576000044 ], [ 106.175129434000041, 29.331616326000074 ], [ 106.175069405000045, 29.331663866000035 ], [ 106.17496453900003, 29.331725452000061 ], [ 106.174909250000042, 29.33173352100005 ], [ 106.174694717000079, 29.33173996000005 ], [ 106.174566823000077, 29.331744552000089 ], [ 106.174614216000066, 29.331789972000081 ], [ 106.174690840000039, 29.331824660000056 ], [ 106.174769548000029, 29.331845578000067 ], [ 106.174881988000038, 29.331845817000033 ], [ 106.174998502000051, 29.331842173000034 ], [ 106.175097056000027, 29.331836068000076 ], [ 106.175177560000066, 29.331819646000042 ], [ 106.175254866000046, 29.331784921000065 ], [ 106.175304574000052, 29.331739920000068 ], [ 106.175352158000067, 29.331675056000055 ], [ 106.175405539000053, 29.331565952000066 ], [ 106.17551966700006, 29.331421193000036 ], [ 106.175611253000056, 29.33132872900007 ], [ 106.175682220000056, 29.33126263400003 ], [ 106.175777215000039, 29.331206802000047 ], [ 106.175917333000029, 29.331176762000041 ], [ 106.17608141900007, 29.331151746000039 ], [ 106.176121368000054, 29.33115139400007 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.175385793000032, 29.334763901000088 ], [ 106.175390159000074, 29.334762362000049 ], [ 106.175432361000048, 29.334747475000086 ], [ 106.175424627000041, 29.33466699000007 ], [ 106.175348736000046, 29.334581137000043 ], [ 106.175317513000039, 29.334530693000094 ], [ 106.175313665000033, 29.334491942000056 ], [ 106.175302971000079, 29.334450268000065 ], [ 106.175308890000053, 29.334372645000091 ], [ 106.175330218000056, 29.33434261300004 ], [ 106.175115194000057, 29.334085241000082 ], [ 106.174826928000087, 29.333742189000073 ], [ 106.174445091000052, 29.333333334000091 ], [ 106.174457206000056, 29.333492509000056 ], [ 106.174455686000044, 29.333593381000075 ], [ 106.174456600000042, 29.333673121000071 ], [ 106.17447349300005, 29.333745685000057 ], [ 106.174490438000078, 29.333822938000083 ], [ 106.174501816000031, 29.333881476000048 ], [ 106.174523848000035, 29.333935230000062 ], [ 106.174586537000053, 29.334033191000071 ], [ 106.174648904000037, 29.33410300800006 ], [ 106.17467888300007, 29.334149655000079 ], [ 106.174679448000063, 29.334198907000072 ], [ 106.174674659000061, 29.334248205000055 ], [ 106.174672601000054, 29.334302171000051 ], [ 106.174686468000061, 29.334344268000052 ], [ 106.174716287000081, 29.334376844000076 ], [ 106.174751189000062, 29.33438591800007 ], [ 106.174785931000031, 29.334380922000037 ], [ 106.174825864000084, 29.334361806000061 ], [ 106.174865797000052, 29.334342690000092 ], [ 106.174921710000035, 29.334316397000066 ], [ 106.175012604000074, 29.334306214000041 ], [ 106.17504212700004, 29.334312991000047 ], [ 106.175061132000053, 29.334336280000052 ], [ 106.175077594000072, 29.334371317000034 ], [ 106.175078132000067, 29.334418223000057 ], [ 106.175070614000049, 29.334462855000087 ], [ 106.17504449400009, 29.334519378000039 ], [ 106.175004856000044, 29.334564292000042 ], [ 106.174959651000052, 29.334590491000085 ], [ 106.17491168800008, 29.334609678000039 ], [ 106.17514215500006, 29.334751107000045 ], [ 106.17518435900007, 29.334744561000033 ], [ 106.175212566000027, 29.334746370000055 ], [ 106.175257450000061, 29.33476861500008 ], [ 106.175300055000037, 29.334797054000042 ], [ 106.17536358600006, 29.334769561000087 ], [ 106.175385793000032, 29.334763901000088 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.17514215500006, 29.334751107000045 ], [ 106.17491168800008, 29.334609678000039 ], [ 106.174959651000052, 29.334590491000085 ], [ 106.175004856000044, 29.334564292000042 ], [ 106.17504449400009, 29.334519378000039 ], [ 106.175070614000049, 29.334462855000087 ], [ 106.175078132000067, 29.334418223000057 ], [ 106.175077594000072, 29.334371317000034 ], [ 106.175061132000053, 29.334336280000052 ], [ 106.17504212700004, 29.334312991000047 ], [ 106.175012604000074, 29.334306214000041 ], [ 106.174921710000035, 29.334316397000066 ], [ 106.174865797000052, 29.334342690000092 ], [ 106.174825864000084, 29.334361806000061 ], [ 106.174785931000031, 29.334380922000037 ], [ 106.174751189000062, 29.33438591800007 ], [ 106.174716287000081, 29.334376844000076 ], [ 106.174686468000061, 29.334344268000052 ], [ 106.174672601000054, 29.334302171000051 ], [ 106.174674659000061, 29.334248205000055 ], [ 106.174679448000063, 29.334198907000072 ], [ 106.17467888300007, 29.334149655000079 ], [ 106.174648904000037, 29.33410300800006 ], [ 106.174586537000053, 29.334033191000071 ], [ 106.174523848000035, 29.333935230000062 ], [ 106.174501816000031, 29.333881476000048 ], [ 106.174490438000078, 29.333822938000083 ], [ 106.17447349300005, 29.333745685000057 ], [ 106.174456600000042, 29.333673121000071 ], [ 106.174455686000044, 29.333593381000075 ], [ 106.174457206000056, 29.333492509000056 ], [ 106.174445091000052, 29.333333334000091 ], [ 106.174366090000035, 29.333214966000064 ], [ 106.17425591500006, 29.332966708000072 ], [ 106.174061917000074, 29.332543138000055 ], [ 106.173974916000077, 29.332321863000061 ], [ 106.173887956000044, 29.332104111000035 ], [ 106.173845859000053, 29.332018371000068 ], [ 106.173822560000076, 29.331970918000074 ], [ 106.173806103000061, 29.332010157000063 ], [ 106.173776140000029, 29.33206401100005 ], [ 106.173731044000078, 29.332131396000079 ], [ 106.173640371000033, 29.332224301000046 ], [ 106.173639514000058, 29.332225320000074 ], [ 106.173519697000074, 29.33236771200006 ], [ 106.173501416000079, 29.33239109200008 ], [ 106.173414215000037, 29.332502615000063 ], [ 106.173374736000028, 29.332559902000071 ], [ 106.173363653000081, 29.332593493000047 ], [ 106.173356565000063, 29.332642122000038 ], [ 106.173356387000069, 29.332709650000076 ], [ 106.17338051400003, 29.332713169000044 ], [ 106.173403284000074, 29.332727822000042 ], [ 106.173431960000073, 29.332764704000049 ], [ 106.173465098000065, 29.332821353000028 ], [ 106.173533654000039, 29.333010137000084 ], [ 106.17363313900006, 29.333213466000078 ], [ 106.173688958000071, 29.333333334000084 ], [ 106.173692794000033, 29.333446570000035 ], [ 106.173722651000048, 29.333393962000056 ], [ 106.173788658000035, 29.333381789000047 ], [ 106.173834956000064, 29.333381382000088 ], [ 106.173861611000063, 29.333398535000075 ], [ 106.173895079000033, 29.333433017000058 ], [ 106.173922332000075, 29.333502330000048 ], [ 106.173923262000073, 29.333583467000039 ], [ 106.173917312000071, 29.33364148000004 ], [ 106.173898798000039, 29.333757565000042 ], [ 106.17378731000008, 29.333823781000032 ], [ 106.17382834600005, 29.33386293600006 ], [ 106.17385868100007, 29.333886380000088 ], [ 106.173896635000062, 29.333918977000057 ], [ 106.173948178000046, 29.333956722000043 ], [ 106.173986178000064, 29.333993270000068 ], [ 106.174021172000039, 29.334029844000042 ], [ 106.174047268000038, 29.334077034000074 ], [ 106.174065969000026, 29.334134827000074 ], [ 106.174068243000079, 29.334201985000053 ], [ 106.174072821000053, 29.334242605000043 ], [ 106.174090253000031, 29.334288536000088 ], [ 106.174107627000083, 29.334329530000044 ], [ 106.174149813000042, 29.334404868000036 ], [ 106.174161555000083, 29.334445912000035 ], [ 106.174162875000036, 29.334561111000081 ], [ 106.174148414000058, 29.334610614000042 ], [ 106.174141373000055, 29.334651822000065 ], [ 106.174141769000073, 29.334686382000079 ], [ 106.174147744000038, 29.334715955000028 ], [ 106.174163184000079, 29.334752028000082 ], [ 106.17461899400007, 29.335189109000055 ], [ 106.174679660000052, 29.335237951000071 ], [ 106.174742432000073, 29.335306525000085 ], [ 106.174814934000054, 29.335404638000053 ], [ 106.174868220000079, 29.33546506600004 ], [ 106.174926934000041, 29.335507342000078 ], [ 106.175012379000066, 29.335563504000053 ], [ 106.174991228000067, 29.335518068000056 ], [ 106.17496169900005, 29.335401014000073 ], [ 106.174946900000066, 29.335339399000077 ], [ 106.174946262000049, 29.335283835000048 ], [ 106.17495649500006, 29.335152023000038 ], [ 106.175043005000077, 29.334912516000092 ], [ 106.17507743200008, 29.334842235000039 ], [ 106.175123531000054, 29.33476567800005 ], [ 106.17514215500006, 29.334751107000045 ] ], [ [ 106.17457472500007, 29.334403891000079 ], [ 106.174617819000048, 29.334426967000077 ], [ 106.17465853200008, 29.334475865000062 ], [ 106.174699245000056, 29.334524763000044 ], [ 106.174732009000081, 29.334580767000087 ], [ 106.174732654000081, 29.334637055000087 ], [ 106.174709103000055, 29.334684173000088 ], [ 106.174679929000035, 29.334707885000057 ], [ 106.174645215000055, 29.334715227000054 ], [ 106.174602390000075, 29.334715604000056 ], [ 106.174556781000035, 29.334706623000031 ], [ 106.174489436000044, 29.334669687000087 ], [ 106.174435126000063, 29.33460214500008 ], [ 106.174388818000068, 29.334532186000047 ], [ 106.174377359000061, 29.334466612000082 ], [ 106.174406236000038, 29.334417101000046 ], [ 106.174454146000073, 29.334393224000053 ], [ 106.174507677000065, 29.334392753000095 ], [ 106.17457472500007, 29.334403891000079 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.175286096000036, 29.331431543000061 ], [ 106.175233003000088, 29.331492615000059 ], [ 106.175160509000079, 29.331537023000077 ], [ 106.175099307000053, 29.331561130000068 ], [ 106.17499949400009, 29.331568743000041 ], [ 106.174920020000073, 29.331564622000091 ], [ 106.174829469000031, 29.331533088000072 ], [ 106.174775767000042, 29.331497637000041 ], [ 106.174606813000025, 29.331364083000043 ], [ 106.17457427100004, 29.331281317000041 ], [ 106.174525371000072, 29.331111870000083 ], [ 106.174507780000056, 29.33100784800007 ], [ 106.174455297000065, 29.330720924000058 ], [ 106.17437994800008, 29.330585078000063 ], [ 106.174309523000034, 29.33052103600005 ], [ 106.174231557000041, 29.330514538000045 ], [ 106.174157854000043, 29.330522371000086 ], [ 106.174104895000028, 29.330551575000069 ], [ 106.174060217000033, 29.330587891000036 ], [ 106.173995330000025, 29.330649532000045 ], [ 106.173918434000029, 29.330736424000062 ], [ 106.173852638000028, 29.330844045000052 ], [ 106.173870209000029, 29.330905951000091 ], [ 106.173915578000049, 29.331004236000066 ], [ 106.173972972000058, 29.331098892000057 ], [ 106.173997708000059, 29.33115154200005 ], [ 106.174010298000042, 29.331197249000066 ], [ 106.174010742000064, 29.331236014000066 ], [ 106.174007245000041, 29.331281863000076 ], [ 106.173995584000068, 29.331317210000059 ], [ 106.173980023000084, 29.331363165000074 ], [ 106.173980506000078, 29.331405453000052 ], [ 106.173980992000054, 29.331447743000069 ], [ 106.17399744100004, 29.331479319000032 ], [ 106.174013972000068, 29.331517942000065 ], [ 106.174081084000079, 29.331625753000075 ], [ 106.174092142000077, 29.33162078700007 ], [ 106.174166555000056, 29.331610083000047 ], [ 106.174264016000052, 29.331609226000072 ], [ 106.174338698000042, 29.331621966000057 ], [ 106.174423088000026, 29.33164801900006 ], [ 106.174498095000047, 29.331689226000037 ], [ 106.174554013000034, 29.331732276000078 ], [ 106.174566823000077, 29.331744552000089 ], [ 106.174694717000079, 29.33173996000005 ], [ 106.174909250000042, 29.33173352100005 ], [ 106.17496453900003, 29.331725452000061 ], [ 106.175069405000045, 29.331663866000035 ], [ 106.175129434000041, 29.331616326000074 ], [ 106.17518453200006, 29.331591576000044 ], [ 106.175236158000075, 29.331553547000055 ], [ 106.17527485200003, 29.331504644000056 ], [ 106.175304380000057, 29.331461893000032 ], [ 106.17530417100005, 29.331443684000078 ], [ 106.175286096000036, 29.331431543000061 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.149089473000075, 29.310454522000043 ], [ 106.149084607000077, 29.310448012000048 ], [ 106.149042621000035, 29.310384632000083 ], [ 106.14900775600006, 29.310345626000071 ], [ 106.148994489000074, 29.310313964000041 ], [ 106.148906580000073, 29.310138954000074 ], [ 106.14884096600008, 29.310035940000024 ], [ 106.148824448000028, 29.30999998700009 ], [ 106.148819260000039, 29.309967410000063 ], [ 106.148813475000054, 29.309877424000025 ], [ 106.148812207000049, 29.309764365000028 ], [ 106.148802136000029, 29.3097183870001 ], [ 106.148777062000079, 29.309677416000056 ], [ 106.148775367000042, 29.309674646000076 ], [ 106.148748668000053, 29.309637187000082 ], [ 106.148700072000054, 29.309564319000071 ], [ 106.148675481000055, 29.309501714000071 ], [ 106.14867281100004, 29.309476611000029 ], [ 106.148682109000063, 29.309453498000032 ], [ 106.14871297500008, 29.309436482000084 ], [ 106.148810586000081, 29.309406327000094 ], [ 106.14894380000004, 29.309355356000086 ], [ 106.148934845000042, 29.309355433000061 ], [ 106.148913512000036, 29.309344464000052 ], [ 106.148900601000051, 29.309327843000066 ], [ 106.148870368000075, 29.309279771000043 ], [ 106.14884429500006, 29.309224227000069 ], [ 106.148835394000059, 29.309187124000058 ], [ 106.148841382000057, 29.309153611000063 ], [ 106.148868578000076, 29.309119916000046 ], [ 106.148908560000052, 29.309091687000038 ], [ 106.148940142000072, 29.309070967000086 ], [ 106.148992975000056, 29.309053782000039 ], [ 106.149084044000062, 29.309041844000031 ], [ 106.149122238000075, 29.309043375000048 ], [ 106.149134983000067, 29.309045124000086 ], [ 106.149139759000036, 29.309051560000057 ], [ 106.149138923000081, 29.308988359000061 ], [ 106.149147506000077, 29.308843345000074 ], [ 106.149193794000041, 29.308601379000049 ], [ 106.14920061600003, 29.308481432000061 ], [ 106.149196911000047, 29.308332944000082 ], [ 106.149154059000068, 29.308152585000077 ], [ 106.149124698000037, 29.308083052000089 ], [ 106.149085510000077, 29.308047602000045 ], [ 106.149044462000063, 29.308028273000041 ], [ 106.149013781000065, 29.308023168000084 ], [ 106.148962747000041, 29.308023607000052 ], [ 106.148818189000053, 29.308058849000073 ], [ 106.148716541000056, 29.308097300000036 ], [ 106.148673851000069, 29.30811377200007 ], [ 106.148655599000065, 29.30812466500003 ], [ 106.148649556000066, 29.308131875000075 ], [ 106.148639910000043, 29.308182061000082 ], [ 106.148634425000068, 29.308239368000041 ], [ 106.148632866000085, 29.308282327000089 ], [ 106.148619018000048, 29.308321813000074 ], [ 106.148578569000051, 29.308356159000084 ], [ 106.148527995000052, 29.30839775000004 ], [ 106.148436513000036, 29.308432535000065 ], [ 106.148338748000072, 29.308453059000044 ], [ 106.148249146000069, 29.308473514000074 ], [ 106.148216543000046, 29.308479161000033 ], [ 106.148194328000045, 29.308500825000053 ], [ 106.148160125000061, 29.308545854000045 ], [ 106.148059194000041, 29.30872923000004 ], [ 106.148036903000047, 29.308779500000067 ], [ 106.148038806000045, 29.308803807000068 ], [ 106.148047320000046, 29.308835212000076 ], [ 106.148072125000056, 29.308863615000067 ], [ 106.148133211000072, 29.308924614000034 ], [ 106.148220844000036, 29.30902401700007 ], [ 106.148255748000054, 29.309079519000075 ], [ 106.148271047000051, 29.309133758000087 ], [ 106.14827140000007, 29.309165233000048 ], [ 106.148266776000085, 29.30918959600006 ], [ 106.148255541000026, 29.309206863000032 ], [ 106.148226367000063, 29.309225714000036 ], [ 106.14818727100004, 29.309233204000069 ], [ 106.148136654000041, 29.309232209000076 ], [ 106.148080930000049, 29.309212656000057 ], [ 106.148016820000066, 29.309173146000038 ], [ 106.147921345000043, 29.309102425000038 ], [ 106.14787031000003, 29.309064232000075 ], [ 106.147858740000061, 29.309051455000091 ], [ 106.14784725100003, 29.309045830000059 ], [ 106.147832544000039, 29.309044526000033 ], [ 106.147816315000071, 29.309053250000087 ], [ 106.14781342100008, 29.309058925000038 ], [ 106.147811491000027, 29.309062710000031 ], [ 106.147807456000081, 29.309091380000037 ], [ 106.147814523000079, 29.309139044000055 ], [ 106.14784142700006, 29.309207537000077 ], [ 106.147944948000031, 29.309334216000089 ], [ 106.147945219000064, 29.309334548000038 ], [ 106.148030906000031, 29.30940062700007 ], [ 106.148092185000053, 29.309426826000049 ], [ 106.148190447000047, 29.309448890000063 ], [ 106.148255977000076, 29.309465507000077 ], [ 106.14835686400005, 29.30952763800008 ], [ 106.148398800000052, 29.309576911000082 ], [ 106.148418850000056, 29.309616828000056 ], [ 106.148427990000073, 29.309654930000075 ], [ 106.148428459000058, 29.309696924000036 ], [ 106.148422567000068, 29.309754245000072 ], [ 106.148416889000032, 29.309830654000059 ], [ 106.14841539400004, 29.309891756000066 ], [ 106.148417935000055, 29.309924186000046 ], [ 106.148437900000033, 29.309956469000046 ], [ 106.148468242000035, 29.309993113000075 ], [ 106.148538905000066, 29.310074025000073 ], [ 106.148609653000051, 29.310162576000039 ], [ 106.148674731000042, 29.310263913000078 ], [ 106.14875516900004, 29.310438993000044 ], [ 106.148882878000052, 29.310682448000072 ], [ 106.149011614000074, 29.310882547000055 ], [ 106.149027770000032, 29.310860188000049 ], [ 106.149049620000028, 29.310844833000097 ], [ 106.149077841000064, 29.31083631800005 ], [ 106.149106153000048, 29.310836075000051 ], [ 106.149142454000071, 29.310846792000071 ], [ 106.149172695000061, 29.310878242000054 ], [ 106.149228473000065, 29.310942562000037 ], [ 106.149262247000081, 29.311008450000077 ], [ 106.149262339000074, 29.311016721000041 ], [ 106.149260906000066, 29.311029142000056 ], [ 106.149252633000074, 29.311038339000042 ], [ 106.149225514000079, 29.311053289000089 ], [ 106.149181690000034, 29.311075740000032 ], [ 106.149144060000026, 29.311088941000037 ], [ 106.149118875000056, 29.311089157000083 ], [ 106.149107229000052, 29.311085444000071 ], [ 106.149144002000071, 29.311144161000076 ], [ 106.149179443000037, 29.31123193500008 ], [ 106.149241905000054, 29.311425171000057 ], [ 106.149242298000047, 29.311460399000055 ], [ 106.149233940000045, 29.311483120000052 ], [ 106.149227755000027, 29.311486445000071 ], [ 106.149246790000063, 29.311517873000071 ], [ 106.149261140000078, 29.311508245000084 ], [ 106.149293147000037, 29.311493401000064 ], [ 106.149341021000055, 29.311488567000087 ], [ 106.149373861000072, 29.311492706000081 ], [ 106.149401804000036, 29.311510152000039 ], [ 106.149435312000037, 29.311573978000062 ], [ 106.149451441000053, 29.311608690000067 ], [ 106.149474233000035, 29.311610468000087 ], [ 106.149494663000041, 29.311619203000078 ], [ 106.149527333000037, 29.311631396000045 ], [ 106.149616568000056, 29.311672547000061 ], [ 106.14960945200005, 29.311667708000076 ], [ 106.149600005000082, 29.311646794000065 ], [ 106.149582824000049, 29.31159364500007 ], [ 106.149578735000034, 29.311393413000079 ], [ 106.14955503300007, 29.31125149200005 ], [ 106.149534558000028, 29.311178453000085 ], [ 106.149492143000032, 29.311120675000041 ], [ 106.149434865000046, 29.311052259000064 ], [ 106.14936756700007, 29.310966702000087 ], [ 106.149305877000074, 29.310899185000029 ], [ 106.149256067000067, 29.310839319000081 ], [ 106.149216007000064, 29.31077247800005 ], [ 106.149191418000044, 29.310683107000049 ], [ 106.149164883000026, 29.310595477000046 ], [ 106.149134496000045, 29.310514769000058 ], [ 106.149089473000075, 29.310454522000043 ] ], [ [ 106.149120653000068, 29.30871531900004 ], [ 106.149121080000043, 29.308753468000081 ], [ 106.149111622000078, 29.308772626000057 ], [ 106.149090072000035, 29.308791888000091 ], [ 106.149044366000055, 29.308813477000065 ], [ 106.149022626000033, 29.30881578400005 ], [ 106.148998445000075, 29.30881599200006 ], [ 106.148966916000063, 29.308807785000059 ], [ 106.148908643000027, 29.30878709000007 ], [ 106.148862462000068, 29.308766292000087 ], [ 106.148806655000044, 29.308749815000056 ], [ 106.148728943000052, 29.308720810000064 ], [ 106.148607824000067, 29.308702775000096 ], [ 106.14846999100007, 29.308703961000049 ], [ 106.148416960000091, 29.308719254000039 ], [ 106.148397685000077, 29.308725779000046 ], [ 106.148368644000072, 29.308723909000037 ], [ 106.148358924000036, 29.308719754000041 ], [ 106.148349182000061, 29.308713478000076 ], [ 106.148344179000048, 29.308698685000078 ], [ 106.148338963000072, 29.308664815000039 ], [ 106.148338583000054, 29.308630905000086 ], [ 106.148342921000051, 29.308586357000085 ], [ 106.148354845000028, 29.308571417000056 ], [ 106.148417384000027, 29.308541205000047 ], [ 106.148508893000042, 29.308506505000079 ], [ 106.148578827000051, 29.308488946000068 ], [ 106.148668013000076, 29.308462744000053 ], [ 106.148711087000052, 29.308422102000069 ], [ 106.148744396000041, 29.30837306400009 ], [ 106.148763123000037, 29.308317793000075 ], [ 106.148765042000036, 29.308273267000057 ], [ 106.148764283000048, 29.308205445000056 ], [ 106.148771015000079, 29.308158756000072 ], [ 106.148785382000028, 29.308145915000072 ], [ 106.148809444000051, 29.308135110000084 ], [ 106.148855388000072, 29.308134715000051 ], [ 106.148903798000049, 29.308138539000083 ], [ 106.148947466000038, 29.308150879000046 ], [ 106.148974374000034, 29.308178202000086 ], [ 106.149001257000066, 29.308203406000072 ], [ 106.149026007000032, 29.308254063000053 ], [ 106.149038786000062, 29.308315423000078 ], [ 106.149039427000062, 29.308372645000066 ], [ 106.14904492800008, 29.308431946000045 ], [ 106.149055313000076, 29.308495444000066 ], [ 106.149077789000046, 29.30855883900006 ], [ 106.14911218900005, 29.308607293000073 ], [ 106.149122502000083, 29.308664433000047 ], [ 106.149120653000068, 29.30871531900004 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.144000854000069, 29.304094999000078 ], [ 106.143927028000064, 29.304086738000084 ], [ 106.143888064000066, 29.30408506300007 ], [ 106.14387243200008, 29.304088144000048 ], [ 106.143854168000075, 29.304094999000078 ], [ 106.143826895000075, 29.304115180000061 ], [ 106.143772223000042, 29.304149606000063 ], [ 106.143733724000072, 29.304171384000085 ], [ 106.143703280000068, 29.304184154000037 ], [ 106.143676814000059, 29.304187956000071 ], [ 106.143650310000055, 29.304188183000051 ], [ 106.14361351000008, 29.304179562000062 ], [ 106.143547907000027, 29.30414795300004 ], [ 106.14349463800005, 29.304125175000081 ], [ 106.143437310000081, 29.304104219000067 ], [ 106.143416309000031, 29.304092931000064 ], [ 106.143330099000082, 29.30410191600004 ], [ 106.143257795000068, 29.30411325500005 ], [ 106.143149976000089, 29.30414550800009 ], [ 106.143117222000058, 29.304160629000084 ], [ 106.143094831000042, 29.30417731100005 ], [ 106.143060461000061, 29.30421635700009 ], [ 106.143015709000053, 29.304252194000075 ], [ 106.142989583000031, 29.304271380000056 ], [ 106.142966216000048, 29.304284773000067 ], [ 106.142939022000064, 29.304292426000067 ], [ 106.142911801000025, 29.304297606000031 ], [ 106.142889226000079, 29.304297799000032 ], [ 106.142853484000057, 29.304298105000047 ], [ 106.142812957000046, 29.304291031000052 ], [ 106.142779861000065, 29.304275650000079 ], [ 106.142766901000073, 29.304265305000065 ], [ 106.142768750000073, 29.304356785000042 ], [ 106.142770874000064, 29.304392982000092 ], [ 106.142776391000041, 29.304424623000045 ], [ 106.142789064000056, 29.304480347000045 ], [ 106.142820889000063, 29.304555523000094 ], [ 106.142849304000038, 29.304629345000084 ], [ 106.14286508400005, 29.304659264000069 ], [ 106.14288420500003, 29.304675699000086 ], [ 106.14293957600006, 29.304700877000066 ], [ 106.143034641000042, 29.304734770000039 ], [ 106.143077226000059, 29.304744940000031 ], [ 106.143101442000045, 29.304746147000071 ], [ 106.143135323000081, 29.30474585700005 ], [ 106.143177163000075, 29.30473559800004 ], [ 106.143236700000045, 29.304720946000085 ], [ 106.143320440000039, 29.30470608600006 ], [ 106.143383378000067, 29.304706962000072 ], [ 106.143449544000077, 29.304707809000039 ], [ 106.14347703500006, 29.304713232000047 ], [ 106.143493248000027, 29.304720164000056 ], [ 106.143527303000042, 29.304735429000065 ], [ 106.143567890000043, 29.304757710000054 ], [ 106.143634465000048, 29.304795326000086 ], [ 106.14368147600004, 29.30481472300005 ], [ 106.143725289000031, 29.304836977000029 ], [ 106.14377384900007, 29.304850703000056 ], [ 106.143889220000062, 29.304879487000051 ], [ 106.143947841000056, 29.304840927000033 ], [ 106.144068467000068, 29.304703622000087 ], [ 106.144100938000065, 29.304627908000047 ], [ 106.144108398000071, 29.30454997500005 ], [ 106.144101761000059, 29.304452695000069 ], [ 106.144095395000079, 29.304379747000041 ], [ 106.144066359000078, 29.304265625000085 ], [ 106.144026219000068, 29.304151598000086 ], [ 106.144000854000069, 29.304094999000078 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.147604300000069, 29.309422590000057 ], [ 106.147588407000057, 29.309420408000058 ], [ 106.147561963000058, 29.30942063600008 ], [ 106.147522501000026, 29.30943951900008 ], [ 106.147512053000071, 29.30945119900008 ], [ 106.147510227000055, 29.309456843000071 ], [ 106.147482229000047, 29.309501964000056 ], [ 106.147471734000078, 29.309528864000065 ], [ 106.147470324000039, 29.309563571000062 ], [ 106.147476285000053, 29.309613986000048 ], [ 106.14747686700008, 29.309666024000084 ], [ 106.147477114000026, 29.309688099000084 ], [ 106.147464944000035, 29.309726053000077 ], [ 106.147436580000033, 29.30976414700007 ], [ 106.147369058000038, 29.309840424000075 ], [ 106.147260243000076, 29.309924942000059 ], [ 106.147169226000074, 29.309991960000048 ], [ 106.147099676000039, 29.310047755000092 ], [ 106.147059256000034, 29.310093836000085 ], [ 106.147051451000038, 29.310119924000041 ], [ 106.147053051000057, 29.310142383000084 ], [ 106.147061293000036, 29.310155323000057 ], [ 106.147089935000054, 29.310182281000042 ], [ 106.147141542000043, 29.310211407000057 ], [ 106.147186243000078, 29.310226400000094 ], [ 106.147276875000045, 29.310232823000028 ], [ 106.147338370000057, 29.310238508000054 ], [ 106.147422943000038, 29.310233145000041 ], [ 106.147483716000067, 29.31022798600009 ], [ 106.147604873000034, 29.310182902000058 ], [ 106.147681254000076, 29.310154430000072 ], [ 106.147733782000046, 29.310121525000064 ], [ 106.147770390000062, 29.310084122000031 ], [ 106.147799013000053, 29.310042151000061 ], [ 106.147811639000054, 29.309988728000075 ], [ 106.147821051000051, 29.309884335000046 ], [ 106.147820662000072, 29.309849568000061 ], [ 106.147814984000036, 29.309814846000059 ], [ 106.147790275000034, 29.309733927000075 ], [ 106.147714308000047, 29.309563045000065 ], [ 106.147671115000037, 29.309484603000037 ], [ 106.147636268000042, 29.309443178000031 ], [ 106.147604300000069, 29.309422590000057 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.147454862000075, 29.311877950000049 ], [ 106.147427045000029, 29.311898040000063 ], [ 106.147363377000033, 29.31198699600008 ], [ 106.147341778000055, 29.312042355000077 ], [ 106.147349228000067, 29.312050969000037 ], [ 106.147402430000056, 29.312060056000057 ], [ 106.147418536000032, 29.312039629000086 ], [ 106.147429181000064, 29.312016869000054 ], [ 106.147439723000048, 29.311985747000062 ], [ 106.147448786000041, 29.311943901000063 ], [ 106.147455158000071, 29.311904461000033 ], [ 106.147454862000075, 29.311877950000049 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.147454862000075, 29.311877950000049 ], [ 106.147454825000068, 29.311874632000077 ], [ 106.147457341000063, 29.31185670300005 ], [ 106.14746935800008, 29.311835121000048 ], [ 106.147484266000049, 29.311829030000055 ], [ 106.147514104000052, 29.311818030000044 ], [ 106.147531622000031, 29.311802363000087 ], [ 106.147547700000075, 29.311778355000065 ], [ 106.147550175000049, 29.311756855000056 ], [ 106.147545797000078, 29.311730643000086 ], [ 106.147538660000066, 29.311700863000048 ], [ 106.147528716000068, 29.311663953000057 ], [ 106.147533880000026, 29.311638847000037 ], [ 106.14750914800004, 29.311618773000077 ], [ 106.147491273000071, 29.311603410000085 ], [ 106.147465289000081, 29.311592899000065 ], [ 106.147444807000056, 29.311588302000068 ], [ 106.147424254000043, 29.311587092000082 ], [ 106.147422481000035, 29.311588677000088 ], [ 106.147356117000072, 29.311647993000054 ], [ 106.147297309000066, 29.311691429000064 ], [ 106.147271733000025, 29.311709725000071 ], [ 106.147248584000067, 29.311714442000042 ], [ 106.147230540000066, 29.311714597000055 ], [ 106.147202134000054, 29.311710323000057 ], [ 106.147200086000055, 29.311709067000038 ], [ 106.147225716000037, 29.31177784000003 ], [ 106.147241481000037, 29.311823530000083 ], [ 106.147255128000054, 29.311874968000051 ], [ 106.147262069000092, 29.311911190000046 ], [ 106.147301815000048, 29.311958587000056 ], [ 106.147319773000049, 29.312006164000074 ], [ 106.147320699000034, 29.31201798100005 ], [ 106.147341778000055, 29.312042355000077 ], [ 106.147363377000033, 29.31198699600008 ], [ 106.147427045000029, 29.311898040000063 ], [ 106.147454862000075, 29.311877950000049 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.147424254000043, 29.311587092000082 ], [ 106.147409388000028, 29.311586217000063 ], [ 106.14738750500004, 29.311578051000083 ], [ 106.147373752000078, 29.311574110000034 ], [ 106.147362565000037, 29.311547477000087 ], [ 106.147344691000072, 29.311507533000047 ], [ 106.147327215000075, 29.311503867000056 ], [ 106.147285864000025, 29.311508038000056 ], [ 106.147259724000051, 29.311508263000057 ], [ 106.147255115000064, 29.31148538900004 ], [ 106.147261393000065, 29.311462422000094 ], [ 106.147243349000064, 29.311407206000066 ], [ 106.147219082000049, 29.311380677000045 ], [ 106.14720133600008, 29.311352187000068 ], [ 106.14718995800007, 29.311308372000045 ], [ 106.14719172100007, 29.311272073000055 ], [ 106.14720215300008, 29.311229983000082 ], [ 106.147214815000041, 29.311193593000045 ], [ 106.147207940000044, 29.311163098000065 ], [ 106.14719662400006, 29.311125007000044 ], [ 106.147185148000062, 29.311073553000092 ], [ 106.147178422000081, 29.311056426000047 ], [ 106.147145787000056, 29.311060523000037 ], [ 106.147119945000043, 29.311087481000076 ], [ 106.147065695000038, 29.311107037000038 ], [ 106.147039340000049, 29.311088175000059 ], [ 106.146991551000042, 29.311100042000078 ], [ 106.146987506000073, 29.311128709000069 ], [ 106.146987849000027, 29.311159259000078 ], [ 106.146979462000047, 29.311187973000074 ], [ 106.146951551000029, 29.311187194000073 ], [ 106.146958820000066, 29.311228898000085 ], [ 106.146957134000061, 29.311248985000077 ], [ 106.146992653000041, 29.311332482000068 ], [ 106.147002518000093, 29.311350397000062 ], [ 106.14701814700004, 29.311369265000046 ], [ 106.147083322000071, 29.311403854000048 ], [ 106.147124571000063, 29.311439304000086 ], [ 106.14714910500004, 29.311551278000081 ], [ 106.147171811000078, 29.31163318300008 ], [ 106.147198763000077, 29.311705515000092 ], [ 106.147200086000055, 29.311709067000038 ], [ 106.147202134000054, 29.311710323000057 ], [ 106.147230540000066, 29.311714597000055 ], [ 106.147248584000067, 29.311714442000042 ], [ 106.147271733000025, 29.311709725000071 ], [ 106.147297309000066, 29.311691429000064 ], [ 106.147356117000072, 29.311647993000054 ], [ 106.147422481000035, 29.311588677000088 ], [ 106.147424254000043, 29.311587092000082 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.146572089000074, 29.31175458600006 ], [ 106.146578554000044, 29.311772116000043 ], [ 106.146598656000037, 29.311800836000092 ], [ 106.146668637000062, 29.311868133000075 ], [ 106.146729606000065, 29.311923441000086 ], [ 106.146818507000035, 29.312004087000041 ], [ 106.146913210000037, 29.312071173000042 ], [ 106.146936431000029, 29.312083974000064 ], [ 106.146956256000067, 29.312088137000043 ], [ 106.146969442000056, 29.31208802500004 ], [ 106.146985826000048, 29.312079216000086 ], [ 106.146995619000052, 29.31207046500009 ], [ 106.146995473000061, 29.31205746400008 ], [ 106.14699519900006, 29.312032907000059 ], [ 106.146967681000049, 29.311930574000087 ], [ 106.146882494000067, 29.311682827000091 ], [ 106.146751016000053, 29.311422475000082 ], [ 106.146702314000038, 29.311341994000085 ], [ 106.146675604000052, 29.311311885000066 ], [ 106.146640704000049, 29.311286182000053 ], [ 106.146612555000047, 29.311274866000083 ], [ 106.146594393000044, 29.311272134000031 ], [ 106.146569671000066, 29.311272345000077 ], [ 106.146554950000052, 29.311282584000082 ], [ 106.146538679000059, 29.311301504000085 ], [ 106.14653402600004, 29.311327548000062 ], [ 106.146544319000043, 29.311363575000087 ], [ 106.146576230000051, 29.311416754000042 ], [ 106.146601840000073, 29.311495990000083 ], [ 106.146610420000059, 29.311526253000064 ], [ 106.146608898000068, 29.311535670000069 ], [ 106.146587963000059, 29.311630296000086 ], [ 106.146570928000074, 29.311679724000051 ], [ 106.146569732000046, 29.31172018400008 ], [ 106.146570055000041, 29.311749074000097 ], [ 106.146572089000074, 29.31175458600006 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.147089608000044, 29.313040614000045 ], [ 106.147120030000053, 29.312976677000055 ], [ 106.147162248000029, 29.312929484000051 ], [ 106.147180738000031, 29.312910594000076 ], [ 106.147185819000072, 29.312887137000079 ], [ 106.147182833000045, 29.312859065000058 ], [ 106.147182005000047, 29.312857185000038 ], [ 106.147166386000052, 29.312821742000036 ], [ 106.147046342000067, 29.312825574000048 ], [ 106.147059054000067, 29.312842299000064 ], [ 106.147092093000026, 29.312874473000086 ], [ 106.147122854000031, 29.312897122000034 ], [ 106.147144995000076, 29.312929389000082 ], [ 106.147138631000075, 29.31294472400009 ], [ 106.147099419000028, 29.312945062000047 ], [ 106.147036226000068, 29.312943693000079 ], [ 106.147017004000077, 29.312978228000077 ], [ 106.147026, 29.313002975000078 ], [ 106.147054633000039, 29.313031371000079 ], [ 106.147083063000025, 29.313040670000078 ], [ 106.147089608000044, 29.313040614000045 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.146287418000043, 29.31317296300006 ], [ 106.146227901000032, 29.313193910000052 ], [ 106.146310468000081, 29.313244034000046 ], [ 106.146359399000062, 29.31333335700009 ], [ 106.146419179000077, 29.313418767000087 ], [ 106.146524896000074, 29.313520969000074 ], [ 106.146577671000045, 29.313564438000075 ], [ 106.146628349000025, 29.313615558000041 ], [ 106.14669427900003, 29.313666547000079 ], [ 106.146733598000026, 29.313675753000041 ], [ 106.146783529000061, 29.313660051000056 ], [ 106.146757131000072, 29.313637365000094 ], [ 106.146702100000027, 29.31358628300006 ], [ 106.146655839000061, 29.313540854000056 ], [ 106.146602789000042, 29.313472570000044 ], [ 106.146567183000059, 29.313406040000071 ], [ 106.146540530000038, 29.313360443000086 ], [ 106.146494205000067, 29.313309286000052 ], [ 106.146459174000043, 29.313294313000089 ], [ 106.146413257000063, 29.31327943500008 ], [ 106.146364953000045, 29.313245480000042 ], [ 106.146323132000077, 29.313207645000091 ], [ 106.146292318000064, 29.313179269000045 ], [ 106.146287418000043, 29.31317296300006 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.146227901000032, 29.313193910000052 ], [ 106.146287418000043, 29.31317296300006 ], [ 106.146361601000081, 29.313146854000081 ], [ 106.146394634000046, 29.31313256400006 ], [ 106.146558861000074, 29.31306151800004 ], [ 106.146682534000036, 29.312960728000064 ], [ 106.146846725000046, 29.312872458000076 ], [ 106.147040746000087, 29.312825753000077 ], [ 106.147046342000067, 29.312825574000048 ], [ 106.147025885000076, 29.312798662000027 ], [ 106.147003766000083, 29.312768306000059 ], [ 106.146966170000042, 29.312718978000088 ], [ 106.146950501000049, 29.312680927000091 ], [ 106.146952566000039, 29.312671365000085 ], [ 106.146945667000068, 29.312638959000079 ], [ 106.146932084000071, 29.312593249000091 ], [ 106.14692743300003, 29.31256656000005 ], [ 106.146916202000057, 29.312536102000088 ], [ 106.146896233000064, 29.312503816000056 ], [ 106.146858787000042, 29.312467855000079 ], [ 106.146821522000039, 29.312447175000038 ], [ 106.14681123500003, 29.312442139000044 ], [ 106.146810542000026, 29.31244180200008 ], [ 106.146790846000044, 29.312432166000065 ], [ 106.14674502400004, 29.31242491900008 ], [ 106.146705833000055, 29.312427167000067 ], [ 106.146663378000028, 29.312442146000084 ], [ 106.146650888000067, 29.312447270000064 ], [ 106.146638953000036, 29.31245214300009 ], [ 106.146624823000082, 29.31245417700006 ], [ 106.146613389000038, 29.312455232000048 ], [ 106.146593227000039, 29.312454449000093 ], [ 106.146578482000052, 29.312450281000054 ], [ 106.146566491000044, 29.312442148000059 ], [ 106.146553382000036, 29.31243229200004 ], [ 106.146546484000069, 29.312399894000066 ], [ 106.146550603000037, 29.312378850000073 ], [ 106.146565749000047, 29.312369176000065 ], [ 106.146589580000068, 29.312357514000045 ], [ 106.146593784000061, 29.312344109000033 ], [ 106.146578093000073, 29.312304145000034 ], [ 106.146549194000045, 29.312252839000049 ], [ 106.146540135000066, 29.312222372000065 ], [ 106.146546361000048, 29.31219366800007 ], [ 106.146544172000077, 29.312186310000058 ], [ 106.146525871000051, 29.312164610000082 ], [ 106.146474409000064, 29.312101834000096 ], [ 106.146421075000035, 29.312059986000069 ], [ 106.146412419000058, 29.312053193000057 ], [ 106.146288754000068, 29.311984012000039 ], [ 106.146178916000054, 29.311956858000091 ], [ 106.146042443000056, 29.311936956000068 ], [ 106.145986371000049, 29.311939779000049 ], [ 106.145959763000064, 29.311949373000065 ], [ 106.145920059000048, 29.311982494000066 ], [ 106.145880408000039, 29.312020298000046 ], [ 106.145861893000074, 29.312036847000059 ], [ 106.145840652000061, 29.312048737000055 ], [ 106.145818478000081, 29.312055903000044 ], [ 106.145804465000026, 29.312056023000075 ], [ 106.145751913000026, 29.312053335000087 ], [ 106.145699436000029, 29.312035966000053 ], [ 106.145645111000078, 29.311982973000049 ], [ 106.145602187000065, 29.311910790000073 ], [ 106.145577827000068, 29.311840389000057 ], [ 106.145564598000078, 29.311802777000086 ], [ 106.145556641000042, 29.311762077000086 ], [ 106.145557641000039, 29.311717355000045 ], [ 106.145570601000031, 29.311668583000081 ], [ 106.145598286000052, 29.311594698000079 ], [ 106.145635002000063, 29.311523367000056 ], [ 106.145677797000076, 29.311419428000079 ], [ 106.145691160000069, 29.311385020000049 ], [ 106.145719445000054, 29.311342142000058 ], [ 106.145738301000051, 29.311313310000063 ], [ 106.145767117000048, 29.31126758500006 ], [ 106.145777897000073, 29.311151277000072 ], [ 106.145777427000041, 29.311109196000071 ], [ 106.145772617000034, 29.311081619000056 ], [ 106.14575559900004, 29.311035737000051 ], [ 106.145738787000028, 29.31100826300008 ], [ 106.14571535500005, 29.310974544000086 ], [ 106.145635459000061, 29.311028913000087 ], [ 106.145517830000074, 29.311115630000074 ], [ 106.145462472000077, 29.31118904900006 ], [ 106.145407318000025, 29.311280700000061 ], [ 106.145366850000087, 29.311383167000088 ], [ 106.145338761000062, 29.311476411000054 ], [ 106.145323075000078, 29.311562253000094 ], [ 106.145314159000066, 29.311695451000045 ], [ 106.145315197000059, 29.311788444000051 ], [ 106.145334651000042, 29.312039929000029 ], [ 106.145355189000043, 29.312202052000092 ], [ 106.145354716000043, 29.312346119000036 ], [ 106.145345678000069, 29.312468376000076 ], [ 106.145356794000065, 29.312532105000059 ], [ 106.145388651000076, 29.312590188000058 ], [ 106.145424570000046, 29.312639115000085 ], [ 106.145536139000058, 29.312754866000038 ], [ 106.14572309700003, 29.312913737000091 ], [ 106.145853227000032, 29.313014741000075 ], [ 106.14604216400005, 29.313164475000068 ], [ 106.146138425000061, 29.313239843000076 ], [ 106.146143917000074, 29.313236826000036 ], [ 106.146211695000034, 29.313199613000052 ], [ 106.146227901000032, 29.313193910000052 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.148845062000078, 29.314589267000091 ], [ 106.148845347000076, 29.314614742000046 ], [ 106.148824524000077, 29.314657599000039 ], [ 106.148797612000067, 29.314700508000044 ], [ 106.148758498000063, 29.314740855000078 ], [ 106.148701870000096, 29.314791469000053 ], [ 106.148695218000057, 29.31479741500004 ], [ 106.148673035000058, 29.314823208000067 ], [ 106.148675253000079, 29.314825873000078 ], [ 106.14869500600004, 29.314830160000039 ], [ 106.148719132000053, 29.314827724000054 ], [ 106.148891714000072, 29.314800056000077 ], [ 106.148923450000041, 29.314795884000034 ], [ 106.148935469000037, 29.31479076700009 ], [ 106.14893855300005, 29.314782384000072 ], [ 106.148933125000042, 29.314751792000031 ], [ 106.148907638000026, 29.314632797000062 ], [ 106.148898447000079, 29.314606694000076 ], [ 106.148891306000053, 29.314593385000077 ], [ 106.148881710000069, 29.314587897000081 ], [ 106.148875984000028, 29.314587389000053 ], [ 106.148862007000048, 29.314588066000056 ], [ 106.148845062000078, 29.314589267000091 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.124813488000044, 29.338450617000039 ], [ 106.124786377000092, 29.338444264000088 ], [ 106.124745785000073, 29.338409375000083 ], [ 106.124722332000033, 29.338365953000043 ], [ 106.124723621000044, 29.338308902000055 ], [ 106.124744294000038, 29.338273497000049 ], [ 106.124805226000035, 29.33824278600008 ], [ 106.124864539000058, 29.338238931000031 ], [ 106.124925785000073, 29.338236737000038 ], [ 106.124967904000073, 29.338236382000055 ], [ 106.124988365000036, 29.338253277000025 ], [ 106.125, 29.338309927000072 ], [ 106.125076165000053, 29.338283858000068 ], [ 106.12510719200003, 29.338281503000076 ], [ 106.125145247000034, 29.338266532000034 ], [ 106.125169017000076, 29.338255866000065 ], [ 106.125201974000049, 29.33821163500005 ], [ 106.125211069000045, 29.338169698000051 ], [ 106.125212974000078, 29.338125729000069 ], [ 106.125212492000074, 29.338081779000049 ], [ 106.125197700000072, 29.338040044000071 ], [ 106.125175905000049, 29.338013019000073 ], [ 106.125125356000069, 29.337977864000042 ], [ 106.12506552900004, 29.337967904000038 ], [ 106.125, 29.337956641000062 ], [ 106.124957410000036, 29.337927128000047 ], [ 106.124902699000074, 29.337898259000038 ], [ 106.12485517500005, 29.337832377000041 ], [ 106.124842152000042, 29.337859726000087 ], [ 106.124771336000038, 29.337929012000068 ], [ 106.124679941000068, 29.33798652500008 ], [ 106.124605487000053, 29.338034936000035 ], [ 106.124554825000075, 29.338077174000034 ], [ 106.124544474000061, 29.338103537000048 ], [ 106.124518352000052, 29.338170062000078 ], [ 106.12448554100007, 29.338277558000076 ], [ 106.124436100000025, 29.338439537000056 ], [ 106.124362891000033, 29.338601424000036 ], [ 106.124292370000035, 29.338697585000091 ], [ 106.124267810000049, 29.338711022000037 ], [ 106.124295637000046, 29.338740311000031 ], [ 106.124325054000053, 29.338803814000073 ], [ 106.124329620000026, 29.338870882000037 ], [ 106.124305596000056, 29.338949934000084 ], [ 106.12425451200005, 29.339005727000075 ], [ 106.124184117000027, 29.339046584000073 ], [ 106.124048756000036, 29.339099732000079 ], [ 106.124003857000062, 29.339195737000061 ], [ 106.123956509000038, 29.339243110000041 ], [ 106.123897472000067, 29.339272127000072 ], [ 106.123824702000036, 29.33927106200008 ], [ 106.12377271500003, 29.339244658000041 ], [ 106.123770285000035, 29.339197704000075 ], [ 106.12377336000003, 29.339128894000055 ], [ 106.123797531000051, 29.339063262000078 ], [ 106.123838841000065, 29.338989097000084 ], [ 106.123910948000059, 29.338929772000085 ], [ 106.123933573000045, 29.338897706000061 ], [ 106.123942741000064, 29.338860720000067 ], [ 106.123948092000035, 29.338821688000046 ], [ 106.123877858000071, 29.338817549000058 ], [ 106.123846792000052, 29.338781973000049 ], [ 106.123798587000081, 29.338737582000082 ], [ 106.123740649000084, 29.338738070000076 ], [ 106.123679860000038, 29.338789352000049 ], [ 106.123632506000035, 29.338822602000054 ], [ 106.123524454000062, 29.338926360000066 ], [ 106.123497591000046, 29.338952156000055 ], [ 106.123444273000075, 29.339063105000033 ], [ 106.123431917000062, 29.339179681000068 ], [ 106.123449677000053, 29.339245234000085 ], [ 106.123487658000045, 29.339289712000035 ], [ 106.123529212000051, 29.339349091000074 ], [ 106.123570501000074, 29.339384581000047 ], [ 106.123645808000049, 29.339413812000082 ], [ 106.123779020000029, 29.339439569000032 ], [ 106.123853933000078, 29.339432964000075 ], [ 106.123938711000051, 29.339393426000072 ], [ 106.124216212000078, 29.339211900000063 ], [ 106.124459368000032, 29.339006771000076 ], [ 106.124571115000037, 29.338940127000058 ], [ 106.124652549000075, 29.338906591000068 ], [ 106.124802407000075, 29.338896367000075 ], [ 106.124908650000066, 29.338949228000047 ], [ 106.12497113700006, 29.338951020000078 ], [ 106.124977740000077, 29.338933522000051 ], [ 106.124986634000038, 29.338904815000038 ], [ 106.12497938000007, 29.338868818000037 ], [ 106.124886397000083, 29.338785160000043 ], [ 106.124807421000071, 29.338732069000059 ], [ 106.124762830000066, 29.338663310000072 ], [ 106.124781092000035, 29.338553871000045 ], [ 106.124800385000071, 29.338501482000076 ], [ 106.124813488000044, 29.338450617000039 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.125282169000059, 29.335031172000075 ], [ 106.125281573000052, 29.335037166000056 ], [ 106.125249979000046, 29.335091838000039 ], [ 106.125170451000031, 29.335179154000055 ], [ 106.125140757000054, 29.335197540000081 ], [ 106.125099478000038, 29.335207963000077 ], [ 106.125029672000039, 29.33515383800005 ], [ 106.125, 29.335041917000076 ], [ 106.124922019000053, 29.334947210000056 ], [ 106.12487692600007, 29.334931845000082 ], [ 106.124818190000042, 29.334909089000071 ], [ 106.124774983000066, 29.33497793600008 ], [ 106.12468410300005, 29.335105046000077 ], [ 106.124691345000031, 29.335160226000085 ], [ 106.124695492000058, 29.335235784000076 ], [ 106.124666685000079, 29.335331972000052 ], [ 106.124590950000027, 29.335384945000044 ], [ 106.124512089000063, 29.335455387000078 ], [ 106.124411278000025, 29.335642312000061 ], [ 106.12439577400005, 29.33574129600003 ], [ 106.124419764000038, 29.335810872000081 ], [ 106.124433546000034, 29.335857275000087 ], [ 106.124421104000078, 29.33593297300007 ], [ 106.124355578000063, 29.336009118000042 ], [ 106.12428028800008, 29.336102792000073 ], [ 106.124250683000071, 29.33612630000005 ], [ 106.12422636000008, 29.336132611000043 ], [ 106.124278456000084, 29.336262072000071 ], [ 106.124320473000068, 29.336325771000073 ], [ 106.124326569000061, 29.336335011000074 ], [ 106.124465590000057, 29.336400808000061 ], [ 106.124563636000062, 29.336380850000065 ], [ 106.124610420000067, 29.336332620000061 ], [ 106.124631519000047, 29.336265475000069 ], [ 106.124684775000048, 29.336143844000041 ], [ 106.124752869000076, 29.336047603000058 ], [ 106.124828099000069, 29.335938542000068 ], [ 106.124896051000064, 29.335829546000056 ], [ 106.125, 29.335695251000057 ], [ 106.125059949000047, 29.335587120000078 ], [ 106.125089265000042, 29.335534482000075 ], [ 106.125107307000064, 29.335502091000073 ], [ 106.12514124500008, 29.335451428000052 ], [ 106.125170695000065, 29.335410879000044 ], [ 106.125197779000089, 29.335364306000088 ], [ 106.125229374000071, 29.335309634000055 ], [ 106.125251905000027, 29.335267128000044 ], [ 106.125267491000045, 29.335220651000039 ], [ 106.125282989000027, 29.33516611500005 ], [ 106.125282169000059, 29.335031172000075 ] ], [ [ 106.124930907000078, 29.33556506400004 ], [ 106.124926936000065, 29.335587910000072 ], [ 106.124889537000058, 29.335627292000083 ], [ 106.124853347000055, 29.335653643000057 ], [ 106.124806258000035, 29.335671797000085 ], [ 106.124760468000048, 29.335685206000047 ], [ 106.124722641000062, 29.335685525000084 ], [ 106.124606898000081, 29.335597692000071 ], [ 106.124777755000025, 29.335448333000045 ], [ 106.124930907000078, 29.33556506400004 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.123032607000027, 29.336971776000041 ], [ 106.123038632000032, 29.336971036000072 ], [ 106.123123644000032, 29.336941562000042 ], [ 106.123188902000038, 29.336906502000087 ], [ 106.12334624100005, 29.336887923000059 ], [ 106.123408595000058, 29.336887398000041 ], [ 106.123413193000033, 29.336884736000055 ], [ 106.123464039000055, 29.336855297000049 ], [ 106.123522545000071, 29.336803039000074 ], [ 106.123570258000029, 29.336664596000048 ], [ 106.123575827000082, 29.336463028000079 ], [ 106.123499917000061, 29.33632937100009 ], [ 106.123422299000026, 29.336261080000046 ], [ 106.123421200000053, 29.336261301000043 ], [ 106.12332033000007, 29.336301547000062 ], [ 106.123315512000033, 29.336304754000082 ], [ 106.123255595000046, 29.336344641000025 ], [ 106.123193794000045, 29.33640229700006 ], [ 106.123140663000072, 29.336491489000085 ], [ 106.12308306400007, 29.33655275700006 ], [ 106.123021090000066, 29.336594611000056 ], [ 106.122903957000062, 29.336667322000039 ], [ 106.122842963000039, 29.336720261000046 ], [ 106.122758278000049, 29.336793762000067 ], [ 106.122736091000036, 29.336816633000069 ], [ 106.12279836600004, 29.336909789000053 ], [ 106.122881136000061, 29.336975237000054 ], [ 106.122963245000051, 29.336980298000061 ], [ 106.123032607000027, 29.336971776000041 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.141439247000051, 29.303497433000071 ], [ 106.141403153000056, 29.303511781000054 ], [ 106.14137574300004, 29.30351401900009 ], [ 106.141346002000034, 29.303512269000059 ], [ 106.141329933000065, 29.303506395000056 ], [ 106.14131370900003, 29.303486495000069 ], [ 106.141304387000048, 29.303470543000074 ], [ 106.141304252000054, 29.303458521000039 ], [ 106.141300580000063, 29.303425296000061 ], [ 106.141298193000068, 29.303425800000063 ], [ 106.141279899000054, 29.303425956000073 ], [ 106.141250541000034, 29.303418190000052 ], [ 106.141248222000058, 29.30341669600006 ], [ 106.141246522000074, 29.303416795000086 ], [ 106.141184381000073, 29.303465011000071 ], [ 106.141138359000081, 29.303489265000053 ], [ 106.14109279700007, 29.303554100000035 ], [ 106.141073966000079, 29.303575740000046 ], [ 106.14101129200003, 29.303571504000047 ], [ 106.140962090000073, 29.303555217000056 ], [ 106.140861564000033, 29.303575173000073 ], [ 106.140810178000052, 29.303606636000044 ], [ 106.140756116000034, 29.303642902000036 ], [ 106.140750442000069, 29.303644019000039 ], [ 106.140770132000057, 29.303664841000057 ], [ 106.140779992000034, 29.303685854000033 ], [ 106.140787207000074, 29.303757517000058 ], [ 106.140808289000063, 29.30392188500009 ], [ 106.140810848000058, 29.304007653000046 ], [ 106.140810154000064, 29.304054489000062 ], [ 106.14080440100004, 29.304077728000042 ], [ 106.140786632000072, 29.30410212300006 ], [ 106.14076516800003, 29.304126046000064 ], [ 106.140824726000062, 29.304162025000043 ], [ 106.140902634000042, 29.304197453000089 ], [ 106.140987548000055, 29.304209467000078 ], [ 106.141082033000032, 29.304210783000087 ], [ 106.14113774100008, 29.30421030600008 ], [ 106.141164360000062, 29.304207956000088 ], [ 106.141195635000031, 29.304188580000066 ], [ 106.141243699000043, 29.304154199000045 ], [ 106.141322612000067, 29.304062228000074 ], [ 106.141394141000035, 29.303959705000068 ], [ 106.141413022000052, 29.303914958000064 ], [ 106.141426986000056, 29.30386388300008 ], [ 106.141433755000037, 29.303729925000084 ], [ 106.141438857000026, 29.303507396000047 ], [ 106.141439247000051, 29.303497433000071 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.142257612000037, 29.30154573600004 ], [ 106.142231587000026, 29.301482226000068 ], [ 106.142216237000071, 29.301436815000052 ], [ 106.142206507000026, 29.301396236000073 ], [ 106.14219188800007, 29.30136356700007 ], [ 106.142189920000078, 29.301371145000076 ], [ 106.142175441000063, 29.301398627000083 ], [ 106.142160786000034, 29.30141027000008 ], [ 106.142139579000059, 29.301423409000051 ], [ 106.14210681000003, 29.301430889000073 ], [ 106.142065762000072, 29.301432680000062 ], [ 106.142036149000035, 29.301428613000041 ], [ 106.141999182000077, 29.301406749000076 ], [ 106.141963862000082, 29.301383999000045 ], [ 106.141943947000073, 29.301366879000053 ], [ 106.14193709500006, 29.301341965000056 ], [ 106.141932412000074, 29.301315110000068 ], [ 106.141929984000072, 29.301293999000052 ], [ 106.141916446000039, 29.301242373000036 ], [ 106.141886508000027, 29.301269132000076 ], [ 106.141872827000043, 29.301278231000087 ], [ 106.141865045000031, 29.301283407000088 ], [ 106.141829837000046, 29.301294639000055 ], [ 106.141757314000074, 29.301314387000048 ], [ 106.14171699300006, 29.301332951000056 ], [ 106.14169187400006, 29.301346532000085 ], [ 106.141633149000029, 29.301392466000031 ], [ 106.141581973000029, 29.30145131800009 ], [ 106.141581242000029, 29.301452832000045 ], [ 106.14165246500005, 29.301474695000081 ], [ 106.141728105000041, 29.301499456000052 ], [ 106.141796584000076, 29.301531901000075 ], [ 106.141847673000029, 29.301564492000072 ], [ 106.141881259000058, 29.301587073000064 ], [ 106.141916351000077, 29.301614720000089 ], [ 106.141958731000045, 29.301646117000072 ], [ 106.141982102000043, 29.301662432000057 ], [ 106.141998128000068, 29.30166991700009 ], [ 106.142014083000049, 29.301671051000081 ], [ 106.14202853200004, 29.301667116000093 ], [ 106.142037157000075, 29.301660690000062 ], [ 106.142038423000045, 29.301644165000091 ], [ 106.142045329000041, 29.301613617000047 ], [ 106.142055148000054, 29.301584315000071 ], [ 106.142065080000066, 29.301565175000068 ], [ 106.142079247000041, 29.301535834000052 ], [ 106.142106598000055, 29.301519086000035 ], [ 106.142129771000057, 29.301517617000066 ], [ 106.142167449000056, 29.301517295000057 ], [ 106.142209518000072, 29.301520746000051 ], [ 106.142257612000037, 29.30154573600004 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.139860404000046, 29.302203946000073 ], [ 106.139847207000059, 29.302207928000087 ], [ 106.139797850000036, 29.30220661900006 ], [ 106.139744488000076, 29.302200155000033 ], [ 106.139689095000051, 29.30218851800003 ], [ 106.139635657000042, 29.302175134000041 ], [ 106.139586031000078, 29.30214960800004 ], [ 106.139530504000049, 29.302125862000082 ], [ 106.139492854000025, 29.302112343000083 ], [ 106.139437461000057, 29.302100706000083 ], [ 106.139390020000079, 29.302094191000037 ], [ 106.139334570000074, 29.302077364000073 ], [ 106.139314662000061, 29.302061964000071 ], [ 106.139308491000065, 29.302039527000094 ], [ 106.139306268000041, 29.302017056000064 ], [ 106.139308030000052, 29.301998011000077 ], [ 106.139311747000079, 29.301977220000083 ], [ 106.139329182000054, 29.301947661000035 ], [ 106.139360393000061, 29.301914525000086 ], [ 106.139389793000078, 29.301883919000087 ], [ 106.139353841000059, 29.301880291000092 ], [ 106.139289231000078, 29.301865778000035 ], [ 106.139194380000049, 29.301836459000061 ], [ 106.139155512000059, 29.301829704000056 ], [ 106.139098191000073, 29.301830193000058 ], [ 106.139038339000081, 29.301860853000036 ], [ 106.138936053000066, 29.301942122000064 ], [ 106.138802994000059, 29.302091487000041 ], [ 106.13870997600003, 29.302232975000027 ], [ 106.138673358000062, 29.302291072000052 ], [ 106.13866807200003, 29.302331315000057 ], [ 106.138668463000045, 29.302366486000036 ], [ 106.138674475000073, 29.30239155800006 ], [ 106.138741285000037, 29.302471385000047 ], [ 106.138863026000095, 29.302593454000085 ], [ 106.138978983000072, 29.302683944000073 ], [ 106.139111531000026, 29.302737678000081 ], [ 106.139195398000027, 29.302757909000029 ], [ 106.13932886300006, 29.302786695000066 ], [ 106.139385322000066, 29.302798184000036 ], [ 106.139429717000041, 29.302799300000061 ], [ 106.139460439000061, 29.30279903800005 ], [ 106.139482628000053, 29.302798849000059 ], [ 106.139513285000078, 29.302792602000061 ], [ 106.139535358000046, 29.302781940000042 ], [ 106.139552292000076, 29.302769827000077 ], [ 106.139564091000068, 29.302756260000088 ], [ 106.139565665000077, 29.302744277000034 ], [ 106.139565533000052, 29.302732308000092 ], [ 106.139553235000051, 29.302700994000077 ], [ 106.139539314000061, 29.302677173000067 ], [ 106.139508209000041, 29.302643025000066 ], [ 106.139501099000029, 29.302617650000059 ], [ 106.13950254000008, 29.302593698000067 ], [ 106.139507262000066, 29.30255774900008 ], [ 106.139520602000061, 29.302529207000074 ], [ 106.139539077000052, 29.302502118000071 ], [ 106.139610117000075, 29.302443161000042 ], [ 106.139713783000047, 29.302401877000079 ], [ 106.139778328000034, 29.30237289900009 ], [ 106.139819008000075, 29.302347116000078 ], [ 106.139835861000051, 29.302327521000045 ], [ 106.139847592000081, 29.302307971000065 ], [ 106.139855895000053, 29.302286953000078 ], [ 106.139858958000048, 29.302255506000037 ], [ 106.139858692000075, 29.302231569000071 ], [ 106.139860404000046, 29.302203946000073 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.137631656000053, 29.30357970000005 ], [ 106.137662785000032, 29.303578070000068 ], [ 106.137691729000039, 29.303572738000074 ], [ 106.137710931000072, 29.303560712000024 ], [ 106.137741564000066, 29.303533335000044 ], [ 106.137771934000057, 29.303482234000061 ], [ 106.137815519000071, 29.303402210000062 ], [ 106.137842284000044, 29.303374865000073 ], [ 106.137871115000053, 29.303359366000048 ], [ 106.137907849000044, 29.303359053000065 ], [ 106.137952373000076, 29.303363758000039 ], [ 106.138027795000028, 29.303383568000072 ], [ 106.137880904000042, 29.303252857000075 ], [ 106.137870317000079, 29.303262319000062 ], [ 106.137853785000061, 29.303266423000075 ], [ 106.137816173000033, 29.303272026000052 ], [ 106.137795094000069, 29.303273528000091 ], [ 106.137767972000063, 29.303273759000042 ], [ 106.137715233000051, 29.303274207000076 ], [ 106.137659429000053, 29.303266321000081 ], [ 106.137603022000064, 29.303258339000088 ], [ 106.137556347000043, 29.30325732700004 ], [ 106.137538680000034, 29.303260299000044 ], [ 106.137524633000055, 29.30327051800009 ], [ 106.137505480000073, 29.303285355000067 ], [ 106.13749140300007, 29.303293376000056 ], [ 106.137481126000068, 29.30329572200009 ], [ 106.137454073000072, 29.303294823000044 ], [ 106.137442446000094, 29.303291536000085 ], [ 106.137424256000031, 29.303277017000088 ], [ 106.137413705000029, 29.303254532000039 ], [ 106.137406964000036, 29.303227498000066 ], [ 106.137398776000055, 29.30318580300008 ], [ 106.137393100000054, 29.303138442000094 ], [ 106.137395438000055, 29.303116976000069 ], [ 106.137403102000064, 29.303111267000066 ], [ 106.137414640000031, 29.303106654000089 ], [ 106.137476410000033, 29.303102740000043 ], [ 106.137498558000075, 29.303104826000045 ], [ 106.137526721000029, 29.30309864700007 ], [ 106.137535645000071, 29.30308867300004 ], [ 106.137537805000079, 29.303079746000037 ], [ 106.137537674000043, 29.303067869000067 ], [ 106.137537552000026, 29.303056982000044 ], [ 106.137527115000069, 29.303032324000064 ], [ 106.137516677000065, 29.303005085000059 ], [ 106.137459048000039, 29.303003634000042 ], [ 106.137423059000071, 29.303005029000065 ], [ 106.137393363000058, 29.303013987000043 ], [ 106.137357688000066, 29.303043672000062 ], [ 106.13734310500007, 29.303072090000061 ], [ 106.137338767000074, 29.303128713000035 ], [ 106.137338140000068, 29.303184217000076 ], [ 106.137338278000087, 29.303196550000052 ], [ 106.137349242000028, 29.303201115000036 ], [ 106.13735519200003, 29.303214622000031 ], [ 106.13735932000003, 29.303238314000058 ], [ 106.137362739000025, 29.303372171000031 ], [ 106.137369384000067, 29.303448378000031 ], [ 106.137369703000047, 29.303477186000059 ], [ 106.137377662000063, 29.303497456000052 ], [ 106.13739528800005, 29.303517643000074 ], [ 106.13744983600003, 29.303554463000065 ], [ 106.137521614000036, 29.303575884000047 ], [ 106.137587404000044, 29.30358040700008 ], [ 106.137624137000046, 29.303580094000033 ], [ 106.137631656000053, 29.30357970000005 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.138770866000073, 29.303863914000086 ], [ 106.138824039000042, 29.303841722000072 ], [ 106.138824854000077, 29.303817690000074 ], [ 106.138822565000055, 29.303802815000044 ], [ 106.138809614000081, 29.303784307000061 ], [ 106.138798912000027, 29.303776951000089 ], [ 106.138777486000038, 29.303760377000067 ], [ 106.138715499000057, 29.303725531000055 ], [ 106.138661906000038, 29.303674168000043 ], [ 106.138665353000079, 29.303690665000087 ], [ 106.138665519000028, 29.303705477000058 ], [ 106.13866562700008, 29.303715354000079 ], [ 106.138663057000031, 29.303737597000065 ], [ 106.138661243000058, 29.303743374000078 ], [ 106.138654726000027, 29.303748367000082 ], [ 106.138643505000061, 29.303752578000058 ], [ 106.13861474600003, 29.303757448000056 ], [ 106.138590945000033, 29.303757651000065 ], [ 106.13857089000004, 29.303756724000031 ], [ 106.138562084000057, 29.303753505000092 ], [ 106.13853307800008, 29.303736183000076 ], [ 106.138512852000076, 29.303719884000088 ], [ 106.138500179000062, 29.303706815000059 ], [ 106.138492456000051, 29.303688213000029 ], [ 106.138490947000037, 29.30366516600008 ], [ 106.138491067000075, 29.303638655000046 ], [ 106.138485286000048, 29.303625537000073 ], [ 106.138473919000035, 29.303616580000043 ], [ 106.13845598000006, 29.303607680000088 ], [ 106.138446545000079, 29.303603645000074 ], [ 106.13843617200007, 29.303599618000078 ], [ 106.13841347500005, 29.30358499700008 ], [ 106.138405799000054, 29.303570249000078 ], [ 106.138405616000071, 29.30355379100007 ], [ 106.138407357000062, 29.303541431000035 ], [ 106.138421231000052, 29.303522383000082 ], [ 106.138447300000053, 29.30350240700005 ], [ 106.138477244000072, 29.303493099000036 ], [ 106.138508201000036, 29.303490366000059 ], [ 106.138542018000066, 29.303491724000086 ], [ 106.138563704000035, 29.303499769000041 ], [ 106.138605344000041, 29.30352904200004 ], [ 106.138630156000033, 29.303565044000038 ], [ 106.138645626000027, 29.303605240000085 ], [ 106.138645887000067, 29.303606268000078 ], [ 106.138700289000042, 29.303544514000063 ], [ 106.138763101000052, 29.303486371000076 ], [ 106.138846310000076, 29.303428053000054 ], [ 106.138992571000088, 29.303333441000067 ], [ 106.139066717000048, 29.303275201000076 ], [ 106.139077782000072, 29.303251268000054 ], [ 106.139086560000067, 29.303225368000081 ], [ 106.139086361000068, 29.303207493000059 ], [ 106.13907914400005, 29.303169811000078 ], [ 106.139067416000046, 29.303134154000084 ], [ 106.139023544000054, 29.303061028000059 ], [ 106.138934392000067, 29.302992262000082 ], [ 106.138829797000028, 29.302961370000045 ], [ 106.138739108000038, 29.302958170000071 ], [ 106.138696139000047, 29.302966483000027 ], [ 106.13865105900004, 29.302988718000059 ], [ 106.138597135000055, 29.303030894000074 ], [ 106.138556873000027, 29.303078912000046 ], [ 106.138516722000077, 29.30313686400007 ], [ 106.138463194000053, 29.303214794000034 ], [ 106.138446309000074, 29.303231946000043 ], [ 106.138413890000038, 29.303264876000064 ], [ 106.138368854000078, 29.30329108400008 ], [ 106.138319066000065, 29.303297468000029 ], [ 106.138260168000045, 29.303299956000039 ], [ 106.138230641000078, 29.30329424800005 ], [ 106.13819645100007, 29.303276661000034 ], [ 106.138155242000039, 29.303239269000073 ], [ 106.138130621000087, 29.303209780000095 ], [ 106.138067960000058, 29.303134730000068 ], [ 106.13803108500008, 29.303079422000057 ], [ 106.138001405000068, 29.30305981000004 ], [ 106.137956016000032, 29.303054238000072 ], [ 106.137892675000046, 29.303064709000072 ], [ 106.137849882000069, 29.303088912000078 ], [ 106.137822108000094, 29.303122711000075 ], [ 106.137829573000033, 29.303121336000061 ], [ 106.137840149000056, 29.303123888000059 ], [ 106.137847786000066, 29.303133068000079 ], [ 106.137855495000068, 29.303148853000035 ], [ 106.13786790100005, 29.303180447000042 ], [ 106.137880263000056, 29.303208081000029 ], [ 106.137882092000041, 29.303237123000081 ], [ 106.137882253000043, 29.303251650000046 ], [ 106.137880904000042, 29.303252857000075 ], [ 106.138027795000028, 29.303383568000072 ], [ 106.138063173000035, 29.303415052000048 ], [ 106.138196286000039, 29.303532843000085 ], [ 106.138305819000038, 29.30362195400005 ], [ 106.138356814000076, 29.303675886000057 ], [ 106.138388408000026, 29.303728285000091 ], [ 106.138435585000082, 29.303787344000057 ], [ 106.138441140000054, 29.303792988000041 ], [ 106.13847871400003, 29.303831150000065 ], [ 106.138546925000071, 29.303864548000032 ], [ 106.138614745000041, 29.303873203000073 ], [ 106.138634274000026, 29.303875696000038 ], [ 106.138700133000043, 29.303871736000076 ], [ 106.138769830000058, 29.303864346000072 ], [ 106.138770866000073, 29.303863914000086 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.138026362000062, 29.299904020000046 ], [ 106.138013243000046, 29.299745790000078 ], [ 106.138013983000064, 29.299708276000057 ], [ 106.138019608000036, 29.299694037000048 ], [ 106.138033304000032, 29.299677701000064 ], [ 106.138045901000055, 29.299666443000028 ], [ 106.138085071000049, 29.299652931000086 ], [ 106.13810341500006, 29.299638583000039 ], [ 106.138121895000054, 29.299636398000068 ], [ 106.13814272000009, 29.299637234000048 ], [ 106.138159011000027, 29.299646219000067 ], [ 106.138167229000032, 29.299657299000049 ], [ 106.138173146000042, 29.299669413000061 ], [ 106.138172698000062, 29.299675252000046 ], [ 106.138230516000078, 29.299702367000066 ], [ 106.138248606000047, 29.299706168000057 ], [ 106.138286956000059, 29.299705841000051 ], [ 106.138336473000038, 29.299695532000044 ], [ 106.138435291000064, 29.299655139000038 ], [ 106.138511506000043, 29.299610984000083 ], [ 106.138547270000061, 29.29958101700004 ], [ 106.138571711000054, 29.299547191000038 ], [ 106.138582463000034, 29.299499639000089 ], [ 106.138586317000033, 29.299440281000049 ], [ 106.138585746000047, 29.299388872000058 ], [ 106.138564874000053, 29.299337633000043 ], [ 106.138532159000093, 29.29929087600005 ], [ 106.138110491000077, 29.299431822000088 ], [ 106.137930948000076, 29.299471379000064 ], [ 106.137861261000069, 29.299500465000044 ], [ 106.137736562000043, 29.299520995000073 ], [ 106.137679726000044, 29.299526729000032 ], [ 106.137565894000033, 29.29955180900004 ], [ 106.137226910000038, 29.299589967000088 ], [ 106.137047206000034, 29.299599945000061 ], [ 106.13682506300006, 29.299583289000047 ], [ 106.136816113000066, 29.299577164000077 ], [ 106.136776228000031, 29.29957969000008 ], [ 106.136776847000078, 29.299631694000087 ], [ 106.136776956000062, 29.29964158000007 ], [ 106.136779344000061, 29.299653426000084 ], [ 106.136788476000049, 29.299663235000072 ], [ 106.136820167000053, 29.299672852000072 ], [ 106.136944456000037, 29.299691569000057 ], [ 106.13705720400003, 29.299686655000073 ], [ 106.137314126000049, 29.299662714000082 ], [ 106.137501404000034, 29.299665074000078 ], [ 106.137562376000062, 29.299670487000071 ], [ 106.137607624000069, 29.299681967000076 ], [ 106.137657604000026, 29.299713181000076 ], [ 106.137739274000069, 29.299754013000037 ], [ 106.137793610000074, 29.299771348000036 ], [ 106.137825432000056, 29.299792830000065 ], [ 106.13784374200003, 29.299816404000055 ], [ 106.13788947300003, 29.299871384000085 ], [ 106.13791236000003, 29.299900852000064 ], [ 106.137941906000037, 29.299920375000049 ], [ 106.137966807000055, 29.299928073000039 ], [ 106.137980343000038, 29.299927958000069 ], [ 106.138009580000073, 29.299919800000055 ], [ 106.138026362000062, 29.299904020000046 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.139663940000048, 29.297910361000053 ], [ 106.13965309200006, 29.297905359000087 ], [ 106.139655378000043, 29.297942453000076 ], [ 106.139691657000071, 29.298172938000047 ], [ 106.139692172000025, 29.298178371000063 ], [ 106.139719177000075, 29.298155957000066 ], [ 106.139735116000054, 29.298136348000071 ], [ 106.139736900000059, 29.298115090000071 ], [ 106.139736644000038, 29.298092078000085 ], [ 106.139730134000047, 29.298051418000053 ], [ 106.139709095000057, 29.297975475000044 ], [ 106.13968439000007, 29.297933200000038 ], [ 106.139663940000048, 29.297910361000053 ] ] ], [ [ [ 106.140629471000068, 29.301012094000036 ], [ 106.14064813400006, 29.301000306000049 ], [ 106.140666829000054, 29.300991425000056 ], [ 106.140697746000058, 29.300988253000071 ], [ 106.140767132000065, 29.300987662000061 ], [ 106.14073623400003, 29.300982048000034 ], [ 106.140707581000072, 29.300977286000087 ], [ 106.140680622000048, 29.30097679500005 ], [ 106.140651289000061, 29.300984208000045 ], [ 106.140629302000036, 29.300990124000062 ], [ 106.140609722000079, 29.300992440000073 ], [ 106.140591753000081, 29.30099259200006 ], [ 106.140577863000033, 29.300991998000086 ], [ 106.140545159000055, 29.30098940900006 ], [ 106.140528785000072, 29.300986689000069 ], [ 106.140511543000059, 29.300978962000048 ], [ 106.140499218000073, 29.300971903000057 ], [ 106.140470662000041, 29.30097036100004 ], [ 106.140466489000062, 29.300967167000064 ], [ 106.140472112000069, 29.300959244000055 ], [ 106.140515246000064, 29.300944560000055 ], [ 106.140550992000044, 29.300926347000086 ], [ 106.140597954000043, 29.300889430000048 ], [ 106.140638281000065, 29.300842546000066 ], [ 106.140650179000048, 29.300810221000059 ], [ 106.140653203000056, 29.300788717000046 ], [ 106.140668652000045, 29.30078142200006 ], [ 106.140659848000041, 29.300779079000048 ], [ 106.140648653000028, 29.300779644000041 ], [ 106.140531733000046, 29.300769267000074 ], [ 106.140461404000064, 29.300747115000032 ], [ 106.140369933000045, 29.300691017000076 ], [ 106.140231162000077, 29.300582993000038 ], [ 106.140097431000072, 29.300461275000082 ], [ 106.139976400000094, 29.300314422000039 ], [ 106.139849800000036, 29.300133488000096 ], [ 106.139756128000059, 29.299883840000064 ], [ 106.139710911000066, 29.299740377000031 ], [ 106.139680537000061, 29.299624100000067 ], [ 106.139680031000069, 29.299578583000088 ], [ 106.139681907000082, 29.299560359000054 ], [ 106.139696264000065, 29.299543848000045 ], [ 106.139710684000079, 29.299532800000062 ], [ 106.139745309000034, 29.299517141000077 ], [ 106.139858681000078, 29.299491876000051 ], [ 106.139958357000069, 29.299481306000079 ], [ 106.140069228000073, 29.299480359000086 ], [ 106.140216536000025, 29.299515549000027 ], [ 106.140380638000067, 29.299565174000069 ], [ 106.140797916000054, 29.299697679000076 ], [ 106.140998268000033, 29.299766433000059 ], [ 106.141092886000081, 29.29979964100005 ], [ 106.141220523000072, 29.299810698000041 ], [ 106.141281502000027, 29.299810177000047 ], [ 106.141314656000077, 29.299800177000058 ], [ 106.141325634000054, 29.299790363000056 ], [ 106.141339169000048, 29.299761088000075 ], [ 106.141360884000051, 29.299719597000035 ], [ 106.141384387000073, 29.29959706000005 ], [ 106.141367910000042, 29.299586873000074 ], [ 106.141337350000072, 29.299567187000033 ], [ 106.14130885000003, 29.29956244400006 ], [ 106.141278511000053, 29.299562703000053 ], [ 106.141229432000046, 29.299583069000043 ], [ 106.141187865000063, 29.29959672300004 ], [ 106.141151910000076, 29.299603679000086 ], [ 106.141127259000029, 29.299603889000075 ], [ 106.141113931000078, 29.299599017000055 ], [ 106.141092925000066, 29.299585898000089 ], [ 106.141060320000065, 29.299552932000037 ], [ 106.141027678000057, 29.299516641000089 ], [ 106.141010484000063, 29.299505152000048 ], [ 106.140943636000046, 29.299462505000065 ], [ 106.140932092000071, 29.299447643000068 ], [ 106.140926237000031, 29.29943273300006 ], [ 106.140926169000068, 29.299426595000057 ], [ 106.140887729000042, 29.299434696000052 ], [ 106.140845613000067, 29.299435056000046 ], [ 106.140821211000059, 29.29943332200007 ], [ 106.140787833000047, 29.299421948000081 ], [ 106.140687657000058, 29.299383942000084 ], [ 106.140499889000068, 29.299333013000073 ], [ 106.140279489000079, 29.299293431000077 ], [ 106.140066301000047, 29.299264154000074 ], [ 106.139950420000048, 29.299265143000063 ], [ 106.139649528000064, 29.299295972000031 ], [ 106.139530698000058, 29.299325170000088 ], [ 106.139459016000046, 29.299342360000086 ], [ 106.139417595000054, 29.299359292000073 ], [ 106.139376043000027, 29.299364620000059 ], [ 106.139334456000029, 29.299366633000091 ], [ 106.139290885000051, 29.299360373000056 ], [ 106.139254805000078, 29.299347418000071 ], [ 106.13921670600007, 29.29932287500009 ], [ 106.139199446000077, 29.299301470000042 ], [ 106.139189750000071, 29.299280001000049 ], [ 106.139189530000081, 29.299260109000034 ], [ 106.139189326000064, 29.299241873000085 ], [ 106.139202326000031, 29.299220210000044 ], [ 106.13922483500005, 29.299203439000049 ], [ 106.139298187000065, 29.299166341000042 ], [ 106.13937584100006, 29.299113036000051 ], [ 106.139395781000076, 29.299090747000033 ], [ 106.139403156000071, 29.299072989000077 ], [ 106.139400361000071, 29.299048681000041 ], [ 106.139394922000065, 29.299013336000087 ], [ 106.139366675000076, 29.298969339000056 ], [ 106.139365664000081, 29.298968266000088 ], [ 106.139335288000041, 29.298988020000081 ], [ 106.139311239000051, 29.299006926000054 ], [ 106.139296319000039, 29.299015514000075 ], [ 106.138954371000068, 29.299151650000056 ], [ 106.138902915000074, 29.299168528000049 ], [ 106.138900885000055, 29.299206079000047 ], [ 106.138921918000065, 29.299316985000079 ], [ 106.138968729000055, 29.299431145000089 ], [ 106.13899297200004, 29.299474332000042 ], [ 106.139031034000027, 29.299513929000053 ], [ 106.139078959000074, 29.299549971000076 ], [ 106.13911681000009, 29.299570477000088 ], [ 106.139168426000026, 29.299582186000062 ], [ 106.139202164000039, 29.299588842000048 ], [ 106.139251664000028, 29.299588419000088 ], [ 106.13931698500005, 29.299586126000072 ], [ 106.13936252600007, 29.299585738000079 ], [ 106.139388303000032, 29.299588989000082 ], [ 106.13940227900008, 29.299599284000063 ], [ 106.139414295000066, 29.29961133200004 ], [ 106.139416544000028, 29.299635613000063 ], [ 106.139427099000045, 29.29969453800005 ], [ 106.139438876000042, 29.299774642000031 ], [ 106.139451835000045, 29.29982662400004 ], [ 106.139505301000042, 29.299958570000058 ], [ 106.139616969000031, 29.300202887000069 ], [ 106.139650980000056, 29.300310154000041 ], [ 106.139657831000079, 29.300369760000084 ], [ 106.139658432000033, 29.30042399600006 ], [ 106.139652546000036, 29.300451167000059 ], [ 106.139637318000041, 29.300472994000085 ], [ 106.139628278000032, 29.300494767000089 ], [ 106.139628640000069, 29.300527309000074 ], [ 106.139635309000028, 29.30057064500005 ], [ 106.13966354400003, 29.30060566200007 ], [ 106.13967907500006, 29.300610954000035 ], [ 106.139734762000046, 29.300610478000063 ], [ 106.139809014000036, 29.300609845000054 ], [ 106.139861819000032, 29.300628379000049 ], [ 106.139889875000051, 29.300647124000079 ], [ 106.139930425000045, 29.300676610000036 ], [ 106.139939282000057, 29.300691768000036 ], [ 106.139982581000027, 29.30074070400007 ], [ 106.140046172000041, 29.300803898000083 ], [ 106.140129261000027, 29.300853145000072 ], [ 106.140180602000044, 29.300875101000081 ], [ 106.140285345000052, 29.300927608000052 ], [ 106.14039209200007, 29.300983542000044 ], [ 106.140431586000034, 29.301000433000073 ], [ 106.140461119000065, 29.301005348000047 ], [ 106.140529897000079, 29.301004761000051 ], [ 106.140552054000082, 29.301008878000051 ], [ 106.140564245000064, 29.301011681000087 ], [ 106.140581973000053, 29.301015405000044 ], [ 106.140601869000079, 29.301015236000062 ], [ 106.140612924000038, 29.301015141000061 ], [ 106.140629471000068, 29.301012094000036 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.141308890000076, 29.300709323000035 ], [ 106.141331025000056, 29.300683585000051 ], [ 106.141385193000076, 29.300634161000062 ], [ 106.141409570000064, 29.300622212000064 ], [ 106.141470032000029, 29.300600711000069 ], [ 106.141501607000066, 29.300595196000067 ], [ 106.141516952000075, 29.300591317000059 ], [ 106.141528360000052, 29.300584338000082 ], [ 106.141542537000092, 29.300569425000038 ], [ 106.141569441000058, 29.300529238000081 ], [ 106.141592573000025, 29.300477897000061 ], [ 106.141610272000037, 29.300429798000039 ], [ 106.141613509000081, 29.300393011000036 ], [ 106.141611751000028, 29.300335300000082 ], [ 106.141600295000046, 29.300326862000077 ], [ 106.141582375000041, 29.300315671000078 ], [ 106.14156279000008, 29.300300240000063 ], [ 106.141520576000062, 29.300286421000056 ], [ 106.141484909000042, 29.300279636000088 ], [ 106.141457426000045, 29.300281289000047 ], [ 106.141436525000088, 29.300292812000077 ], [ 106.141423835000069, 29.300315608000062 ], [ 106.14141274900004, 29.300336973000075 ], [ 106.141401536000046, 29.300346995000041 ], [ 106.141398648000063, 29.300348292000084 ], [ 106.141372653000076, 29.300377489000084 ], [ 106.14134746700006, 29.300408071000057 ], [ 106.141296932000046, 29.30045485200009 ], [ 106.141176594000058, 29.300570228000083 ], [ 106.14114139600008, 29.30062011800004 ], [ 106.141101811000055, 29.300667334000078 ], [ 106.141053013000032, 29.300715500000091 ], [ 106.141009308000037, 29.300752970000076 ], [ 106.141020417000064, 29.300753357000072 ], [ 106.141046514000038, 29.300749551000081 ], [ 106.141076715000054, 29.300747147000031 ], [ 106.141092297000057, 29.300752742000043 ], [ 106.141103593000025, 29.300709725000051 ], [ 106.141131, 29.300676554000066 ], [ 106.141168333000053, 29.300654747000067 ], [ 106.141191018000029, 29.300637368000089 ], [ 106.141205309000043, 29.300600016000089 ], [ 106.141227873000048, 29.300572617000046 ], [ 106.141252627000043, 29.300600805000048 ], [ 106.141289953000069, 29.300627217000049 ], [ 106.141298899000049, 29.300648146000064 ], [ 106.14130566800003, 29.300669091000085 ], [ 106.141308271000071, 29.300707258000042 ], [ 106.141308890000076, 29.300709323000035 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.140545167000028, 29.296699088000082 ], [ 106.14053020700004, 29.296778184000061 ], [ 106.140503322000029, 29.296836267000053 ], [ 106.140421228000037, 29.296935344000076 ], [ 106.140302595000037, 29.29704615900004 ], [ 106.14031295400008, 29.297069230000087 ], [ 106.140344589000051, 29.297152813000082 ], [ 106.140359519000071, 29.297221011000083 ], [ 106.140357225000059, 29.297241690000078 ], [ 106.140356386000065, 29.297265954000071 ], [ 106.14034670500007, 29.297291263000091 ], [ 106.140327160000027, 29.297325390000083 ], [ 106.140304241000081, 29.297354693000042 ], [ 106.140291186000084, 29.297375181000067 ], [ 106.140287157000046, 29.297411115000049 ], [ 106.140287793000027, 29.297468356000074 ], [ 106.140282683000066, 29.297606178000077 ], [ 106.140291687000058, 29.297744151000071 ], [ 106.140297288000056, 29.297790165000038 ], [ 106.140297107000038, 29.297808632000049 ], [ 106.14030212800003, 29.297906770000051 ], [ 106.140308577000042, 29.297956666000058 ], [ 106.140332673000046, 29.298002968000045 ], [ 106.140358579000065, 29.298035472000034 ], [ 106.140449631000081, 29.298094981000073 ], [ 106.140609684000026, 29.298174571000061 ], [ 106.140702714000042, 29.298235158000068 ], [ 106.140712946000065, 29.298235071000079 ], [ 106.140730842000053, 29.298243322000076 ], [ 106.140747395000062, 29.298253985000084 ], [ 106.140762606000067, 29.298267060000057 ], [ 106.140795659000048, 29.298283585000043 ], [ 106.140813528000095, 29.298289435000076 ], [ 106.140839561000064, 29.298290413000075 ], [ 106.140879301000041, 29.298292474000046 ], [ 106.140917671000068, 29.298294547000069 ], [ 106.140941032000057, 29.298301551000066 ], [ 106.140975574000038, 29.298328867000066 ], [ 106.140990852000073, 29.298347944000053 ], [ 106.140997899000084, 29.298365892000046 ], [ 106.140999509000039, 29.298387487000074 ], [ 106.14099959400005, 29.298395159000048 ], [ 106.141082117000053, 29.298425458000054 ], [ 106.14117858600008, 29.298441858000039 ], [ 106.141237532000048, 29.298441355000083 ], [ 106.141272785000069, 29.29843071900007 ], [ 106.141302104000033, 29.298416688000096 ], [ 106.141325395000081, 29.29839065300007 ], [ 106.141336955000043, 29.298369884000063 ], [ 106.14133664700006, 29.298342328000039 ], [ 106.141336342000045, 29.298314771000026 ], [ 106.141334146000077, 29.298294120000037 ], [ 106.141300073000082, 29.298234126000064 ], [ 106.141234409000049, 29.29816062000009 ], [ 106.141170558000056, 29.298073321000061 ], [ 106.141164729000096, 29.298068867000044 ], [ 106.141140289000077, 29.29803968800006 ], [ 106.141097566000042, 29.29800781900008 ], [ 106.141063735000046, 29.297984985000092 ], [ 106.141041230000042, 29.29797396400004 ], [ 106.141017978000036, 29.297967856000071 ], [ 106.140977144000033, 29.297962609000084 ], [ 106.140937289000078, 29.297947851000057 ], [ 106.140838759000076, 29.297922856000071 ], [ 106.140756323000062, 29.297891264000029 ], [ 106.140705721000074, 29.297862769000062 ], [ 106.140661390000048, 29.29783284400008 ], [ 106.14063281600005, 29.297806917000063 ], [ 106.140616737000073, 29.297773997000036 ], [ 106.140600534000043, 29.29773005800007 ], [ 106.140577281000049, 29.297617308000046 ], [ 106.140579689000049, 29.297551172000055 ], [ 106.140596621000043, 29.297519346000058 ], [ 106.140609099000073, 29.29751097500008 ], [ 106.14062632100007, 29.297505318000049 ], [ 106.140665603000059, 29.297504983000067 ], [ 106.140686028000061, 29.297504808000038 ], [ 106.140738320000025, 29.297491361000088 ], [ 106.140794616000065, 29.297463312000044 ], [ 106.140807031000065, 29.297448504000048 ], [ 106.140808924000055, 29.29743011000005 ], [ 106.140808638000067, 29.297404383000071 ], [ 106.140799843000082, 29.29736770400006 ], [ 106.140789014000063, 29.297336553000036 ], [ 106.14075921500006, 29.297296376000077 ], [ 106.140720991000094, 29.297252596000074 ], [ 106.140648733000035, 29.297165 ], [ 106.140573971000038, 29.297040669000069 ], [ 106.140560984000047, 29.297004024000046 ], [ 106.140560678000043, 29.296976461000046 ], [ 106.140570833000041, 29.296946969000093 ], [ 106.140595622000035, 29.29691367700007 ], [ 106.140639074000035, 29.296861848000045 ], [ 106.140649412000073, 29.296848896000085 ], [ 106.140663823000068, 29.296824882000067 ], [ 106.140667585000074, 29.296786256000079 ], [ 106.140664978000075, 29.296740334000052 ], [ 106.140662555000063, 29.296710950000083 ], [ 106.140654109000081, 29.296705509000045 ], [ 106.140643566000051, 29.296700085000051 ], [ 106.140610003000063, 29.296698534000079 ], [ 106.140545167000028, 29.296699088000082 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.130759755000042, 29.294431218000057 ], [ 106.130762355000059, 29.294454785000088 ], [ 106.130753500000026, 29.29448997000009 ], [ 106.130728171000044, 29.294519824000076 ], [ 106.130679324000027, 29.294563479000079 ], [ 106.130638697000052, 29.294607063000054 ], [ 106.13061508100003, 29.294615055000072 ], [ 106.130603601000075, 29.294713055000049 ], [ 106.130606349000061, 29.294778735000072 ], [ 106.130621330000054, 29.294851415000039 ], [ 106.130646557000034, 29.294934664000042 ], [ 106.130652733000034, 29.294959495000057 ], [ 106.130669527000066, 29.294953980000056 ], [ 106.130681787000071, 29.294943937000088 ], [ 106.130689963000066, 29.294937542000064 ], [ 106.130705299000056, 29.294905141000068 ], [ 106.130709826000043, 29.294889662000063 ], [ 106.130714341000044, 29.294873154000069 ], [ 106.130720133000068, 29.294865899000058 ], [ 106.13073294700007, 29.294856526000039 ], [ 106.130750548000051, 29.294855348000048 ], [ 106.13078577400006, 29.294855049000034 ], [ 106.130837609000025, 29.294870051000085 ], [ 106.130893001000061, 29.294888111000027 ], [ 106.130910852000056, 29.294909577000048 ], [ 106.130923995000046, 29.294930053000083 ], [ 106.130924210000046, 29.294949609000064 ], [ 106.130924414000049, 29.294968137000062 ], [ 106.130917539000052, 29.294983635000051 ], [ 106.13090027800007, 29.29501569200005 ], [ 106.130896971000027, 29.295035278000061 ], [ 106.130900822000058, 29.295065098000059 ], [ 106.130904481000073, 29.295077419000041 ], [ 106.130909269000028, 29.295085614000072 ], [ 106.130914306000093, 29.295116453000041 ], [ 106.130914646000065, 29.295147331000059 ], [ 106.130912774000095, 29.295190581000046 ], [ 106.130895512000066, 29.295222638000041 ], [ 106.130874660000075, 29.295248549000064 ], [ 106.13085366100006, 29.29526107900006 ], [ 106.130826734000038, 29.295268513000057 ], [ 106.130805609000063, 29.295269721000054 ], [ 106.130797367000071, 29.29526773200007 ], [ 106.130793788000062, 29.295262615000066 ], [ 106.130792478000046, 29.295250274000072 ], [ 106.130792115000077, 29.295217337000057 ], [ 106.130790407000063, 29.29516897000007 ], [ 106.130788859000063, 29.295135014000042 ], [ 106.130782829000054, 29.295120654000069 ], [ 106.130770894000079, 29.295103255000065 ], [ 106.130747229000065, 29.295086986000062 ], [ 106.13065868800004, 29.295044501000064 ], [ 106.130591339000048, 29.29500698500005 ], [ 106.130553572000053, 29.29498980500005 ], [ 106.130523031000067, 29.294989034000082 ], [ 106.130503115000067, 29.294993320000053 ], [ 106.130492672000059, 29.295004732000056 ], [ 106.13048819100004, 29.295024328000068 ], [ 106.130482535000056, 29.295043934000024 ], [ 106.130475751000063, 29.295067667000072 ], [ 106.130464247000077, 29.295089381000075 ], [ 106.130443361000061, 29.295112204000073 ], [ 106.130399738000051, 29.295168445000062 ], [ 106.130361313000037, 29.295236068000069 ], [ 106.130335603000049, 29.295320064000059 ], [ 106.130326702000048, 29.29536546200006 ], [ 106.130327019000049, 29.295394301000034 ], [ 106.130332082000066, 29.295427220000075 ], [ 106.130345085000044, 29.29546968600005 ], [ 106.130365316000052, 29.295503867000029 ], [ 106.13040135500006, 29.295549373000078 ], [ 106.130441373000068, 29.295576521000044 ], [ 106.130485470000053, 29.295594472000065 ], [ 106.130522197000062, 29.295595199000051 ], [ 106.130541427000026, 29.29550558000005 ], [ 106.130564600000071, 29.295402388000074 ], [ 106.130588028000034, 29.29532228000004 ], [ 106.130608069000061, 29.295302577000086 ], [ 106.130624156000067, 29.295291787000053 ], [ 106.130652417000078, 29.295282667000038 ], [ 106.130686872000069, 29.295284153000075 ], [ 106.130692968000062, 29.295285876000033 ], [ 106.130705436000028, 29.295314183000077 ], [ 106.130722189000039, 29.295363763000069 ], [ 106.130745174000026, 29.295427496000059 ], [ 106.130777995000074, 29.295464510000041 ], [ 106.130810561000033, 29.295478440000071 ], [ 106.130867337000041, 29.295483288000071 ], [ 106.130909836000072, 29.295479376000063 ], [ 106.130960242000086, 29.295457639000059 ], [ 106.130978239000058, 29.295436178000045 ], [ 106.131010237000069, 29.29539861500006 ], [ 106.131061749000025, 29.29529340800007 ], [ 106.131142587000056, 29.295092060000062 ], [ 106.131171818000041, 29.29498704100007 ], [ 106.131181182000034, 29.294917706000025 ], [ 106.131176563000054, 29.294866248000069 ], [ 106.131165888000055, 29.294816617000041 ], [ 106.131141247000073, 29.294786637000069 ], [ 106.131065399000079, 29.294705593000057 ], [ 106.131014035000078, 29.294640324000049 ], [ 106.130991440000059, 29.294612103000084 ], [ 106.130977183000027, 29.294605121000075 ], [ 106.130958953000061, 29.294605275000038 ], [ 106.13090433900004, 29.294612841000063 ], [ 106.130855783000072, 29.294618580000069 ], [ 106.130825458000061, 29.294624163000037 ], [ 106.130821408000031, 29.294624197000076 ], [ 106.13081118100007, 29.294615406000045 ], [ 106.130811103000042, 29.294608302000086 ], [ 106.130814998000062, 29.294594063000091 ], [ 106.130828961000077, 29.294574411000038 ], [ 106.130844971000045, 29.294556518000029 ], [ 106.130885091000039, 29.294520663000064 ], [ 106.130929107000043, 29.294470569000055 ], [ 106.13095080100004, 29.294417111000087 ], [ 106.130958356000065, 29.294367325000056 ], [ 106.130957769000076, 29.294314056000079 ], [ 106.13095139900004, 29.294287474000043 ], [ 106.130937102000075, 29.294276940000088 ], [ 106.130922865000059, 29.294271733000073 ], [ 106.130902608000042, 29.294271905000077 ], [ 106.130884417000061, 29.294275610000057 ], [ 106.130874446000064, 29.294289901000067 ], [ 106.130858769000042, 29.29433798000008 ], [ 106.130834892000053, 29.294377249000043 ], [ 106.130825038000069, 29.294402194000043 ], [ 106.13079894100008, 29.294423724000069 ], [ 106.13078684500006, 29.294429154000049 ], [ 106.130759755000042, 29.294431218000057 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.129537928000047, 29.297301463000053 ], [ 106.129477854000072, 29.297324237000051 ], [ 106.129476748000059, 29.297324754000048 ], [ 106.129361748000065, 29.29737859100004 ], [ 106.12929630500004, 29.297425845000078 ], [ 106.129273743000056, 29.297450499000032 ], [ 106.129238693000048, 29.297493050000064 ], [ 106.129216302000032, 29.297533268000045 ], [ 106.129216816000053, 29.297579965000072 ], [ 106.129225331000043, 29.297662176000067 ], [ 106.129241360000037, 29.297735428000067 ], [ 106.129308540000068, 29.297846054000047 ], [ 106.129359914000077, 29.297903440000084 ], [ 106.129408431000058, 29.297931940000069 ], [ 106.129482170000074, 29.297946884000051 ], [ 106.129578619000029, 29.297950516000064 ], [ 106.129662334000045, 29.297949808000055 ], [ 106.129697825000065, 29.297947284000088 ], [ 106.129745852000042, 29.297931310000088 ], [ 106.129793562000032, 29.297886429000069 ], [ 106.129853443000059, 29.297794744000029 ], [ 106.129915590000053, 29.29767857700006 ], [ 106.129929977000074, 29.297602843000046 ], [ 106.129931657000043, 29.297524994000064 ], [ 106.129931045000035, 29.297469402000047 ], [ 106.129897784000036, 29.297411595000085 ], [ 106.129843129000051, 29.297318922000045 ], [ 106.129786878000061, 29.297279368000087 ], [ 106.129746241000078, 29.297275266000039 ], [ 106.129675210000087, 29.297275865000074 ], [ 106.129573860000065, 29.29728784200006 ], [ 106.129537928000047, 29.297301463000053 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.127981041000055, 29.300393305000046 ], [ 106.128025334000029, 29.300322470000079 ], [ 106.128073164000057, 29.300228968000056 ], [ 106.128081614000067, 29.300208621000074 ], [ 106.128091789000052, 29.300184123000058 ], [ 106.12811350700008, 29.300178734000045 ], [ 106.128050150000036, 29.300110634000077 ], [ 106.128027523000071, 29.300078964000075 ], [ 106.128013126000042, 29.300049280000049 ], [ 106.12799388500008, 29.300005251000066 ], [ 106.127980299000058, 29.300013666000044 ], [ 106.127961639000034, 29.300017336000057 ], [ 106.127922970000043, 29.30002351700006 ], [ 106.127886987000068, 29.300030846000091 ], [ 106.127822980000076, 29.300040754000076 ], [ 106.127768322000065, 29.30005058100005 ], [ 106.127743060000057, 29.300061332000034 ], [ 106.127708591000044, 29.30007831100005 ], [ 106.127709459000073, 29.300083735000037 ], [ 106.127711959000067, 29.300099363000072 ], [ 106.127720869000044, 29.300157725000073 ], [ 106.127725025000075, 29.300197849000085 ], [ 106.127726778000067, 29.300245350000068 ], [ 106.127728797000032, 29.300268528000053 ], [ 106.127734446000034, 29.300300954000079 ], [ 106.127737911000054, 29.300324608000043 ], [ 106.127740149000033, 29.300342483000058 ], [ 106.12774029600007, 29.300355903000078 ], [ 106.12773211700005, 29.300396124000088 ], [ 106.127725672000068, 29.300419680000058 ], [ 106.127711157000078, 29.300454403000053 ], [ 106.127693672000078, 29.300489803000058 ], [ 106.127684170000066, 29.300506608000031 ], [ 106.127709206000077, 29.300489233000068 ], [ 106.127733120000073, 29.300469643000039 ], [ 106.127792895000027, 29.30041978700007 ], [ 106.127842889000078, 29.300394689000072 ], [ 106.127884997000081, 29.300383759000052 ], [ 106.12792319800009, 29.300383436000065 ], [ 106.127953357000081, 29.300383182000076 ], [ 106.127981041000055, 29.300393305000046 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.127663642000073, 29.297916661000045 ], [ 106.127588389000039, 29.297837172000072 ], [ 106.127509016000033, 29.297787442000075 ], [ 106.127442126000062, 29.297781598000082 ], [ 106.127420029000064, 29.297803668000086 ], [ 106.127298504000066, 29.297918474000081 ], [ 106.127203304000034, 29.29803459500005 ], [ 106.127121884000076, 29.298127537000088 ], [ 106.127054325000074, 29.298204984000048 ], [ 106.127045703000078, 29.298219385000042 ], [ 106.127041438000063, 29.29822651000006 ], [ 106.127063372000066, 29.298242590000086 ], [ 106.127075040000079, 29.298249268000063 ], [ 106.127090536000026, 29.298252524000073 ], [ 106.127100197000075, 29.298252443000077 ], [ 106.127117512000041, 29.298245521000062 ], [ 106.127165280000042, 29.298195995000075 ], [ 106.127205318000051, 29.298146534000068 ], [ 106.127244309000048, 29.298086129000072 ], [ 106.127248598000051, 29.298081014000047 ], [ 106.127257216000032, 29.29807459400007 ], [ 106.127267299000039, 29.298069430000048 ], [ 106.127280346000092, 29.298070590000069 ], [ 106.127292016000069, 29.298078109000077 ], [ 106.127303770000026, 29.298093245000082 ], [ 106.127318433000028, 29.298109625000045 ], [ 106.127335839000068, 29.298112017000051 ], [ 106.127358997000044, 29.298110552000079 ], [ 106.127396470000065, 29.298093732000044 ], [ 106.127433803000045, 29.29806421700005 ], [ 106.127461027000038, 29.298037325000053 ], [ 106.127478140000051, 29.29801305900008 ], [ 106.127489461000039, 29.297988842000052 ], [ 106.127492136000058, 29.297968506000089 ], [ 106.127500657000041, 29.297953199000062 ], [ 106.127520792000041, 29.297940333000042 ], [ 106.127546750000079, 29.297929957000065 ], [ 106.127663642000073, 29.297916661000045 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.127654072000041, 29.293532185000053 ], [ 106.127640449000069, 29.293553558000038 ], [ 106.127607954000041, 29.293576799000043 ], [ 106.127564418000077, 29.293588650000061 ], [ 106.127501107000057, 29.293589185000091 ], [ 106.127429063000079, 29.293589793000081 ], [ 106.127343816000064, 29.293580943000055 ], [ 106.127293562000034, 29.293577539000079 ], [ 106.12724322300005, 29.29356648100007 ], [ 106.127221266000049, 29.29355518300008 ], [ 106.127212449000069, 29.293547601000057 ], [ 106.127201281000069, 29.293524729000065 ], [ 106.127200945000027, 29.293494109000054 ], [ 106.127200378000055, 29.293442439000049 ], [ 106.127199440000027, 29.293357028000067 ], [ 106.127138353000078, 29.293402980000053 ], [ 106.127084401000047, 29.293458438000076 ], [ 106.127025176000075, 29.293530681000043 ], [ 106.126995184000066, 29.293592729000068 ], [ 106.126989602000037, 29.293642962000035 ], [ 106.126986006000038, 29.293687802000075 ], [ 106.126986280000054, 29.29371289300008 ], [ 106.126990547000048, 29.293728988000055 ], [ 106.127015376000031, 29.293755665000052 ], [ 106.127077223000072, 29.29380174400006 ], [ 106.127130656000077, 29.293826387000085 ], [ 106.127224861000059, 29.29383993100004 ], [ 106.127296419000061, 29.293839327000057 ], [ 106.127337252000075, 29.293833605000092 ], [ 106.127402459000052, 29.293813339000057 ], [ 106.127567336000027, 29.293745629000057 ], [ 106.127610034000043, 29.293723760000027 ], [ 106.12764852600003, 29.293691172000084 ], [ 106.127674730000081, 29.293656896000073 ], [ 106.12769275800008, 29.293622689000081 ], [ 106.127696610000044, 29.293601148000043 ], [ 106.12769643200005, 29.293585018000037 ], [ 106.127696255000046, 29.293568888000038 ], [ 106.127689925000027, 29.293551018000063 ], [ 106.127671366000072, 29.293536835000062 ], [ 106.127654072000041, 29.293532185000053 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.125381441000059, 29.296275352000059 ], [ 106.125390614000025, 29.296269144000075 ], [ 106.125416872000073, 29.296235074000041 ], [ 106.125429423000071, 29.296204399000093 ], [ 106.125440474000072, 29.296174381000071 ], [ 106.125446818000057, 29.296130438000038 ], [ 106.125463340000081, 29.296080423000031 ], [ 106.125482398000031, 29.296054328000082 ], [ 106.125507234000054, 29.296036163000053 ], [ 106.125541260000034, 29.29602590200005 ], [ 106.125569417000065, 29.296025303000075 ], [ 106.125625656000068, 29.296030153000054 ], [ 106.125700325000025, 29.296046453000091 ], [ 106.125707851000072, 29.296048096000042 ], [ 106.12580222400004, 29.29606859800009 ], [ 106.125863163000076, 29.296086719000083 ], [ 106.12590592600003, 29.296108987000078 ], [ 106.12592746100006, 29.296134097000049 ], [ 106.125938440000027, 29.296165950000049 ], [ 106.125943807000056, 29.296193436000053 ], [ 106.125946484000053, 29.296207146000093 ], [ 106.125935886000036, 29.296348331000047 ], [ 106.125934013000062, 29.296438702000046 ], [ 106.125933900000078, 29.296444186000084 ], [ 106.125934133000058, 29.296445832000074 ], [ 106.125964771000042, 29.296394790000079 ], [ 106.126035583000032, 29.296312470000089 ], [ 106.126084976000072, 29.296238712000047 ], [ 106.126109523000025, 29.296190946000085 ], [ 106.12611808500003, 29.296154750000085 ], [ 106.126113847000056, 29.296095106000053 ], [ 106.126089798000066, 29.296026203000057 ], [ 106.126009783000029, 29.295918510000035 ], [ 106.12592633800007, 29.295824980000077 ], [ 106.125836176000064, 29.295772341000088 ], [ 106.125785513000039, 29.295727222000043 ], [ 106.125707220000038, 29.295613232000044 ], [ 106.12561287300008, 29.295505659000082 ], [ 106.12554768900003, 29.295443386000048 ], [ 106.125516992000044, 29.29542165700007 ], [ 106.12549191100004, 29.295421868000059 ], [ 106.125459767000052, 29.295431562000083 ], [ 106.125441972000033, 29.29544270600007 ], [ 106.125418889000059, 29.29546174800004 ], [ 106.125406848000068, 29.295507395000076 ], [ 106.125391981000064, 29.295622170000051 ], [ 106.125376304000056, 29.295989812000077 ], [ 106.125381441000059, 29.296275352000059 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.126821703000076, 29.295219305000046 ], [ 106.126814641000067, 29.295208495000054 ], [ 106.126812450000045, 29.295190993000066 ], [ 106.126811018000069, 29.295151582000067 ], [ 106.126809374000075, 29.295092899000057 ], [ 106.126815927000052, 29.295052545000093 ], [ 106.126839603000064, 29.295024311000077 ], [ 106.126879277000057, 29.294996819000062 ], [ 106.126916127000072, 29.294985119000042 ], [ 106.126938083000027, 29.294982305000076 ], [ 106.126955081000062, 29.294983038000051 ], [ 106.126966179000078, 29.294992581000081 ], [ 106.126981400000034, 29.29501347800004 ], [ 106.127004164000041, 29.295084247000094 ], [ 106.127028437000035, 29.295201435000084 ], [ 106.12705330600005, 29.295281823000039 ], [ 106.127067681000028, 29.295316745000044 ], [ 106.127098036000064, 29.295350655000046 ], [ 106.127124738000091, 29.295374619000086 ], [ 106.127153745000044, 29.295357802000073 ], [ 106.127172597000026, 29.295344836000091 ], [ 106.127189916000091, 29.295325479000038 ], [ 106.127196841000057, 29.295290841000053 ], [ 106.127196264000077, 29.295238337000058 ], [ 106.127184379000028, 29.295087314000057 ], [ 106.127176680000048, 29.295051518000029 ], [ 106.12714843100008, 29.295006931000046 ], [ 106.127105573000065, 29.294962467000069 ], [ 106.127046687000075, 29.294921981000073 ], [ 106.126974765000057, 29.294891851000049 ], [ 106.126892689000044, 29.294868210000068 ], [ 106.126798980000046, 29.294849790000058 ], [ 106.126702364000039, 29.29483267500007 ], [ 106.12657228900008, 29.294828649000067 ], [ 106.126499243000069, 29.294829265000082 ], [ 106.126464181000074, 29.294829561000078 ], [ 106.126439374000029, 29.294832332000063 ], [ 106.126424793000069, 29.294835016000039 ], [ 106.126411828000087, 29.294851775000041 ], [ 106.126391881000075, 29.294898050000089 ], [ 106.126392415000055, 29.29494671100008 ], [ 106.126397065000049, 29.294971006000083 ], [ 106.126401617000056, 29.294986336000079 ], [ 106.126416395000035, 29.295001580000068 ], [ 106.126437044000056, 29.295019336000045 ], [ 106.126463466000075, 29.295030640000057 ], [ 106.126484045000041, 29.295041992000051 ], [ 106.126513277000072, 29.295043027000066 ], [ 106.126555644000064, 29.295042669000058 ], [ 106.126595088000045, 29.295042337000041 ], [ 106.126638943000046, 29.295044528000066 ], [ 106.126653693000037, 29.295057212000071 ], [ 106.126671532000046, 29.295085236000087 ], [ 106.126692505000051, 29.295132446000078 ], [ 106.12672520700005, 29.295183398000056 ], [ 106.126757615000031, 29.295207459000039 ], [ 106.126791313000069, 29.29521613900004 ], [ 106.126821703000076, 29.295219305000046 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.126880019000055, 29.296568930000028 ], [ 106.126797850000059, 29.296578957000065 ], [ 106.126809979000029, 29.296691512000049 ], [ 106.126664190000042, 29.296706109000063 ], [ 106.126633944000048, 29.296661838000031 ], [ 106.126601300000061, 29.29666848700009 ], [ 106.126563167000029, 29.29667199500004 ], [ 106.12654499100006, 29.296672149000067 ], [ 106.126521223000054, 29.296659602000091 ], [ 106.126466297000036, 29.296623420000042 ], [ 106.126440501000047, 29.296591769000081 ], [ 106.126433004000035, 29.296571119000077 ], [ 106.126430363000054, 29.296560859000067 ], [ 106.126357033000033, 29.296631459000086 ], [ 106.126317176000043, 29.29668213400004 ], [ 106.126290060000031, 29.29673083800008 ], [ 106.126277791000064, 29.296775688000082 ], [ 106.126270204000036, 29.29685965100008 ], [ 106.126270859000044, 29.296919308000046 ], [ 106.126271329000076, 29.296962185000048 ], [ 106.126282333000063, 29.29699565400006 ], [ 106.126301964000049, 29.297040234000065 ], [ 106.126330206000048, 29.297094065000067 ], [ 106.126356157000032, 29.297132999000041 ], [ 106.126373519000026, 29.29716454800008 ], [ 106.126380186000063, 29.297190594000092 ], [ 106.126380329000028, 29.297203644000035 ], [ 106.126372006000054, 29.29722049400004 ], [ 106.126351995000064, 29.297239185000077 ], [ 106.126315906000059, 29.297231257000075 ], [ 106.126287965000074, 29.29723149200003 ], [ 106.126263175000076, 29.297235784000069 ], [ 106.126243130000034, 29.29724819900008 ], [ 106.126235444000045, 29.297255068000084 ], [ 106.126215549000051, 29.297281090000062 ], [ 106.126198463000037, 29.297317789000083 ], [ 106.126182408000034, 29.297304983000057 ], [ 106.126177718000065, 29.297300950000075 ], [ 106.126172939000071, 29.297288775000084 ], [ 106.126170438000031, 29.297272508000049 ], [ 106.126151635000042, 29.297252306000061 ], [ 106.126128254000037, 29.297238252000064 ], [ 106.126109629000041, 29.297234337000081 ], [ 106.12607948200008, 29.297238663000087 ], [ 106.126058669000031, 29.297246983000033 ], [ 106.126047213000049, 29.297261331000072 ], [ 106.12601012100005, 29.297267752000028 ], [ 106.125975261000079, 29.297266010000047 ], [ 106.12595659200008, 29.297258023000047 ], [ 106.125951791000034, 29.297243812000087 ], [ 106.125939954000046, 29.297223552000052 ], [ 106.125939732000063, 29.297203194000076 ], [ 106.125914006000087, 29.297187123000079 ], [ 106.125888458000077, 29.297187338000064 ], [ 106.125879214000065, 29.297191488000063 ], [ 106.125872313000059, 29.297197654000055 ], [ 106.125870281000061, 29.297224139000022 ], [ 106.125892295000028, 29.297312601000048 ], [ 106.125933502000066, 29.297317864000039 ], [ 106.125965867000048, 29.297331189000094 ], [ 106.125991210000052, 29.297357124000087 ], [ 106.126027406000048, 29.297393428000081 ], [ 106.126056293000033, 29.297416195000032 ], [ 106.126140718000045, 29.297464821000059 ], [ 106.126284114000057, 29.297545647000057 ], [ 106.126382295000042, 29.297576515000056 ], [ 106.126395797000043, 29.297576849000045 ], [ 106.126495055000078, 29.297579293000066 ], [ 106.126552336000032, 29.297565759000062 ], [ 106.126609514000052, 29.297542903000075 ], [ 106.126645342000074, 29.297512770000083 ], [ 106.126676875000044, 29.29747894400009 ], [ 106.126697755000066, 29.297443342000065 ], [ 106.12670591400007, 29.297411579000077 ], [ 106.126707365000073, 29.297350041000072 ], [ 106.126704808000056, 29.297310909000089 ], [ 106.126698039000075, 29.297275541000086 ], [ 106.126697712000066, 29.297245713000052 ], [ 106.12669732300003, 29.297210292000049 ], [ 106.126698938000061, 29.297163668000056 ], [ 106.126708713000028, 29.29708527900004 ], [ 106.126713599000027, 29.296949135000094 ], [ 106.126721696000075, 29.296911776000062 ], [ 106.126736379000079, 29.296893008000044 ], [ 106.12677222700006, 29.29686473900006 ], [ 106.126801717000035, 29.296838389000076 ], [ 106.12684598900006, 29.296802590000084 ], [ 106.126866930000062, 29.296772583000063 ], [ 106.126883555000063, 29.296737018000051 ], [ 106.126886888000058, 29.296653090000067 ], [ 106.126886274000071, 29.296597163000058 ], [ 106.126880019000055, 29.296568930000028 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.12475329800003, 29.298651632000087 ], [ 106.124705659000028, 29.298639361000085 ], [ 106.124687461000065, 29.298600565000076 ], [ 106.124683929000071, 29.298548663000076 ], [ 106.124668664000069, 29.298507246000042 ], [ 106.124641608000047, 29.29847112200008 ], [ 106.124573197000075, 29.298445732000062 ], [ 106.12454927400006, 29.298425161000068 ], [ 106.124536885000055, 29.298375930000077 ], [ 106.124530193000055, 29.298305879000061 ], [ 106.12454451900004, 29.298261616000051 ], [ 106.124620752000055, 29.298213953000079 ], [ 106.124594332000072, 29.29821186200007 ], [ 106.124534837000056, 29.29818899300005 ], [ 106.124519685000053, 29.298157962000058 ], [ 106.124521069000082, 29.298142264000038 ], [ 106.124424988000044, 29.298166550000072 ], [ 106.124327328000064, 29.298175161000074 ], [ 106.124247866000076, 29.298222568000085 ], [ 106.124212776000036, 29.298264409000065 ], [ 106.124207280000064, 29.298303404000084 ], [ 106.124207677000086, 29.29833975300005 ], [ 106.124208132000035, 29.29838129400008 ], [ 106.124205312000072, 29.298394301000087 ], [ 106.124131405000085, 29.298407906000079 ], [ 106.124095946000068, 29.298415994000027 ], [ 106.124084525000058, 29.298455039000096 ], [ 106.124091075000081, 29.298512109000061 ], [ 106.124112463000074, 29.298571650000039 ], [ 106.124169197000072, 29.298612718000072 ], [ 106.124208242000066, 29.298661725000038 ], [ 106.124250053000026, 29.298692532000082 ], [ 106.124285909000037, 29.29872079200004 ], [ 106.124316154000041, 29.298777663000067 ], [ 106.124361239000052, 29.298837004000074 ], [ 106.124453232000064, 29.298851809000052 ], [ 106.124539045000063, 29.298843297000076 ], [ 106.124621725000054, 29.298819232000088 ], [ 106.124671738000075, 29.298787653000087 ], [ 106.124712722000027, 29.298743165000079 ], [ 106.124733114000037, 29.298711834000077 ], [ 106.12475329800003, 29.298651632000087 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.125, 29.296274449000066 ], [ 106.124946930000078, 29.296224645000056 ], [ 106.124902020000036, 29.296181740000069 ], [ 106.124884454000039, 29.296155917000075 ], [ 106.124864303000038, 29.296119298000061 ], [ 106.124851532000051, 29.29608045000009 ], [ 106.124855971000045, 29.29603496400005 ], [ 106.124877643000062, 29.295985006000077 ], [ 106.124918971000056, 29.295926224000088 ], [ 106.124965046000057, 29.295850091000084 ], [ 106.125000001000046, 29.295791308000044 ], [ 106.125038414000073, 29.295730375000065 ], [ 106.125062909000064, 29.295676771000053 ], [ 106.125071178000042, 29.295613880000079 ], [ 106.125073797000027, 29.295525906000083 ], [ 106.125069387000053, 29.295450557000041 ], [ 106.125054608000042, 29.295409847000087 ], [ 106.125034625000069, 29.295384886000083 ], [ 106.125000001000046, 29.295350157000087 ], [ 106.124951615000043, 29.295300504000071 ], [ 106.124854696000057, 29.295242888000072 ], [ 106.124785385000052, 29.295226158000045 ], [ 106.124696275000076, 29.295205266000035 ], [ 106.124639639000065, 29.295218728000069 ], [ 106.124585826000043, 29.295264629000084 ], [ 106.12449289400007, 29.295345486000091 ], [ 106.124417434000065, 29.295443509000055 ], [ 106.124388757000077, 29.29553031700004 ], [ 106.124372402000063, 29.295614858000071 ], [ 106.124324096000066, 29.295712652000073 ], [ 106.124241511000037, 29.295836705000053 ], [ 106.12417601900006, 29.295943300000094 ], [ 106.124176516000034, 29.295988745000049 ], [ 106.124160043000089, 29.296062465000094 ], [ 106.124158776000058, 29.296063034000028 ], [ 106.124230158000046, 29.29609665800006 ], [ 106.124299275000055, 29.296138705000089 ], [ 106.124348371000053, 29.296180921000097 ], [ 106.124406183000076, 29.296235602000074 ], [ 106.124446778000049, 29.296285413000071 ], [ 106.124472962000041, 29.29632531400005 ], [ 106.124490564000041, 29.296365288000061 ], [ 106.124530203000063, 29.296440893000067 ], [ 106.124570461000076, 29.296368586000089 ], [ 106.124604908000038, 29.296321939000055 ], [ 106.124705225000071, 29.29624165600007 ], [ 106.124789581000073, 29.29622108600006 ], [ 106.124872862000075, 29.296240245000039 ], [ 106.12494711100004, 29.296262126000041 ], [ 106.125, 29.296274449000066 ] ], [ [ 106.124973694000076, 29.295357909000074 ], [ 106.124986273000047, 29.295387638000079 ], [ 106.124974322000071, 29.29541518700006 ], [ 106.124953012000049, 29.295458328000045 ], [ 106.124945302000086, 29.295500162000053 ], [ 106.124937396000064, 29.295524098000048 ], [ 106.124900653000054, 29.295525601000069 ], [ 106.124901753000074, 29.295501723000083 ], [ 106.124680449000039, 29.295433176000074 ], [ 106.124722925000071, 29.295333766000049 ], [ 106.124777640000048, 29.295357173000067 ], [ 106.124800245000074, 29.295308053000046 ], [ 106.12492583900007, 29.295339217000041 ], [ 106.124973694000076, 29.295357909000074 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.121839583000053, 29.291347810000048 ], [ 106.121844616000033, 29.291344594000069 ], [ 106.121856535000063, 29.29132100900005 ], [ 106.121863328000074, 29.291273983000053 ], [ 106.121877263000044, 29.291211952000086 ], [ 106.121918031000064, 29.291153966000081 ], [ 106.121949270000073, 29.291115275000035 ], [ 106.121963461000064, 29.291076726000092 ], [ 106.121986786000036, 29.290982592000034 ], [ 106.12201006500004, 29.290884189000053 ], [ 106.122024047000096, 29.290826428000056 ], [ 106.12203837800007, 29.290800688000044 ], [ 106.122074439000073, 29.290757686000063 ], [ 106.122139304000044, 29.290676013000045 ], [ 106.122228100000029, 29.290555709000056 ], [ 106.122288046000051, 29.290469807000072 ], [ 106.122319331000028, 29.29043538500008 ], [ 106.122355602000042, 29.290411596000077 ], [ 106.122389415000043, 29.290385692000086 ], [ 106.122408687000075, 29.290366316000068 ], [ 106.12243088200006, 29.290336592000074 ], [ 106.122366877000047, 29.290332380000052 ], [ 106.122253003000026, 29.290319094000033 ], [ 106.122155343000031, 29.290302823000051 ], [ 106.122106326000051, 29.290277599000039 ], [ 106.122044002000052, 29.290224001000073 ], [ 106.122025548000082, 29.290211037000052 ], [ 106.121930779000081, 29.290314822000088 ], [ 106.121887738000055, 29.290387772000091 ], [ 106.121868840000047, 29.290441304000062 ], [ 106.121866941000064, 29.290490424000037 ], [ 106.121867595000026, 29.290550197000073 ], [ 106.121868389000042, 29.290622779000046 ], [ 106.121856795000042, 29.290676251000036 ], [ 106.121833259000027, 29.290751172000054 ], [ 106.121787901000062, 29.290834816000082 ], [ 106.121742424000047, 29.290907786000048 ], [ 106.121706712000048, 29.29098281000006 ], [ 106.121677979000026, 29.291027885000059 ], [ 106.121653907000052, 29.291053707000064 ], [ 106.121629741000049, 29.291070989000048 ], [ 106.121603094000079, 29.291084023000064 ], [ 106.121548218000044, 29.291098849000036 ], [ 106.121560456000054, 29.291107491000041 ], [ 106.121621230000088, 29.291137260000088 ], [ 106.121651804000066, 29.291169177000082 ], [ 106.12168248100005, 29.291210555000074 ], [ 106.121687274000067, 29.291254044000087 ], [ 106.121689867000043, 29.291293765000034 ], [ 106.121681729000045, 29.291339254000032 ], [ 106.121656320000056, 29.291384889000081 ], [ 106.121633029000066, 29.291426720000057 ], [ 106.121629289000055, 29.29145135400006 ], [ 106.121696627000063, 29.291397076000059 ], [ 106.121737792000033, 29.291375380000098 ], [ 106.121779028000049, 29.291360089000079 ], [ 106.121827686000074, 29.29135541100004 ], [ 106.121839583000053, 29.291347810000048 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.120122018000075, 29.290264737000083 ], [ 106.120123758000034, 29.290300296000058 ], [ 106.120116569000061, 29.290335781000067 ], [ 106.120091821000074, 29.290382484000069 ], [ 106.120059401000049, 29.290420395000069 ], [ 106.12002345000009, 29.290450785000068 ], [ 106.120153356000074, 29.290449695000056 ], [ 106.120219884000051, 29.290448438000055 ], [ 106.120288870000081, 29.290439381000056 ], [ 106.12033634800008, 29.290433300000082 ], [ 106.120349580000038, 29.290431605000038 ], [ 106.120385501000044, 29.290431304000041 ], [ 106.120406238000044, 29.290432341000034 ], [ 106.120427014000043, 29.290437012000044 ], [ 106.12044789600003, 29.290451371000067 ], [ 106.120470332000082, 29.290481463000045 ], [ 106.120501560000051, 29.290557508000056 ], [ 106.120512439000052, 29.290575300000057 ], [ 106.120532870000048, 29.290527128000068 ], [ 106.120540277000032, 29.29051156700006 ], [ 106.120554945000038, 29.290467163000066 ], [ 106.120568551000076, 29.290325348000071 ], [ 106.120584985000065, 29.289979816000084 ], [ 106.120589540000026, 29.289703019000054 ], [ 106.120610893000048, 29.289576638000078 ], [ 106.120610118000059, 29.289505793000046 ], [ 106.120607205000056, 29.289470393000038 ], [ 106.120584066000049, 29.289432949000062 ], [ 106.120558644000027, 29.289417663000048 ], [ 106.120505561000073, 29.289413680000052 ], [ 106.120404664000034, 29.289425597000051 ], [ 106.120283758000028, 29.289455394000072 ], [ 106.120140437000032, 29.289514162000042 ], [ 106.120049861000041, 29.289545918000037 ], [ 106.119994831000042, 29.289595089000041 ], [ 106.119950122000049, 29.289664100000035 ], [ 106.119931425000061, 29.289711998000083 ], [ 106.119864058000076, 29.289789496000083 ], [ 106.119846471000074, 29.289835450000062 ], [ 106.11984478800008, 29.289865415000065 ], [ 106.119845077000036, 29.289891839000056 ], [ 106.119857442000068, 29.289919924000053 ], [ 106.119879911000069, 29.289953208000043 ], [ 106.119924698000034, 29.290005687000075 ], [ 106.119989714000042, 29.29007032800007 ], [ 106.120087263000073, 29.290168007000091 ], [ 106.12010487200007, 29.290189752000064 ], [ 106.12012050800007, 29.290233901000072 ], [ 106.120122018000075, 29.290264737000083 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.117825860000039, 29.29004578100006 ], [ 106.117835448000051, 29.290028562000089 ], [ 106.117841635000048, 29.289987818000036 ], [ 106.117870967000044, 29.289941066000033 ], [ 106.117923381000026, 29.289882496000075 ], [ 106.11800560100005, 29.289820769000077 ], [ 106.118130983000086, 29.289764493000064 ], [ 106.118253272000061, 29.289728589000049 ], [ 106.118326083000056, 29.289716354000056 ], [ 106.118378971000027, 29.289701378000075 ], [ 106.118448151000052, 29.289660107000074 ], [ 106.118497469000033, 29.289621908000068 ], [ 106.118530085000032, 29.289572222000054 ], [ 106.118559575000063, 29.289540002000084 ], [ 106.118599202000041, 29.289525139000094 ], [ 106.118668602000071, 29.289504210000075 ], [ 106.118814004000058, 29.289459393000069 ], [ 106.118871926000054, 29.289441186000097 ], [ 106.118890003000061, 29.289435504000043 ], [ 106.11892621800007, 29.289411947000083 ], [ 106.118945794000069, 29.289382717000073 ], [ 106.118952211000078, 29.289359266000076 ], [ 106.11896811400004, 29.289301145000081 ], [ 106.118983513000046, 29.289201274000046 ], [ 106.118915135000066, 29.289207064000042 ], [ 106.118549174000066, 29.289238046000044 ], [ 106.118242355000064, 29.289217837000081 ], [ 106.117773911000029, 29.289148870000073 ], [ 106.117750287000035, 29.289140814000067 ], [ 106.11772949200008, 29.289227408000048 ], [ 106.11772983000003, 29.289258430000078 ], [ 106.117752370000062, 29.289297023000078 ], [ 106.117788095000037, 29.289327748000066 ], [ 106.117854783000041, 29.289358215000043 ], [ 106.117974680000032, 29.289399870000072 ], [ 106.11802805700006, 29.289426570000039 ], [ 106.11805034300005, 29.289441896000085 ], [ 106.118054936000092, 29.289457369000047 ], [ 106.118046258000049, 29.289472954000075 ], [ 106.118028775000028, 29.289492491000093 ], [ 106.117998108000066, 29.28951989400008 ], [ 106.117861739000034, 29.289590840000074 ], [ 106.117742857000053, 29.289642250000046 ], [ 106.117676799000037, 29.289669949000089 ], [ 106.117615337000075, 29.289713122000073 ], [ 106.117597854000053, 29.289732659000041 ], [ 106.117567313000052, 29.289771695000073 ], [ 106.117537109000068, 29.289841753000079 ], [ 106.11750707200008, 29.28992732200004 ], [ 106.117450370000029, 29.290001478000082 ], [ 106.117419829000028, 29.29004051600009 ], [ 106.117371845000037, 29.29010296600006 ], [ 106.117354320000061, 29.290118625000051 ], [ 106.117305873000078, 29.290138420000066 ], [ 106.117266273000041, 29.290158142000056 ], [ 106.117244324000069, 29.290173838000044 ], [ 106.11720927500005, 29.29020515600007 ], [ 106.117196215000035, 29.290224656000078 ], [ 106.117196807000028, 29.290278943000082 ], [ 106.11723278400008, 29.290332934000045 ], [ 106.117286161000038, 29.290359635000076 ], [ 106.117312703000053, 29.290359413000086 ], [ 106.117418865000047, 29.290358525000048 ], [ 106.117471863000063, 29.29035032600007 ], [ 106.117520352000042, 29.290334408000035 ], [ 106.117599272000064, 29.290263068000055 ], [ 106.117678239000043, 29.290207181000088 ], [ 106.117737347000059, 29.290154368000056 ], [ 106.117783192000047, 29.290101665000059 ], [ 106.117819187000066, 29.290057764000043 ], [ 106.117825860000039, 29.29004578100006 ] ], [ [ 106.118457617000047, 29.289568029000062 ], [ 106.118461883000066, 29.289584700000034 ], [ 106.118448453000042, 29.289601519000087 ], [ 106.118411827000045, 29.289613761000059 ], [ 106.118386139000052, 29.289629492000074 ], [ 106.118360323000047, 29.289634480000071 ], [ 106.118329206000055, 29.289652639000046 ], [ 106.118314325000028, 29.289661117000037 ], [ 106.118290098000045, 29.289686380000024 ], [ 106.118254263000054, 29.28970114100008 ], [ 106.118241050000051, 29.289687882000063 ], [ 106.118188592000081, 29.289671136000042 ], [ 106.11813621500005, 29.289662030000038 ], [ 106.118081523000072, 29.28963957600007 ], [ 106.118068330000028, 29.28962822800008 ], [ 106.118054930000028, 29.289597786000058 ], [ 106.118034925000075, 29.289561671000062 ], [ 106.118036710000069, 29.28952537300006 ], [ 106.118053974000077, 29.289509957000071 ], [ 106.11811287400009, 29.289519017000082 ], [ 106.118154236000066, 29.289516759000037 ], [ 106.11821976300007, 29.289533395000028 ], [ 106.118254739000065, 29.289544559000035 ], [ 106.118298254000081, 29.289540378000087 ], [ 106.118330778000043, 29.289526737000077 ], [ 106.118378697000026, 29.289526336000048 ], [ 106.118422273000078, 29.289527884000044 ], [ 106.11844680400003, 29.289524737000075 ], [ 106.118457617000047, 29.289568029000062 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.118284379000045, 29.291793288000061 ], [ 106.11823879800005, 29.291804162000062 ], [ 106.118205991000082, 29.291791707000073 ], [ 106.118171790000076, 29.291762292000044 ], [ 106.118104665000047, 29.29170981700009 ], [ 106.118060635000063, 29.291666667000072 ], [ 106.118007098000078, 29.291633669000078 ], [ 106.11800446500007, 29.291618545000063 ], [ 106.118004253000038, 29.291599076000068 ], [ 106.118006580000042, 29.291586075000058 ], [ 106.118013701000052, 29.291560052000087 ], [ 106.118023102000052, 29.29151670200007 ], [ 106.118027141000027, 29.29143445200009 ], [ 106.11802669500004, 29.291393349000085 ], [ 106.118023966000081, 29.291369572000068 ], [ 106.11801388400005, 29.291350185000059 ], [ 106.117996490000053, 29.291339511000047 ], [ 106.117991413000041, 29.291326574000031 ], [ 106.117983114000026, 29.291244427000031 ], [ 106.117985016000034, 29.291192487000053 ], [ 106.118001844000048, 29.291151237000062 ], [ 106.118023748000041, 29.291122927000064 ], [ 106.118072846000075, 29.291098716000079 ], [ 106.118134331000078, 29.291078730000031 ], [ 106.118250085000057, 29.29104289800005 ], [ 106.118171819000054, 29.290973608000058 ], [ 106.118076810000048, 29.290912375000065 ], [ 106.117990646000067, 29.290881429000081 ], [ 106.117924672000072, 29.290899169000053 ], [ 106.117824322000061, 29.290951375000084 ], [ 106.117695040000072, 29.291033581000072 ], [ 106.117617221000046, 29.291059335000064 ], [ 106.117575275000036, 29.291064420000058 ], [ 106.117571008000027, 29.291107112000084 ], [ 106.117569063000076, 29.291121907000047 ], [ 106.117573377000056, 29.291131107000076 ], [ 106.117577692000054, 29.291140308000081 ], [ 106.117611647000047, 29.291162191000069 ], [ 106.117635026000073, 29.291180469000047 ], [ 106.117654252000079, 29.291204323000049 ], [ 106.11766508900007, 29.291231942000074 ], [ 106.11766553300005, 29.291272579000072 ], [ 106.117655299000035, 29.291300375000052 ], [ 106.117647112000057, 29.291322611000059 ], [ 106.117638924000062, 29.291344847000058 ], [ 106.117630857000066, 29.291378167000055 ], [ 106.117631219000032, 29.291411413000041 ], [ 106.117633608000062, 29.291437256000052 ], [ 106.117648639000038, 29.291462993000039 ], [ 106.117670193000038, 29.291507148000047 ], [ 106.117702284000075, 29.29155121500008 ], [ 106.117708766000078, 29.291565939000058 ], [ 106.117708906000075, 29.291578869000091 ], [ 106.117702806000068, 29.291599241000078 ], [ 106.117694481000058, 29.291666667000072 ], [ 106.117693083000063, 29.291676608000046 ], [ 106.11768274700006, 29.291699226000041 ], [ 106.117660155000067, 29.291707368000061 ], [ 106.117607357000054, 29.291718412000076 ], [ 106.11758786200005, 29.291733155000088 ], [ 106.117571463000047, 29.291754498000049 ], [ 106.117574804000085, 29.291783629000054 ], [ 106.117587173000061, 29.291808709000065 ], [ 106.117604135000079, 29.291839051000057 ], [ 106.11761651900008, 29.29186545500005 ], [ 106.117630587000065, 29.291907750000068 ], [ 106.117644726000037, 29.29195667100004 ], [ 106.117622698000048, 29.292016498000073 ], [ 106.117589972000076, 29.292065812000082 ], [ 106.117563264000069, 29.292112424000035 ], [ 106.117557608000041, 29.292148257000065 ], [ 106.117565498000033, 29.292178675000059 ], [ 106.117577982000057, 29.292214357000034 ], [ 106.117607212000053, 29.292260501000055 ], [ 106.117655821000028, 29.292281300000067 ], [ 106.117680140000061, 29.292293026000049 ], [ 106.117731571000036, 29.292295246000048 ], [ 106.117785982000044, 29.292293465000064 ], [ 106.117853785000079, 29.292271692000039 ], [ 106.117894372000094, 29.292250145000082 ], [ 106.11795316000007, 29.292233749000047 ], [ 106.118014814000048, 29.292202748000079 ], [ 106.118125923000036, 29.29213157300007 ], [ 106.118247436000047, 29.292041694000094 ], [ 106.118286983000075, 29.29200635900008 ], [ 106.118308346000049, 29.291967993000068 ], [ 106.118329697000036, 29.291928567000067 ], [ 106.118336518000035, 29.291888202000049 ], [ 106.118321617000049, 29.291853322000058 ], [ 106.118298190000075, 29.29181321000004 ], [ 106.118284379000045, 29.291793288000061 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.120071880000069, 29.293393319000071 ], [ 106.120080042000041, 29.293380516000074 ], [ 106.120094569000074, 29.293360447000062 ], [ 106.120007439000062, 29.293349879000065 ], [ 106.119841267000027, 29.29332980800007 ], [ 106.119762195000078, 29.293313777000037 ], [ 106.119741335000072, 29.293293770000048 ], [ 106.119665764000047, 29.29330581500005 ], [ 106.119574193000062, 29.293312576000069 ], [ 106.119503073000033, 29.293313172000072 ], [ 106.119415632000042, 29.293322298000071 ], [ 106.119344734000038, 29.293343276000083 ], [ 106.119306700000038, 29.293367575000048 ], [ 106.119267468000032, 29.293407472000062 ], [ 106.119206406000046, 29.293452347000084 ], [ 106.119073391000029, 29.293546985000035 ], [ 106.119011066000041, 29.293601463000076 ], [ 106.118988285000057, 29.293644820000054 ], [ 106.118980114000067, 29.293664949000053 ], [ 106.119005798000046, 29.293675082000043 ], [ 106.11900896700007, 29.293715632000044 ], [ 106.119025584000042, 29.293741744000037 ], [ 106.119055537000065, 29.293741494000084 ], [ 106.119080376000056, 29.293772317000052 ], [ 106.119091629000096, 29.293805636000062 ], [ 106.119121661000065, 29.293812548000062 ], [ 106.119159462000027, 29.293783580000081 ], [ 106.119213750000029, 29.293768808000038 ], [ 106.119249305000039, 29.293782827000083 ], [ 106.119295849000025, 29.293806307000064 ], [ 106.11935025400004, 29.293801078000058 ], [ 106.119401746000051, 29.293779167000086 ], [ 106.119448084000055, 29.293783552000043 ], [ 106.119486485000039, 29.29380949100004 ], [ 106.119467686000064, 29.293833508000034 ], [ 106.119429781000065, 29.29385292400007 ], [ 106.119425595000052, 29.293903972000066 ], [ 106.119466382000041, 29.293898858000027 ], [ 106.119490936000034, 29.29390342500006 ], [ 106.119515618000037, 29.293919925000068 ], [ 106.11955918700005, 29.29391955900007 ], [ 106.119610654000041, 29.293895258000081 ], [ 106.119640182000069, 29.293856826000074 ], [ 106.119658901000037, 29.293825636000058 ], [ 106.119685765000042, 29.293791997000085 ], [ 106.119723383000064, 29.293746332000069 ], [ 106.11973391600003, 29.293712831000054 ], [ 106.119757844000048, 29.293660119000037 ], [ 106.119773706000046, 29.293617018000081 ], [ 106.119786824000073, 29.293571560000082 ], [ 106.119802749000044, 29.293533240000041 ], [ 106.119818845000054, 29.293511627000047 ], [ 106.119859451000082, 29.293489798000053 ], [ 106.119894771000077, 29.293482348000047 ], [ 106.119946421000066, 29.293474753000055 ], [ 106.119968011000026, 29.293457865000054 ], [ 106.11999757500007, 29.293421812000076 ], [ 106.120008254000027, 29.293402625000059 ], [ 106.120071880000069, 29.293393319000071 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.120499816000063, 29.292743749000067 ], [ 106.120476859000064, 29.292742389000061 ], [ 106.12043950900005, 29.292762756000059 ], [ 106.120413639000049, 29.292787320000059 ], [ 106.120399120000059, 29.292804618000055 ], [ 106.120391357000074, 29.29284192200004 ], [ 106.12040634400006, 29.292867578000081 ], [ 106.120419724000044, 29.292896099000075 ], [ 106.120424919000072, 29.292923272000053 ], [ 106.120430248000048, 29.292961890000065 ], [ 106.120440374000069, 29.292991882000074 ], [ 106.120456933000085, 29.293011788000058 ], [ 106.120473529000037, 29.293035995000071 ], [ 106.120499916000028, 29.293058689000077 ], [ 106.120519675000025, 29.293072848000069 ], [ 106.120534582000062, 29.293091333000074 ], [ 106.120559286000059, 29.293109744000045 ], [ 106.120583943000042, 29.293123855000086 ], [ 106.120605385000033, 29.293142295000052 ], [ 106.120610470000031, 29.293159436000057 ], [ 106.120607537000069, 29.293189537000043 ], [ 106.120594765000078, 29.293216852000057 ], [ 106.120580343000029, 29.293242755000051 ], [ 106.120561099000042, 29.293275852000082 ], [ 106.120548220000046, 29.293293145000067 ], [ 106.120521175000093, 29.293353542000091 ], [ 106.120505430000037, 29.293362109000036 ], [ 106.120507591000035, 29.293306394000069 ], [ 106.120508976000067, 29.293283470000059 ], [ 106.120510243000069, 29.293250524000079 ], [ 106.120491965000042, 29.293222035000042 ], [ 106.120468740000035, 29.29318929500004 ], [ 106.120394868000062, 29.293156979000063 ], [ 106.120368607000046, 29.293145742000021 ], [ 106.120330992000049, 29.293141755000072 ], [ 106.120289915000058, 29.293120620000085 ], [ 106.120253911000077, 29.293115194000052 ], [ 106.120208155000057, 29.293114143000082 ], [ 106.120142908000048, 29.293123287000071 ], [ 106.120120189000033, 29.293138255000081 ], [ 106.120133557000045, 29.293169783000067 ], [ 106.120154353000032, 29.293158858000087 ], [ 106.120202488000075, 29.293149262000043 ], [ 106.120250745000078, 29.293150696000055 ], [ 106.120313800000076, 29.293163037000053 ], [ 106.120399946000077, 29.293177023000055 ], [ 106.120452658000033, 29.293202321000077 ], [ 106.120473851000042, 29.293222367000059 ], [ 106.120478466000066, 29.293260939000042 ], [ 106.120470559000069, 29.293305131000068 ], [ 106.120462492000058, 29.293334616000035 ], [ 106.120448092000075, 29.293360478000061 ], [ 106.120427300000074, 29.293377198000087 ], [ 106.120372818000078, 29.293409782000083 ], [ 106.120413572000089, 29.293420403000084 ], [ 106.120440659000053, 29.293430521000058 ], [ 106.12050098800006, 29.293453055000047 ], [ 106.120588311000063, 29.293487934000034 ], [ 106.120649454000045, 29.293420156000085 ], [ 106.120671375000029, 29.293387425000049 ], [ 106.120702981000093, 29.293335083000045 ], [ 106.120709885000053, 29.293287289000087 ], [ 106.120709246000047, 29.293228708000072 ], [ 106.120693733000053, 29.293168083000083 ], [ 106.120668436000074, 29.293118389000085 ], [ 106.120638215000042, 29.293070906000082 ], [ 106.12059554700005, 29.29301701800005 ], [ 106.120542859000068, 29.29295236400008 ], [ 106.12050492700007, 29.292878908000038 ], [ 106.120494151000059, 29.292798715000057 ], [ 106.120499816000063, 29.292743749000067 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.112492327000041, 29.317879919000067 ], [ 106.112485104000029, 29.317932331000069 ], [ 106.112469087000079, 29.317989322000077 ], [ 106.112444627000059, 29.318034721000057 ], [ 106.112347125000042, 29.31813082300005 ], [ 106.112342193000075, 29.318133648000078 ], [ 106.112419095000064, 29.318163420000079 ], [ 106.112477083000044, 29.318185940000035 ], [ 106.112517624000077, 29.318213205000067 ], [ 106.112552917000073, 29.318240513000038 ], [ 106.112574295000059, 29.318275606000046 ], [ 106.112588758000072, 29.318318423000051 ], [ 106.11259773900008, 29.318339817000034 ], [ 106.11260195400007, 29.31840572200008 ], [ 106.112602536000054, 29.318459389000058 ], [ 106.112627763000035, 29.318526653000056 ], [ 106.112654274000079, 29.318550968000054 ], [ 106.112703464000049, 29.318568960000047 ], [ 106.112752821000072, 29.318602285000054 ], [ 106.112774166000065, 29.318634310000053 ], [ 106.112777981000093, 29.318663415000067 ], [ 106.112753852000026, 29.318697353000058 ], [ 106.112717326000052, 29.318717593000088 ], [ 106.112654255000052, 29.318710451000076 ], [ 106.112586069000031, 29.318715620000038 ], [ 106.112561807000077, 29.318737291000048 ], [ 106.112537628000041, 29.318766629000038 ], [ 106.112481872000046, 29.318788562000062 ], [ 106.112363145000074, 29.318812554000083 ], [ 106.112207592000061, 29.318829185000084 ], [ 106.112137623000081, 29.318831301000042 ], [ 106.112100680000026, 29.318813207000055 ], [ 106.112070587000062, 29.31878125500009 ], [ 106.112040444000058, 29.318744702000053 ], [ 106.112009440000065, 29.318687277000034 ], [ 106.112004317000071, 29.318697475000082 ], [ 106.111991784000054, 29.318800087000056 ], [ 106.111965231000056, 29.319048037000069 ], [ 106.111953351000082, 29.319161780000062 ], [ 106.112018116000058, 29.319166391000063 ], [ 106.112046459000055, 29.319176572000064 ], [ 106.112070384000049, 29.31919069600006 ], [ 106.112088566000082, 29.319223098000066 ], [ 106.112118675000033, 29.319259309000071 ], [ 106.112148474000037, 29.319266872000071 ], [ 106.112213986000029, 29.319279349000059 ], [ 106.112391152000043, 29.319311728000056 ], [ 106.112467036000055, 29.31932151400008 ], [ 106.112513107000041, 29.31932243100005 ], [ 106.112558881000041, 29.319296006000059 ], [ 106.112585228000057, 29.319259327000058 ], [ 106.112710948000029, 29.31920619300007 ], [ 106.112749096000073, 29.319161602000058 ], [ 106.112781161000044, 29.319104041000063 ], [ 106.11283265000003, 29.319056734000068 ], [ 106.112879896000038, 29.319028995000057 ], [ 106.112915469000029, 29.319020886000089 ], [ 106.112986712000065, 29.319013781000081 ], [ 106.113050469000029, 29.31900153000004 ], [ 106.11311558500006, 29.318977548000078 ], [ 106.113313850000054, 29.318900371000041 ], [ 106.113362383000037, 29.318854391000059 ], [ 106.113398959000051, 29.318802 ], [ 106.113432635000038, 29.318756144000073 ], [ 106.113451539000039, 29.318718224000062 ], [ 106.113459859000045, 29.318663464000057 ], [ 106.113453379000077, 29.318614037000085 ], [ 106.113423326000031, 29.318583036000067 ], [ 106.113380128000074, 29.318572980000056 ], [ 106.113335472000074, 29.31856553900008 ], [ 106.11329235900007, 29.318563294000057 ], [ 106.11323877600006, 29.31855462600004 ], [ 106.113062940000091, 29.318507912000086 ], [ 106.113009384000065, 29.318501848000032 ], [ 106.112952717000042, 29.318482789000075 ], [ 106.112884063000081, 29.318454714000033 ], [ 106.112848054000054, 29.318422460000075 ], [ 106.112754754000036, 29.31831385800006 ], [ 106.112641519000078, 29.318148127000082 ], [ 106.112608198000032, 29.318089809000078 ], [ 106.112600119000035, 29.318029976000048 ], [ 106.112596683000049, 29.317987034000055 ], [ 106.112582731000032, 29.317933762000056 ], [ 106.11256303600004, 29.317898769000063 ], [ 106.112509382000056, 29.317883590000058 ], [ 106.112492327000041, 29.317879919000067 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.114178976000062, 29.312405249000051 ], [ 106.114166841000042, 29.312334956000079 ], [ 106.114134666000041, 29.312302413000051 ], [ 106.114098819000048, 29.312276464000036 ], [ 106.114061259000039, 29.312265293000053 ], [ 106.113991531000067, 29.31225129500007 ], [ 106.114012138000078, 29.312277836000074 ], [ 106.114012650000063, 29.312324921000084 ], [ 106.113979498000049, 29.312364440000064 ], [ 106.113954939000052, 29.312370531000052 ], [ 106.113921211000047, 29.312357078000041 ], [ 106.113876271000038, 29.312341757000063 ], [ 106.11382924100009, 29.312340186000089 ], [ 106.113759848000029, 29.312340765000037 ], [ 106.113663634000034, 29.31234549200008 ], [ 106.113596456000039, 29.312344091000053 ], [ 106.113549213000056, 29.312322901000073 ], [ 106.11351312000005, 29.312297695000034 ], [ 106.113499327000056, 29.312264455000037 ], [ 106.113487368000051, 29.312193919000038 ], [ 106.113471123000068, 29.312141078000085 ], [ 106.113455070000043, 29.312105896000052 ], [ 106.113454793000074, 29.312080390000069 ], [ 106.113483702000053, 29.31206249000007 ], [ 106.113535230000025, 29.312065986000047 ], [ 106.113623373000053, 29.312044468000064 ], [ 106.113565162000043, 29.312027806000057 ], [ 106.113507166000034, 29.312004001000048 ], [ 106.113458362000074, 29.311976069000082 ], [ 106.113365419000047, 29.311924217000069 ], [ 106.113330473000076, 29.311896170000068 ], [ 106.113281604000065, 29.311862167000065 ], [ 106.113253722000081, 29.311825122000066 ], [ 106.113245658000039, 29.311858846000067 ], [ 106.11319876400006, 29.311930869000037 ], [ 106.113144735000049, 29.311973104000053 ], [ 106.11310638100008, 29.311995311000096 ], [ 106.113067789000084, 29.311995633000038 ], [ 106.113037977000033, 29.311968025000056 ], [ 106.113019318000056, 29.311922416000073 ], [ 106.113014044000067, 29.311854807000088 ], [ 106.113002997000081, 29.31182119500005 ], [ 106.112981051000077, 29.311827750000081 ], [ 106.112956851000035, 29.311834030000057 ], [ 106.112915968000038, 29.311837444000048 ], [ 106.112929564000069, 29.31184433400005 ], [ 106.112944480000067, 29.311864451000076 ], [ 106.112955278000072, 29.31189196500009 ], [ 106.112957717000029, 29.311923227000072 ], [ 106.112960374000068, 29.311974732000056 ], [ 106.112942098000076, 29.312031929000053 ], [ 106.112885773000073, 29.312065522000065 ], [ 106.112879646000067, 29.312065573000041 ], [ 106.112949455000035, 29.312113906000032 ], [ 106.113037561000056, 29.312145557000061 ], [ 106.113125730000036, 29.312183281000049 ], [ 106.11321619000006, 29.312218961000038 ], [ 106.113276739000085, 29.312265012000058 ], [ 106.113330336000047, 29.312309096000035 ], [ 106.113379270000053, 29.312349171000051 ], [ 106.113402716000053, 29.312381361000064 ], [ 106.113430822000055, 29.312417562000068 ], [ 106.11345895200003, 29.312455786000037 ], [ 106.113507734000052, 29.312481692000066 ], [ 106.113558604000048, 29.312487341000054 ], [ 106.113632503000076, 29.312486725000046 ], [ 106.113699473000054, 29.312486166000042 ], [ 106.113748034000025, 29.312491833000081 ], [ 106.113803678000068, 29.312511610000065 ], [ 106.113868646000071, 29.312539407000099 ], [ 106.113910302000079, 29.312547156000054 ], [ 106.113951716000031, 29.312532641000068 ], [ 106.113993020000066, 29.312508007000073 ], [ 106.114070942000069, 29.312452705000045 ], [ 106.114135318000081, 29.312425853000043 ], [ 106.114178976000062, 29.312405249000051 ] ], [ [ 106.113374301000079, 29.312022910000053 ], [ 106.113295649000065, 29.312102808000077 ], [ 106.113176124000063, 29.312030292000081 ], [ 106.113210400000085, 29.311976541000035 ], [ 106.113247672000057, 29.311998190000054 ], [ 106.113277767000056, 29.311960704000057 ], [ 106.113374301000079, 29.312022910000053 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.112147321000066, 29.312868806000036 ], [ 106.112138534000053, 29.312864549000039 ], [ 106.112114520000034, 29.312851435000084 ], [ 106.112083668000025, 29.312807948000053 ], [ 106.112083255000073, 29.312769913000064 ], [ 106.112104170000066, 29.312697466000088 ], [ 106.112120994000065, 29.312647875000042 ], [ 106.112155464000068, 29.312624765000066 ], [ 106.112183673000061, 29.312624530000047 ], [ 106.112220664000063, 29.312633731000062 ], [ 106.112251188000073, 29.312646790000098 ], [ 106.112279622000088, 29.312667475000069 ], [ 106.112325561000034, 29.312701327000067 ], [ 106.112351971000081, 29.312735342000053 ], [ 106.112356827000042, 29.31278284900009 ], [ 106.112355173000026, 29.31283041100005 ], [ 106.11235341500003, 29.312868465000065 ], [ 106.112323453000045, 29.312887812000049 ], [ 106.112397908000048, 29.312919105000052 ], [ 106.112452176000033, 29.312954075000054 ], [ 106.112490022000031, 29.312993117000069 ], [ 106.112521881000077, 29.313032211000067 ], [ 106.112550775000045, 29.313073951000039 ], [ 106.112606440000036, 29.313099725000086 ], [ 106.112667950000059, 29.313112332000056 ], [ 106.112736959000074, 29.313126188000073 ], [ 106.112789766000049, 29.313149437000057 ], [ 106.112839605000033, 29.313124672000075 ], [ 106.112870739000073, 29.313105397000069 ], [ 106.112908920000052, 29.313069157000079 ], [ 106.112913076000055, 29.313007844000087 ], [ 106.112861923000025, 29.312959671000041 ], [ 106.112811093000062, 29.312941077000062 ], [ 106.112677882000071, 29.312885136000084 ], [ 106.11259302600007, 29.312841470000084 ], [ 106.112522471000034, 29.312782892000087 ], [ 106.112480824000045, 29.312721962000065 ], [ 106.112448728000061, 29.312652499000073 ], [ 106.11240409800007, 29.312538767000042 ], [ 106.112367112000072, 29.312463006000087 ], [ 106.112325763000072, 29.312429542000075 ], [ 106.112279890000082, 29.312423586000087 ], [ 106.11221486900007, 29.312430466000077 ], [ 106.112154876000034, 29.312456322000063 ], [ 106.112089969000067, 29.312473766000043 ], [ 106.111972027000036, 29.312491654000034 ], [ 106.111892289000082, 29.312475414000055 ], [ 106.11182956500005, 29.312471710000079 ], [ 106.111776826000039, 29.312499618000061 ], [ 106.111775402000035, 29.312501851000043 ], [ 106.111738896000077, 29.312559099000058 ], [ 106.111741903000052, 29.312614013000086 ], [ 106.111766399000032, 29.312649730000082 ], [ 106.111790280000037, 29.312679706000043 ], [ 106.111798174000057, 29.312689613000085 ], [ 106.111813027000039, 29.312725411000088 ], [ 106.111818307000078, 29.312767628000071 ], [ 106.111774037000032, 29.312909569000048 ], [ 106.111721642000077, 29.312969171000081 ], [ 106.111676526000053, 29.31303293700006 ], [ 106.111661985000069, 29.313089503000064 ], [ 106.111658018000071, 29.313104934000084 ], [ 106.111637976000054, 29.313125705000058 ], [ 106.111598414000071, 29.313166708000043 ], [ 106.111521728000071, 29.313209607000083 ], [ 106.111464236000074, 29.313243894000038 ], [ 106.111382844000047, 29.313297398000095 ], [ 106.11136160500007, 29.313339835000086 ], [ 106.111364310000056, 29.313364900000067 ], [ 106.111370066000063, 29.313365212000051 ], [ 106.111397905000047, 29.313373089000038 ], [ 106.11144452800005, 29.313406756000067 ], [ 106.111457727000072, 29.313429349000042 ], [ 106.111459822000029, 29.313452035000065 ], [ 106.111449143000073, 29.313491045000028 ], [ 106.111445558000071, 29.313495760000087 ], [ 106.111479274000033, 29.313519683000035 ], [ 106.11155715700005, 29.313529522000064 ], [ 106.111626913000066, 29.313525445000042 ], [ 106.111696461000065, 29.31350214400004 ], [ 106.11174139600007, 29.31341612600005 ], [ 106.11173883400005, 29.313363713000061 ], [ 106.111738436000053, 29.313327012000045 ], [ 106.111747951000041, 29.313284985000056 ], [ 106.11177951600007, 29.31325326100006 ], [ 106.111823310000034, 29.313245905000088 ], [ 106.111895098000048, 29.313245307000052 ], [ 106.111968293000075, 29.31319051600007 ], [ 106.111985708000077, 29.313141430000091 ], [ 106.111993154000061, 29.313092429000051 ], [ 106.112004569000078, 29.313041647000034 ], [ 106.112035925000043, 29.312990699000068 ], [ 106.112069256000041, 29.312937986000072 ], [ 106.11209290000005, 29.312911572000075 ], [ 106.112147321000066, 29.312868806000036 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.11321609800008, 29.309440337000062 ], [ 106.113126758000078, 29.30959027900008 ], [ 106.11299996300005, 29.309781233000084 ], [ 106.113099308000074, 29.30981276500005 ], [ 106.11324991400005, 29.309877202000056 ], [ 106.113297290000048, 29.30992607700005 ], [ 106.113325959000065, 29.309977844000056 ], [ 106.113320664000071, 29.310065479000059 ], [ 106.113215679000064, 29.310175842000028 ], [ 106.113100968000026, 29.310253440000064 ], [ 106.113038453000058, 29.310248487000081 ], [ 106.112991255000054, 29.310216034000064 ], [ 106.112900516000082, 29.31020036700005 ], [ 106.112825600000065, 29.310203729000083 ], [ 106.112774539000043, 29.310218085000095 ], [ 106.112752185000033, 29.31026233000005 ], [ 106.112758621000069, 29.310309043000078 ], [ 106.112778776000027, 29.310345250000076 ], [ 106.112854113000026, 29.31036713900005 ], [ 106.112937278000061, 29.310382035000089 ], [ 106.113014478000025, 29.310393516000087 ], [ 106.113109480000048, 29.310406582000045 ], [ 106.113218467000081, 29.310433386000053 ], [ 106.11327409900008, 29.310460636000069 ], [ 106.11334755300004, 29.310491202000033 ], [ 106.113399214000026, 29.310516753000055 ], [ 106.113456803000076, 29.310542254000033 ], [ 106.113510101000031, 29.310536614000053 ], [ 106.11357879500008, 29.31049273800005 ], [ 106.113606084000025, 29.310457869000054 ], [ 106.113631153000028, 29.310400499000075 ], [ 106.113630795000063, 29.310367592000031 ], [ 106.113630363000027, 29.310327757000039 ], [ 106.11362771000006, 29.310265423000086 ], [ 106.113624812000069, 29.310180574000075 ], [ 106.113602173000061, 29.310097622000065 ], [ 106.113558023000053, 29.310035635000073 ], [ 106.113518011000053, 29.309990933000048 ], [ 106.113476156000047, 29.309958372000033 ], [ 106.113453930000048, 29.309913522000034 ], [ 106.113437670000053, 29.309872087000098 ], [ 106.113435092000032, 29.309816681000083 ], [ 106.113446008000039, 29.30972998500005 ], [ 106.11344529400003, 29.309664171000065 ], [ 106.113462007000066, 29.309565301000081 ], [ 106.113461706000081, 29.309537590000041 ], [ 106.113472925000053, 29.309478605000042 ], [ 106.113452788000075, 29.309444130000088 ], [ 106.113409144000059, 29.309428906000058 ], [ 106.113322083000071, 29.309419238000089 ], [ 106.11324718000003, 29.309437184000046 ], [ 106.11321609800008, 29.309440337000062 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.113390652000078, 29.308518682000063 ], [ 106.113389543000039, 29.308517717000086 ], [ 106.113194695000061, 29.308322816000047 ], [ 106.113102381000033, 29.308238021000079 ], [ 106.113032198000042, 29.308295885000057 ], [ 106.112989956000035, 29.30832625700009 ], [ 106.112972552000031, 29.308351583000047 ], [ 106.112953062000031, 29.308388548000046 ], [ 106.112922777000051, 29.308448846000076 ], [ 106.112885715000061, 29.308495642000075 ], [ 106.11285742900003, 29.30853655400006 ], [ 106.112815780000062, 29.308567893000088 ], [ 106.112747697000032, 29.308607200000036 ], [ 106.11268597000003, 29.308621273000089 ], [ 106.112624117000053, 29.308623725000071 ], [ 106.112551384000028, 29.308641764000058 ], [ 106.112454615000061, 29.308685183000076 ], [ 106.112388679000048, 29.308718661000057 ], [ 106.112346568000078, 29.308707390000045 ], [ 106.112330825000072, 29.308682341000068 ], [ 106.112310560000026, 29.308647644000075 ], [ 106.112232671000072, 29.308597932000051 ], [ 106.112135336000051, 29.308589058000049 ], [ 106.111982819000048, 29.308586454000075 ], [ 106.111874520000072, 29.308585419000053 ], [ 106.111629359000062, 29.308599082000057 ], [ 106.111518892000049, 29.308601938000031 ], [ 106.111406423000062, 29.308624182000067 ], [ 106.111360459000025, 29.308665240000042 ], [ 106.111345367000069, 29.308700231000049 ], [ 106.111347871000078, 29.308727328000089 ], [ 106.111356983000064, 29.308752433000052 ], [ 106.111383731000046, 29.308773517000077 ], [ 106.111417130000063, 29.308796482000048 ], [ 106.111457137000059, 29.30881745600005 ], [ 106.111504004000039, 29.308859679000086 ], [ 106.111564383000029, 29.308925033000037 ], [ 106.111704627000051, 29.30901877700007 ], [ 106.111753662000069, 29.30905710900004 ], [ 106.111802468000064, 29.309074135000067 ], [ 106.111848894000047, 29.309075686000082 ], [ 106.111882103000028, 29.309081219000063 ], [ 106.111924215000045, 29.309092491000055 ], [ 106.111957635000067, 29.309117393000065 ], [ 106.112055665000085, 29.309190181000073 ], [ 106.112131343000044, 29.309239912000077 ], [ 106.112182462000078, 29.309266604000069 ], [ 106.112218842000061, 29.309305048000049 ], [ 106.112245882000082, 29.309250002000049 ], [ 106.112315025000044, 29.309176778000054 ], [ 106.112399609000079, 29.309094345000059 ], [ 106.112497215000076, 29.309018614000081 ], [ 106.112635672000067, 29.308888057000051 ], [ 106.112683898000057, 29.30879684600006 ], [ 106.11276352200008, 29.308734886000078 ], [ 106.112833156000079, 29.308707062000046 ], [ 106.112913199000047, 29.308683693000027 ], [ 106.112977752000063, 29.308664993000036 ], [ 106.113044846000037, 29.30864173100008 ], [ 106.113122176000047, 29.308607034000076 ], [ 106.113189221000027, 29.308579231000074 ], [ 106.113261616000045, 29.30856727600008 ], [ 106.113327715000025, 29.308547446000038 ], [ 106.113390652000078, 29.308518682000063 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.107374130000039, 29.304346601000073 ], [ 106.107378229000062, 29.304395132000074 ], [ 106.107397504000062, 29.304451330000067 ], [ 106.10745195800007, 29.304499965000041 ], [ 106.10753945700003, 29.304535600000065 ], [ 106.107620775000044, 29.304574922000072 ], [ 106.107642043000055, 29.304585109000072 ], [ 106.107635766000044, 29.304564810000052 ], [ 106.107605026000044, 29.304542151000071 ], [ 106.107567679000056, 29.304513817000039 ], [ 106.107512714000052, 29.304466535000074 ], [ 106.107459856000048, 29.304413516000064 ], [ 106.107418116000076, 29.304381403000036 ], [ 106.107374130000039, 29.304346601000073 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.107374130000039, 29.304346601000073 ], [ 106.107373473000052, 29.304338813000072 ], [ 106.107408181000039, 29.304287621000071 ], [ 106.107449053000039, 29.304230924000077 ], [ 106.10750250500007, 29.304186847000036 ], [ 106.10760816100003, 29.304175064000049 ], [ 106.107660030000034, 29.304176451000046 ], [ 106.107716341000071, 29.304205073000041 ], [ 106.107774766000034, 29.304237312000048 ], [ 106.107799242000056, 29.304253568000039 ], [ 106.107820727000046, 29.304267838000047 ], [ 106.107874907000053, 29.304291021000036 ], [ 106.107922686000052, 29.304297897000083 ], [ 106.107986959000073, 29.304295546000048 ], [ 106.108030435000046, 29.304287912000049 ], [ 106.108055067000066, 29.304264076000042 ], [ 106.10810439100004, 29.304221851000076 ], [ 106.108183484000051, 29.304182409000077 ], [ 106.107977801000061, 29.304158055000073 ], [ 106.107894645000044, 29.30414419400006 ], [ 106.107472231000031, 29.304073782000042 ], [ 106.107284721000042, 29.304025545000052 ], [ 106.107250993000036, 29.304035265000042 ], [ 106.107235926000044, 29.304052574000078 ], [ 106.107260295000074, 29.30409055900008 ], [ 106.107256170000028, 29.304111601000042 ], [ 106.107217229000071, 29.304136741000033 ], [ 106.107167377000067, 29.304160069000094 ], [ 106.107097666000072, 29.304160647000064 ], [ 106.107028046000039, 29.304168865000051 ], [ 106.107029018000048, 29.304237028000045 ], [ 106.107047070000078, 29.304294162000076 ], [ 106.107099987000026, 29.304352920000039 ], [ 106.10713522500005, 29.304388910000057 ], [ 106.107180570000025, 29.304431556000051 ], [ 106.107198522000033, 29.304421410000099 ], [ 106.107217601000059, 29.304373513000083 ], [ 106.107230341000047, 29.304342853000037 ], [ 106.107245285000033, 29.304314097000091 ], [ 106.107269160000044, 29.304306259000043 ], [ 106.107299703000081, 29.304309820000068 ], [ 106.10736317900006, 29.304337935000042 ], [ 106.107374130000039, 29.304346601000073 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.106677554000044, 29.305314763000073 ], [ 106.106697737000047, 29.305305710000081 ], [ 106.106788592000058, 29.305299522000041 ], [ 106.106861048000042, 29.305311600000035 ], [ 106.106997695000075, 29.305335824000053 ], [ 106.107064128000047, 29.30536425300005 ], [ 106.107190776000039, 29.305419351000065 ], [ 106.107255221000074, 29.305455041000073 ], [ 106.107315397000036, 29.305478088000079 ], [ 106.107377542000052, 29.305492063000077 ], [ 106.107429355000079, 29.30550612300004 ], [ 106.107547232000059, 29.305515289000088 ], [ 106.107551295000064, 29.305516284000081 ], [ 106.107517635000079, 29.305502856000096 ], [ 106.107449301000031, 29.305479552000069 ], [ 106.107394617000068, 29.305458529000077 ], [ 106.107318034000059, 29.305428130000056 ], [ 106.107225119000077, 29.305397868000053 ], [ 106.107205906000047, 29.305383712000037 ], [ 106.107134828000028, 29.305358042000091 ], [ 106.107044743000074, 29.305337308000048 ], [ 106.106998248000096, 29.305318606000068 ], [ 106.106929888000082, 29.305292911000031 ], [ 106.106858887000044, 29.305274413000067 ], [ 106.106812238000032, 29.305241377000065 ], [ 106.106763153000031, 29.305234629000044 ], [ 106.106652800000063, 29.305292359000084 ], [ 106.10665892100009, 29.305309219000033 ], [ 106.106677554000044, 29.305314763000073 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.108210649000057, 29.304847683000048 ], [ 106.10819975000004, 29.304869460000081 ], [ 106.108175660000029, 29.304907855000071 ], [ 106.108135072000039, 29.304932053000069 ], [ 106.108059108000091, 29.304958944000074 ], [ 106.107988443000067, 29.304971465000055 ], [ 106.107973173000062, 29.304985104000082 ], [ 106.108011777000058, 29.305022727000051 ], [ 106.10800946300003, 29.305072766000084 ], [ 106.108004468000047, 29.30507885600008 ], [ 106.108044297000049, 29.305099884000072 ], [ 106.108094129000051, 29.305175852000051 ], [ 106.108053885000061, 29.305231087000035 ], [ 106.107994006000069, 29.30523396600006 ], [ 106.107860528000074, 29.305230301000051 ], [ 106.107803660000059, 29.305259416000066 ], [ 106.107758066000045, 29.305324240000061 ], [ 106.107761050000079, 29.305348084000052 ], [ 106.107818462000068, 29.305369086000042 ], [ 106.107867389000035, 29.305361516000069 ], [ 106.107817313000069, 29.30542029400004 ], [ 106.107817880000027, 29.305472799000086 ], [ 106.10781860200008, 29.305539623000076 ], [ 106.107846398000049, 29.305591903000057 ], [ 106.107876687000044, 29.305622682000042 ], [ 106.107901372000072, 29.305639184000086 ], [ 106.107928757000082, 29.305653277000086 ], [ 106.107972400000051, 29.305660075000048 ], [ 106.10804319500005, 29.305659487000071 ], [ 106.108086760000049, 29.305659126000073 ], [ 106.108152190000069, 29.305665745000056 ], [ 106.108209422000073, 29.305670043000081 ], [ 106.108261338000034, 29.305686318000095 ], [ 106.108308194000074, 29.305738442000063 ], [ 106.10834397900004, 29.305773945000059 ], [ 106.108439488000045, 29.305792248000042 ], [ 106.108474987000079, 29.305801501000087 ], [ 106.108502371000043, 29.30581559400008 ], [ 106.108524284000055, 29.305827346000061 ], [ 106.108524346000081, 29.305827940000082 ], [ 106.108539892000067, 29.30580418300007 ], [ 106.108556376000081, 29.305755045000062 ], [ 106.108585336000033, 29.305735631000061 ], [ 106.10869202300006, 29.30571130900007 ], [ 106.108759915000064, 29.30569583200008 ], [ 106.108810611000081, 29.305663454000062 ], [ 106.108866098000078, 29.305624644000094 ], [ 106.108892280000077, 29.305573296000038 ], [ 106.108855270000049, 29.305522471000067 ], [ 106.108791686000075, 29.305486780000074 ], [ 106.108750137000072, 29.305465820000052 ], [ 106.108730003000062, 29.305402073000042 ], [ 106.10873160400007, 29.305325362000076 ], [ 106.108745497000029, 29.305261332000043 ], [ 106.108793369000068, 29.305192759000082 ], [ 106.108824275000075, 29.305128587000063 ], [ 106.108845412000051, 29.305060236000081 ], [ 106.108832823000071, 29.305019860000066 ], [ 106.108774308000079, 29.305003303000028 ], [ 106.108701278000069, 29.304993257000035 ], [ 106.108604013000047, 29.304989804000055 ], [ 106.108443325000067, 29.304965572000075 ], [ 106.108318773000065, 29.304911213000075 ], [ 106.108228431000043, 29.30487361400008 ], [ 106.108210649000057, 29.304847683000048 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.108183484000051, 29.304182409000077 ], [ 106.10810439100004, 29.304221851000076 ], [ 106.108055067000066, 29.304264076000042 ], [ 106.108030435000046, 29.304287912000049 ], [ 106.107986959000073, 29.304295546000048 ], [ 106.107922686000052, 29.304297897000083 ], [ 106.107874907000053, 29.304291021000036 ], [ 106.107820727000046, 29.304267838000047 ], [ 106.107799242000056, 29.304253568000039 ], [ 106.107805663000079, 29.304264559000043 ], [ 106.107827728000075, 29.304290632000058 ], [ 106.107852516000051, 29.304316680000049 ], [ 106.107882700000062, 29.304337912000051 ], [ 106.107918305000055, 29.304356710000039 ], [ 106.107945638000047, 29.304366032000072 ], [ 106.107970221000073, 29.304372987000079 ], [ 106.10803829200006, 29.304372421000032 ], [ 106.108076078000067, 29.304341080000082 ], [ 106.108100248000028, 29.304309851000081 ], [ 106.108110830000044, 29.304281121000077 ], [ 106.108167829000081, 29.304263941000038 ], [ 106.108184062000078, 29.304254258000068 ], [ 106.108227473000056, 29.304239577000089 ], [ 106.108257476000063, 29.304244103000084 ], [ 106.108271376000062, 29.30427024200009 ], [ 106.108317870000064, 29.304288952000032 ], [ 106.108361566000042, 29.304300522000055 ], [ 106.108451679000041, 29.304323642000035 ], [ 106.108498122000071, 29.304337575000098 ], [ 106.108528202000059, 29.304349262000073 ], [ 106.108574673000078, 29.304365584000045 ], [ 106.108604547000027, 29.30435817700004 ], [ 106.108628974000055, 29.304350811000067 ], [ 106.108686156000033, 29.30435033700007 ], [ 106.108732571000075, 29.304361886000038 ], [ 106.108787211000049, 29.304378139000054 ], [ 106.10885279200005, 29.304399076000042 ], [ 106.108890310000049, 29.304405078000059 ], [ 106.10862704200008, 29.304264414000041 ], [ 106.108382046000031, 29.304205919000083 ], [ 106.108183484000051, 29.304182409000077 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.112019496000073, 29.308280124000078 ], [ 106.111973183000032, 29.30823644700007 ], [ 106.111924879000071, 29.30818700500004 ], [ 106.111910843000032, 29.308151235000079 ], [ 106.111878329000035, 29.308089701000089 ], [ 106.111862149000061, 29.308065913000064 ], [ 106.111854980000032, 29.308034072000059 ], [ 106.111863494000048, 29.307980172000043 ], [ 106.111858232000031, 29.307914423000057 ], [ 106.111821171000031, 29.30785292600007 ], [ 106.111795439000062, 29.307787348000083 ], [ 106.111794747000033, 29.307723555000056 ], [ 106.111800836000043, 29.307655719000081 ], [ 106.111791349000043, 29.307619911000078 ], [ 106.111797632000048, 29.307570016000067 ], [ 106.111806428000094, 29.307542031000082 ], [ 106.111826660000077, 29.307519932000044 ], [ 106.11185822200008, 29.307493751000038 ], [ 106.111898991000047, 29.307477461000079 ], [ 106.111944587000053, 29.307456711000043 ], [ 106.111881141000026, 29.307420692000044 ], [ 106.111830483000062, 29.307395720000045 ], [ 106.111782524000034, 29.307387287000036 ], [ 106.11171071800004, 29.307386780000055 ], [ 106.111621503000038, 29.307407396000084 ], [ 106.111486117000027, 29.307468143000037 ], [ 106.111318401000077, 29.307567803000047 ], [ 106.111273763000042, 29.307603953000061 ], [ 106.11109113200007, 29.307751865000053 ], [ 106.110984715000029, 29.307812370000079 ], [ 106.110895489000029, 29.307831882000073 ], [ 106.110758280000027, 29.307840752000061 ], [ 106.110614726000051, 29.307845258000043 ], [ 106.110537975000057, 29.30785362500006 ], [ 106.110497674000044, 29.30786725500008 ], [ 106.110473847000037, 29.307929100000081 ], [ 106.110447435000026, 29.307965632000048 ], [ 106.110421116000055, 29.308010706000054 ], [ 106.110421556000063, 29.308051286000076 ], [ 106.110446270000068, 29.308083120000049 ], [ 106.110492569000044, 29.308082735000081 ], [ 106.110570478000056, 29.308075680000051 ], [ 106.110633765000046, 29.308068745000071 ], [ 106.110675284000081, 29.308076944000049 ], [ 106.110746276000057, 29.308106257000077 ], [ 106.110783128000037, 29.308133718000065 ], [ 106.110790785000063, 29.308165694000078 ], [ 106.110764189000065, 29.308185139000042 ], [ 106.110713085000043, 29.308191972000085 ], [ 106.11065703800007, 29.308192439000035 ], [ 106.11058384200004, 29.308184503000064 ], [ 106.110513243000071, 29.308191499000081 ], [ 106.11048910600006, 29.308213059000082 ], [ 106.110491891000038, 29.308245076000052 ], [ 106.110499570000059, 29.30827918700005 ], [ 106.110507760000075, 29.308360287000088 ], [ 106.110466611000049, 29.308386261000059 ], [ 106.110405761000038, 29.308393175000049 ], [ 106.110335092000071, 29.308393763000083 ], [ 106.110259713000062, 29.308409341000068 ], [ 106.110206495000057, 29.308446095000068 ], [ 106.110121531000061, 29.308476705000093 ], [ 106.110016816000041, 29.308483984000073 ], [ 106.109855940000045, 29.308481049000086 ], [ 106.109750741000028, 29.308443477000086 ], [ 106.109669518000032, 29.308369391000049 ], [ 106.109646869000073, 29.308303364000039 ], [ 106.109665809000035, 29.308251943000077 ], [ 106.109699416000069, 29.308204672000048 ], [ 106.10972603700003, 29.308187363000062 ], [ 106.109755001000053, 29.308161491000071 ], [ 106.109813045000067, 29.308120426000063 ], [ 106.109839365000028, 29.308075351000078 ], [ 106.109853506000036, 29.308044034000094 ], [ 106.109829585000057, 29.308044998000067 ], [ 106.109751360000075, 29.308033504000043 ], [ 106.109687964000045, 29.307995390000073 ], [ 106.10964961500008, 29.307943816000094 ], [ 106.109623756000076, 29.30788220300008 ], [ 106.109591323000075, 29.307795251000073 ], [ 106.109564155000044, 29.307729232000046 ], [ 106.109528459000046, 29.307689782000065 ], [ 106.109480355000073, 29.307668100000061 ], [ 106.10941607000008, 29.307664218000067 ], [ 106.109339309000063, 29.307671480000067 ], [ 106.109155805000057, 29.307709439000064 ], [ 106.109025666000036, 29.307730834000044 ], [ 106.109079295000072, 29.307765901000032 ], [ 106.109128247000058, 29.307788780000067 ], [ 106.109170472000088, 29.307803950000043 ], [ 106.109199500000045, 29.307826993000049 ], [ 106.109199732000036, 29.30784833500007 ], [ 106.109149196000033, 29.307883681000074 ], [ 106.109092041000054, 29.307921022000077 ], [ 106.109010516000069, 29.307956624000038 ], [ 106.108922183000061, 29.307976760000088 ], [ 106.108882211000036, 29.307965451000079 ], [ 106.10883760400003, 29.307934777000071 ], [ 106.108810621000032, 29.307896194000072 ], [ 106.108794581000041, 29.307845879000062 ], [ 106.108781036000039, 29.307775914000054 ], [ 106.108713285000078, 29.307791503000082 ], [ 106.108602884000064, 29.307833272000035 ], [ 106.108557370000028, 29.30786163900007 ], [ 106.108520302000045, 29.307884744000027 ], [ 106.108447605000038, 29.307918469000072 ], [ 106.108373505000031, 29.307938958000083 ], [ 106.108173758000078, 29.307989195000065 ], [ 106.108066778000094, 29.307997811000067 ], [ 106.10795846700006, 29.307999814000084 ], [ 106.107875061000072, 29.307975113000055 ], [ 106.107780163000029, 29.307936153000071 ], [ 106.107640514000082, 29.307835737000062 ], [ 106.107510954000077, 29.307736342000059 ], [ 106.107399289000057, 29.307663787000081 ], [ 106.107302907000076, 29.307601162000086 ], [ 106.107121538000072, 29.307486737000087 ], [ 106.107006096000077, 29.307411513000087 ], [ 106.106889609000064, 29.307356171000034 ], [ 106.106760549000057, 29.307303141000091 ], [ 106.106588213000066, 29.30720851500007 ], [ 106.106510962000073, 29.307170512000084 ], [ 106.106367016000036, 29.307138583000039 ], [ 106.106245633000071, 29.307096530000084 ], [ 106.106154743000047, 29.307078513000082 ], [ 106.10601846000003, 29.307056457000051 ], [ 106.105854646000068, 29.307051189000049 ], [ 106.105683203000069, 29.307039360000083 ], [ 106.10558971100005, 29.307028665000068 ], [ 106.105600177000042, 29.307084211000078 ], [ 106.105604314000061, 29.307106388000072 ], [ 106.105604701000061, 29.307142265000039 ], [ 106.105589475000045, 29.307176562000041 ], [ 106.105564542000081, 29.307214356000088 ], [ 106.105533595000054, 29.307236824000089 ], [ 106.105469511000081, 29.307259566000077 ], [ 106.105383364000033, 29.307259892000044 ], [ 106.105480845000059, 29.30731484600005 ], [ 106.105602275000081, 29.307361315000037 ], [ 106.105673096000032, 29.307387227000049 ], [ 106.105737512000076, 29.307403255000057 ], [ 106.105844670000067, 29.30741120100004 ], [ 106.105918011000028, 29.307437090000068 ], [ 106.105989931000067, 29.307461616000055 ], [ 106.105993973000068, 29.307403216000065 ], [ 106.106011994000028, 29.307376996000063 ], [ 106.106073355000035, 29.30733838500003 ], [ 106.10621297800003, 29.30734324500008 ], [ 106.106251893000035, 29.307344928000074 ], [ 106.106324997000058, 29.307334295000086 ], [ 106.106406991000028, 29.30729952400009 ], [ 106.106452488000059, 29.307275082000054 ], [ 106.106502864000049, 29.307278675000077 ], [ 106.106539730000065, 29.307302435000047 ], [ 106.106576767000035, 29.307342236000064 ], [ 106.106646571000056, 29.307449950000034 ], [ 106.106660989000034, 29.307514004000037 ], [ 106.106635975000074, 29.307528249000086 ], [ 106.106590587000028, 29.307562716000071 ], [ 106.106593350000026, 29.307606815000035 ], [ 106.106653504000064, 29.307668483000043 ], [ 106.106720306000057, 29.307710043000036 ], [ 106.106780266000044, 29.307753666000057 ], [ 106.10691896600008, 29.307884874000081 ], [ 106.107059802000052, 29.30800202600005 ], [ 106.107103920000043, 29.30806182200007 ], [ 106.107127274000064, 29.30810574800006 ], [ 106.107127772000069, 29.308151868000039 ], [ 106.10711432800008, 29.308178050000038 ], [ 106.107077722000042, 29.308178354000066 ], [ 106.107050116000039, 29.308164545000068 ], [ 106.106990133000068, 29.308118917000062 ], [ 106.106870084000036, 29.308019642000083 ], [ 106.106812432000027, 29.307978006000045 ], [ 106.106757265000056, 29.307954398000057 ], [ 106.106706823000081, 29.307944789000089 ], [ 106.10665646800004, 29.307943201000057 ], [ 106.106603804000031, 29.307939628000039 ], [ 106.106554275000065, 29.307965716000066 ], [ 106.106761130000052, 29.308174250000029 ], [ 106.107040011000038, 29.308404417000077 ], [ 106.107202170000051, 29.308538251000062 ], [ 106.107258056000035, 29.30858084800008 ], [ 106.107339619000072, 29.308624323000053 ], [ 106.107628567000063, 29.30860115400009 ], [ 106.10788947900005, 29.308583935000048 ], [ 106.108047466000073, 29.30857961300006 ], [ 106.108219421000058, 29.308596253000076 ], [ 106.108370928000056, 29.308628117000055 ], [ 106.108505583000067, 29.30869023300005 ], [ 106.108561229000046, 29.308753003000042 ], [ 106.10859227900005, 29.308798076000073 ], [ 106.10861536200008, 29.308792143000058 ], [ 106.108650713000046, 29.308787416000079 ], [ 106.108675998000081, 29.30878720600009 ], [ 106.108713975000057, 29.308791324000083 ], [ 106.108739369000034, 29.308801087000067 ], [ 106.108766038000056, 29.308811948000088 ], [ 106.10879144300003, 29.308822819000053 ], [ 106.108818124000038, 29.308834787000073 ], [ 106.108886468000037, 29.308840870000036 ], [ 106.108939578000047, 29.308841536000045 ], [ 106.108997737000038, 29.308841053000037 ], [ 106.109044550000078, 29.308843989000081 ], [ 106.109082478000062, 29.308843673000059 ], [ 106.109127957000055, 29.308839971000047 ], [ 106.109172038000054, 29.308824090000083 ], [ 106.109212304000039, 29.308806025000084 ], [ 106.10926648800006, 29.308788953000089 ], [ 106.109325825000042, 29.308780702000046 ], [ 106.10945324100004, 29.308754154000038 ], [ 106.10951757600003, 29.308740322000062 ], [ 106.109604715000046, 29.308730732000072 ], [ 106.109672913000054, 29.308723516000036 ], [ 106.109747506000076, 29.308722896000063 ], [ 106.109820941000066, 29.308732261000046 ], [ 106.109867792000045, 29.308738520000073 ], [ 106.109928549000074, 29.308744663000088 ], [ 106.110019685000054, 29.308753880000044 ], [ 106.110074036000071, 29.30875232000005 ], [ 106.110141008000028, 29.308748438000062 ], [ 106.110172698000042, 29.308755932000047 ], [ 106.110204425000063, 29.308766750000068 ], [ 106.11023369600008, 29.308784238000044 ], [ 106.110260509000057, 29.308808395000085 ], [ 106.110279580000054, 29.308818210000084 ], [ 106.110318737000071, 29.308814560000087 ], [ 106.110338834000061, 29.308802203000084 ], [ 106.110363891000077, 29.308780939000087 ], [ 106.110415271000079, 29.308738400000035 ], [ 106.110510444000056, 29.308653386000067 ], [ 106.110677249000048, 29.308527883000068 ], [ 106.110830314000054, 29.308418006000064 ], [ 106.110948471000029, 29.30835385600005 ], [ 106.111037839000062, 29.308316542000057 ], [ 106.111079368000063, 29.30829846500006 ], [ 106.11112212500008, 29.308277054000083 ], [ 106.11116738700008, 29.308253405000073 ], [ 106.111195021000071, 29.308236552000036 ], [ 106.111227771000074, 29.308225198000056 ], [ 106.111290876000055, 29.308214699000079 ], [ 106.11134656400003, 29.308219776000048 ], [ 106.111394751000034, 29.30823267400006 ], [ 106.111440493000032, 29.30825334900004 ], [ 106.111477337000053, 29.308269665000068 ], [ 106.111525512000071, 29.308281454000053 ], [ 106.111600139000075, 29.30828415700006 ], [ 106.111759580000069, 29.308296129000041 ], [ 106.111859398000036, 29.308289756000079 ], [ 106.111978203000035, 29.308285441000066 ], [ 106.112019496000073, 29.308280124000078 ] ], [ [ 106.107377027000041, 29.307750224000067 ], [ 106.10735872700009, 29.307770424000065 ], [ 106.107451188000027, 29.307859403000059 ], [ 106.107388559000071, 29.307910522000039 ], [ 106.107227050000063, 29.307782019000054 ], [ 106.107306752000056, 29.307698297000051 ], [ 106.107377027000041, 29.307750224000067 ] ], [ [ 106.107081781000034, 29.307518526000081 ], [ 106.107151059000046, 29.307579053000033 ], [ 106.107041844000037, 29.30765347200008 ], [ 106.106828420000056, 29.307458570000055 ], [ 106.106918010000072, 29.307382403000084 ], [ 106.107081781000034, 29.307518526000081 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.111320345000081, 29.310169776000066 ], [ 106.111314221000043, 29.310091245000073 ], [ 106.111304874000041, 29.310037548000079 ], [ 106.11128667900006, 29.30997624300004 ], [ 106.111221716000045, 29.309912767000071 ], [ 106.111104084000033, 29.309842048000075 ], [ 106.111003842000059, 29.309758378000076 ], [ 106.110930308000036, 29.309712899000093 ], [ 106.110856858000034, 29.309675099000053 ], [ 106.110798432000095, 29.309675585000029 ], [ 106.110737442000072, 29.309709381000054 ], [ 106.110717409000074, 29.30974795700007 ], [ 106.110721162000061, 29.309824748000032 ], [ 106.110733320000065, 29.309868179000034 ], [ 106.110751374000074, 29.309916680000072 ], [ 106.11078139200005, 29.30999069000006 ], [ 106.110823374000063, 29.310090209000066 ], [ 106.110856062000039, 29.310141149000064 ], [ 106.110888780000053, 29.310194651000067 ], [ 106.110921470000051, 29.310245593000047 ], [ 106.111019084000077, 29.310349734000066 ], [ 106.111135024000077, 29.310296096000059 ], [ 106.111208769000029, 29.310256008000064 ], [ 106.111269220000054, 29.310211388000081 ], [ 106.111320345000081, 29.310169776000066 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.111051086000032, 29.311339658000065 ], [ 106.110992965000037, 29.311353236000059 ], [ 106.110926582000047, 29.311371851000047 ], [ 106.110812821000081, 29.311407535000054 ], [ 106.110684230000061, 29.31143820300008 ], [ 106.110604329000068, 29.311445651000039 ], [ 106.110602128000039, 29.311519245000053 ], [ 106.110602651000079, 29.311567548000085 ], [ 106.110585425000068, 29.31159623700006 ], [ 106.110548014000074, 29.311611919000079 ], [ 106.110455324000043, 29.311612690000064 ], [ 106.110323939000068, 29.311609812000093 ], [ 106.110331160000044, 29.311660436000068 ], [ 106.110340189000055, 29.311707641000055 ], [ 106.11035787000003, 29.31176721800005 ], [ 106.110359737000081, 29.311802356000044 ], [ 106.110485724000057, 29.311853583000065 ], [ 106.110610860000065, 29.311884857000056 ], [ 106.110707365000053, 29.311891511000052 ], [ 106.110798145000047, 29.311893242000046 ], [ 106.110894463000079, 29.311882497000045 ], [ 106.11093681400007, 29.311864745000037 ], [ 106.110978924000051, 29.311824621000085 ], [ 106.11100102000006, 29.311769749000057 ], [ 106.111017364000077, 29.311707467000083 ], [ 106.111027791000026, 29.311622863000089 ], [ 106.111026930000037, 29.311543323000077 ], [ 106.111023528000032, 29.311491150000055 ], [ 106.111028581000028, 29.31143393300005 ], [ 106.11103098600006, 29.311394140000051 ], [ 106.111051086000032, 29.311339658000065 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.110800233000077, 29.32047101500007 ], [ 106.110745402000077, 29.320324814000056 ], [ 106.110670474000074, 29.320171279000075 ], [ 106.110670076000076, 29.32013454600008 ], [ 106.11069266800007, 29.320109311000074 ], [ 106.110900797000056, 29.319973992000079 ], [ 106.111224929000059, 29.319817669000088 ], [ 106.111317906000068, 29.319781828000092 ], [ 106.111359713000084, 29.319771461000073 ], [ 106.111397745000033, 29.319764465000045 ], [ 106.11144925900004, 29.319770715000061 ], [ 106.111483770000063, 29.319790466000093 ], [ 106.111504689000071, 29.31980855200004 ], [ 106.111530462000076, 29.319764089000053 ], [ 106.111617127000045, 29.319665985000096 ], [ 106.111679079000055, 29.31962617400006 ], [ 106.111764348000065, 29.31957933700005 ], [ 106.111835695000082, 29.319506986000089 ], [ 106.111875981000026, 29.319446854000038 ], [ 106.111921301000052, 29.319311507000066 ], [ 106.111949337000055, 29.319200223000049 ], [ 106.111953351000082, 29.319161780000062 ], [ 106.111965231000056, 29.319048037000069 ], [ 106.111991784000054, 29.318800087000056 ], [ 106.112004317000071, 29.318697475000082 ], [ 106.112009440000065, 29.318687277000034 ], [ 106.112031033000051, 29.318644289000073 ], [ 106.112059883000029, 29.31860817100004 ], [ 106.112092780000069, 29.318585687000052 ], [ 106.11213135900006, 29.318547779000077 ], [ 106.112181317000079, 29.318480733000051 ], [ 106.112221456000043, 29.318406934000055 ], [ 106.112238314000081, 29.318343580000089 ], [ 106.112247560000085, 29.318297375000043 ], [ 106.112252926000053, 29.318252910000062 ], [ 106.112262265000027, 29.318215246000076 ], [ 106.112273608000066, 29.318182690000075 ], [ 106.112298689000056, 29.318158563000051 ], [ 106.112342193000075, 29.318133648000078 ], [ 106.112347125000042, 29.31813082300005 ], [ 106.112444627000059, 29.318034721000057 ], [ 106.112469087000079, 29.317989322000077 ], [ 106.112485104000029, 29.317932331000069 ], [ 106.112492327000041, 29.317879919000067 ], [ 106.112494357000074, 29.317865191000056 ], [ 106.112493835000066, 29.317817085000058 ], [ 106.112480103000053, 29.317624759000079 ], [ 106.112464184000032, 29.317537419000075 ], [ 106.112455168000054, 29.317488421000068 ], [ 106.112436768000066, 29.317503222000084 ], [ 106.112422907000052, 29.317521257000067 ], [ 106.112415386000066, 29.317534759000061 ], [ 106.112402827000039, 29.317555022000079 ], [ 106.112391570000057, 29.31757751400005 ], [ 106.112388174000046, 29.317617860000041 ], [ 106.112375379000085, 29.317653600000085 ], [ 106.112388904000056, 29.317670944000042 ], [ 106.112398097000039, 29.317695214000082 ], [ 106.112407695000059, 29.317756870000043 ], [ 106.112407910000059, 29.317868166000039 ], [ 106.112388550000048, 29.31791267300008 ], [ 106.112360015000036, 29.317934648000062 ], [ 106.112309655000047, 29.317956806000041 ], [ 106.112203039000065, 29.318006387000082 ], [ 106.112115500000073, 29.318039498000072 ], [ 106.112115832000029, 29.318040957000051 ], [ 106.112121372000047, 29.318068469000078 ], [ 106.112128608000035, 29.318091375000055 ], [ 106.112127243000032, 29.318126600000078 ], [ 106.112103302000037, 29.31817426200007 ], [ 106.112079129000051, 29.318200491000074 ], [ 106.112048001000062, 29.318229840000079 ], [ 106.112022180000054, 29.318265269000047 ], [ 106.112006824000048, 29.318299080000084 ], [ 106.11199699000008, 29.318358872000093 ], [ 106.111979804000043, 29.318385043000035 ], [ 106.111925834000033, 29.318402334000034 ], [ 106.111882146000028, 29.318401167000044 ], [ 106.111847010000076, 29.318383087000079 ], [ 106.111806517000048, 29.318354334000041 ], [ 106.111765792000028, 29.318304149000095 ], [ 106.111751435000031, 29.318269055000087 ], [ 106.111750954000058, 29.318224659000062 ], [ 106.111751935000029, 29.31822317600005 ], [ 106.111692382000058, 29.318241393000047 ], [ 106.11164715700005, 29.318254549000081 ], [ 106.111597119000066, 29.318272005000029 ], [ 106.111558592000051, 29.318304984000058 ], [ 106.111528210000074, 29.318342157000078 ], [ 106.111504324000066, 29.318380693000051 ], [ 106.111475640000037, 29.318424950000068 ], [ 106.111450164000075, 29.318466341000089 ], [ 106.111407037000049, 29.318523498000044 ], [ 106.11135409700006, 29.318572217000053 ], [ 106.111190494000027, 29.318725513000064 ], [ 106.111063983000065, 29.31886288000004 ], [ 106.110934555000028, 29.319030091000055 ], [ 106.110912658000075, 29.319102690000079 ], [ 106.110914755000067, 29.319146692000054 ], [ 106.110918364000057, 29.319180740000036 ], [ 106.110918810000044, 29.319221914000082 ], [ 106.110904660000074, 29.319261791000081 ], [ 106.110875899000064, 29.319298949000089 ], [ 106.110827662000077, 29.319340366000066 ], [ 106.110830401000044, 29.319358881000085 ], [ 106.110825848000047, 29.319407933000033 ], [ 106.110824636000075, 29.319452502000054 ], [ 106.110804750000057, 29.319494255000048 ], [ 106.110778022000034, 29.319530125000092 ], [ 106.110746193000068, 29.319564551000052 ], [ 106.110741463000068, 29.319597267000063 ], [ 106.110732318000032, 29.319642373000075 ], [ 106.110744903000082, 29.319662642000079 ], [ 106.11074534100004, 29.319703055000037 ], [ 106.11072557500006, 29.319751718000084 ], [ 106.110659924000061, 29.31982178000003 ], [ 106.11057031200005, 29.319893659000066 ], [ 106.110460655000068, 29.319988336000055 ], [ 106.110440889000074, 29.320037 ], [ 106.110441379000065, 29.320082262000088 ], [ 106.11044951000008, 29.320151711000047 ], [ 106.110459153000079, 29.320190430000075 ], [ 106.110479830000031, 29.320225824000094 ], [ 106.110508146000029, 29.32028540500005 ], [ 106.110532615000082, 29.320330468000069 ], [ 106.110628158000054, 29.320465472000073 ], [ 106.110658249000039, 29.320518570000036 ], [ 106.110677062000036, 29.320552364000033 ], [ 106.110716429000036, 29.320610235000064 ], [ 106.110733780000032, 29.320639939000042 ], [ 106.110772668000038, 29.320610049000027 ], [ 106.110779034000089, 29.320583769000049 ], [ 106.110780444000056, 29.320560445000073 ], [ 106.11078019200005, 29.32053713400007 ], [ 106.110781538000026, 29.320507982000034 ], [ 106.110784673000083, 29.320490471000085 ], [ 106.110800233000077, 29.32047101500007 ] ], [ [ 106.111334942000042, 29.319194851000084 ], [ 106.111358188000054, 29.319205469000046 ], [ 106.111376910000047, 29.319225584000044 ], [ 106.111385030000065, 29.319263355000086 ], [ 106.111393091000082, 29.319295722000046 ], [ 106.111382591000051, 29.319322837000072 ], [ 106.111342838000041, 29.319354250000064 ], [ 106.111297065000031, 29.31939922700008 ], [ 106.11126669600003, 29.319442724000059 ], [ 106.111231613000029, 29.319478152000045 ], [ 106.111212081000076, 29.319525613000053 ], [ 106.111220625000044, 29.319602572000061 ], [ 106.111236484000074, 29.319642981000083 ], [ 106.111250917000064, 29.319694214000034 ], [ 106.111240534000046, 29.319732139000052 ], [ 106.111186787000065, 29.319752858000069 ], [ 106.111162117000049, 29.319753063000068 ], [ 106.111135817000047, 29.319745174000055 ], [ 106.11111082400005, 29.319715651000081 ], [ 106.111088857000027, 29.319680698000059 ], [ 106.111061971000026, 29.319618757000061 ], [ 106.111039623000067, 29.319548671000064 ], [ 106.111039038000058, 29.319494620000057 ], [ 106.111038393000058, 29.319435165000058 ], [ 106.111029878000068, 29.319360909000068 ], [ 106.111035241000081, 29.319286538000082 ], [ 106.111056402000031, 29.319247171000082 ], [ 106.111093100000062, 29.319218487000064 ], [ 106.111194631000046, 29.319196019000056 ], [ 106.11127934700005, 29.319187206000034 ], [ 106.111334942000042, 29.319194851000084 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.110789143000034, 29.318138278000045 ], [ 106.110744672000067, 29.318118833000078 ], [ 106.110721456000078, 29.318117179000069 ], [ 106.110681371000055, 29.318115664000061 ], [ 106.110632871000064, 29.318116067000066 ], [ 106.110620219000054, 29.318116172000092 ], [ 106.110559048000027, 29.318114833000024 ], [ 106.110518883000054, 29.318105926000044 ], [ 106.110451205000061, 29.318088008000068 ], [ 106.110383507000051, 29.318068241000038 ], [ 106.11029058400004, 29.318056076000058 ], [ 106.110233530000073, 29.318045462000047 ], [ 106.110151211000073, 29.318038754000046 ], [ 106.110090040000046, 29.31803741400007 ], [ 106.11006063800005, 29.318048748000077 ], [ 106.110025091000068, 29.318076766000047 ], [ 106.109987574000058, 29.318117738000069 ], [ 106.109975322000025, 29.318154803000084 ], [ 106.109965159000069, 29.318190003000041 ], [ 106.109959293000031, 29.318232560000066 ], [ 106.109959673000048, 29.318267672000047 ], [ 106.109968388000027, 29.318293474000082 ], [ 106.109990075000042, 29.318348739000044 ], [ 106.110015240000052, 29.318368934000038 ], [ 106.110021986000049, 29.318374349000067 ], [ 106.110083578000058, 29.318414496000056 ], [ 106.110123824000027, 29.31843079500004 ], [ 106.110231686000077, 29.318459469000061 ], [ 106.110328727000081, 29.318462358000083 ], [ 106.110400502000076, 29.318469154000063 ], [ 106.110497562000035, 29.31847389100005 ], [ 106.110619860000043, 29.318487805000068 ], [ 106.110629452000069, 29.318460776000038 ], [ 106.110636685000031, 29.318421802000049 ], [ 106.110669917000067, 29.318379928000063 ], [ 106.110706035000078, 29.318321928000049 ], [ 106.110732910000081, 29.318258637000039 ], [ 106.110744591000085, 29.318206208000046 ], [ 106.110765604000051, 29.318167119000066 ], [ 106.110789143000034, 29.318138278000045 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.110015240000052, 29.318368934000038 ], [ 106.109990075000042, 29.318348739000044 ], [ 106.109968388000027, 29.318293474000082 ], [ 106.109959673000048, 29.318267672000047 ], [ 106.109959293000031, 29.318232560000066 ], [ 106.109965159000069, 29.318190003000041 ], [ 106.109975322000025, 29.318154803000084 ], [ 106.109987574000058, 29.318117738000069 ], [ 106.110025091000068, 29.318076766000047 ], [ 106.11006063800005, 29.318048748000077 ], [ 106.110090040000046, 29.31803741400007 ], [ 106.110151211000073, 29.318038754000046 ], [ 106.110233530000073, 29.318045462000047 ], [ 106.11029058400004, 29.318056076000058 ], [ 106.110383507000051, 29.318068241000038 ], [ 106.110451205000061, 29.318088008000068 ], [ 106.110518883000054, 29.318105926000044 ], [ 106.110559048000027, 29.318114833000024 ], [ 106.110620219000054, 29.318116172000092 ], [ 106.110632871000064, 29.318116067000066 ], [ 106.110638817000051, 29.318080902000077 ], [ 106.110649021000029, 29.318049398000074 ], [ 106.11064870000007, 29.318019830000086 ], [ 106.11064185400005, 29.31797183500003 ], [ 106.110607535000042, 29.317918523000056 ], [ 106.110583599000051, 29.317850339000081 ], [ 106.110561931000063, 29.31779692200007 ], [ 106.110542392000085, 29.317745336000087 ], [ 106.110487168000077, 29.317708832000044 ], [ 106.110413024000081, 29.317678030000078 ], [ 106.110315965000041, 29.317673292000052 ], [ 106.110233805000064, 29.317681368000073 ], [ 106.110139136000043, 29.317702486000091 ], [ 106.110073746000069, 29.317701181000075 ], [ 106.110006269000053, 29.317701743000043 ], [ 106.10993019600005, 29.317687589000062 ], [ 106.10987755900004, 29.317695420000067 ], [ 106.109825084000079, 29.317718034000059 ], [ 106.10978336900007, 29.317760889000056 ], [ 106.109758665000086, 29.317816539000024 ], [ 106.109769589000052, 29.317851564000073 ], [ 106.10979298400008, 29.317869851000061 ], [ 106.109839616000045, 29.31789164200006 ], [ 106.109873515000061, 29.317906145000055 ], [ 106.109896829000036, 29.317917041000044 ], [ 106.109920465000073, 29.317957504000049 ], [ 106.109912451000071, 29.31799638200004 ], [ 106.10987913200006, 29.318035471000087 ], [ 106.109822577000045, 29.318071057000058 ], [ 106.109763534000081, 29.318071548000038 ], [ 106.109714974000042, 29.318066408000046 ], [ 106.109681055000067, 29.318050055000068 ], [ 106.109625710000046, 29.318002462000042 ], [ 106.109564299000056, 29.317978947000082 ], [ 106.109524273000034, 29.317982977000053 ], [ 106.109505815000034, 29.31803118200008 ], [ 106.109510372000045, 29.318062563000069 ], [ 106.109531940000068, 29.318106740000072 ], [ 106.10954292200006, 29.318147309000036 ], [ 106.109543482000049, 29.318199053000058 ], [ 106.109558624000044, 29.318234043000071 ], [ 106.109586296000032, 29.318257839000076 ], [ 106.109641482000029, 29.318290647000076 ], [ 106.109700865000036, 29.318321573000041 ], [ 106.109745367000073, 29.318341533000076 ], [ 106.10979605700004, 29.318348504000081 ], [ 106.109827787000029, 29.318357481000074 ], [ 106.109874338000054, 29.318371880000086 ], [ 106.109939847000092, 29.318384273000046 ], [ 106.110015240000052, 29.318368934000038 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.108190272000058, 29.319850094000053 ], [ 106.108173534000059, 29.319881665000082 ], [ 106.108154280000065, 29.319928839000049 ], [ 106.108154440000078, 29.319943684000069 ], [ 106.108174552000051, 29.319975685000081 ], [ 106.108248571000061, 29.320031982000046 ], [ 106.108265602000074, 29.320034600000042 ], [ 106.108324932000073, 29.320043720000058 ], [ 106.108425873000044, 29.319978547000062 ], [ 106.108450800000071, 29.319933800000044 ], [ 106.108461719000047, 29.319899068000041 ], [ 106.108452688000057, 29.319847180000071 ], [ 106.108426930000064, 29.319815227000049 ], [ 106.108389640000055, 29.319761099000061 ], [ 106.108372460000055, 29.319738972000039 ], [ 106.10833288200007, 29.319734352000072 ], [ 106.108271011000056, 29.319757135000096 ], [ 106.108243100000038, 29.319787060000071 ], [ 106.108201205000057, 29.319829473000087 ], [ 106.108190272000058, 29.319850094000053 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.107562211000072, 29.315469160000074 ], [ 106.107560788000058, 29.315465700000058 ], [ 106.107533190000026, 29.315440387000077 ], [ 106.107490514000062, 29.315461421000066 ], [ 106.107425416000069, 29.31548583000005 ], [ 106.10742603500006, 29.315543109000089 ], [ 106.107418585000062, 29.315610007000092 ], [ 106.107400375000054, 29.315688920000078 ], [ 106.10738195700003, 29.315748746000068 ], [ 106.107363335000059, 29.315789469000038 ], [ 106.107325666000065, 29.315832749000045 ], [ 106.107296126000051, 29.315871179000062 ], [ 106.107261402000063, 29.315933523000066 ], [ 106.107267440000044, 29.315988375000071 ], [ 106.107268006000027, 29.316040882000031 ], [ 106.107274044000064, 29.316095724000032 ], [ 106.107307262000063, 29.316145578000089 ], [ 106.107337934000043, 29.316212151000052 ], [ 106.107344026000078, 29.31627176600006 ], [ 106.107298760000049, 29.31636762000004 ], [ 106.10729139700004, 29.316441671000064 ], [ 106.107280909000053, 29.316479944000033 ], [ 106.107265195000025, 29.316537359000037 ], [ 106.107245133000049, 29.316589484000069 ], [ 106.10728234100003, 29.316556253000051 ], [ 106.107394130000046, 29.31636214700006 ], [ 106.107487691000074, 29.316181070000088 ], [ 106.107540498000049, 29.315968135000048 ], [ 106.107579028000032, 29.315793953000089 ], [ 106.10758463600007, 29.315632925000038 ], [ 106.107587196000054, 29.315529874000042 ], [ 106.107562211000072, 29.315469160000074 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.11062273400006, 29.312608076000071 ], [ 106.110539929000026, 29.312635092000058 ], [ 106.110477573000026, 29.312659130000039 ], [ 106.110427485000059, 29.3126801260001 ], [ 106.110376319000068, 29.31270505100008 ], [ 106.11032625100006, 29.312728007000089 ], [ 106.110278440000073, 29.312752904000032 ], [ 106.110231747000057, 29.31277779300007 ], [ 106.110169424000048, 29.312804770000064 ], [ 106.110083821000046, 29.312850560000072 ], [ 106.11004166400005, 29.312881290000064 ], [ 106.110007322000058, 29.312910974000083 ], [ 106.109962993000067, 29.312947602000062 ], [ 106.109938661000058, 29.312972304000088 ], [ 106.109903213000052, 29.313002978000046 ], [ 106.109882268000035, 29.313030591000093 ], [ 106.109872575000054, 29.313064971000074 ], [ 106.109872937000034, 29.313098287000063 ], [ 106.109883921000062, 29.313183454000065 ], [ 106.10988644400004, 29.313209892000092 ], [ 106.109875464000027, 29.313228603000084 ], [ 106.109849908000058, 29.31324351500006 ], [ 106.109813109000072, 29.313252642000062 ], [ 106.109769684000071, 29.313269661000053 ], [ 106.109687319000045, 29.313304645000066 ], [ 106.109608319000074, 29.313340580000038 ], [ 106.109550467000076, 29.313367521000085 ], [ 106.109490410000035, 29.313397419000072 ], [ 106.109454738000082, 29.313407516000044 ], [ 106.109405607000042, 29.313413805000032 ], [ 106.109360906000063, 29.313416135000061 ], [ 106.109310583000081, 29.313415573000043 ], [ 106.109254670000041, 29.313415058000086 ], [ 106.109170763000066, 29.313410855000075 ], [ 106.109123804000035, 29.313411245000051 ], [ 106.10908469400006, 29.313413530000048 ], [ 106.109043273000054, 29.313408975000073 ], [ 106.108995060000041, 29.31339663600005 ], [ 106.108963584000037, 29.313381218000071 ], [ 106.10892971300008, 29.313351120000053 ], [ 106.108901487000026, 29.313325874000043 ], [ 106.108877733000043, 29.313300592000076 ], [ 106.108859493000068, 29.313268403000059 ], [ 106.108854576000056, 29.313227286000085 ], [ 106.108827045000055, 29.313162836000064 ], [ 106.108794966000062, 29.313091564000043 ], [ 106.108788941000057, 29.313051435000087 ], [ 106.108771852000089, 29.31302217700005 ], [ 106.108740250000039, 29.312995001000044 ], [ 106.108706528000027, 29.312978621000067 ], [ 106.108667238000066, 29.312964248000078 ], [ 106.108635795000055, 29.312951769000037 ], [ 106.108589817000052, 29.31293941100007 ], [ 106.108555125000066, 29.312936759000085 ], [ 106.108501406000073, 29.312932306000054 ], [ 106.108447739000042, 29.312932751000059 ], [ 106.108387398000048, 29.312936192000056 ], [ 106.108332592000082, 29.312934687000048 ], [ 106.108286687000032, 29.312929188000055 ], [ 106.108210543000041, 29.312919041000047 ], [ 106.108164534000025, 29.312903743000053 ], [ 106.108119600000066, 29.312884516000057 ], [ 106.108070173000044, 29.31286336800008 ], [ 106.108038731000079, 29.312850888000071 ], [ 106.10799503100003, 29.312842431000025 ], [ 106.10792000500004, 29.312832274000069 ], [ 106.107771273000026, 29.312830568000042 ], [ 106.107715308000081, 29.312825153000063 ], [ 106.107666018000032, 29.312816742000056 ], [ 106.107606676000046, 29.312809394000055 ], [ 106.107559645000038, 29.312802924000039 ], [ 106.107515850000027, 29.312785648000045 ], [ 106.107452943000055, 29.312758731000088 ], [ 106.107339746000051, 29.312734190000064 ], [ 106.10720410100005, 29.31270199600004 ], [ 106.107121080000084, 29.312676225000072 ], [ 106.107069460000048, 29.312659013000079 ], [ 106.107023482000045, 29.312646655000034 ], [ 106.106980966000037, 29.312644067000061 ], [ 106.106956431000071, 29.31265015200005 ], [ 106.106936380000036, 29.312657177000062 ], [ 106.106900751000069, 29.312671192000039 ], [ 106.106870607000076, 29.312675362000046 ], [ 106.106801287000067, 29.312675935000065 ], [ 106.106747505000044, 29.312665602000035 ], [ 106.106704966000052, 29.312661055000039 ], [ 106.106656901000079, 29.312662432000081 ], [ 106.106630152000037, 29.312670495000063 ], [ 106.106604479000055, 29.312674629000071 ], [ 106.10657881800006, 29.312679740000071 ], [ 106.106539674000032, 29.312679084000081 ], [ 106.106499557000063, 29.312678467000069 ], [ 106.106498296000041, 29.312678448000039 ], [ 106.10645973700008, 29.312680176000072 ], [ 106.106444871000065, 29.312699009000081 ], [ 106.106466658000045, 29.312698829000059 ], [ 106.106556544000057, 29.312700465000038 ], [ 106.106594769000026, 29.312709701000074 ], [ 106.106578863000038, 29.31275040000008 ], [ 106.106497252000054, 29.312758239000065 ], [ 106.106385656000043, 29.312763936000067 ], [ 106.106391565000095, 29.31280685500008 ], [ 106.106419029000065, 29.312828105000055 ], [ 106.106503419000035, 29.312825025000052 ], [ 106.106563277000078, 29.312819747000045 ], [ 106.106644938000045, 29.312816690000083 ], [ 106.106712763000075, 29.312792258000055 ], [ 106.106783329000052, 29.312770194000052 ], [ 106.106851334000055, 29.312762467000088 ], [ 106.106895003000048, 29.312771649000055 ], [ 106.106887399000072, 29.312824222000071 ], [ 106.106854988000066, 29.312848361000071 ], [ 106.106836330000078, 29.312886702000068 ], [ 106.106864051000059, 29.31293182100006 ], [ 106.106921631000034, 29.312967148000038 ], [ 106.106984438000055, 29.312983334000084 ], [ 106.107060811000053, 29.312994635000042 ], [ 106.10711249700006, 29.312989435000077 ], [ 106.107169534000036, 29.312974645000054 ], [ 106.107224015000043, 29.312976575000054 ], [ 106.107300578000036, 29.313004583000058 ], [ 106.10735801900006, 29.313027975000075 ], [ 106.107426435000036, 29.313058439000088 ], [ 106.10747570400008, 29.313081891000081 ], [ 106.107536077000077, 29.313124358000042 ], [ 106.107591204000073, 29.313185956000034 ], [ 106.107599736000054, 29.313219299000075 ], [ 106.107556402000057, 29.313241146000049 ], [ 106.107548720000068, 29.313286560000051 ], [ 106.107600948000027, 29.313331474000055 ], [ 106.107669390000069, 29.313364320000069 ], [ 106.107737473000043, 29.313363756000061 ], [ 106.107743252000034, 29.313394739000049 ], [ 106.107727115000046, 29.313413962000077 ], [ 106.107642621000025, 29.313407501000082 ], [ 106.107577525000067, 29.313431910000077 ], [ 106.107588913000029, 29.313477165000045 ], [ 106.107597797000039, 29.313543927000076 ], [ 106.107565610000051, 29.313589543000035 ], [ 106.107517036000047, 29.313630523000093 ], [ 106.107501286000058, 29.313685546000045 ], [ 106.107509870000058, 29.313723670000062 ], [ 106.107531262000066, 29.313750512000073 ], [ 106.107587311000032, 29.313731264000069 ], [ 106.107801927000025, 29.313714115000042 ], [ 106.108108842000036, 29.313719252000055 ], [ 106.108367581000039, 29.313728631000064 ], [ 106.108661803000075, 29.313776133000093 ], [ 106.108955984000033, 29.31381979400004 ], [ 106.109136489000036, 29.313891292000054 ], [ 106.109303470000057, 29.31392832400007 ], [ 106.109439353000027, 29.313927195000076 ], [ 106.109605794000061, 29.313914287000038 ], [ 106.109754536000025, 29.313886156000088 ], [ 106.109837569000035, 29.313862414000088 ], [ 106.109858987000067, 29.313816132000063 ], [ 106.109853523000027, 29.313716287000087 ], [ 106.109882584000047, 29.313566208000051 ], [ 106.109920788000068, 29.313450633000055 ], [ 106.109950764000075, 29.313385069000045 ], [ 106.110059139000043, 29.31327275100006 ], [ 106.110185257000069, 29.313179497000075 ], [ 106.110372449000067, 29.313058838000075 ], [ 106.110498358000029, 29.312946374000035 ], [ 106.110557560000075, 29.312746100000076 ], [ 106.11062273400006, 29.312608076000071 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.107408425000074, 29.31380958700003 ], [ 106.107388439000033, 29.313725294000047 ], [ 106.107342593000055, 29.313679307000083 ], [ 106.107281632000081, 29.313633443000072 ], [ 106.107190299000081, 29.313574583000051 ], [ 106.107076578000033, 29.313542404000085 ], [ 106.106925107000052, 29.313513852000074 ], [ 106.106731997000054, 29.313479020000045 ], [ 106.106538958000044, 29.313450812000042 ], [ 106.106383565000044, 29.313409043000032 ], [ 106.106277331000058, 29.313370178000064 ], [ 106.106083686000034, 29.313285668000052 ], [ 106.106005122000056, 29.313223410000035 ], [ 106.10600338100005, 29.313204539000083 ], [ 106.105961889000071, 29.313292790000045 ], [ 106.10594455100005, 29.313417813000058 ], [ 106.105948719000025, 29.31358769600007 ], [ 106.105956300000059, 29.313640861000071 ], [ 106.105984438000064, 29.313650864000067 ], [ 106.106003388000033, 29.313675273000058 ], [ 106.105992263000076, 29.313726546000048 ], [ 106.105974305000075, 29.313794252000033 ], [ 106.105956283000069, 29.313855818000036 ], [ 106.105913185000077, 29.313974912000045 ], [ 106.105897586000026, 29.314044646000056 ], [ 106.105896089000055, 29.314122452000049 ], [ 106.105910743000038, 29.314181699000077 ], [ 106.105953381000063, 29.314236621000081 ], [ 106.106019265000043, 29.314281115000089 ], [ 106.106082947000061, 29.314337909000074 ], [ 106.106120892000035, 29.314390821000075 ], [ 106.106128408000075, 29.314437844000047 ], [ 106.10619689300006, 29.314506882000046 ], [ 106.106255637000061, 29.314539150000083 ], [ 106.106321390000062, 29.314571360000055 ], [ 106.106382559000053, 29.314611799000083 ], [ 106.106415656000081, 29.314648373000058 ], [ 106.106504963000077, 29.314698812000074 ], [ 106.106575344000078, 29.314726890000088 ], [ 106.10662917500008, 29.314736680000067 ], [ 106.106668970000044, 29.31474453900006 ], [ 106.10668030000005, 29.314747416000046 ], [ 106.10669239200007, 29.314750488000069 ], [ 106.106768542000069, 29.314784803000066 ], [ 106.106850693000069, 29.314685994000058 ], [ 106.107176603000028, 29.314248637000052 ], [ 106.107256964000044, 29.314206116000037 ], [ 106.107303884000032, 29.314128455000059 ], [ 106.10733222600004, 29.314031630000049 ], [ 106.107375298000079, 29.313937902000077 ], [ 106.107382055000073, 29.313883113000088 ], [ 106.107408425000074, 29.31380958700003 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.105996839000056, 29.317051437000092 ], [ 106.106001237000044, 29.317107868000043 ], [ 106.106001614000036, 29.317142858000068 ], [ 106.106004331000065, 29.31719992800004 ], [ 106.106011012000067, 29.317234866000028 ], [ 106.106009308000068, 29.317271714000075 ], [ 106.105990588000054, 29.317304775000082 ], [ 106.10597221900008, 29.317340165000072 ], [ 106.105957849000049, 29.317371594000058 ], [ 106.105916359000048, 29.317421663000065 ], [ 106.105806202000053, 29.317534920000067 ], [ 106.105685439000069, 29.317639056000075 ], [ 106.105627019000053, 29.317678216000051 ], [ 106.105602300000044, 29.31772446400004 ], [ 106.105606960000046, 29.317766784000067 ], [ 106.105630332000032, 29.317790533000043 ], [ 106.105659851000041, 29.317799496000081 ], [ 106.105687166000052, 29.317799271000073 ], [ 106.105716485000073, 29.317789819000044 ], [ 106.105737301000033, 29.317771230000062 ], [ 106.105760315000055, 29.317761830000048 ], [ 106.105781427000082, 29.317770864000071 ], [ 106.10577548100008, 29.317804065000075 ], [ 106.105809598000064, 29.317849825000046 ], [ 106.105843538000045, 29.317854494000059 ], [ 106.105833447000066, 29.317844012000073 ], [ 106.105819767000071, 29.317787798000047 ], [ 106.105822430000046, 29.317731446000042 ], [ 106.105828524000074, 29.317690341000063 ], [ 106.105849825000064, 29.31764529500008 ], [ 106.105882277000035, 29.317618678000088 ], [ 106.105887913000061, 29.317594842000069 ], [ 106.105949588000044, 29.317555667000079 ], [ 106.106000253000047, 29.31755668000006 ], [ 106.106055658000059, 29.317541897000062 ], [ 106.106083205000061, 29.317520189000053 ], [ 106.106131522000055, 29.317455343000063 ], [ 106.106149154000036, 29.317423695000066 ], [ 106.106153435000067, 29.317366377000038 ], [ 106.106149753000068, 29.317327743000078 ], [ 106.106149260000052, 29.31728192100007 ], [ 106.106148935000078, 29.31725184700008 ], [ 106.106130717000042, 29.317229085000069 ], [ 106.106109166000067, 29.317200621000044 ], [ 106.106085868000051, 29.317162142000083 ], [ 106.106065856000043, 29.317123645000038 ], [ 106.106050853000056, 29.317096561000085 ], [ 106.106027648000065, 29.31706667700006 ], [ 106.105996839000056, 29.317051437000092 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.10700066000004, 29.317207147000094 ], [ 106.107075886000075, 29.317169699000086 ], [ 106.107141625000054, 29.317133738000052 ], [ 106.107156242000045, 29.317095996000027 ], [ 106.107166643000042, 29.317069138000086 ], [ 106.107154894000075, 29.317001622000081 ], [ 106.107117291000066, 29.316921444000062 ], [ 106.107094694000068, 29.316870116000075 ], [ 106.107090395000057, 29.316812198000036 ], [ 106.107126295000057, 29.316734628000066 ], [ 106.107165903000066, 29.316660248000062 ], [ 106.107245133000049, 29.316589484000069 ], [ 106.107265195000025, 29.316537359000037 ], [ 106.107280909000053, 29.316479944000033 ], [ 106.10729139700004, 29.316441671000064 ], [ 106.107298760000049, 29.31636762000004 ], [ 106.107344026000078, 29.31627176600006 ], [ 106.107337934000043, 29.316212151000052 ], [ 106.107307262000063, 29.316145578000089 ], [ 106.107274044000064, 29.316095724000032 ], [ 106.107268006000027, 29.316040882000031 ], [ 106.107267440000044, 29.315988375000071 ], [ 106.107261402000063, 29.315933523000066 ], [ 106.107296126000051, 29.315871179000062 ], [ 106.107325666000065, 29.315832749000045 ], [ 106.107363335000059, 29.315789469000038 ], [ 106.10738195700003, 29.315748746000068 ], [ 106.107400375000054, 29.315688920000078 ], [ 106.107418585000062, 29.315610007000092 ], [ 106.10742603500006, 29.315543109000089 ], [ 106.107425416000069, 29.31548583000005 ], [ 106.107490514000062, 29.315461421000066 ], [ 106.107533190000026, 29.315440387000077 ], [ 106.10750513000005, 29.315414648000051 ], [ 106.107457063000027, 29.315386069000049 ], [ 106.107427975000064, 29.315374526000088 ], [ 106.107353757000055, 29.315345071000081 ], [ 106.107129473000043, 29.315327614000068 ], [ 106.106853969000042, 29.315329897000094 ], [ 106.106673835000038, 29.315318512000083 ], [ 106.106614887000035, 29.315302901000042 ], [ 106.106548351000072, 29.31526481800006 ], [ 106.106546823000031, 29.31525526300004 ], [ 106.106536347000031, 29.315301872000074 ], [ 106.106534361000058, 29.315353057000042 ], [ 106.106534889000045, 29.315401998000073 ], [ 106.106535682000072, 29.315475408000058 ], [ 106.106506327000034, 29.315577991000051 ], [ 106.106469501000049, 29.315693983000074 ], [ 106.106439689000069, 29.315754298000055 ], [ 106.106414763000046, 29.315796776000077 ], [ 106.106389979000028, 29.315852598000049 ], [ 106.106375495000066, 29.315921686000078 ], [ 106.106373629000075, 29.31598399500006 ], [ 106.106353994000074, 29.316046451000094 ], [ 106.106321620000074, 29.316104563000064 ], [ 106.10629463500004, 29.316191552000078 ], [ 106.106284866000067, 29.316227228000059 ], [ 106.106285562000039, 29.31629174100005 ], [ 106.106284584000036, 29.316436358000093 ], [ 106.106268519000025, 29.31659444700006 ], [ 106.10626430800005, 29.316674574000047 ], [ 106.10625734000007, 29.316734700000051 ], [ 106.106252306000044, 29.316759117000053 ], [ 106.10624154900006, 29.31675975600006 ], [ 106.10621031400008, 29.316760015000057 ], [ 106.106182187000059, 29.316758880000055 ], [ 106.10613053000003, 29.316748357000044 ], [ 106.106107790000067, 29.316726178000067 ], [ 106.106085895000035, 29.316773817000062 ], [ 106.106077829000071, 29.31680519300005 ], [ 106.106053011000029, 29.316842233000045 ], [ 106.10602801400006, 29.316862699000069 ], [ 106.106003175000069, 29.316897897000047 ], [ 106.10599314600006, 29.316942181000059 ], [ 106.10599568300006, 29.316982678000045 ], [ 106.105996359000088, 29.317045290000053 ], [ 106.105996839000056, 29.317051437000092 ], [ 106.106027648000065, 29.31706667700006 ], [ 106.106050853000056, 29.317096561000085 ], [ 106.106065856000043, 29.317123645000038 ], [ 106.106085868000051, 29.317162142000083 ], [ 106.106109166000067, 29.317200621000044 ], [ 106.106130717000042, 29.317229085000069 ], [ 106.106148935000078, 29.31725184700008 ], [ 106.106149260000052, 29.31728192100007 ], [ 106.106149753000068, 29.317327743000078 ], [ 106.106153435000067, 29.317366377000038 ], [ 106.106149154000036, 29.317423695000066 ], [ 106.106131522000055, 29.317455343000063 ], [ 106.106083205000061, 29.317520189000053 ], [ 106.106055658000059, 29.317541897000062 ], [ 106.106000253000047, 29.31755668000006 ], [ 106.105949588000044, 29.317555667000079 ], [ 106.105887913000061, 29.317594842000069 ], [ 106.105882277000035, 29.317618678000088 ], [ 106.105849825000064, 29.31764529500008 ], [ 106.105828524000074, 29.317690341000063 ], [ 106.105822430000046, 29.317731446000042 ], [ 106.105819767000071, 29.317787798000047 ], [ 106.105833447000066, 29.317844012000073 ], [ 106.105843538000045, 29.317854494000059 ], [ 106.105860109000048, 29.317856773000067 ], [ 106.105935716000033, 29.317852464000055 ], [ 106.105998696000029, 29.317846417000066 ], [ 106.106086911000034, 29.317842002000074 ], [ 106.106133179000039, 29.317845302000084 ], [ 106.106142054000031, 29.317852170000037 ], [ 106.106201442000042, 29.317843140000029 ], [ 106.106289084000025, 29.317848141000074 ], [ 106.106351987000039, 29.31786251200009 ], [ 106.106367865000038, 29.317872033000071 ], [ 106.10638685400005, 29.317883421000097 ], [ 106.106417959000055, 29.317918676000094 ], [ 106.106424790000062, 29.317946117000073 ], [ 106.106419907000031, 29.317974410000101 ], [ 106.106444573000033, 29.317996940000064 ], [ 106.10645965100008, 29.318031185000052 ], [ 106.106468441000061, 29.318088397000061 ], [ 106.106465679000053, 29.318135679000079 ], [ 106.106443366000065, 29.318187420000072 ], [ 106.106401156000061, 29.318213552000088 ], [ 106.106367351000074, 29.318261093000043 ], [ 106.106334980000057, 29.31828999400005 ], [ 106.106312775000049, 29.318351765000052 ], [ 106.106272371000045, 29.31839362300007 ], [ 106.106238413000028, 29.318426849000048 ], [ 106.10618816300007, 29.318464496000043 ], [ 106.10614577900003, 29.31847344300008 ], [ 106.106104542000026, 29.318437981000038 ], [ 106.106103207000046, 29.318423540000083 ], [ 106.106054306000033, 29.318449836000067 ], [ 106.105976706000035, 29.318486816000075 ], [ 106.106004625000025, 29.318507390000036 ], [ 106.10606301200005, 29.31849679700008 ], [ 106.106117366000035, 29.318494808000086 ], [ 106.106157690000032, 29.318492938000077 ], [ 106.106215604000056, 29.318495533000089 ], [ 106.106243783000082, 29.318506060000061 ], [ 106.106281742000078, 29.318521752000031 ], [ 106.106393002000061, 29.318352953000044 ], [ 106.106484972000032, 29.318257823000067 ], [ 106.106645224000033, 29.318140680000049 ], [ 106.106668007000053, 29.318121821000094 ], [ 106.106844121000066, 29.317976033000029 ], [ 106.10691655800008, 29.317885355000044 ], [ 106.10693963600005, 29.317833372000049 ], [ 106.106954784000038, 29.317799250000071 ], [ 106.106958752000025, 29.317713428000047 ], [ 106.106904224000061, 29.317649539000051 ], [ 106.10686479500005, 29.317624130000066 ], [ 106.106795954000063, 29.317594674000073 ], [ 106.106634406000069, 29.317591723000071 ], [ 106.10647784300005, 29.317597312000089 ], [ 106.106335963000049, 29.317602776000051 ], [ 106.106297855000037, 29.317585044000054 ], [ 106.106300285000032, 29.317569062000082 ], [ 106.106304715000078, 29.317539913000068 ], [ 106.106344672000034, 29.317497726000056 ], [ 106.106435883000074, 29.317439017000087 ], [ 106.106604271000037, 29.317382887000068 ], [ 106.10681278800007, 29.317300667000044 ], [ 106.10700066000004, 29.317207147000094 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.106593668000073, 29.318979259000059 ], [ 106.106593752000038, 29.318974896000043 ], [ 106.106600420000063, 29.318922549000035 ], [ 106.106619829000067, 29.31887802000006 ], [ 106.106637670000055, 29.318855686000063 ], [ 106.106668200000058, 29.318836418000046 ], [ 106.106695217000038, 29.318826686000076 ], [ 106.106697866000047, 29.318826664000085 ], [ 106.106700211000032, 29.318792398000081 ], [ 106.106706753000026, 29.318769745000058 ], [ 106.106732177000026, 29.318736231000052 ], [ 106.106769892000045, 29.318709751000082 ], [ 106.106837515000066, 29.318687782000037 ], [ 106.106895599000055, 29.318662323000076 ], [ 106.106907505000038, 29.318633678000086 ], [ 106.106906798000068, 29.318568266000064 ], [ 106.106895429000076, 29.318520783000061 ], [ 106.106883981000067, 29.318466165000075 ], [ 106.106868374000044, 29.318403256000064 ], [ 106.106844802000069, 29.318357064000057 ], [ 106.10681201400007, 29.318337116000063 ], [ 106.106775386000038, 29.318338609000079 ], [ 106.106721219000065, 29.318349763000061 ], [ 106.106665759000066, 29.318366875000031 ], [ 106.106598099000053, 29.318385276000072 ], [ 106.106545327000049, 29.318399986000081 ], [ 106.106502093000074, 29.318418186000091 ], [ 106.10645896300008, 29.318445900000086 ], [ 106.106425330000036, 29.318473535000059 ], [ 106.106390367000074, 29.318503560000071 ], [ 106.10633636700004, 29.318530175000031 ], [ 106.106281742000078, 29.318521752000031 ], [ 106.10614692300004, 29.318680988000036 ], [ 106.106090785000049, 29.318921661000047 ], [ 106.106049144000053, 29.319145056000089 ], [ 106.106037007000054, 29.319381075000077 ], [ 106.106040513000039, 29.31941039800007 ], [ 106.106088727000042, 29.319357874000044 ], [ 106.106125487000043, 29.319307040000066 ], [ 106.106147098000065, 29.319266734000056 ], [ 106.106163638000055, 29.319227956000077 ], [ 106.106178467000063, 29.319187706000037 ], [ 106.106222966000075, 29.319068444000038 ], [ 106.106235810000044, 29.319001460000038 ], [ 106.106262284000081, 29.318940308000037 ], [ 106.106278726000028, 29.318892614000042 ], [ 106.106303762000039, 29.318855252000052 ], [ 106.106332236000071, 29.318822320000034 ], [ 106.106362405000027, 29.318789374000069 ], [ 106.106396158000067, 29.318774233000052 ], [ 106.106453858000066, 29.31877821300009 ], [ 106.106481150000036, 29.318792849000086 ], [ 106.106505064000032, 29.318808999000051 ], [ 106.106522342000062, 29.31883857900003 ], [ 106.106527798000059, 29.31887271600004 ], [ 106.106526535000057, 29.318912853000089 ], [ 106.106528487000048, 29.318936615000041 ], [ 106.106538870000065, 29.318955849000076 ], [ 106.106564465000076, 29.318970499000056 ], [ 106.106593668000073, 29.318979259000059 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.106040513000039, 29.31941039800007 ], [ 106.106037007000054, 29.319381075000077 ], [ 106.106049144000053, 29.319145056000089 ], [ 106.106090785000049, 29.318921661000047 ], [ 106.10614692300004, 29.318680988000036 ], [ 106.106281742000078, 29.318521752000031 ], [ 106.106243783000082, 29.318506060000061 ], [ 106.106215604000056, 29.318495533000089 ], [ 106.106157690000032, 29.318492938000077 ], [ 106.106117366000035, 29.318494808000086 ], [ 106.10606301200005, 29.31849679700008 ], [ 106.106004625000025, 29.318507390000036 ], [ 106.106011858000045, 29.318573038000068 ], [ 106.106009305000043, 29.318624901000081 ], [ 106.105982198000049, 29.318709710000061 ], [ 106.105951597000058, 29.318759077000045 ], [ 106.105849099000068, 29.318781754000042 ], [ 106.105755999000053, 29.318809810000054 ], [ 106.10568489700006, 29.318856784000044 ], [ 106.10561391300007, 29.318914670000087 ], [ 106.105592710000053, 29.318969417000059 ], [ 106.105555853000055, 29.319016108000081 ], [ 106.10551220900004, 29.31901101100004 ], [ 106.105500107000083, 29.319002799000085 ], [ 106.105480151000052, 29.319064194000081 ], [ 106.105480952000065, 29.319138496000051 ], [ 106.105498662000073, 29.319208200000041 ], [ 106.105524803000037, 29.319273375000069 ], [ 106.105561020000039, 29.319329549000088 ], [ 106.105585208000036, 29.319370962000043 ], [ 106.105617843000061, 29.319409332000074 ], [ 106.105664044000036, 29.319447590000042 ], [ 106.105703332000076, 29.319474016000076 ], [ 106.105757802000028, 29.319492885000042 ], [ 106.105842618000054, 29.31949515500008 ], [ 106.105917179000087, 29.319490078000058 ], [ 106.105972912000027, 29.319468810000046 ], [ 106.106009994000033, 29.319447697000044 ], [ 106.106040513000039, 29.31941039800007 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.105122780000045, 29.316062411000068 ], [ 106.105140913000071, 29.31606502000005 ], [ 106.105171773000052, 29.316077332000074 ], [ 106.105221337000046, 29.316114622000047 ], [ 106.105268757000033, 29.316142954000036 ], [ 106.105335406000052, 29.316184080000081 ], [ 106.10541517200005, 29.316233300000075 ], [ 106.10548089100007, 29.316248913000045 ], [ 106.105526243000043, 29.316275467000079 ], [ 106.105571518000033, 29.316294840000069 ], [ 106.105612677000067, 29.316312452000094 ], [ 106.105655943000045, 29.316335432000074 ], [ 106.105678629000067, 29.316349606000085 ], [ 106.105695247000028, 29.31637101200004 ], [ 106.105693489000032, 29.31639795500007 ], [ 106.105675364000035, 29.316426830000069 ], [ 106.105659423000091, 29.316435393000063 ], [ 106.105735550000077, 29.316439686000081 ], [ 106.105790382000066, 29.316457648000039 ], [ 106.105862274000074, 29.316468063000062 ], [ 106.105861861000051, 29.316428549000072 ], [ 106.105868432000079, 29.316378663000084 ], [ 106.105870218000064, 29.316324665000089 ], [ 106.105867289000074, 29.316272782000041 ], [ 106.105828938000059, 29.316231573000046 ], [ 106.105750160000071, 29.316176166000048 ], [ 106.105661883000039, 29.316118760000055 ], [ 106.105561785000077, 29.316063529000083 ], [ 106.105483364000079, 29.316041339000034 ], [ 106.105397636000077, 29.316000523000064 ], [ 106.105333340000072, 29.315969911000078 ], [ 106.105271682000094, 29.315964193000074 ], [ 106.105221979000092, 29.315968757000068 ], [ 106.105177328000082, 29.31600234800004 ], [ 106.105122780000045, 29.316062411000068 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.104699770000082, 29.315855900000081 ], [ 106.104724458000078, 29.315818589000063 ], [ 106.104747442000075, 29.315794322000041 ], [ 106.104755595000029, 29.315766474000046 ], [ 106.104753978000076, 29.315731277000051 ], [ 106.104742056000077, 29.31573745900004 ], [ 106.104695746000061, 29.315746740000058 ], [ 106.104646439000078, 29.315747148000067 ], [ 106.104608624000036, 29.315737292000048 ], [ 106.104583724000065, 29.315714619000055 ], [ 106.104569740000045, 29.315691659000045 ], [ 106.10447647400008, 29.31575026300003 ], [ 106.104398889000038, 29.31580646600008 ], [ 106.104367771000057, 29.315860433000072 ], [ 106.104359758000044, 29.315901246000074 ], [ 106.10435814300007, 29.315947560000041 ], [ 106.104364941000028, 29.315990100000072 ], [ 106.104407622000068, 29.31602864000007 ], [ 106.104454168000075, 29.316033811000068 ], [ 106.104496410000081, 29.316031610000028 ], [ 106.10454700400004, 29.316020079000051 ], [ 106.10459953000003, 29.315991863000082 ], [ 106.104643446000068, 29.315948903000049 ], [ 106.104672550000032, 29.315904213000064 ], [ 106.10469118900005, 29.315868870000084 ], [ 106.104699770000082, 29.315855900000081 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.103768587000047, 29.315880493000069 ], [ 106.103728347000086, 29.315861686000066 ], [ 106.103708716000028, 29.315839542000045 ], [ 106.103697455000031, 29.315806706000039 ], [ 106.103696914000068, 29.315753671000039 ], [ 106.103625491000059, 29.315777821000044 ], [ 106.103568811000059, 29.315778289000033 ], [ 106.103505922000082, 29.315787089000079 ], [ 106.103468372000066, 29.315809479000055 ], [ 106.103452895000032, 29.315834446000054 ], [ 106.103436281000043, 29.315851761000093 ], [ 106.103479802000038, 29.315854181000077 ], [ 106.103508945000044, 29.315859251000052 ], [ 106.103555089000054, 29.315867368000056 ], [ 106.103578253000094, 29.315879923000072 ], [ 106.103599255000063, 29.315916927000039 ], [ 106.103589914000054, 29.31594993300007 ], [ 106.103545645000054, 29.316003410000068 ], [ 106.103489188000026, 29.316050614000062 ], [ 106.103456786000038, 29.316080624000051 ], [ 106.10341108700004, 29.316113930000085 ], [ 106.103375942000071, 29.31611422100007 ], [ 106.103324767000061, 29.316089150000035 ], [ 106.103303901000061, 29.316064892000043 ], [ 106.103292457000066, 29.316015062000069 ], [ 106.103286077000064, 29.315985373000039 ], [ 106.103282439000054, 29.315954530000052 ], [ 106.103277863000073, 29.31595733000006 ], [ 106.103230898000049, 29.31598255900008 ], [ 106.103146559000038, 29.316046733000061 ], [ 106.10309359300004, 29.316099610000034 ], [ 106.103065786000059, 29.316149519000078 ], [ 106.103065908000076, 29.316160822000079 ], [ 106.103097109000032, 29.316143137000033 ], [ 106.103131167000072, 29.31614036600007 ], [ 106.103176695000059, 29.316147459000032 ], [ 106.103206640000053, 29.316158414000082 ], [ 106.103233798000076, 29.316174372000035 ], [ 106.103272492000031, 29.316206417000043 ], [ 106.103331190000063, 29.31624949900004 ], [ 106.103384126000037, 29.316285161000046 ], [ 106.103419846000065, 29.316304783000078 ], [ 106.103471162000062, 29.316321785000071 ], [ 106.103525144000059, 29.316322584000087 ], [ 106.103576206000071, 29.316315938000063 ], [ 106.103607276000048, 29.316299499000078 ], [ 106.10367339700008, 29.316240447000041 ], [ 106.103697260000047, 29.31621410900005 ], [ 106.103726709000057, 29.316179011000088 ], [ 106.103748964000033, 29.316135259000074 ], [ 106.103765605000035, 29.316097778000081 ], [ 106.103777904000026, 29.316052864000078 ], [ 106.103777462000053, 29.316011790000061 ], [ 106.103773858000068, 29.315940866000066 ], [ 106.103768587000047, 29.315880493000069 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.102322500000071, 29.319392019000077 ], [ 106.102326849000065, 29.319375258000036 ], [ 106.102331052000068, 29.319333423000042 ], [ 106.102330592000044, 29.319290605000049 ], [ 106.10232774900004, 29.319270485000064 ], [ 106.10232555500005, 29.319254963000041 ], [ 106.102321682000095, 29.319219310000051 ], [ 106.10233369000008, 29.319145803000083 ], [ 106.102344554000069, 29.319074016000059 ], [ 106.102288175000083, 29.319138134000067 ], [ 106.102110426000081, 29.31929970800007 ], [ 106.101961216000063, 29.319432956000071 ], [ 106.10186576500007, 29.319498349000071 ], [ 106.101814758000046, 29.319524050000041 ], [ 106.101764896000077, 29.319543967000076 ], [ 106.101836917000071, 29.319578117000049 ], [ 106.101876666000067, 29.31959614100009 ], [ 106.101933776000067, 29.319605866000071 ], [ 106.101986135000061, 29.319606453000059 ], [ 106.102068598000074, 29.31959353700006 ], [ 106.102139383000065, 29.319576641000083 ], [ 106.102204154000063, 29.31954144000008 ], [ 106.102242279000052, 29.319516656000069 ], [ 106.102273446000027, 29.31949396900006 ], [ 106.10231120900005, 29.319435543000047 ], [ 106.102322500000071, 29.319392019000077 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.106639016000031, 29.308346888000074 ], [ 106.10657808600007, 29.308312847000078 ], [ 106.106518147000031, 29.308271230000059 ], [ 106.106462849000081, 29.308235591000088 ], [ 106.106400536000081, 29.30818597200005 ], [ 106.106356547000075, 29.308138206000081 ], [ 106.106303429000036, 29.308092522000049 ], [ 106.106202548000056, 29.308073303000068 ], [ 106.106154394000043, 29.308063675000078 ], [ 106.106099442000072, 29.308060120000047 ], [ 106.106046822000053, 29.308060556000051 ], [ 106.105982458000028, 29.308033013000053 ], [ 106.105945420000069, 29.307993211000046 ], [ 106.105908036000073, 29.307921326000038 ], [ 106.105907149000089, 29.307839111000082 ], [ 106.105918048000035, 29.307788886000079 ], [ 106.10592678900008, 29.307750710000047 ], [ 106.105942480000067, 29.30772049900008 ], [ 106.106001531000061, 29.307679901000085 ], [ 106.106042345000048, 29.307645470000065 ], [ 106.106108218000031, 29.307600806000039 ], [ 106.106162476000065, 29.307596969000087 ], [ 106.106081435000078, 29.307522958000042 ], [ 106.105993871000067, 29.30746296000007 ], [ 106.105989931000067, 29.307461616000055 ], [ 106.105918011000028, 29.307437090000068 ], [ 106.105844670000067, 29.30741120100004 ], [ 106.105737512000076, 29.307403255000057 ], [ 106.105673096000032, 29.307387227000049 ], [ 106.105602275000081, 29.307361315000037 ], [ 106.105480845000059, 29.30731484600005 ], [ 106.105383364000033, 29.307259892000044 ], [ 106.105270461000032, 29.307196243000085 ], [ 106.105231331000027, 29.30717136200008 ], [ 106.105087921000063, 29.307168805000064 ], [ 106.105034448000026, 29.307180995000067 ], [ 106.104961064000065, 29.307210966000074 ], [ 106.104904588000068, 29.307255480000038 ], [ 106.10487510300004, 29.307317392000073 ], [ 106.104865368000048, 29.307346836000082 ], [ 106.104849251000076, 29.307405698000075 ], [ 106.104843121000044, 29.307458605000075 ], [ 106.104843627000037, 29.307505585000051 ], [ 106.104850769000052, 29.307546636000044 ], [ 106.104851116000077, 29.307578935000045 ], [ 106.104827951000061, 29.307605554000062 ], [ 106.104801214000076, 29.307611647000037 ], [ 106.104730895000046, 29.307615166000055 ], [ 106.104680676000058, 29.307618519000073 ], [ 106.104633997000064, 29.307639460000079 ], [ 106.104594431000066, 29.307698517000063 ], [ 106.104581440000061, 29.307736798000064 ], [ 106.104572244000053, 29.30781615900008 ], [ 106.104573035000058, 29.307889564000053 ], [ 106.104597212000044, 29.307956903000036 ], [ 106.104628090000062, 29.308024187000051 ], [ 106.104679461000046, 29.308118949000047 ], [ 106.104680789000042, 29.308118609000076 ], [ 106.104759964000039, 29.308101393000069 ], [ 106.104810383000029, 29.308104287000049 ], [ 106.10488246500006, 29.308130189000053 ], [ 106.105026745000032, 29.308193032000084 ], [ 106.105168697000067, 29.308273559000046 ], [ 106.105451534000053, 29.308452285000048 ], [ 106.105464554000037, 29.308459328000072 ], [ 106.105602317000034, 29.308533842000088 ], [ 106.105713755000068, 29.30858812300005 ], [ 106.105813629000068, 29.308621523000056 ], [ 106.105971541000031, 29.308663274000082 ], [ 106.10611438400008, 29.308709566000054 ], [ 106.106126103000065, 29.30871321200004 ], [ 106.106130886000074, 29.308697391000074 ], [ 106.106134148000081, 29.308662395000063 ], [ 106.106114274000049, 29.308637739000062 ], [ 106.106105375000027, 29.308620628000085 ], [ 106.106105231000072, 29.308607263000056 ], [ 106.106105046000039, 29.308590079000062 ], [ 106.106102660000047, 29.308571003000058 ], [ 106.106108930000062, 29.308546130000082 ], [ 106.106123971000059, 29.308526911000051 ], [ 106.106147770000078, 29.308511437000046 ], [ 106.106145344000026, 29.30848854400006 ], [ 106.106138582000028, 29.308467597000053 ], [ 106.106138418000057, 29.308452323000036 ], [ 106.106138294000061, 29.308440866000065 ], [ 106.106149103000064, 29.308433138000051 ], [ 106.106190596000033, 29.308442341000042 ], [ 106.106219143000033, 29.308463110000051 ], [ 106.106273786000031, 29.308479842000054 ], [ 106.106317622000063, 29.308504301000092 ], [ 106.106341645000043, 29.308509831000045 ], [ 106.106367848000048, 29.308515343000071 ], [ 106.10639189300008, 29.308522781000079 ], [ 106.106442451000078, 29.308539310000079 ], [ 106.106481276000068, 29.308496167000047 ], [ 106.106554101000029, 29.308431120000076 ], [ 106.106580559000065, 29.308359295000063 ], [ 106.10660211000004, 29.308337635000044 ], [ 106.106639016000031, 29.308346888000074 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.105989931000067, 29.307461616000055 ], [ 106.105993871000067, 29.30746296000007 ], [ 106.106081435000078, 29.307522958000042 ], [ 106.106162476000065, 29.307596969000087 ], [ 106.106204839000043, 29.307635655000073 ], [ 106.106391805000044, 29.307801926000085 ], [ 106.106554275000065, 29.307965716000066 ], [ 106.106603804000031, 29.307939628000039 ], [ 106.10665646800004, 29.307943201000057 ], [ 106.106706823000081, 29.307944789000089 ], [ 106.106757265000056, 29.307954398000057 ], [ 106.106812432000027, 29.307978006000045 ], [ 106.106870084000036, 29.308019642000083 ], [ 106.106990133000068, 29.308118917000062 ], [ 106.107050116000039, 29.308164545000068 ], [ 106.107077722000042, 29.308178354000066 ], [ 106.10711432800008, 29.308178050000038 ], [ 106.107127772000069, 29.308151868000039 ], [ 106.107127274000064, 29.30810574800006 ], [ 106.107103920000043, 29.30806182200007 ], [ 106.107059802000052, 29.30800202600005 ], [ 106.10691896600008, 29.307884874000081 ], [ 106.106780266000044, 29.307753666000057 ], [ 106.106720306000057, 29.307710043000036 ], [ 106.106653504000064, 29.307668483000043 ], [ 106.106593350000026, 29.307606815000035 ], [ 106.106590587000028, 29.307562716000071 ], [ 106.106635975000074, 29.307528249000086 ], [ 106.106660989000034, 29.307514004000037 ], [ 106.106646571000056, 29.307449950000034 ], [ 106.106576767000035, 29.307342236000064 ], [ 106.106539730000065, 29.307302435000047 ], [ 106.106502864000049, 29.307278675000077 ], [ 106.106452488000059, 29.307275082000054 ], [ 106.106406991000028, 29.30729952400009 ], [ 106.106324997000058, 29.307334295000086 ], [ 106.106251893000035, 29.307344928000074 ], [ 106.10621297800003, 29.30734324500008 ], [ 106.106073355000035, 29.30733838500003 ], [ 106.106011994000028, 29.307376996000063 ], [ 106.105993973000068, 29.307403216000065 ], [ 106.105989931000067, 29.307461616000055 ] ], [ [ 106.106712043000073, 29.307850164000065 ], [ 106.106622021000078, 29.307886235000069 ], [ 106.10658565600005, 29.307847392000046 ], [ 106.106526121000059, 29.307882256000084 ], [ 106.10642262500005, 29.307780004000055 ], [ 106.106557930000065, 29.307700594000039 ], [ 106.106649997000034, 29.307753296000044 ], [ 106.10668543900006, 29.307807422000057 ], [ 106.106712043000073, 29.307850164000065 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.106103188000077, 29.306657706000067 ], [ 106.105892511000036, 29.306657926000071 ], [ 106.105867165000063, 29.306662975000044 ], [ 106.105814104000046, 29.306658768000084 ], [ 106.105791510000074, 29.306658031000048 ], [ 106.105776437000031, 29.30657318600003 ], [ 106.10581545000008, 29.306571220000073 ], [ 106.105821029000026, 29.306563453000074 ], [ 106.105839257000071, 29.306533099000038 ], [ 106.105873213000052, 29.306486350000057 ], [ 106.105914971000061, 29.306425597000043 ], [ 106.105927647000044, 29.306372055000054 ], [ 106.105940298000064, 29.306316190000068 ], [ 106.105952900000034, 29.306255679000056 ], [ 106.105968077000057, 29.306188176000038 ], [ 106.105994032000069, 29.306136848000047 ], [ 106.106022888000041, 29.306108728000083 ], [ 106.106054393000079, 29.306080586000057 ], [ 106.106099450000045, 29.306080214000076 ], [ 106.10614471100007, 29.306098426000066 ], [ 106.106179469000054, 29.306126016000057 ], [ 106.106203648000076, 29.306156021000053 ], [ 106.106227829000034, 29.306186023000059 ], [ 106.106270763000055, 29.306234459000049 ], [ 106.106300095000051, 29.306250479000088 ], [ 106.106345354000041, 29.306268691000067 ], [ 106.106393063000041, 29.306268296000042 ], [ 106.106424545000039, 29.306237831000089 ], [ 106.106461712000055, 29.306193654000076 ], [ 106.106370382000094, 29.30613761100005 ], [ 106.106312200000048, 29.306085187000061 ], [ 106.106303242000081, 29.306017926000035 ], [ 106.106319444000064, 29.305993744000094 ], [ 106.10637126000006, 29.305964456000087 ], [ 106.106461430000081, 29.30593004200006 ], [ 106.106492984000056, 29.305923384000035 ], [ 106.10647616600005, 29.305888403000047 ], [ 106.106457998000053, 29.305864138000061 ], [ 106.106439791000071, 29.305836386000074 ], [ 106.10640565100006, 29.305807022000067 ], [ 106.106345703000059, 29.305783105000053 ], [ 106.106268, 29.305773285000047 ], [ 106.106204375000061, 29.305777300000052 ], [ 106.106129038000063, 29.305802339000081 ], [ 106.106025922000072, 29.305834583000035 ], [ 106.105930408000063, 29.305833630000055 ], [ 106.105886301000055, 29.305802605000046 ], [ 106.105864022000048, 29.305766168000051 ], [ 106.105833861000065, 29.305736770000067 ], [ 106.105823443000077, 29.305693260000055 ], [ 106.105838970000036, 29.305670999000089 ], [ 106.105832583000051, 29.305673299000027 ], [ 106.105777025000066, 29.305665304000048 ], [ 106.105747700000052, 29.305629610000036 ], [ 106.10574331600003, 29.305571552000057 ], [ 106.105713088000087, 29.305594605000064 ], [ 106.105637104000039, 29.305638703000064 ], [ 106.105568912000081, 29.305684831000065 ], [ 106.105581095000048, 29.305698829000061 ], [ 106.105605400000059, 29.305740448000048 ], [ 106.10561365100007, 29.30576826000004 ], [ 106.10562460400007, 29.305800697000052 ], [ 106.105633007000051, 29.305842447000085 ], [ 106.105630855000072, 29.305888932000077 ], [ 106.105641959000081, 29.305935307000087 ], [ 106.105666289000055, 29.305979250000071 ], [ 106.105698346000054, 29.30600221900006 ], [ 106.105759533000025, 29.306022621000068 ], [ 106.105775811000058, 29.306057337000084 ], [ 106.105757959000073, 29.30612253900005 ], [ 106.105758836000064, 29.306203849000042 ], [ 106.105732982000077, 29.306264470000084 ], [ 106.105723031000025, 29.306324959000044 ], [ 106.105707604000031, 29.306369231000062 ], [ 106.105631464000055, 29.306437239000051 ], [ 106.105531469000027, 29.306505445000081 ], [ 106.105476385000031, 29.306559337000063 ], [ 106.105450430000076, 29.30661066600004 ], [ 106.105464485000027, 29.306684896000029 ], [ 106.105509894000079, 29.306717047000067 ], [ 106.105542426000056, 29.306784155000052 ], [ 106.105611966000026, 29.306841663000064 ], [ 106.105683906000081, 29.306875918000049 ], [ 106.105747745000031, 29.306896300000069 ], [ 106.105856417000041, 29.306895400000091 ], [ 106.105951861000051, 29.306896933000072 ], [ 106.106079088000058, 29.306895880000063 ], [ 106.106171806000077, 29.306890464000048 ], [ 106.106253873000071, 29.306880491000076 ], [ 106.106306834000065, 29.306875405000085 ], [ 106.106362496000031, 29.306874944000075 ], [ 106.106412931000079, 29.306881496000077 ], [ 106.106455289000053, 29.306876499000051 ], [ 106.10647354300005, 29.306848467000069 ], [ 106.106472841000027, 29.306783418000066 ], [ 106.10644320800003, 29.306739520000072 ], [ 106.106392447000076, 29.306702768000036 ], [ 106.106304955000041, 29.306701169000064 ], [ 106.106227964000027, 29.306690190000033 ], [ 106.106142897000041, 29.306667661000059 ], [ 106.106103188000077, 29.306657706000067 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.105568912000081, 29.305684831000065 ], [ 106.105637104000039, 29.305638703000064 ], [ 106.105713088000087, 29.305594605000064 ], [ 106.10574331600003, 29.305571552000057 ], [ 106.10574624200008, 29.305494331000101 ], [ 106.105714162000027, 29.305426954000044 ], [ 106.105665316000056, 29.305370282000073 ], [ 106.105643042000054, 29.30531761900005 ], [ 106.105606458000068, 29.305279872000089 ], [ 106.105550901000072, 29.305271876000067 ], [ 106.10552446500003, 29.305280550000074 ], [ 106.105510293000066, 29.305308148000051 ], [ 106.105522714000074, 29.305341868000085 ], [ 106.105535296000028, 29.30539038500007 ], [ 106.105513888000075, 29.305418043000095 ], [ 106.105444270000078, 29.305448213000094 ], [ 106.105403229000046, 29.30544432500006 ], [ 106.105359617000033, 29.305425661000072 ], [ 106.105318780000061, 29.305440796000077 ], [ 106.105309269000031, 29.305453557000078 ], [ 106.105300192000087, 29.305506481000069 ], [ 106.105298191000031, 29.305544548000054 ], [ 106.105298555000047, 29.305578367000066 ], [ 106.105274827000073, 29.30561449900005 ], [ 106.10522934800008, 29.30564658500009 ], [ 106.105154953000067, 29.305681022000055 ], [ 106.105106745000072, 29.305683536000057 ], [ 106.105075509000073, 29.305694363000043 ], [ 106.105068661000075, 29.305730357000066 ], [ 106.105073644000072, 29.305745112000061 ], [ 106.105102810000062, 29.30576601100006 ], [ 106.105124833000048, 29.305795422000077 ], [ 106.105146947000037, 29.305833291000056 ], [ 106.105161940000073, 29.30588178600004 ], [ 106.105168007000032, 29.305911932000068 ], [ 106.10517915500003, 29.305905123000052 ], [ 106.105327088000081, 29.305826017000069 ], [ 106.105419446000042, 29.305767292000041 ], [ 106.105491336000057, 29.305726850000042 ], [ 106.105561200000068, 29.305690046000052 ], [ 106.105568912000081, 29.305684831000065 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.086520721000056, 29.317235629000042 ], [ 106.086514226000077, 29.317174799000046 ], [ 106.086499167000071, 29.317049035000082 ], [ 106.08647839200006, 29.316947759000062 ], [ 106.086407952000059, 29.316808037000044 ], [ 106.086356643000045, 29.316675825000054 ], [ 106.086329463000027, 29.316605787000071 ], [ 106.086273845000051, 29.316470261000063 ], [ 106.08626011900003, 29.316455239000046 ], [ 106.086191619000033, 29.316380277000061 ], [ 106.085977620000051, 29.316172654000081 ], [ 106.085860392000029, 29.316033312000059 ], [ 106.085798005000072, 29.315956117000034 ], [ 106.085765215000038, 29.315882999000053 ], [ 106.08572451100008, 29.315760301000072 ], [ 106.085713792000035, 29.315678369000072 ], [ 106.085715341000025, 29.315592021000047 ], [ 106.085704485000065, 29.315497140000041 ], [ 106.085669095000071, 29.315411092000094 ], [ 106.085628575000044, 29.315305660000025 ], [ 106.08560041300008, 29.315204445000056 ], [ 106.085599065000068, 29.315077111000051 ], [ 106.085580913000058, 29.314990922000057 ], [ 106.085592266000049, 29.314900178000073 ], [ 106.085625691000075, 29.314800620000092 ], [ 106.085674096000048, 29.314720366000081 ], [ 106.085764422000082, 29.314667929000052 ], [ 106.08576172000005, 29.314607977000041 ], [ 106.085789981000062, 29.314568649000087 ], [ 106.085862586000076, 29.314503825000088 ], [ 106.085932212000046, 29.31445857500006 ], [ 106.085976436000081, 29.314421909000089 ], [ 106.085995080000032, 29.31437707300006 ], [ 106.085981596000067, 29.314307364000062 ], [ 106.085933032000071, 29.314235147000097 ], [ 106.085878215000037, 29.31417415400006 ], [ 106.085883967000029, 29.314115458000053 ], [ 106.085963328000048, 29.314086885000041 ], [ 106.086039651000078, 29.31407230100006 ], [ 106.086103259000026, 29.314060612000048 ], [ 106.086163354000078, 29.314018231000034 ], [ 106.08618468300007, 29.313925898000036 ], [ 106.086145944000066, 29.31387873500006 ], [ 106.086059678000026, 29.313857095000063 ], [ 106.085976776000066, 29.313852184000037 ], [ 106.085919541000067, 29.313863820000059 ], [ 106.08584667100007, 29.313903513000071 ], [ 106.085767397000041, 29.313940462000062 ], [ 106.085675557000059, 29.313994271000073 ], [ 106.085605873000077, 29.314033937000094 ], [ 106.085579997000082, 29.314055681000077 ], [ 106.085552180000036, 29.314079057000075 ], [ 106.085457270000063, 29.314144062000075 ], [ 106.085387910000065, 29.314214445000054 ], [ 106.08533772800007, 29.314290258000074 ], [ 106.085278015000029, 29.314368940000065 ], [ 106.085221283000067, 29.314428049000075 ], [ 106.085136139000042, 29.314512525000058 ], [ 106.085121537000077, 29.31463831700006 ], [ 106.085125994000066, 29.314758369000067 ], [ 106.08514617600008, 29.314858744000041 ], [ 106.085150574000068, 29.314973212000041 ], [ 106.085141931000067, 29.315059857000051 ], [ 106.085066789000052, 29.315186142000069 ], [ 106.084978783000054, 29.315301361000085 ], [ 106.084938365000028, 29.315396644000089 ], [ 106.084923290000063, 29.315477756000075 ], [ 106.084927895000078, 29.315611770000089 ], [ 106.084973598000047, 29.315714731000071 ], [ 106.085034758000063, 29.315772882000083 ], [ 106.08517590200006, 29.315861103000099 ], [ 106.085278752000079, 29.315944049000052 ], [ 106.085483949000036, 29.316062471000059 ], [ 106.085605740000076, 29.316128505000048 ], [ 106.085628607000046, 29.316181382000078 ], [ 106.085642268000072, 29.316267846000077 ], [ 106.085665371000061, 29.316343063000097 ], [ 106.085720427000069, 29.316426398000083 ], [ 106.085791620000066, 29.316529151000051 ], [ 106.085837028000071, 29.316604187000053 ], [ 106.085870606000071, 29.316677098000071 ], [ 106.085905234000052, 29.316670903000048 ], [ 106.086058936000029, 29.316679269000069 ], [ 106.086161742000058, 29.316716898000042 ], [ 106.086217311000041, 29.316783757000053 ], [ 106.08626573700009, 29.31686670300007 ], [ 106.08630058600005, 29.31704912400005 ], [ 106.086338585000092, 29.317183441000047 ], [ 106.086358846000053, 29.317254940000065 ], [ 106.086426403000075, 29.317246641000057 ], [ 106.086520721000056, 29.317235629000042 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.088454487000035, 29.319068293000043 ], [ 106.088457621000032, 29.319132973000084 ], [ 106.088447177000035, 29.319177052000043 ], [ 106.088452028000063, 29.319222920000069 ], [ 106.088467570000034, 29.319247659000041 ], [ 106.088485109000032, 29.319255167000044 ], [ 106.088513643000056, 29.31927023700008 ], [ 106.088561697000046, 29.319273670000086 ], [ 106.088598839000042, 29.319277193000065 ], [ 106.088653826000041, 29.31931691300008 ], [ 106.08870184400007, 29.319331237000085 ], [ 106.088706326000079, 29.319327962000045 ], [ 106.088760805000049, 29.319319866000047 ], [ 106.088817548000065, 29.319319403000076 ], [ 106.088861690000044, 29.319344018000042 ], [ 106.088847627000078, 29.319284307000085 ], [ 106.08881702500004, 29.319180041000045 ], [ 106.088807489000033, 29.319147549000036 ], [ 106.088776621000079, 29.31909178700004 ], [ 106.088745927000048, 29.31905223800004 ], [ 106.088723858000037, 29.319033255000083 ], [ 106.088673200000073, 29.319014506000091 ], [ 106.088621016000047, 29.319010509000062 ], [ 106.088533639000062, 29.319018592000077 ], [ 106.08848183200007, 29.319049969000041 ], [ 106.088454487000035, 29.319068293000043 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.089122681000063, 29.318732086000068 ], [ 106.089094765000027, 29.318740495000043 ], [ 106.089036074000035, 29.318739137000073 ], [ 106.088997986000038, 29.318717331000084 ], [ 106.088979992000077, 29.31873986700008 ], [ 106.088951246000079, 29.318747998000049 ], [ 106.088915242000041, 29.318751450000036 ], [ 106.088868578000074, 29.318769203000041 ], [ 106.088821930000051, 29.318788534000081 ], [ 106.088773482000079, 29.318807881000058 ], [ 106.088726850000057, 29.31882879100004 ], [ 106.088701926000056, 29.318857421000072 ], [ 106.088650024000074, 29.31889100800003 ], [ 106.08858348900003, 29.318904185000068 ], [ 106.088516786000071, 29.318901570000037 ], [ 106.088466229000062, 29.318875418000054 ], [ 106.088441355000057, 29.318877439000055 ], [ 106.088400544000095, 29.318877772000054 ], [ 106.088332949000062, 29.318842556000043 ], [ 106.088294139000027, 29.318805 ], [ 106.088283934000074, 29.318748276000061 ], [ 106.088321627000028, 29.318680641000064 ], [ 106.088366679000046, 29.31862767500008 ], [ 106.088440025000068, 29.31852608600007 ], [ 106.088466186000062, 29.318502729000048 ], [ 106.088523821000081, 29.318504363000034 ], [ 106.088526176000073, 29.318505835000046 ], [ 106.088598858000083, 29.318456662000077 ], [ 106.088690736000046, 29.318404998000059 ], [ 106.088772444000028, 29.318390446000084 ], [ 106.088862074000076, 29.318375829000054 ], [ 106.088915554000039, 29.318361911000061 ], [ 106.088916791000031, 29.318359955000062 ], [ 106.088933105000081, 29.318317583000063 ], [ 106.088947149000035, 29.318258700000065 ], [ 106.088969749000057, 29.318216276000047 ], [ 106.089002515000061, 29.318144386000085 ], [ 106.089031390000059, 29.318073433000045 ], [ 106.088986398000031, 29.318096454000059 ], [ 106.088900860000081, 29.318129771000088 ], [ 106.088738772000056, 29.318233967000076 ], [ 106.088388429000076, 29.318404936000032 ], [ 106.088160042000027, 29.318467017000049 ], [ 106.088082906000068, 29.31848270100004 ], [ 106.088002746000029, 29.318483354000083 ], [ 106.087951002000068, 29.318463703000088 ], [ 106.087887434000038, 29.31840902000005 ], [ 106.087756905000049, 29.318249499000046 ], [ 106.087519119000035, 29.317965394000055 ], [ 106.087099037000044, 29.317499606000069 ], [ 106.086862266000026, 29.317310840000065 ], [ 106.08677866000005, 29.317256319000077 ], [ 106.086712496000075, 29.317226748000053 ], [ 106.086682717000045, 29.317226991000044 ], [ 106.086646653000059, 29.317227284000072 ], [ 106.086520721000056, 29.317235629000042 ], [ 106.086529164000069, 29.317314712000037 ], [ 106.086559098000066, 29.317441237000086 ], [ 106.086598514000059, 29.317510195000072 ], [ 106.08665325300008, 29.317596718000061 ], [ 106.086792026000069, 29.317835857000038 ], [ 106.086962880000044, 29.31808652800003 ], [ 106.087169568000036, 29.318385550000066 ], [ 106.087453872000026, 29.318707524000047 ], [ 106.087639725000031, 29.31894480600004 ], [ 106.087741448000031, 29.31902062700004 ], [ 106.087851439000076, 29.319083116000058 ], [ 106.087905039000077, 29.319113803000047 ], [ 106.087927592000028, 29.319126715000035 ], [ 106.087964623000062, 29.319129363000059 ], [ 106.088040228000068, 29.319121375000062 ], [ 106.088171161000048, 29.319096723000079 ], [ 106.088277147000042, 29.319098808000035 ], [ 106.088331044000029, 29.319105737000076 ], [ 106.088394876000052, 29.319097848000069 ], [ 106.088435068000081, 29.319081306000047 ], [ 106.088454487000035, 29.319068293000043 ], [ 106.08848183200007, 29.319049969000041 ], [ 106.088533639000062, 29.319018592000077 ], [ 106.088621016000047, 29.319010509000062 ], [ 106.088673200000073, 29.319014506000091 ], [ 106.088723858000037, 29.319033255000083 ], [ 106.088745927000048, 29.31905223800004 ], [ 106.088776621000079, 29.31909178700004 ], [ 106.088807489000033, 29.319147549000036 ], [ 106.08881702500004, 29.319180041000045 ], [ 106.088847627000078, 29.319284307000085 ], [ 106.088861690000044, 29.319344018000042 ], [ 106.088889976000075, 29.319357069000031 ], [ 106.088942332000045, 29.319354728000068 ], [ 106.088990021000043, 29.319323735000079 ], [ 106.089005013000076, 29.31929683400006 ], [ 106.089006830000073, 29.319262389000073 ], [ 106.08900647400003, 29.319253811000053 ], [ 106.089045356000042, 29.319215988000046 ], [ 106.089080971000044, 29.319178215000072 ], [ 106.089112127000078, 29.319144424000051 ], [ 106.089134216000048, 29.319104788000057 ], [ 106.08913834100008, 29.319069245000041 ], [ 106.089113226000052, 29.31903591300005 ], [ 106.089092569000059, 29.31899859900005 ], [ 106.089095303000079, 29.318977517000057 ], [ 106.089114159000076, 29.318962549000048 ], [ 106.089147787000073, 29.318945610000075 ], [ 106.089177187000089, 29.318928706000069 ], [ 106.089180920000047, 29.318882383000069 ], [ 106.089180586000055, 29.31885090500009 ], [ 106.089173836000043, 29.318812076000086 ], [ 106.089169355000081, 29.318788041000058 ], [ 106.08915008300005, 29.31876412600008 ], [ 106.089122681000063, 29.318732086000068 ] ], [ [ 106.087322871000026, 29.31794217800006 ], [ 106.087114420000034, 29.318055428000033 ], [ 106.086799368000086, 29.317647872000066 ], [ 106.087052808000067, 29.317540817000069 ], [ 106.087322871000026, 29.31794217800006 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.090487885000073, 29.320367995000087 ], [ 106.090510898000048, 29.320347449000057 ], [ 106.090557075000049, 29.320306218000042 ], [ 106.090571338000075, 29.320263097000073 ], [ 106.090580580000051, 29.320209267000056 ], [ 106.09057998600008, 29.320153368000032 ], [ 106.090576983000076, 29.320101787000052 ], [ 106.090583817000038, 29.32005227600008 ], [ 106.090589758000078, 29.320043159000083 ], [ 106.090517967000039, 29.320045381000064 ], [ 106.090431319000061, 29.32006093300004 ], [ 106.090342435000025, 29.320065371000055 ], [ 106.090251296000076, 29.320056838000088 ], [ 106.090189364000025, 29.320007241000035 ], [ 106.090184499000031, 29.319947902000074 ], [ 106.090181790000031, 29.31989225500007 ], [ 106.090162300000031, 29.319851591000084 ], [ 106.090111093000075, 29.319814897000068 ], [ 106.090062121000074, 29.319789318000065 ], [ 106.090002543000026, 29.319761970000055 ], [ 106.089926006000042, 29.319732905000084 ], [ 106.089843199000029, 29.319711314000067 ], [ 106.089737142000047, 29.319693623000038 ], [ 106.089671429000077, 29.319686737000033 ], [ 106.089576194000074, 29.319691227000082 ], [ 106.089480940000044, 29.319693860000086 ], [ 106.089389761000064, 29.319681614000043 ], [ 106.08931622300004, 29.31967928500007 ], [ 106.089296565000041, 29.319678663000047 ], [ 106.089256515000045, 29.319695690000053 ], [ 106.089244155000074, 29.31970893700009 ], [ 106.089225112000065, 29.319729348000067 ], [ 106.089198465000038, 29.319792145000061 ], [ 106.089211961000046, 29.319790402000088 ], [ 106.089258375000043, 29.319803542000045 ], [ 106.089285788000041, 29.319811302000058 ], [ 106.089376972000025, 29.319849261000059 ], [ 106.089647912000032, 29.319948109000045 ], [ 106.08975594900005, 29.319955828000047 ], [ 106.089839477000055, 29.319965897000085 ], [ 106.089928185000076, 29.320001726000047 ], [ 106.090031660000079, 29.320041735000068 ], [ 106.090090927000062, 29.320077804000054 ], [ 106.090111011000033, 29.320120644000042 ], [ 106.090089435000039, 29.32016812400008 ], [ 106.090036009000073, 29.320220165000077 ], [ 106.089970272000073, 29.320268006000052 ], [ 106.08993371300005, 29.320295502000079 ], [ 106.089989845000048, 29.320308427000043 ], [ 106.090110020000054, 29.320349865000075 ], [ 106.090202128000044, 29.320387067000063 ], [ 106.090386248000073, 29.320452540000073 ], [ 106.090456177000078, 29.320482890000044 ], [ 106.090457839000067, 29.320433890000057 ], [ 106.090467149000062, 29.320386510000048 ], [ 106.090487885000073, 29.320367995000087 ] ], [ [ 106.090441585000065, 29.32024437400009 ], [ 106.090409575000081, 29.320307648000043 ], [ 106.090254221000066, 29.320245904000046 ], [ 106.090297023000062, 29.32017299600005 ], [ 106.090441585000065, 29.32024437400009 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.101349463000076, 29.323297623000091 ], [ 106.101319606000061, 29.323327878000047 ], [ 106.101304015000039, 29.323352318000044 ], [ 106.101294425000049, 29.323381919000049 ], [ 106.101284928000055, 29.323420203000069 ], [ 106.101273469000034, 29.323460238000056 ], [ 106.101264009000033, 29.323501994000083 ], [ 106.101264438000058, 29.323541932000058 ], [ 106.101272718000075, 29.323574859000079 ], [ 106.101288812000064, 29.32359730200006 ], [ 106.10129513000004, 29.323631981000066 ], [ 106.101295540000081, 29.323670182000065 ], [ 106.101327692000041, 29.323711595000081 ], [ 106.101393360000031, 29.323737102000052 ], [ 106.10142483900006, 29.323716003000079 ], [ 106.101501855000038, 29.323691056000087 ], [ 106.101547541000059, 29.323701098000065 ], [ 106.101571393000029, 29.323707848000083 ], [ 106.101583413000085, 29.323719904000082 ], [ 106.101651529000037, 29.323788805000035 ], [ 106.101675624000052, 29.323818128000077 ], [ 106.101677941000048, 29.323849368000086 ], [ 106.101664500000027, 29.323889420000054 ], [ 106.101641021000034, 29.323917399000038 ], [ 106.10161346700005, 29.323934992000087 ], [ 106.101585799000077, 29.323937427000093 ], [ 106.101659415000029, 29.323969345000073 ], [ 106.101707082000075, 29.323979371000068 ], [ 106.101738804000036, 29.323980845000055 ], [ 106.101766544000043, 29.323980617000061 ], [ 106.101798230000043, 29.323978619000062 ], [ 106.101837877000037, 29.323980028000047 ], [ 106.10188734000009, 29.323972673000078 ], [ 106.101922707000028, 29.323944597000036 ], [ 106.101946037000062, 29.323902725000039 ], [ 106.101955515000043, 29.323862706000057 ], [ 106.101955123000039, 29.323826241000059 ], [ 106.101948788000072, 29.323789826000052 ], [ 106.101928543000042, 29.323750051000051 ], [ 106.10191035500003, 29.323717206000087 ], [ 106.10188026000003, 29.32368272300004 ], [ 106.101836387000048, 29.323657036000053 ], [ 106.101776887000028, 29.323652319000075 ], [ 106.101721612000063, 29.323671876000052 ], [ 106.101670168000055, 29.323679247000097 ], [ 106.101604705000057, 29.323672841000061 ], [ 106.101574629000027, 29.323640094000041 ], [ 106.101532551000048, 29.323597027000055 ], [ 106.10151634500005, 29.323564166000047 ], [ 106.101507954000056, 29.323520821000049 ], [ 106.10149369100003, 29.323484470000043 ], [ 106.101471466000078, 29.323444712000089 ], [ 106.101445296000065, 29.323406723000055 ], [ 106.101407014000074, 29.323347995000063 ], [ 106.101381012000047, 29.323325635000053 ], [ 106.101354993000029, 29.323301538000067 ], [ 106.101349463000076, 29.323297623000091 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.099773020000043, 29.331139025000084 ], [ 106.099742002000042, 29.331088584000039 ], [ 106.099717727000055, 29.33105450100004 ], [ 106.099667391000025, 29.331022536000035 ], [ 106.099617035000051, 29.330988668000089 ], [ 106.099560159000077, 29.330954853000033 ], [ 106.099496681000062, 29.330913474000052 ], [ 106.099448600000073, 29.330889109000058 ], [ 106.099385571000028, 29.330889628000083 ], [ 106.099303125000063, 29.330903638000056 ], [ 106.099216475000048, 29.330931017000072 ], [ 106.099153609000041, 29.330946773000051 ], [ 106.099086255000032, 29.330949232000066 ], [ 106.098966576000066, 29.330936886000071 ], [ 106.098909740000067, 29.330906879000047 ], [ 106.098859549000053, 29.330888246000086 ], [ 106.098822274000042, 29.330858078000048 ], [ 106.098791458000065, 29.330822144000074 ], [ 106.09871873600008, 29.330729414000075 ], [ 106.09870522600005, 29.33068571900009 ], [ 106.098709266000071, 29.330657115000065 ], [ 106.09874395900006, 29.330649211000036 ], [ 106.098791712000036, 29.330643104000046 ], [ 106.098834772000032, 29.330604655000059 ], [ 106.098858291000056, 29.330568274000079 ], [ 106.098868749000076, 29.330530095000075 ], [ 106.098872586000027, 29.330482447000058 ], [ 106.09887223800007, 29.330450071000087 ], [ 106.098865209000053, 29.330402513000081 ], [ 106.098866871000041, 29.33035488400008 ], [ 106.098884990000059, 29.330333227000036 ], [ 106.098882428000081, 29.330331497000088 ], [ 106.098881753000057, 29.330268500000045 ], [ 106.098865402000058, 29.330233633000034 ], [ 106.098829231000082, 29.330212930000066 ], [ 106.098815027000057, 29.330192046000036 ], [ 106.098816574000082, 29.330150032000066 ], [ 106.098836318000053, 29.330128868000088 ], [ 106.098843698000067, 29.330127102000052 ], [ 106.09882112300005, 29.330104292000044 ], [ 106.09877810100005, 29.330070515000042 ], [ 106.098723952000057, 29.33003683000004 ], [ 106.09866801700008, 29.330009660000087 ], [ 106.09859913600009, 29.329985848000028 ], [ 106.098539684000073, 29.32997658500004 ], [ 106.098489506000078, 29.329967246000084 ], [ 106.098441180000066, 29.329957892000035 ], [ 106.098386944000026, 29.329916081000075 ], [ 106.098375440000041, 29.329890719000058 ], [ 106.098366415000044, 29.329889476000066 ], [ 106.098334257000033, 29.329870491000058 ], [ 106.09829398100004, 29.32983932000008 ], [ 106.09826577900003, 29.329816802000042 ], [ 106.098245509000037, 29.329788967000077 ], [ 106.098235018000025, 29.329741801000072 ], [ 106.098235679000027, 29.329723834000049 ], [ 106.098191890000066, 29.32960722200005 ], [ 106.098127718000057, 29.329429021000067 ], [ 106.098105604000068, 29.329368998000067 ], [ 106.098081365000041, 29.329310874000043 ], [ 106.098048700000049, 29.32926787100007 ], [ 106.098013968000032, 29.329232411000078 ], [ 106.097968602000037, 29.329206445000068 ], [ 106.097880443000065, 29.329194001000083 ], [ 106.097783676000063, 29.329179746000079 ], [ 106.097697763000056, 29.329176689000061 ], [ 106.097611892000032, 29.329177396000034 ], [ 106.09755178100005, 29.329177890000039 ], [ 106.097493817000043, 29.329178367000047 ], [ 106.09749142700008, 29.329178386000081 ], [ 106.097420827000064, 29.329178966000093 ], [ 106.097352088000036, 29.329175769000067 ], [ 106.097246573000078, 29.329146535000067 ], [ 106.097052475000055, 29.329065351000054 ], [ 106.09686343500006, 29.328985774000046 ], [ 106.096747254000036, 29.328936868000095 ], [ 106.096690581000075, 29.328909618000068 ], [ 106.096636606000061, 29.328877526000039 ], [ 106.096603282000046, 29.328847673000045 ], [ 106.096599827000034, 29.328844703000073 ], [ 106.096569972000054, 29.328819026000076 ], [ 106.096543576000045, 29.328793937000068 ], [ 106.096519632000081, 29.328741112000039 ], [ 106.096480485000029, 29.32866141300007 ], [ 106.096446531000026, 29.328592287000049 ], [ 106.096360966000077, 29.328435129000063 ], [ 106.096331587000066, 29.328388375000088 ], [ 106.096295411000028, 29.328348904000045 ], [ 106.096253864000062, 29.328321530000039 ], [ 106.096199966000029, 29.328296667000075 ], [ 106.096147457000029, 29.328272998000052 ], [ 106.096122746000049, 29.328268214000051 ], [ 106.096115399000041, 29.328309439000069 ], [ 106.096101807000025, 29.328337374000061 ], [ 106.096082094000053, 29.328349708000072 ], [ 106.09604637700005, 29.32835000200004 ], [ 106.095972773000028, 29.328333216000086 ], [ 106.095857556000055, 29.32832199000007 ], [ 106.095788219000042, 29.328332993000064 ], [ 106.095734829000037, 29.328350821000075 ], [ 106.095691658000078, 29.328396388000044 ], [ 106.095678066000062, 29.328424323000039 ], [ 106.095678531000033, 29.328467794000066 ], [ 106.095681128000081, 29.328525157000051 ], [ 106.095693313000027, 29.328551140000055 ], [ 106.095711394000034, 29.328571860000057 ], [ 106.095741530000055, 29.328606391000044 ], [ 106.095759686000065, 29.32863406600006 ], [ 106.095770036000033, 29.328673977000054 ], [ 106.095772484000065, 29.328717429000051 ], [ 106.095761248000031, 29.328780125000034 ], [ 106.09573397000004, 29.328827300000057 ], [ 106.095714387000044, 29.328851806000042 ], [ 106.095707300000072, 29.328863720000065 ], [ 106.095698792000064, 29.328878019000058 ], [ 106.095683345000054, 29.328918142000084 ], [ 106.095679748000066, 29.32895295000008 ], [ 106.095688356000053, 29.329015481000056 ], [ 106.095720736000033, 29.329074340000091 ], [ 106.095792801000073, 29.329132873000045 ], [ 106.09585073600006, 29.329168915000082 ], [ 106.09593841700007, 29.329202974000047 ], [ 106.096004139000058, 29.329225041000083 ], [ 106.096105542000032, 29.329243337000033 ], [ 106.096165183000039, 29.329253280000053 ], [ 106.096256478000043, 29.329254270000046 ], [ 106.096357770000054, 29.32926213200005 ], [ 106.096437252000044, 29.329271914000053 ], [ 106.096475010000063, 29.329276820000075 ], [ 106.096500840000033, 29.329280374000049 ], [ 106.096546555000032, 29.329286666000087 ], [ 106.096715611000036, 29.329321795000048 ], [ 106.096803198000032, 29.329347159000065 ], [ 106.096894754000061, 29.329372491000075 ], [ 106.096972421000032, 29.329397937000063 ], [ 106.097083913000063, 29.329431800000069 ], [ 106.09722711600007, 29.329461923000054 ], [ 106.097298588000072, 29.329464814000058 ], [ 106.097367963000067, 29.329457288000064 ], [ 106.097512835000032, 29.329457835000085 ], [ 106.097570417000043, 29.329460840000081 ], [ 106.097614127000043, 29.329465697000046 ], [ 106.097653999000045, 29.32948275900009 ], [ 106.097691905000033, 29.329501575000045 ], [ 106.097727883000061, 29.329525625000088 ], [ 106.097752105000041, 29.329563683000064 ], [ 106.097754647000045, 29.329615830000073 ], [ 106.097735363000027, 29.329668157000079 ], [ 106.097666547000074, 29.329727848000065 ], [ 106.09760607000004, 29.329790704000057 ], [ 106.097618662000059, 29.329805132000043 ], [ 106.097658495000076, 29.329823194000085 ], [ 106.097712142000034, 29.329824796000086 ], [ 106.097749294000039, 29.329810188000067 ], [ 106.09779581500004, 29.329799589000064 ], [ 106.097858898000027, 29.329811329000055 ], [ 106.097915533000048, 29.329874205000067 ], [ 106.09794153100006, 29.329906683000047 ], [ 106.097965219000073, 29.329941224000038 ], [ 106.097975304000045, 29.329997426000094 ], [ 106.098014055000093, 29.329995630000049 ], [ 106.098056142000075, 29.330009284000084 ], [ 106.098094441000057, 29.330042220000049 ], [ 106.098143062000076, 29.33010657300008 ], [ 106.098155251000037, 29.330125724000087 ], [ 106.098147525000059, 29.33015028800008 ], [ 106.09814024800005, 29.330166675000044 ], [ 106.098161870000069, 29.330222370000055 ], [ 106.098164711000038, 29.330256992000045 ], [ 106.098165175000091, 29.33030029400004 ], [ 106.098160721000056, 29.330345803000057 ], [ 106.098146870000051, 29.330436860000081 ], [ 106.098137474000055, 29.330482409000062 ], [ 106.098115677000067, 29.330523730000035 ], [ 106.098086839000075, 29.330599753000051 ], [ 106.098038188000032, 29.330671609000035 ], [ 106.097996786000067, 29.330728248000074 ], [ 106.097971785000027, 29.33076963700006 ], [ 106.097975896000037, 29.330770132000055 ], [ 106.098104914000032, 29.330794547000028 ], [ 106.098221551000051, 29.330826343000073 ], [ 106.098309311000037, 29.330876575000055 ], [ 106.098434645000054, 29.330944694000028 ], [ 106.098551671000052, 29.331012882000039 ], [ 106.098731502000092, 29.331127867000077 ], [ 106.098911060000049, 29.33121737800008 ], [ 106.099153109000042, 29.331324570000042 ], [ 106.099344346000066, 29.331341192000085 ], [ 106.099456480000072, 29.331340269000076 ], [ 106.099593024000058, 29.331291831000051 ], [ 106.099745555000027, 29.331185027000053 ], [ 106.099773020000043, 29.331139025000084 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.09814024800005, 29.330166675000044 ], [ 106.098135825000043, 29.330176635000043 ], [ 106.098104266000064, 29.330213647000047 ], [ 106.098021030000041, 29.330273834000081 ], [ 106.09799490100005, 29.330258298000047 ], [ 106.097972821000042, 29.330247979000035 ], [ 106.097936557000025, 29.330218527000053 ], [ 106.097884204000081, 29.330178706000076 ], [ 106.097861899000065, 29.33014738800005 ], [ 106.097865481000042, 29.330108857000084 ], [ 106.097877088000075, 29.330073760000072 ], [ 106.097904633000041, 29.330035032000069 ], [ 106.097930369000039, 29.330013819000047 ], [ 106.09796814300006, 29.329997758000047 ], [ 106.097975304000045, 29.329997426000094 ], [ 106.097965219000073, 29.329941224000038 ], [ 106.09794153100006, 29.329906683000047 ], [ 106.097915533000048, 29.329874205000067 ], [ 106.097858898000027, 29.329811329000055 ], [ 106.09779581500004, 29.329799589000064 ], [ 106.097749294000039, 29.329810188000067 ], [ 106.097712142000034, 29.329824796000086 ], [ 106.097658495000076, 29.329823194000085 ], [ 106.097618662000059, 29.329805132000043 ], [ 106.09760607000004, 29.329790704000057 ], [ 106.097597415000052, 29.329780788000051 ], [ 106.09759477700004, 29.329752204000052 ], [ 106.097596868000039, 29.329729711000077 ], [ 106.097582726000056, 29.329715524000047 ], [ 106.097545246000038, 29.329699486000042 ], [ 106.097508029000039, 29.329707965000068 ], [ 106.097482667000065, 29.329734736000034 ], [ 106.097471446000043, 29.329775694000094 ], [ 106.097471840000026, 29.329812469000046 ], [ 106.097467658000042, 29.329857455000074 ], [ 106.097454238000068, 29.329910691000055 ], [ 106.09743842000006, 29.329957816000054 ], [ 106.097411098000066, 29.330019338000053 ], [ 106.097407004000047, 29.330072497000057 ], [ 106.097403128000053, 29.330146086000067 ], [ 106.097418299000026, 29.330256298000045 ], [ 106.097442490000049, 29.330337829000086 ], [ 106.097466374000092, 29.330390758000075 ], [ 106.097511396000073, 29.330457815000052 ], [ 106.097612944000062, 29.330577533000064 ], [ 106.097634387000028, 29.330620265000054 ], [ 106.097648924000055, 29.330671227000046 ], [ 106.097677384000065, 29.330715945000062 ], [ 106.097721517000025, 29.330765052000057 ], [ 106.097743130000026, 29.330753849000075 ], [ 106.097834497000065, 29.330753098000056 ], [ 106.097971785000027, 29.33076963700006 ], [ 106.097996786000067, 29.330728248000074 ], [ 106.098038188000032, 29.330671609000035 ], [ 106.098086839000075, 29.330599753000051 ], [ 106.098115677000067, 29.330523730000035 ], [ 106.098137474000055, 29.330482409000062 ], [ 106.098146870000051, 29.330436860000081 ], [ 106.098160721000056, 29.330345803000057 ], [ 106.098165175000091, 29.33030029400004 ], [ 106.098164711000038, 29.330256992000045 ], [ 106.098161870000069, 29.330222370000055 ], [ 106.09814024800005, 29.330166675000044 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.092101104000051, 29.333422557000052 ], [ 106.092179114000032, 29.333374842000069 ], [ 106.092251469000075, 29.333333334000091 ], [ 106.092372922000038, 29.333272500000085 ], [ 106.092495020000058, 29.33321775100007 ], [ 106.092617020000034, 29.333153788000061 ], [ 106.09269527500004, 29.333096326000092 ], [ 106.092759509000075, 29.333038978000054 ], [ 106.092811574000052, 29.332990945000063 ], [ 106.092849669000032, 29.33294763300006 ], [ 106.092863443000056, 29.332924484000049 ], [ 106.092885815000045, 29.332885908000041 ], [ 106.092885521000028, 29.332858268000056 ], [ 106.092888649000031, 29.332822921000066 ], [ 106.092895462000058, 29.332813504000043 ], [ 106.092877226000041, 29.332807299000073 ], [ 106.092851498000073, 29.332788338000068 ], [ 106.092843951000091, 29.332764436000048 ], [ 106.092843662000064, 29.332737279000074 ], [ 106.092867003000038, 29.332703539000079 ], [ 106.09292109900008, 29.332647179000048 ], [ 106.092953641000079, 29.332621350000057 ], [ 106.092978790000075, 29.332585995000045 ], [ 106.092967562000069, 29.332558930000047 ], [ 106.092950932000065, 29.332538297000042 ], [ 106.09293432000004, 29.332519261000062 ], [ 106.092917726000053, 29.332501823000086 ], [ 106.092913790000068, 29.332474697000066 ], [ 106.092927966000047, 29.332436237000085 ], [ 106.092953198000032, 29.332408871000037 ], [ 106.092981960000031, 29.332370293000054 ], [ 106.09299248800005, 29.332331864000086 ], [ 106.092995742000028, 29.332295092000034 ], [ 106.093013547000055, 29.332255006000082 ], [ 106.093027638000081, 29.332208560000083 ], [ 106.093056380000064, 29.332168384000052 ], [ 106.093108688000029, 29.332115234000081 ], [ 106.093139117000078, 29.332062265000051 ], [ 106.093136561000051, 29.331993587000056 ], [ 106.093108005000033, 29.33188039200007 ], [ 106.093048082000053, 29.331732304000067 ], [ 106.092992011000035, 29.331603355000084 ], [ 106.092920043000049, 29.331522467000063 ], [ 106.092846337000026, 29.331449581000072 ], [ 106.092762460000074, 29.331377564000032 ], [ 106.092729119000069, 29.331382713000039 ], [ 106.092679377000096, 29.331383120000062 ], [ 106.092623935000077, 29.331367429000061 ], [ 106.09255564800003, 29.331356687000042 ], [ 106.092504202000043, 29.331370025000055 ], [ 106.092466233000039, 29.331390802000044 ], [ 106.092324950000034, 29.331479197000085 ], [ 106.092165080000029, 29.331539258000081 ], [ 106.092063670000073, 29.33155611200003 ], [ 106.091986829000078, 29.331590568000085 ], [ 106.091928274000054, 29.331624874000063 ], [ 106.091863830000079, 29.331678812000064 ], [ 106.09180722900004, 29.331705981000084 ], [ 106.091730104000078, 29.331713734000065 ], [ 106.091660991000026, 29.331710739000073 ], [ 106.091612120000036, 29.331700456000082 ], [ 106.091584861000058, 29.331686426000093 ], [ 106.091579567000053, 29.331753254000045 ], [ 106.091578242000026, 29.331795223000089 ], [ 106.091563398000062, 29.33185580300006 ], [ 106.091549687000054, 29.331899392000079 ], [ 106.091517163000049, 29.331951416000045 ], [ 106.091465408000033, 29.331972543000063 ], [ 106.091429993000077, 29.331974903000059 ], [ 106.091387447000045, 29.331973180000094 ], [ 106.091358987000035, 29.331963062000057 ], [ 106.091330307000078, 29.331932241000061 ], [ 106.091285155000037, 29.33190776500005 ], [ 106.09123783900003, 29.331901942000052 ], [ 106.091207304000079, 29.331918755000054 ], [ 106.091186349000054, 29.331947910000046 ], [ 106.091172417000053, 29.331970798000043 ], [ 106.091130356000065, 29.332014619000066 ], [ 106.091085622000037, 29.332029477000045 ], [ 106.091050252000059, 29.332035977000089 ], [ 106.090995826000039, 29.332028142000066 ], [ 106.090950586000076, 29.331995385000084 ], [ 106.090936059000057, 29.331962379000061 ], [ 106.090923850000081, 29.331925213000087 ], [ 106.090913937000039, 29.33188181700007 ], [ 106.090885124000067, 29.331838575000056 ], [ 106.090816172000075, 29.331797732000044 ], [ 106.090778285000056, 29.331789760000042 ], [ 106.090731189000053, 29.331804638000051 ], [ 106.090721894000069, 29.331819206000027 ], [ 106.090703302000065, 29.331848343000051 ], [ 106.090682238000056, 29.331867148000068 ], [ 106.090633040000057, 29.33186767200004 ], [ 106.090634775000083, 29.331886485000037 ], [ 106.090637224000034, 29.331925634000072 ], [ 106.090641666000067, 29.331961205000084 ], [ 106.090648234000071, 29.332005661000032 ], [ 106.090658828000073, 29.332046523000088 ], [ 106.090659303000066, 29.332091029000086 ], [ 106.09064578300007, 29.332157014000078 ], [ 106.090621989000056, 29.332212400000056 ], [ 106.090600346000031, 29.33223948200008 ], [ 106.090623983000071, 29.332245489000059 ], [ 106.090680796000072, 29.332269803000077 ], [ 106.090699821000044, 29.332286166000085 ], [ 106.090714223000077, 29.332310826000075 ], [ 106.090721774000031, 29.332356191000088 ], [ 106.090724526000031, 29.332393335000063 ], [ 106.090755728000033, 29.332446766000093 ], [ 106.090775127000029, 29.332498228000077 ], [ 106.090782571000034, 29.332533270000059 ], [ 106.090790100000049, 29.332576570000068 ], [ 106.090841031000025, 29.33271243300004 ], [ 106.09084856100003, 29.332755733000045 ], [ 106.090848980000032, 29.33279496100004 ], [ 106.090849396000067, 29.332834190000082 ], [ 106.090856862000066, 29.332871296000068 ], [ 106.090895242000045, 29.332934992000048 ], [ 106.090947519000053, 29.332975861000079 ], [ 106.091002152000044, 29.333016711000084 ], [ 106.091068522000057, 29.333053336000024 ], [ 106.091139561000048, 29.333085792000084 ], [ 106.091227203000088, 29.333128437000088 ], [ 106.091243982000037, 29.333155143000056 ], [ 106.091263096000034, 29.333179765000061 ], [ 106.091284611000049, 29.333208497000047 ], [ 106.091322575000049, 29.333232964000043 ], [ 106.091372166000042, 29.333242883000082 ], [ 106.091440496000075, 29.333242324000079 ], [ 106.091485264000028, 29.333241958000091 ], [ 106.091516050000052, 29.333256160000069 ], [ 106.091561038000066, 29.33327644000007 ], [ 106.091610893000066, 29.33331113600007 ], [ 106.091634748000047, 29.333333334000084 ], [ 106.091685374000065, 29.333391688000063 ], [ 106.091770728000029, 29.333433825000032 ], [ 106.091904724000074, 29.333453019000046 ], [ 106.091963848000034, 29.333448027000081 ], [ 106.092101104000051, 29.333422557000052 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.094044992000079, 29.330944319000068 ], [ 106.094059127000037, 29.33092694100009 ], [ 106.094063404000067, 29.330900243000073 ], [ 106.094060178000063, 29.330882938000062 ], [ 106.094040260000043, 29.330869770000046 ], [ 106.094008156000029, 29.330855369000066 ], [ 106.093985209000039, 29.330843559000069 ], [ 106.093946920000064, 29.330819876000078 ], [ 106.093934524000076, 29.330798647000055 ], [ 106.093935760000079, 29.330771975000065 ], [ 106.093967366000072, 29.330739719000068 ], [ 106.094032509000044, 29.330713856000042 ], [ 106.094085454000052, 29.330685425000066 ], [ 106.094127736000075, 29.330655749000069 ], [ 106.094156397000063, 29.330632851000075 ], [ 106.094193951000079, 29.330594708000035 ], [ 106.09417899400006, 29.330586401000055 ], [ 106.094157622000068, 29.330549806000082 ], [ 106.094143255000063, 29.330454658000065 ], [ 106.094140509000056, 29.330376129000065 ], [ 106.094132132000027, 29.330306002000043 ], [ 106.094129707000036, 29.330257553000084 ], [ 106.094129243000054, 29.330214103000056 ], [ 106.094145802000071, 29.330157142000072 ], [ 106.094155176000072, 29.330142023000057 ], [ 106.094157280000047, 29.330141080000082 ], [ 106.094145221000076, 29.330124010000066 ], [ 106.094113159000074, 29.330107267000077 ], [ 106.094072857000072, 29.330097879000046 ], [ 106.094034058000034, 29.330099412000038 ], [ 106.093994029000058, 29.330115532000033 ], [ 106.093977512000038, 29.330126600000085 ], [ 106.093954154000087, 29.33014622700005 ], [ 106.093907195000043, 29.330162404000074 ], [ 106.093897518000063, 29.330164913000093 ], [ 106.093859516000066, 29.330155246000064 ], [ 106.093596486000081, 29.330353209000066 ], [ 106.093399989000034, 29.330481647000056 ], [ 106.093346569000062, 29.33052391200005 ], [ 106.09336759200005, 29.330533585000069 ], [ 106.093430656000066, 29.330533069000069 ], [ 106.093495332000032, 29.330509780000053 ], [ 106.093539553000028, 29.330481787000053 ], [ 106.093592962000059, 29.330445587000046 ], [ 106.093627962000028, 29.33042254500009 ], [ 106.093659337000076, 29.330407657000084 ], [ 106.093700040000044, 29.330397571000045 ], [ 106.093774146000044, 29.330388837000047 ], [ 106.093833552000049, 29.330393226000066 ], [ 106.093857769000067, 29.330402781000089 ], [ 106.093884136000042, 29.33043995000007 ], [ 106.093910572000027, 29.330483622000092 ], [ 106.093901540000047, 29.330506453000048 ], [ 106.093859210000062, 29.330537684000021 ], [ 106.093789315000038, 29.330593523000054 ], [ 106.09379326800007, 29.330616247000076 ], [ 106.093812093000054, 29.33064210100008 ], [ 106.09382365700003, 29.330682643000046 ], [ 106.093812926000055, 29.330720117000048 ], [ 106.093783649000045, 29.330757743000046 ], [ 106.093756207000069, 29.33079372900005 ], [ 106.093702728000054, 29.330823426000052 ], [ 106.093645489000039, 29.330848277000086 ], [ 106.09357146900004, 29.330865138000032 ], [ 106.093495542000028, 29.330877138000066 ], [ 106.093431889000044, 29.330894996000044 ], [ 106.09343709500007, 29.330901486000073 ], [ 106.093483088000028, 29.330938403000051 ], [ 106.093547363000042, 29.330979166000073 ], [ 106.093613109000046, 29.331022879000049 ], [ 106.093628498000044, 29.331033110000071 ], [ 106.093709407000063, 29.331065745000057 ], [ 106.093791734000035, 29.331089045000049 ], [ 106.093863352000028, 29.331105773000051 ], [ 106.093887120000034, 29.331106660000042 ], [ 106.093875282000056, 29.331080258000039 ], [ 106.093873106000046, 29.331055206000087 ], [ 106.093872785000045, 29.331025125000057 ], [ 106.093878239000048, 29.331000011000075 ], [ 106.093885600000092, 29.330974880000046 ], [ 106.093896864000044, 29.330958076000051 ], [ 106.093915757000062, 29.330941207000073 ], [ 106.093938502000071, 29.330927650000028 ], [ 106.093974718000041, 29.330925682000043 ], [ 106.093995733000042, 29.330928852000056 ], [ 106.094034001000068, 29.330940238000046 ], [ 106.094044992000079, 29.330944319000068 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.093346569000062, 29.33052391200005 ], [ 106.093399989000034, 29.330481647000056 ], [ 106.093596486000081, 29.330353209000066 ], [ 106.093859516000066, 29.330155246000064 ], [ 106.093790434000042, 29.330132992000078 ], [ 106.09374732200007, 29.330119983000088 ], [ 106.093684790000054, 29.330105919000065 ], [ 106.093632064000076, 29.330101492000036 ], [ 106.093568301000062, 29.330102014000087 ], [ 106.093522546000031, 29.330101175000042 ], [ 106.09346967900008, 29.330083386000073 ], [ 106.09343616600006, 29.330060581000055 ], [ 106.093426280000088, 29.330043655000054 ], [ 106.093422119000081, 29.330024835000074 ], [ 106.093408552000028, 29.330026098000072 ], [ 106.093317719000026, 29.330031719000086 ], [ 106.09321398600008, 29.330045572000078 ], [ 106.093114, 29.330062647000091 ], [ 106.092978892000076, 29.33009138500006 ], [ 106.092895529000032, 29.330101821000078 ], [ 106.092806827000061, 29.330133431000036 ], [ 106.092747646000078, 29.330150171000078 ], [ 106.092677405000089, 29.330173503000083 ], [ 106.092652472000054, 29.330187049000081 ], [ 106.092625764000047, 29.330201560000035 ], [ 106.092579896000075, 29.330249075000044 ], [ 106.092574156000069, 29.330260026000079 ], [ 106.092550808000055, 29.330304578000039 ], [ 106.092516138000079, 29.330358503000063 ], [ 106.09252785700005, 29.330413673000059 ], [ 106.092565282000066, 29.330444251000078 ], [ 106.092596883000056, 29.330450495000036 ], [ 106.092641417000038, 29.330451756000059 ], [ 106.092695363000075, 29.330465943000032 ], [ 106.092777356000056, 29.330501032000086 ], [ 106.09281154100006, 29.330575525000082 ], [ 106.092823035000038, 29.330609566000078 ], [ 106.092831043000047, 29.330664767000087 ], [ 106.09282958600005, 29.330702165000044 ], [ 106.092824455000027, 29.330742844000039 ], [ 106.092821057000037, 29.330772131000064 ], [ 106.092828737000062, 29.330796450000033 ], [ 106.09284187600008, 29.330810972000059 ], [ 106.092870011000073, 29.33084 ], [ 106.092913053000075, 29.330875408000054 ], [ 106.09296521400006, 29.330896112000058 ], [ 106.093005726000058, 29.330919794000067 ], [ 106.093013879000068, 29.330839689000072 ], [ 106.093029432000051, 29.33073034500006 ], [ 106.093039575000034, 29.330683644000086 ], [ 106.093060568000055, 29.330656833000031 ], [ 106.093116689000055, 29.330645718000088 ], [ 106.093156233000059, 29.330648058000069 ], [ 106.093173673000081, 29.330652994000044 ], [ 106.09325646300006, 29.33059520300008 ], [ 106.093346569000062, 29.33052391200005 ] ], [ [ 106.09311320200004, 29.330161807000081 ], [ 106.093148860000042, 29.330200527000038 ], [ 106.09316586500006, 29.330229646000081 ], [ 106.093211127000075, 29.330299171000036 ], [ 106.093237614000031, 29.330347719000084 ], [ 106.093264102000049, 29.330396267000079 ], [ 106.093266443000061, 29.330441761000081 ], [ 106.093229623000084, 29.330468070000052 ], [ 106.093157770000062, 29.330514172000044 ], [ 106.093022837000035, 29.33055916600005 ], [ 106.092991355000038, 29.330564299000052 ], [ 106.092952421000078, 29.33056624500005 ], [ 106.092924252000046, 29.33053396500009 ], [ 106.09287888700004, 29.330454688000092 ], [ 106.092861621000054, 29.330401188000053 ], [ 106.092849627000078, 29.330320012000076 ], [ 106.092843437000056, 29.330261545000045 ], [ 106.092857947000027, 29.330230542000034 ], [ 106.092881886000043, 29.330214091000059 ], [ 106.092929852000069, 29.330189316000098 ], [ 106.092972322000037, 29.330171088000043 ], [ 106.093057505000047, 29.330157387000039 ], [ 106.09311320200004, 29.330161807000081 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.094967094000026, 29.328138045000053 ], [ 106.094980944000042, 29.328105933000074 ], [ 106.094982693000077, 29.328058472000066 ], [ 106.094986634000065, 29.328005063000035 ], [ 106.094986128000073, 29.32795762000006 ], [ 106.094948873000078, 29.327849194000066 ], [ 106.094896313000049, 29.327786363000097 ], [ 106.094823431000066, 29.327721722000039 ], [ 106.094755164000048, 29.327666927000063 ], [ 106.094718776000036, 29.327639548000032 ], [ 106.094718522000051, 29.327615827000045 ], [ 106.09476796000007, 29.327597628000035 ], [ 106.094826506000061, 29.327587264000048 ], [ 106.094877118000056, 29.327574492000057 ], [ 106.094669196000041, 29.327523666000051 ], [ 106.094391961000042, 29.327468143000083 ], [ 106.094270901000073, 29.327454687000056 ], [ 106.09424342300008, 29.327454912000071 ], [ 106.094221595000079, 29.327469540000031 ], [ 106.094216493000033, 29.327506507000059 ], [ 106.094220465000035, 29.327535372000053 ], [ 106.094237779000025, 29.327567939000055 ], [ 106.094239162000065, 29.327570539000078 ], [ 106.09426701700005, 29.327605631000043 ], [ 106.094342879000067, 29.327675647000035 ], [ 106.094367101000046, 29.327701444000073 ], [ 106.094467039000065, 29.32780788000008 ], [ 106.094590908000043, 29.327912824000077 ], [ 106.094700345000035, 29.328038756000073 ], [ 106.094763111000077, 29.328140644000086 ], [ 106.094804681000028, 29.328114897000031 ], [ 106.09485356600004, 29.328103362000022 ], [ 106.094886254000073, 29.328104684000031 ], [ 106.094957259000068, 29.328124780000053 ], [ 106.094967094000026, 29.328138045000053 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.104802188000065, 29.32266110300009 ], [ 106.104772145000027, 29.322628624000057 ], [ 106.104717446000052, 29.322605938000038 ], [ 106.104661250000063, 29.322597727000073 ], [ 106.104606736000051, 29.32259239300004 ], [ 106.10455220700004, 29.322585614000044 ], [ 106.10448944400008, 29.322580349000077 ], [ 106.104448177000052, 29.322579244000046 ], [ 106.104410116000054, 29.322569437000084 ], [ 106.104381863000071, 29.322550870000043 ], [ 106.104360148000069, 29.322526465000067 ], [ 106.104343399000072, 29.32250346700005 ], [ 106.104338044000031, 29.322465911000052 ], [ 106.104365312000027, 29.322429223000096 ], [ 106.104396043000065, 29.322410899000094 ], [ 106.104445272000078, 29.322387002000085 ], [ 106.104488295000067, 29.322361348000079 ], [ 106.104533343000071, 29.322332065000072 ], [ 106.104557868000029, 29.322311985000042 ], [ 106.104582492000091, 29.322300941000041 ], [ 106.104631877000031, 29.322291496000044 ], [ 106.104691511000055, 29.322276548000055 ], [ 106.104761551000081, 29.322270547000073 ], [ 106.104802746000075, 29.322266593000037 ], [ 106.104854036000063, 29.322242677000077 ], [ 106.104919623000058, 29.322205996000037 ], [ 106.104968772000063, 29.322174871000069 ], [ 106.104997364000042, 29.322149337000027 ], [ 106.105025898000065, 29.322118384000081 ], [ 106.105029767000076, 29.322094860000057 ], [ 106.10502325200008, 29.322064196000042 ], [ 106.104988026000058, 29.322048225000067 ], [ 106.104926117000048, 29.322043317000066 ], [ 106.104804553000065, 29.322051551000069 ], [ 106.104742857000076, 29.322066517000057 ], [ 106.104685382000071, 29.322090483000068 ], [ 106.104636193000033, 29.322117994000052 ], [ 106.104591167000095, 29.322149085000031 ], [ 106.104546139000036, 29.322180175000089 ], [ 106.10449901100003, 29.322207670000065 ], [ 106.104457932000059, 29.322222465000035 ], [ 106.104406448000077, 29.32222831200005 ], [ 106.104342573000054, 29.322232454000076 ], [ 106.104292975000078, 29.322222023000052 ], [ 106.104222779000054, 29.322213569000034 ], [ 106.104186349000031, 29.322277113000037 ], [ 106.104153537000059, 29.322293647000041 ], [ 106.104093786000078, 29.322297755000072 ], [ 106.104044207000086, 29.322289130000058 ], [ 106.103949654000075, 29.322260041000046 ], [ 106.103924052000082, 29.322286717000043 ], [ 106.103916087000073, 29.322308336000049 ], [ 106.103914818000078, 29.322342832000064 ], [ 106.10391359700003, 29.322381639000078 ], [ 106.103901053000072, 29.322434908000051 ], [ 106.103888385000062, 29.322476683000044 ], [ 106.103859106000073, 29.322498479000046 ], [ 106.103824909000025, 29.322520315000073 ], [ 106.103793835000033, 29.322527756000056 ], [ 106.103766222000047, 29.322520842000078 ], [ 106.103764823000063, 29.322530045000065 ], [ 106.103758845000073, 29.322612870000054 ], [ 106.103762847000041, 29.322665513000068 ], [ 106.103777015000048, 29.32269541200008 ], [ 106.103788497000039, 29.322719646000053 ], [ 106.103807630000063, 29.322744290000063 ], [ 106.103864585000068, 29.322776888000078 ], [ 106.103930952000042, 29.322807342000083 ], [ 106.104009131000055, 29.322839766000069 ], [ 106.104134231000046, 29.322849064000078 ], [ 106.104301846000055, 29.322864213000059 ], [ 106.104393842000036, 29.322865518000071 ], [ 106.104490488000067, 29.322860585000054 ], [ 106.104560969000033, 29.32283520000005 ], [ 106.104682841000056, 29.322763919000067 ], [ 106.104736458000048, 29.322705603000081 ], [ 106.104802188000065, 29.32266110300009 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.105496282000047, 29.321796698000067 ], [ 106.105516535000049, 29.321773772000086 ], [ 106.10554301600007, 29.321746738000066 ], [ 106.105564494000078, 29.321728685000039 ], [ 106.105569389000038, 29.321709651000052 ], [ 106.10556663400007, 29.321690680000078 ], [ 106.105551108000043, 29.321669581000045 ], [ 106.105533032000039, 29.321648503000066 ], [ 106.105510656000035, 29.321638119000063 ], [ 106.105410027000062, 29.321591424000076 ], [ 106.105294198000081, 29.321549183000066 ], [ 106.105269235000037, 29.321540079000044 ], [ 106.105237245000069, 29.321529171000066 ], [ 106.105196368000065, 29.321521689000068 ], [ 106.105163236000067, 29.321523080000073 ], [ 106.105117392000068, 29.321527929000066 ], [ 106.105052318000048, 29.321522881000075 ], [ 106.105020171000035, 29.321497451000084 ], [ 106.105004681000025, 29.321479703000072 ], [ 106.104980388000058, 29.321473200000071 ], [ 106.104956168000058, 29.321473401000045 ], [ 106.104906535000055, 29.321481632000086 ], [ 106.104875941000046, 29.321481886000075 ], [ 106.104844071000059, 29.321482149000079 ], [ 106.104815942000073, 29.321474561000059 ], [ 106.104785203000063, 29.321461409000047 ], [ 106.104765961000055, 29.321450395000049 ], [ 106.104732359000081, 29.321408218000048 ], [ 106.104699250000067, 29.321293414000088 ], [ 106.104675461000056, 29.321215403000046 ], [ 106.104668762000074, 29.321185293000038 ], [ 106.104664601000081, 29.321154044000085 ], [ 106.104651492000073, 29.321120635000053 ], [ 106.104637168000068, 29.321092822000082 ], [ 106.104607620000081, 29.321071839000066 ], [ 106.104564025000059, 29.321048737000062 ], [ 106.104520610000066, 29.321042393000091 ], [ 106.104463749000047, 29.321040044000078 ], [ 106.104453011000047, 29.321039600000063 ], [ 106.104346183000089, 29.321063947000088 ], [ 106.104277754000066, 29.321102499000062 ], [ 106.104248808000079, 29.321137374000038 ], [ 106.10422350500005, 29.321155459000071 ], [ 106.104190589000041, 29.321176959000066 ], [ 106.104153548000056, 29.321170562000077 ], [ 106.104129039000043, 29.321143951000064 ], [ 106.104119851000064, 29.321119447000058 ], [ 106.104115617000048, 29.321081495000044 ], [ 106.104115268000044, 29.32104909800006 ], [ 106.104110105000075, 29.321017235000049 ], [ 106.104090459000076, 29.32099644900007 ], [ 106.104067938000071, 29.320986161000068 ], [ 106.104022994000047, 29.320974749000072 ], [ 106.103985704000095, 29.320980294000034 ], [ 106.103955897000048, 29.320987087000052 ], [ 106.103935039000078, 29.32099249700007 ], [ 106.103909713000078, 29.320999253000068 ], [ 106.103883049000046, 29.321020422000061 ], [ 106.103871394000066, 29.321048013000052 ], [ 106.103873226000076, 29.321079421000036 ], [ 106.103876439000047, 29.321100343000069 ], [ 106.103869238000073, 29.321125279000061 ], [ 106.103854524000042, 29.321146350000049 ], [ 106.103839811000057, 29.321167420000062 ], [ 106.103822011000034, 29.321179351000069 ], [ 106.103786341000045, 29.321196666000056 ], [ 106.103777533000027, 29.321211141000052 ], [ 106.10377489800004, 29.321243895000059 ], [ 106.103775278000072, 29.321279243000042 ], [ 106.10378920200003, 29.321323644000071 ], [ 106.103790964000041, 29.321348506000042 ], [ 106.103789837000079, 29.321382557000046 ], [ 106.103790752000066, 29.321392466000081 ], [ 106.103791528000045, 29.321400873000069 ], [ 106.103812668000046, 29.321421647000079 ], [ 106.103853271000048, 29.321446187000053 ], [ 106.103904288000081, 29.321466714000053 ], [ 106.103958083000066, 29.321467579000057 ], [ 106.104020784000056, 29.321463132000083 ], [ 106.104058173000055, 29.321466751000063 ], [ 106.104089700000031, 29.321480892000068 ], [ 106.104124384000045, 29.321510719000052 ], [ 106.104196739000031, 29.32157034800008 ], [ 106.104270687000053, 29.321639128000076 ], [ 106.104305568000029, 29.321687284000067 ], [ 106.104328541000029, 29.321739465000071 ], [ 106.104340830000069, 29.321770786000069 ], [ 106.104345636000062, 29.321800860000046 ], [ 106.104344565000076, 29.321840148000039 ], [ 106.104337533000034, 29.321880794000037 ], [ 106.10431840900003, 29.321908447000055 ], [ 106.104287389000035, 29.321941436000092 ], [ 106.104242897000063, 29.321971918000084 ], [ 106.104217247000065, 29.32199893500006 ], [ 106.104218460000027, 29.32200399900006 ], [ 106.104222836000076, 29.322027453000082 ], [ 106.104225326000062, 29.322067185000044 ], [ 106.104227778000052, 29.322094984000046 ], [ 106.10426945100005, 29.32210698100004 ], [ 106.104302620000055, 29.322108941000071 ], [ 106.104345841000054, 29.322097411000072 ], [ 106.104371121000042, 29.322077091000043 ], [ 106.104400152000039, 29.32205003700005 ], [ 106.104495088000078, 29.321986685000066 ], [ 106.104526571000065, 29.321950672000064 ], [ 106.10453911500008, 29.321931575000068 ], [ 106.104546583000058, 29.321914756000062 ], [ 106.104566871000031, 29.321904531000087 ], [ 106.104589829000076, 29.32190545900006 ], [ 106.104612848000045, 29.32191197200007 ], [ 106.104652330000079, 29.321908293000032 ], [ 106.104708179000056, 29.321885487000088 ], [ 106.104753832000029, 29.321862764000059 ], [ 106.104794419000029, 29.321843434000076 ], [ 106.10485789300003, 29.321818329000052 ], [ 106.104908776000059, 29.32180785200007 ], [ 106.105020632000048, 29.321776761000081 ], [ 106.105085406000072, 29.321753879000081 ], [ 106.105132405000063, 29.321737849000041 ], [ 106.105168037000055, 29.321731967000058 ], [ 106.10520365900004, 29.321724969000059 ], [ 106.105249539000056, 29.32172347200008 ], [ 106.10530318800005, 29.321733083000076 ], [ 106.105349237000041, 29.32174722600007 ], [ 106.105400493000047, 29.321771381000076 ], [ 106.105438955000068, 29.321791173000069 ], [ 106.105479819000038, 29.321797538000055 ], [ 106.105496282000047, 29.321796698000067 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.104441618000067, 29.32094411200006 ], [ 106.10451469700007, 29.320940995000061 ], [ 106.104608687000052, 29.320918808000044 ], [ 106.104699253000049, 29.320902766000074 ], [ 106.104789804000063, 29.320885195000063 ], [ 106.104840222000064, 29.32086795600009 ], [ 106.104874806000055, 29.320838614000092 ], [ 106.104888435000078, 29.320807917000081 ], [ 106.104943363000075, 29.320723354000055 ], [ 106.105005485000049, 29.320658612000045 ], [ 106.105078405000029, 29.320624366000061 ], [ 106.10512544900007, 29.320617859000034 ], [ 106.105179605000046, 29.320623528000056 ], [ 106.105260065000039, 29.320641213000048 ], [ 106.105349315000069, 29.320664941000079 ], [ 106.105417429000056, 29.320670494000062 ], [ 106.105482103000057, 29.320680663000076 ], [ 106.105541592000066, 29.320695463000053 ], [ 106.105581839000081, 29.320705834000073 ], [ 106.105621887000041, 29.320697856000038 ], [ 106.105639171000064, 29.320682421000068 ], [ 106.105656339000078, 29.320656282000073 ], [ 106.105655844000069, 29.320610409000043 ], [ 106.10563441100004, 29.320564709000049 ], [ 106.105609522000066, 29.32052209700004 ], [ 106.105582871000081, 29.32047797000007 ], [ 106.105547662000063, 29.320449206000038 ], [ 106.105512567000076, 29.320431146000089 ], [ 106.105477539000049, 29.320419202000043 ], [ 106.105440898000055, 29.320419506000064 ], [ 106.105395631000079, 29.320429056000084 ], [ 106.105350315000081, 29.320434019000061 ], [ 106.105277049000051, 29.320436155000042 ], [ 106.105212359000063, 29.320424456000069 ], [ 106.105156392000026, 29.320412686000058 ], [ 106.105102056000078, 29.320390197000055 ], [ 106.105049497000039, 29.320370752000091 ], [ 106.105019884000058, 29.320375585000075 ], [ 106.104986947000043, 29.320395738000062 ], [ 106.104948742000033, 29.320412876000027 ], [ 106.10491384500007, 29.320413164000055 ], [ 106.104875327000059, 29.320401249000046 ], [ 106.104845600000033, 29.320395378000054 ], [ 106.104824662000055, 29.320395552000033 ], [ 106.104805518000035, 29.320400298000035 ], [ 106.10476570000003, 29.320429683000039 ], [ 106.104720780000036, 29.320471344000062 ], [ 106.104686377000064, 29.320517506000048 ], [ 106.104655415000082, 29.320559051000085 ], [ 106.104621112000075, 29.320614387000035 ], [ 106.10459176300003, 29.320643686000036 ], [ 106.104530957000065, 29.320668657000052 ], [ 106.104466448000039, 29.320673778000064 ], [ 106.104405330000077, 29.320669696000039 ], [ 106.104357972000059, 29.320647149000077 ], [ 106.104313989000048, 29.320613870000042 ], [ 106.10422770200006, 29.320541180000085 ], [ 106.104071281000074, 29.320432472000046 ], [ 106.104062437000039, 29.320426327000067 ], [ 106.103874457000074, 29.320308600000093 ], [ 106.10369386800005, 29.320229044000076 ], [ 106.103630824000049, 29.320208156000035 ], [ 106.103574841000068, 29.320194855000068 ], [ 106.103524291000042, 29.320199861000052 ], [ 106.10346850600007, 29.320204910000083 ], [ 106.103360640000062, 29.320234858000049 ], [ 106.103284165000048, 29.32026301500008 ], [ 106.103228576000049, 29.320286413000069 ], [ 106.10319228000003, 29.320318828000033 ], [ 106.103156083000044, 29.320360415000042 ], [ 106.103116397000065, 29.32040203300005 ], [ 106.103076743000031, 29.320446709000066 ], [ 106.103045731000066, 29.320483666000086 ], [ 106.103009912000061, 29.32056042400006 ], [ 106.102975428000036, 29.320598939000039 ], [ 106.102933716000052, 29.320614576000082 ], [ 106.10289666400007, 29.32060284500005 ], [ 106.102898845000041, 29.320605188000052 ], [ 106.102899163000075, 29.320634797000075 ], [ 106.102882708000053, 29.320675649000062 ], [ 106.10284335800003, 29.320730653000044 ], [ 106.102886107000074, 29.320737424000072 ], [ 106.10293930000006, 29.32076018500004 ], [ 106.102985020000062, 29.320791295000046 ], [ 106.102998220000075, 29.320800372000065 ], [ 106.103030724000064, 29.320739677000049 ], [ 106.103043599000046, 29.32071890900005 ], [ 106.103061724000042, 29.320699246000064 ], [ 106.103081147000069, 29.320678424000043 ], [ 106.103100668000081, 29.320666785000064 ], [ 106.103171785000029, 29.320684483000036 ], [ 106.103248804000032, 29.320706785000088 ], [ 106.10329940500003, 29.320706367000071 ], [ 106.103344704000051, 29.320699876000056 ], [ 106.103405494000071, 29.320673376000052 ], [ 106.103478431000042, 29.320640659000041 ], [ 106.103549886000067, 29.32063242300006 ], [ 106.103619778000052, 29.320641020000039 ], [ 106.10365663400006, 29.320660596000035 ], [ 106.103684930000043, 29.320695534000031 ], [ 106.103732682000043, 29.320754779000083 ], [ 106.10378899400007, 29.320798661000083 ], [ 106.103829454000049, 29.320828912000081 ], [ 106.103867939000054, 29.320837769000029 ], [ 106.103934243000026, 29.32083722000004 ], [ 106.10399702400008, 29.320833643000068 ], [ 106.104044052000063, 29.320825608000057 ], [ 106.104122454000048, 29.320814255000077 ], [ 106.104180050000025, 29.320815307000089 ], [ 106.10422737500005, 29.320834796000046 ], [ 106.104264230000069, 29.320854371000053 ], [ 106.104315390000068, 29.320905942000081 ], [ 106.104371538000066, 29.320934533000056 ], [ 106.104425743000036, 29.320944789000066 ], [ 106.104441618000067, 29.32094411200006 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.106282361000083, 29.32414138900009 ], [ 106.106235649000041, 29.324143876000047 ], [ 106.106169317000081, 29.324139715000054 ], [ 106.106103188000077, 29.324154393000065 ], [ 106.106053233000083, 29.324173647000077 ], [ 106.105998040000031, 29.324205503000087 ], [ 106.105928684000048, 29.324253177000063 ], [ 106.10584515000005, 29.324315099000042 ], [ 106.105807972000036, 29.324356226000077 ], [ 106.105783348000045, 29.324398819000063 ], [ 106.105764289000035, 29.32445863700007 ], [ 106.105752087000042, 29.324490136000076 ], [ 106.105745806000073, 29.324543513000044 ], [ 106.105769512000066, 29.324571050000092 ], [ 106.105847964000077, 29.324625321000038 ], [ 106.105892056000073, 29.32466323500006 ], [ 106.105915166000045, 29.324693002000064 ], [ 106.105917227000077, 29.32472074500004 ], [ 106.10601816500008, 29.324709256000062 ], [ 106.106082044000061, 29.324677068000085 ], [ 106.106125981000062, 29.324656770000047 ], [ 106.106149861000063, 29.324637811000049 ], [ 106.10618032900004, 29.32460941800008 ], [ 106.106194681000034, 29.324575294000049 ], [ 106.106202189000044, 29.32452715800008 ], [ 106.106237743000065, 29.324474097000063 ], [ 106.106288167000059, 29.324434983000071 ], [ 106.106341063000059, 29.324377090000041 ], [ 106.106384494000054, 29.324309894000066 ], [ 106.106396068000038, 29.324266413000082 ], [ 106.106387659000063, 29.324231306000055 ], [ 106.106337663000033, 29.324185990000046 ], [ 106.106317379000075, 29.324166226000038 ], [ 106.106282361000083, 29.32414138900009 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.111758364000096, 29.32309994000007 ], [ 106.111676490000036, 29.323094520000041 ], [ 106.111636506000082, 29.32309943100006 ], [ 106.111591548000035, 29.32312726300006 ], [ 106.111570977000042, 29.323156418000053 ], [ 106.111561062000078, 29.323205316000038 ], [ 106.111558292000041, 29.323270936000085 ], [ 106.11157785100005, 29.323308909000058 ], [ 106.111618117000035, 29.323329930000057 ], [ 106.111639318000073, 29.323358738000085 ], [ 106.111641637000048, 29.323412110000046 ], [ 106.111647059000063, 29.323430371000079 ], [ 106.111662823000074, 29.323439393000061 ], [ 106.111734303000048, 29.323449476000064 ], [ 106.111779607000074, 29.323453675000053 ], [ 106.111845617000029, 29.323440921000035 ], [ 106.111904582000079, 29.323420599000091 ], [ 106.111960066000051, 29.323400305000064 ], [ 106.111997963000078, 29.32336337800006 ], [ 106.11200277100005, 29.323325201000046 ], [ 106.111990205000041, 29.323290220000043 ], [ 106.111982879000038, 29.323256720000071 ], [ 106.111978969000063, 29.323217090000067 ], [ 106.111978638000039, 29.323186583000055 ], [ 106.111959176000028, 29.323157761000065 ], [ 106.111929321000048, 29.323133603000088 ], [ 106.111878663000027, 29.323117245000049 ], [ 106.111800221000081, 29.323107219000068 ], [ 106.111758364000096, 29.32309994000007 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.111386917000061, 29.328558694000034 ], [ 106.111363711000081, 29.32851741200005 ], [ 106.111339273000056, 29.328478756000045 ], [ 106.111320500000033, 29.328451388000079 ], [ 106.111301943000058, 29.328433065000063 ], [ 106.111298223000077, 29.328417536000071 ], [ 106.11128221000007, 29.328403770000079 ], [ 106.111144998000043, 29.328500864000031 ], [ 106.111063544000046, 29.328424209000048 ], [ 106.111151029000041, 29.328362062000053 ], [ 106.111110558000064, 29.328344659000038 ], [ 106.111029197000065, 29.328338860000081 ], [ 106.11098104000007, 29.328327926000043 ], [ 106.110949477000077, 29.328313618000042 ], [ 106.110921554000072, 29.32829442000007 ], [ 106.110889584000063, 29.328242876000047 ], [ 106.110889093000026, 29.328197546000055 ], [ 106.110906743000058, 29.328121302000056 ], [ 106.110933683000056, 29.328049838000076 ], [ 106.110971832000075, 29.327989615000039 ], [ 106.111048670000059, 29.327919353000087 ], [ 106.111086923000073, 29.327868844000076 ], [ 106.11112698800008, 29.327815081000033 ], [ 106.111155934000081, 29.327758172000074 ], [ 106.11119237500003, 29.327710916000058 ], [ 106.111238297000057, 29.327686248000088 ], [ 106.11128627800008, 29.327680990000093 ], [ 106.111347, 29.327657818000027 ], [ 106.111383757000056, 29.327639702000042 ], [ 106.111429697000062, 29.327616653000064 ], [ 106.111471961000063, 29.327595252000037 ], [ 106.11151250000006, 29.327585200000055 ], [ 106.111554974000057, 29.327583227000041 ], [ 106.111617855000077, 29.327597249000064 ], [ 106.11165585100008, 29.327494110000092 ], [ 106.111746050000093, 29.327363374000065 ], [ 106.111957441000072, 29.327143697000043 ], [ 106.112053727000045, 29.327002316000065 ], [ 106.112057173000039, 29.326935355000042 ], [ 106.112047268000026, 29.326888109000038 ], [ 106.112027814000044, 29.326826539000074 ], [ 106.112024796000071, 29.326764831000045 ], [ 106.112024149000035, 29.32670516100006 ], [ 106.112021154000047, 29.326645511000024 ], [ 106.112025001000063, 29.326567284000074 ], [ 106.112024532000078, 29.326524075000066 ], [ 106.112000695000063, 29.32649134900004 ], [ 106.111974644000043, 29.326470988000032 ], [ 106.111932358000047, 29.326469283000044 ], [ 106.111878421000029, 29.326475905000049 ], [ 106.111812789000055, 29.326486742000043 ], [ 106.111679087000027, 29.326500201000048 ], [ 106.11150542300004, 29.326509879000071 ], [ 106.111451396000064, 29.326508272000066 ], [ 106.111385451000061, 29.326490300000046 ], [ 106.111342191000062, 29.326455968000054 ], [ 106.111078786000064, 29.326589107000075 ], [ 106.11102231600006, 29.326505562000079 ], [ 106.111216353000032, 29.326415157000039 ], [ 106.111194058000081, 29.326368561000042 ], [ 106.111280095000041, 29.326331735000053 ], [ 106.111274945000048, 29.32626075100006 ], [ 106.111246100000074, 29.326199258000084 ], [ 106.111214996000058, 29.326146015000074 ], [ 106.111205374000079, 29.326136092000073 ], [ 106.111191248000068, 29.326121520000076 ], [ 106.111141673000077, 29.326097239000035 ], [ 106.111139533000028, 29.326097705000048 ], [ 106.111092476000067, 29.32610793800006 ], [ 106.111038606000079, 29.326120733000028 ], [ 106.110989432000054, 29.326133489000082 ], [ 106.110944111000038, 29.326155896000039 ], [ 106.110921697000038, 29.326166977000071 ], [ 106.110879589000035, 29.326181731000073 ], [ 106.110832874000039, 29.326204755000049 ], [ 106.110795663000033, 29.326237989000049 ], [ 106.110772496000038, 29.326266991000065 ], [ 106.110763528000064, 29.326306163000083 ], [ 106.11076399500007, 29.326349372000045 ], [ 106.110776315000066, 29.326402771000065 ], [ 106.110797871000045, 29.32644169100007 ], [ 106.110831100000041, 29.326474337000032 ], [ 106.110850264000078, 29.32650916000005 ], [ 106.110855427000047, 29.326552330000087 ], [ 106.110848762000046, 29.326587367000055 ], [ 106.110827854000036, 29.326608119000078 ], [ 106.110771724000074, 29.326629164000053 ], [ 106.110736994000035, 29.326674723000057 ], [ 106.110737596000035, 29.326730278000063 ], [ 106.110738177000044, 29.326783775000081 ], [ 106.11073157900006, 29.326824985000084 ], [ 106.11071290600006, 29.326835429000091 ], [ 106.110692063000045, 29.326862355000056 ], [ 106.110692190000066, 29.326873932000066 ], [ 106.110692464000067, 29.32689939000004 ], [ 106.110716123000032, 29.32691565500005 ], [ 106.110742286000061, 29.326946304000042 ], [ 106.110773256000073, 29.326987202000051 ], [ 106.11080266200004, 29.327035124000076 ], [ 106.110857254000052, 29.327024398000049 ], [ 106.110908093000035, 29.32700967300007 ], [ 106.110938669000063, 29.327007631000065 ], [ 106.111003919000041, 29.327005300000053 ], [ 106.111052872000073, 29.327004893000037 ], [ 106.111083564000069, 29.327013575000073 ], [ 106.111087895000026, 29.327036777000043 ], [ 106.111084107000067, 29.32706362200009 ], [ 106.111068002000081, 29.327083420000065 ], [ 106.111053918000039, 29.32710141200004 ], [ 106.111060406000036, 29.327135322000064 ], [ 106.111091756000064, 29.327204776000077 ], [ 106.111114561000079, 29.327238549000068 ], [ 106.111186668000073, 29.327304089000044 ], [ 106.111229540000068, 29.327307307000073 ], [ 106.111272122000074, 29.327283714000082 ], [ 106.111288110000032, 29.327253194000036 ], [ 106.111302078000051, 29.327224475000037 ], [ 106.111324208000042, 29.327198611000092 ], [ 106.111307280000062, 29.327170810000041 ], [ 106.111275190000072, 29.327129485000064 ], [ 106.111246384000026, 29.32709922500004 ], [ 106.111228636000092, 29.327067485000043 ], [ 106.11121057400004, 29.327006634000035 ], [ 106.111205227000028, 29.32695122300003 ], [ 106.11120956700006, 29.326913754000074 ], [ 106.111221922000027, 29.326885923000084 ], [ 106.111254902000042, 29.326863467000063 ], [ 106.111299153000061, 29.32685893900009 ], [ 106.111378264000052, 29.326859668000054 ], [ 106.111433722000086, 29.326867523000086 ], [ 106.111474958000031, 29.326876885000043 ], [ 106.111528924000027, 29.326893073000058 ], [ 106.111573505000081, 29.326919042000046 ], [ 106.111651531000078, 29.326965530000049 ], [ 106.111700602000042, 29.32696789400006 ], [ 106.111733822000076, 29.32696761700004 ], [ 106.111759269000061, 29.326979883000039 ], [ 106.111762719000069, 29.327006195000081 ], [ 106.111741098000039, 29.327054899000078 ], [ 106.11170056800006, 29.327110693000073 ], [ 106.111658367000075, 29.327158181000065 ], [ 106.111606479000045, 29.327187728000073 ], [ 106.111540262000062, 29.327209076000088 ], [ 106.111485165000033, 29.327234489000098 ], [ 106.111435691000068, 29.327250593000088 ], [ 106.11144953700007, 29.327278663000072 ], [ 106.111443690000044, 29.327303737000083 ], [ 106.111419523000052, 29.327332538000064 ], [ 106.111387276000073, 29.327368559000035 ], [ 106.111338769000042, 29.327410076000042 ], [ 106.111298305000048, 29.327440801000083 ], [ 106.111239386000079, 29.327462743000069 ], [ 106.111178292000034, 29.327472189000048 ], [ 106.111125239000046, 29.327470843000068 ], [ 106.111074014000053, 29.327449819000027 ], [ 106.111032872000067, 29.327417985000068 ], [ 106.110995788000025, 29.327384330000072 ], [ 106.110975643000074, 29.327407736000055 ], [ 106.110945299000036, 29.327431227000083 ], [ 106.110941685000071, 29.327474158000083 ], [ 106.110960178000028, 29.327486517000072 ], [ 106.110999069000059, 29.327498707000075 ], [ 106.11107284600007, 29.327530268000089 ], [ 106.11110375300008, 29.327558612000075 ], [ 106.111104139000076, 29.327594359000045 ], [ 106.111090347000086, 29.327639164000065 ], [ 106.111049920000028, 29.327673464000046 ], [ 106.110997178000048, 29.327700716000042 ], [ 106.110920056000055, 29.327737110000047 ], [ 106.110877629000072, 29.327775001000081 ], [ 106.110843399000046, 29.327816400000071 ], [ 106.110811307000063, 29.327866719000045 ], [ 106.110787334000065, 29.32791339400007 ], [ 106.110755415000028, 29.327979800000033 ], [ 106.110713433000058, 29.328058802000044 ], [ 106.110677086000067, 29.32809306800004 ], [ 106.110628830000067, 29.328157821000051 ], [ 106.110610918000077, 29.328199084000062 ], [ 106.110580768000034, 29.32824044900007 ], [ 106.110544364000091, 29.328269353000053 ], [ 106.110499703000073, 29.328289387000044 ], [ 106.110448825000049, 29.328300536000086 ], [ 106.110387615000036, 29.328299259000062 ], [ 106.11030396600006, 29.328298167000064 ], [ 106.110205885000028, 29.328282893000054 ], [ 106.110111923000034, 29.328271163000064 ], [ 106.110040454000057, 29.328264607000051 ], [ 106.109973124000078, 29.328263379000084 ], [ 106.109911932000045, 29.328263888000038 ], [ 106.109836579000046, 29.328275241000085 ], [ 106.109771579000039, 29.328300806000065 ], [ 106.109725014000048, 29.328333370000053 ], [ 106.109666307000055, 29.328374971000077 ], [ 106.109650395000074, 29.328412643000032 ], [ 106.109634735000043, 29.328473550000073 ], [ 106.109635180000055, 29.328514660000053 ], [ 106.10965400200007, 29.328557405000087 ], [ 106.109678789000043, 29.328585800000038 ], [ 106.109687490000056, 29.328635779000084 ], [ 106.10968441700004, 29.328728757000075 ], [ 106.109689483000068, 29.328819881000072 ], [ 106.109722738000073, 29.328876806000039 ], [ 106.109743543000036, 29.328914172000047 ], [ 106.109760130000041, 29.328939060000028 ], [ 106.109774834000063, 29.328978264000064 ], [ 106.109775126000045, 29.329005074000069 ], [ 106.109767256000055, 29.329031953000076 ], [ 106.109741070000055, 29.329062559000082 ], [ 106.109672530000068, 29.329138207000089 ], [ 106.10963610500005, 29.329165323000041 ], [ 106.109575281000048, 29.32919979200005 ], [ 106.109508280000057, 29.329228950000072 ], [ 106.109449340000026, 29.329249102000055 ], [ 106.109382435000057, 29.329287198000088 ], [ 106.109327263000068, 29.329322203000057 ], [ 106.109319627000048, 29.329327046000063 ], [ 106.109271139000043, 29.329370351000076 ], [ 106.109237004000079, 29.329420686000034 ], [ 106.109206930000028, 29.329469200000059 ], [ 106.109170795000068, 29.329523127000069 ], [ 106.109116225000037, 29.329570057000069 ], [ 106.109065657000045, 29.329609803000043 ], [ 106.109056770000066, 29.329620317000032 ], [ 106.10899717500007, 29.329690812000077 ], [ 106.108953036000059, 29.32975910600004 ], [ 106.108967740000026, 29.329798310000054 ], [ 106.108990293000033, 29.329808848000081 ], [ 106.109043249000095, 29.329801258000092 ], [ 106.109118526000032, 29.329782757000089 ], [ 106.109179526000048, 29.329764375000085 ], [ 106.109269023000081, 29.329740393000066 ], [ 106.109317668000074, 29.329711387000081 ], [ 106.109390809000047, 29.329683967000058 ], [ 106.109433315000047, 29.329653224000083 ], [ 106.109463369000025, 29.329602923000039 ], [ 106.109483147000049, 29.329545557000074 ], [ 106.109499020000044, 29.329504311000044 ], [ 106.10953334800007, 29.329471849000083 ], [ 106.109594230000027, 29.329442742000083 ], [ 106.109677647000069, 29.329422386000093 ], [ 106.109845902000075, 29.329324459000077 ], [ 106.110062373000062, 29.329158204000063 ], [ 106.110240650000037, 29.32904410400004 ], [ 106.110344308000037, 29.329009278000061 ], [ 106.110427918000028, 29.329006795000058 ], [ 106.110497309000039, 29.329009794000058 ], [ 106.110546282000044, 29.329011173000087 ], [ 106.110589193000067, 29.329017966000034 ], [ 106.110630065000066, 29.329024776000047 ], [ 106.110658777000026, 29.329038838000088 ], [ 106.110677425000063, 29.329065496000055 ], [ 106.11069413000007, 29.329101107000046 ], [ 106.110714837000046, 29.329129537000085 ], [ 106.110747725000067, 29.329152501000056 ], [ 106.110786481000048, 29.329152179000058 ], [ 106.110837475000039, 29.329151754000069 ], [ 106.110888332000059, 29.329138818000047 ], [ 106.110941153000056, 29.329118716000046 ], [ 106.110983657000077, 29.329087974000057 ], [ 106.111028105000059, 29.329048277000084 ], [ 106.111064181000074, 29.328988987000059 ], [ 106.111104337000029, 29.328929664000039 ], [ 106.111128115000042, 29.328865115000045 ], [ 106.11123251500004, 29.328710514000075 ], [ 106.111307036000028, 29.328622304000078 ], [ 106.111371744000053, 29.328569926000061 ], [ 106.111386917000061, 29.328558694000034 ] ], [ [ 106.110924806000085, 29.328372767000076 ], [ 106.110955850000039, 29.328378225000044 ], [ 106.110967436000067, 29.328393849000062 ], [ 106.110969500000067, 29.32843384600006 ], [ 106.110958581000034, 29.32847966800006 ], [ 106.11093640100006, 29.328539875000047 ], [ 106.110910899000046, 29.328594393000063 ], [ 106.110878873000047, 29.328648966000063 ], [ 106.11084829300006, 29.328686378000047 ], [ 106.110794805000069, 29.328716833000037 ], [ 106.110736409000026, 29.328745901000044 ], [ 106.110663414000044, 29.328782236000052 ], [ 106.110614787000031, 29.328809794000037 ], [ 106.11053683800003, 29.328840453000051 ], [ 106.110499565000055, 29.328862200000057 ], [ 106.110455767000076, 29.328884001000066 ], [ 106.110413493000067, 29.328895785000043 ], [ 106.110380910000075, 29.328898915000089 ], [ 106.110345003000077, 29.32889635600009 ], [ 106.110307343000045, 29.328882377000074 ], [ 106.110292557000037, 29.328872497000066 ], [ 106.110274341000036, 29.328846925000043 ], [ 106.110269247000076, 29.328828388000087 ], [ 106.110281968000038, 29.328798272000089 ], [ 106.110356268000032, 29.328731915000045 ], [ 106.110456567000028, 29.328656767000041 ], [ 106.110555483000041, 29.328604497000075 ], [ 106.110630278000031, 29.328583867000066 ], [ 106.110688736000043, 29.328560515000046 ], [ 106.110722640000063, 29.328528792000043 ], [ 106.11075480500007, 29.328487081000056 ], [ 106.110782016000044, 29.328439694000046 ], [ 106.110802797000076, 29.328400935000044 ], [ 106.110812349000071, 29.328379419000044 ], [ 106.110836716000051, 29.328370642000039 ], [ 106.110882376000063, 29.328370262000082 ], [ 106.110924806000085, 29.328372767000076 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.116703402000041, 29.331953366000054 ], [ 106.116623043000061, 29.331944662000069 ], [ 106.116525283000044, 29.331919851000062 ], [ 106.116389591000029, 29.331864849000059 ], [ 106.116256341000053, 29.33177809600005 ], [ 106.116186988000038, 29.331676165000083 ], [ 106.116158165000073, 29.331587319000054 ], [ 106.116152717000034, 29.331508515000056 ], [ 106.116097450000041, 29.331509014000066 ], [ 106.116074120000064, 29.331509209000039 ], [ 106.116031646000067, 29.331536824000068 ], [ 106.115989265000053, 29.331572958000031 ], [ 106.11595064200003, 29.331597133000059 ], [ 106.115921609000054, 29.331609302000061 ], [ 106.115877061000049, 29.331625008000056 ], [ 106.115826624000078, 29.331635652000042 ], [ 106.115743212000041, 29.331653387000078 ], [ 106.115721012000051, 29.331658793000088 ], [ 106.115716494000026, 29.33169961100009 ], [ 106.115736549000076, 29.331755668000081 ], [ 106.115764489000071, 29.331821879000078 ], [ 106.115792115000033, 29.331859131000041 ], [ 106.115817686000071, 29.331886177000055 ], [ 106.115856866000058, 29.331913109000084 ], [ 106.115874808000058, 29.331953849000062 ], [ 106.115882975000034, 29.331989559000078 ], [ 106.115908602000047, 29.33202171600005 ], [ 106.11596533400008, 29.332053612000045 ], [ 106.116052951000043, 29.332064806000048 ], [ 106.116163842000049, 29.332070694000041 ], [ 106.116259031000027, 29.332063083000037 ], [ 106.116329225000072, 29.332081238000054 ], [ 106.116401307000046, 29.33209426500008 ], [ 106.116467428000078, 29.332095414000044 ], [ 106.116537212000026, 29.33207609000004 ], [ 106.116608886000051, 29.332051638000053 ], [ 106.116643602000067, 29.332025791000031 ], [ 106.116664748000062, 29.332003465000074 ], [ 106.116703402000041, 29.331953366000054 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.113997255000072, 29.332154002000042 ], [ 106.113965743000051, 29.332136282000075 ], [ 106.113935896000044, 29.332116557000056 ], [ 106.113915766000048, 29.33208783100007 ], [ 106.113898284000072, 29.332053495000082 ], [ 106.113891082000066, 29.332020573000079 ], [ 106.113895481000043, 29.331953071000044 ], [ 106.113906397000051, 29.331855531000087 ], [ 106.113901803000033, 29.331747625000045 ], [ 106.113900744000034, 29.331650187000037 ], [ 106.113887774000034, 29.331558842000049 ], [ 106.113883440000066, 29.331474923000087 ], [ 106.113879041000089, 29.331385006000058 ], [ 106.113874724000027, 29.331334118000097 ], [ 106.11386421900005, 29.331312825000062 ], [ 106.113851195000052, 29.331296054000067 ], [ 106.113831823000055, 29.331286088000066 ], [ 106.113804845000061, 29.331285187000052 ], [ 106.113772877000031, 29.331297833000065 ], [ 106.113755083000058, 29.33131486100007 ], [ 106.113739943000041, 29.331339744000047 ], [ 106.113732581000079, 29.331371314000073 ], [ 106.113716560000057, 29.331433340000043 ], [ 106.113700418000064, 29.331484113000037 ], [ 106.113675189000048, 29.331525961000068 ], [ 106.113643391000039, 29.331554360000037 ], [ 106.113605100000029, 29.331576060000089 ], [ 106.113555144000031, 29.331587730000088 ], [ 106.113499999000055, 29.331594942000038 ], [ 106.113441114000068, 29.331612313000054 ], [ 106.113365683000055, 29.331643326000069 ], [ 106.113295619000041, 29.331695674000063 ], [ 106.113211639000042, 29.331767270000057 ], [ 106.113133944000026, 29.331826435000032 ], [ 106.113084170000036, 29.331854982000042 ], [ 106.113058635000073, 29.331868699000033 ], [ 106.113033001000076, 29.331873414000082 ], [ 106.113027899000031, 29.331873605000059 ], [ 106.11308828600005, 29.331885956000065 ], [ 106.113238902000035, 29.331884699000064 ], [ 106.113302597000029, 29.331881630000055 ], [ 106.11339840100004, 29.331901136000059 ], [ 106.113462510000033, 29.33193613800006 ], [ 106.113555914000074, 29.332001355000042 ], [ 106.113640739000061, 29.332076795000035 ], [ 106.113748792000081, 29.332187928000057 ], [ 106.11390527500005, 29.332393865000085 ], [ 106.114020680000067, 29.332521654000068 ], [ 106.11401513900006, 29.332417602000078 ], [ 106.114007117000028, 29.332292216000042 ], [ 106.113998240000058, 29.332190178000065 ], [ 106.113997255000072, 29.332154002000042 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.114432625000077, 29.328017861000028 ], [ 106.114399850000041, 29.328008341000036 ], [ 106.114344551000045, 29.328005462000071 ], [ 106.114291267000056, 29.328012587000046 ], [ 106.114246836000063, 29.328032520000079 ], [ 106.114241958000036, 29.328034709000065 ], [ 106.114179218000061, 29.328048593000055 ], [ 106.114087913000049, 29.328064385000054 ], [ 106.113993313000037, 29.328072718000048 ], [ 106.11398319500006, 29.32807360900005 ], [ 106.113910710000027, 29.328067534000066 ], [ 106.113803906000044, 29.328060076000042 ], [ 106.113695251000081, 29.328057642000093 ], [ 106.113611332000076, 29.328051662000071 ], [ 106.113569100000063, 29.328023624000075 ], [ 106.113521242000047, 29.328003983000084 ], [ 106.113445091000074, 29.328011299000085 ], [ 106.11341309500007, 29.328048306000088 ], [ 106.113362696000081, 29.328145588000041 ], [ 106.113342279000051, 29.328195858000075 ], [ 106.113304747000029, 29.328249612000032 ], [ 106.113208142000076, 29.328303858000076 ], [ 106.112970612000026, 29.328367630000063 ], [ 106.112915712000074, 29.328401488000058 ], [ 106.112834225000029, 29.328443918000058 ], [ 106.11279266400004, 29.328477665000033 ], [ 106.11274912500005, 29.328504748000061 ], [ 106.11269023300008, 29.328521939000037 ], [ 106.112648273000048, 29.328518949000053 ], [ 106.112575733000028, 29.328507864000073 ], [ 106.11254333800008, 29.328508134000057 ], [ 106.112438819000033, 29.328535725000052 ], [ 106.112418093000045, 29.328557608000033 ], [ 106.112407113000074, 29.32859945000007 ], [ 106.112407493000035, 29.328634517000069 ], [ 106.112397042000055, 29.328717456000042 ], [ 106.112407894000057, 29.328728783000095 ], [ 106.112577739000074, 29.328812489000082 ], [ 106.112907868000036, 29.328981682000062 ], [ 106.112942749000069, 29.328960720000055 ], [ 106.112967341000058, 29.328943814000066 ], [ 106.112980389000029, 29.328916985000035 ], [ 106.112999302000048, 29.328903467000089 ], [ 106.113050789000056, 29.328906377000067 ], [ 106.113085036000044, 29.328901082000083 ], [ 106.113124872000071, 29.328884049000067 ], [ 106.113157031000071, 29.32886207100006 ], [ 106.113173710000069, 29.328818511000069 ], [ 106.11318654300004, 29.328771645000074 ], [ 106.113180263000061, 29.328719926000065 ], [ 106.113145708000062, 29.328696833000034 ], [ 106.113120536000054, 29.328660303000046 ], [ 106.113129356000073, 29.328595099000037 ], [ 106.11318968300003, 29.328534475000083 ], [ 106.113303620000082, 29.328496785000077 ], [ 106.11337579800005, 29.328474473000085 ], [ 106.11342919100008, 29.328477368000051 ], [ 106.113473256000077, 29.328498709000087 ], [ 106.113515487000029, 29.328526747000058 ], [ 106.113582529000041, 29.328557918000058 ], [ 106.113668300000029, 29.328558873000066 ], [ 106.113792054000044, 29.32854782000005 ], [ 106.113904267000066, 29.328526843000077 ], [ 106.113961310000036, 29.328514677000037 ], [ 106.11401036500007, 29.328469178000038 ], [ 106.114042525000059, 29.328447198000042 ], [ 106.114091960000053, 29.328436766000038 ], [ 106.114164482000035, 29.328446180000071 ], [ 106.11423529800004, 29.32847397900008 ], [ 106.114288928000065, 29.328498582000069 ], [ 106.114333210000041, 29.328539963000082 ], [ 106.114429090000044, 29.328594273000089 ], [ 106.114511340000035, 29.328621976000086 ], [ 106.114564770000072, 29.328628210000087 ], [ 106.114653933000056, 29.32859072500009 ], [ 106.114758234000078, 29.32854309400005 ], [ 106.114845402000071, 29.328497275000075 ], [ 106.114873658000079, 29.328466979000041 ], [ 106.114875146000031, 29.328428556000059 ], [ 106.114859339000077, 29.328376917000067 ], [ 106.114818757000094, 29.32832548600004 ], [ 106.114764892000039, 29.32827917600008 ], [ 106.114714766000077, 29.32822615300006 ], [ 106.114635892000081, 29.328158341000062 ], [ 106.114583896000056, 29.32810867500007 ], [ 106.114543587000071, 29.32808229100004 ], [ 106.11450896000008, 29.328052520000075 ], [ 106.114472498000055, 29.328029444000041 ], [ 106.114432625000077, 29.328017861000028 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.112907868000036, 29.328981682000062 ], [ 106.112577739000074, 29.328812489000082 ], [ 106.112407894000057, 29.328728783000095 ], [ 106.112397042000055, 29.328717456000042 ], [ 106.112348089000093, 29.328666366000054 ], [ 106.112313503000053, 29.328592636000057 ], [ 106.112337836000052, 29.328499910000058 ], [ 106.112394990000041, 29.328318089000046 ], [ 106.112501414000064, 29.328006324000064 ], [ 106.112546288000033, 29.327843168000076 ], [ 106.112649353000052, 29.327700635000042 ], [ 106.112721143000059, 29.327597253000082 ], [ 106.112820826000075, 29.327435303000076 ], [ 106.112873566000076, 29.327329302000066 ], [ 106.112887686000079, 29.327311262000087 ], [ 106.112939226000037, 29.327245417000086 ], [ 106.113014546000045, 29.327175341000043 ], [ 106.113074349000044, 29.327135952000049 ], [ 106.113143360000038, 29.327068706000034 ], [ 106.113155842000026, 29.327050077000074 ], [ 106.113190152000072, 29.326998869000082 ], [ 106.113208175000082, 29.326907046000088 ], [ 106.11323244700003, 29.326806838000042 ], [ 106.113267387000064, 29.326740115000064 ], [ 106.113347442000077, 29.326662298000095 ], [ 106.11347263600004, 29.326577849000042 ], [ 106.113611966000065, 29.326480771000035 ], [ 106.113640018000069, 29.326434665000079 ], [ 106.113665194000077, 29.326342710000059 ], [ 106.113677770000038, 29.326186222000054 ], [ 106.113675550000039, 29.325981899000059 ], [ 106.113685543000045, 29.325806666000062 ], [ 106.11368103500007, 29.325610703000052 ], [ 106.113689486000055, 29.325512632000081 ], [ 106.11372175200006, 29.325416447000059 ], [ 106.113777562000053, 29.325297130000088 ], [ 106.113847941000074, 29.325204798000076 ], [ 106.113904089000073, 29.325116754000074 ], [ 106.113964816000077, 29.32501199200005 ], [ 106.113985185000047, 29.32491590700004 ], [ 106.114014664000081, 29.324782213000049 ], [ 106.11407278400003, 29.32465662200007 ], [ 106.114102446000061, 29.324608765000043 ], [ 106.114033134000067, 29.324615778000073 ], [ 106.113977292000072, 29.324683321000066 ], [ 106.113767777000078, 29.324886329000041 ], [ 106.113643215000081, 29.324981709000042 ], [ 106.113536083000056, 29.325029775000075 ], [ 106.113532870000029, 29.325064393000041 ], [ 106.113515476000032, 29.325114852000063 ], [ 106.113487674000055, 29.325162161000041 ], [ 106.113418506000073, 29.325263502000041 ], [ 106.113355770000055, 29.325342840000069 ], [ 106.113175462000072, 29.325611958000067 ], [ 106.11286079100006, 29.325962484000058 ], [ 106.112597430000051, 29.326217002000078 ], [ 106.112408351000056, 29.326482369000068 ], [ 106.112305315000071, 29.326636152000045 ], [ 106.112266842000054, 29.326709111000071 ], [ 106.112228619000064, 29.326805007000079 ], [ 106.112172738000041, 29.326881934000095 ], [ 106.112064800000041, 29.326986057000056 ], [ 106.112053727000045, 29.327002316000065 ], [ 106.111957441000072, 29.327143697000043 ], [ 106.111746050000093, 29.327363374000065 ], [ 106.11165585100008, 29.327494110000092 ], [ 106.111617855000077, 29.327597249000064 ], [ 106.111609233000081, 29.327620660000036 ], [ 106.111580064000066, 29.327747065000032 ], [ 106.111572500000079, 29.327854174000031 ], [ 106.111586665000075, 29.327953456000049 ], [ 106.111593024000058, 29.327966854000071 ], [ 106.111659566000071, 29.328107069000058 ], [ 106.111662567000053, 29.328113394000066 ], [ 106.111790943000088, 29.328284363000087 ], [ 106.112099670000077, 29.328591459000052 ], [ 106.112355178000044, 29.328818716000068 ], [ 106.112676831000044, 29.329110411000041 ], [ 106.113068075000058, 29.329382412000086 ], [ 106.113520065000046, 29.329623318000067 ], [ 106.113914430000079, 29.329780597000084 ], [ 106.11426866100004, 29.329857925000066 ], [ 106.114535228000079, 29.329897754000061 ], [ 106.114792532000081, 29.329937615000063 ], [ 106.115048810000076, 29.329986408000082 ], [ 106.115016697000044, 29.329945667000064 ], [ 106.114928642000052, 29.329882 ], [ 106.114792098000066, 29.329822384000067 ], [ 106.11443317700008, 29.32971483700004 ], [ 106.113987988000076, 29.329555713000055 ], [ 106.113623116000042, 29.32940332000004 ], [ 106.113274655000055, 29.329206377000045 ], [ 106.112947232000067, 29.329001856000044 ], [ 106.112907868000036, 29.328981682000062 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.113029478000044, 29.322519579000062 ], [ 106.112980933000074, 29.322503397000048 ], [ 106.112930524000035, 29.322509346000061 ], [ 106.112890730000061, 29.322524422000079 ], [ 106.112848833000044, 29.322539515000074 ], [ 106.112834573000043, 29.32258202200007 ], [ 106.112841262000074, 29.322616983000042 ], [ 106.112873185000069, 29.322651734000097 ], [ 106.112913479000042, 29.32268272900005 ], [ 106.112996111000029, 29.32273917200007 ], [ 106.113051245000065, 29.322781101000086 ], [ 106.113106139000081, 29.322800916000066 ], [ 106.113144031000047, 29.322804286000064 ], [ 106.113188070000035, 29.322792861000035 ], [ 106.113208959000076, 29.322779786000069 ], [ 106.113235916000065, 29.322744544000042 ], [ 106.113237598000069, 29.322705828000039 ], [ 106.113220415000058, 29.322672797000052 ], [ 106.113190655000039, 29.322643558000031 ], [ 106.113146175000054, 29.322614441000038 ], [ 106.113061421000054, 29.322556172000073 ], [ 106.113029478000044, 29.322519579000062 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.111620171000027, 29.320920870000066 ], [ 106.111623949000034, 29.320894739000035 ], [ 106.111642729000039, 29.320841576000074 ], [ 106.111666299000035, 29.320784133000071 ], [ 106.111687382000071, 29.320720348000059 ], [ 106.111744454000075, 29.320628702000082 ], [ 106.11182571900008, 29.320536852000096 ], [ 106.111900276000028, 29.320495946000051 ], [ 106.111938662000057, 29.320465942000059 ], [ 106.11197483400008, 29.32045504000007 ], [ 106.111999049000076, 29.320456959000069 ], [ 106.112023448000059, 29.32047583700006 ], [ 106.112048054000084, 29.320513797000046 ], [ 106.112046164000049, 29.320562580000065 ], [ 106.112034551000093, 29.320607202000065 ], [ 106.112005911000054, 29.320643485000065 ], [ 106.111957781000058, 29.320667209000074 ], [ 106.111914281000054, 29.320671812000064 ], [ 106.111863777000053, 29.320699797000088 ], [ 106.111846981000042, 29.320712658000048 ], [ 106.111808733000032, 29.320755382000073 ], [ 106.111787421000031, 29.320797965000047 ], [ 106.111787995000043, 29.320850967000066 ], [ 106.111788285000046, 29.320864327000034 ], [ 106.111857372000031, 29.32083376700006 ], [ 106.11189412300007, 29.320808502000077 ], [ 106.111930900000061, 29.320785733000037 ], [ 106.111976221000077, 29.320762893000051 ], [ 106.112027399000056, 29.320754979000068 ], [ 106.112108785000032, 29.320743597000039 ], [ 106.112114050000059, 29.320716778000083 ], [ 106.112131219000048, 29.320670166000074 ], [ 106.112166063000075, 29.320623404000056 ], [ 106.112254236000069, 29.320604598000045 ], [ 106.11226812600006, 29.320604482000078 ], [ 106.112299471000028, 29.32053788900004 ], [ 106.112322637000034, 29.320505848000039 ], [ 106.112360767000041, 29.320473681000067 ], [ 106.112388291000059, 29.320449097000051 ], [ 106.112420903000043, 29.320416919000078 ], [ 106.112406146000069, 29.320388572000066 ], [ 106.112405759000069, 29.320352805000084 ], [ 106.112407070000074, 29.320317023000086 ], [ 106.112415185000046, 29.320281186000038 ], [ 106.112426700000071, 29.32024531900004 ], [ 106.11245023400005, 29.320219786000056 ], [ 106.11252513800008, 29.320226615000081 ], [ 106.112642670000071, 29.320243519000091 ], [ 106.112671741000042, 29.320258181000039 ], [ 106.112683790000062, 29.320271495000036 ], [ 106.11269945100004, 29.320304154000041 ], [ 106.112701063000031, 29.320317041000063 ], [ 106.11277152200006, 29.320305396000037 ], [ 106.112784124000044, 29.320284684000057 ], [ 106.112796502000037, 29.320243366000049 ], [ 106.11278943800005, 29.320183475000071 ], [ 106.112765600000046, 29.320153699000052 ], [ 106.112722463000068, 29.320118463000085 ], [ 106.112651661000029, 29.320094698000052 ], [ 106.11255526900004, 29.320076768000025 ], [ 106.112472007000065, 29.320086829000058 ], [ 106.112403992000054, 29.320122991000058 ], [ 106.112333841000066, 29.320159170000071 ], [ 106.112248603000069, 29.320184235000056 ], [ 106.112182382000086, 29.320188534000064 ], [ 106.112088512000071, 29.320206176000049 ], [ 106.111959078000041, 29.320295304000066 ], [ 106.111827527000059, 29.320386325000058 ], [ 106.111732251000035, 29.320471423000079 ], [ 106.111635489000037, 29.320616482000048 ], [ 106.111560163000036, 29.320766983000055 ], [ 106.111515619000045, 29.320799202000043 ], [ 106.111460369000042, 29.320829637000084 ], [ 106.111413465000069, 29.320841268000038 ], [ 106.111360066000032, 29.320845459000047 ], [ 106.111315991000026, 29.320850734000093 ], [ 106.111326180000049, 29.320881421000081 ], [ 106.111388332000047, 29.321039792000082 ], [ 106.111398200000053, 29.321082957000041 ], [ 106.111436187000038, 29.321080396000067 ], [ 106.111473895000074, 29.321071056000047 ], [ 106.111504700000069, 29.321064786000075 ], [ 106.11154212200006, 29.321035916000085 ], [ 106.111550420000071, 29.321010294000075 ], [ 106.111558588000037, 29.320972647000083 ], [ 106.111565122000059, 29.320942530000082 ], [ 106.111582028000043, 29.320919842000087 ], [ 106.111592320000057, 29.320919757000077 ], [ 106.111620171000027, 29.320920870000066 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.116308072000038, 29.324533423000045 ], [ 106.116284948000043, 29.324479631000088 ], [ 106.116276546000051, 29.324416595000063 ], [ 106.116262936000055, 29.324360191000032 ], [ 106.11623439400006, 29.324324544000032 ], [ 106.116195699000059, 29.324313599000046 ], [ 106.116149483000072, 29.324320748000055 ], [ 106.116113580000047, 29.324330063000051 ], [ 106.11608059100007, 29.324370905000084 ], [ 106.116070698000044, 29.324407048000069 ], [ 106.11607383300003, 29.324458858000064 ], [ 106.116087132000075, 29.324499314000036 ], [ 106.116118752000034, 29.324568916000082 ], [ 106.116131414000051, 29.324594846000085 ], [ 106.116142651000075, 29.32458904300006 ], [ 106.116196110000033, 29.32456567500008 ], [ 106.116243071000056, 29.324546045000091 ], [ 106.116276142000061, 29.324537582000065 ], [ 106.116308072000038, 29.324533423000045 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.114761179000027, 29.324908730000065 ], [ 106.114706710000064, 29.324902609000038 ], [ 106.114654259000076, 29.324909623000053 ], [ 106.114630052000052, 29.324926265000045 ], [ 106.114628391000053, 29.324946006000065 ], [ 106.11463073200008, 29.32498872900004 ], [ 106.114631251000063, 29.325036399000055 ], [ 106.114627981000069, 29.32508081300006 ], [ 106.114622818000043, 29.325123599000044 ], [ 106.114623212000026, 29.325159762000066 ], [ 106.11463677100005, 29.325199104000035 ], [ 106.114665158000037, 29.325221882000047 ], [ 106.114749605000057, 29.325224464000094 ], [ 106.114790604000063, 29.32519946300005 ], [ 106.11481470400004, 29.325172958000056 ], [ 106.114821814000038, 29.325136733000072 ], [ 106.114823367000042, 29.325107128000074 ], [ 106.114822938000032, 29.325067677000046 ], [ 106.114818633000027, 29.325016751000078 ], [ 106.114801125000042, 29.324959359000044 ], [ 106.114793246000033, 29.324924902000078 ], [ 106.114761179000027, 29.324908730000065 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.115951341000027, 29.326724457000065 ], [ 106.115941808000059, 29.326719553000089 ], [ 106.11590287100006, 29.326669415000076 ], [ 106.115891432000069, 29.326626256000054 ], [ 106.115879313000065, 29.326520624000072 ], [ 106.115855886000077, 29.326383848000035 ], [ 106.115844265000078, 29.32632386900007 ], [ 106.115841026000055, 29.326278239000089 ], [ 106.115840503000072, 29.326230182000078 ], [ 106.115840136000031, 29.326196543000037 ], [ 106.115839482000069, 29.326136473000084 ], [ 106.115846188000035, 29.326092336000045 ], [ 106.115786115000049, 29.326142559000061 ], [ 106.115773649000062, 29.326178723000055 ], [ 106.115769168000043, 29.326239612000052 ], [ 106.11577999400005, 29.326289104000072 ], [ 106.11581416100006, 29.326356431000075 ], [ 106.115817444000072, 29.326421762000042 ], [ 106.115812939000079, 29.326480397000068 ], [ 106.115785240000037, 29.326534718000051 ], [ 106.115747009000074, 29.326566590000084 ], [ 106.11569327400008, 29.32659183100008 ], [ 106.115623939000045, 29.326601425000046 ], [ 106.115561974000059, 29.326579406000061 ], [ 106.115502312000046, 29.32653257600008 ], [ 106.11545800500005, 29.326478856000055 ], [ 106.11541365000005, 29.326420629000044 ], [ 106.115369074000057, 29.326342121000032 ], [ 106.115360378000048, 29.326252043000061 ], [ 106.115372427000068, 29.326177569000034 ], [ 106.115384746000075, 29.326127884000073 ], [ 106.115443182000035, 29.326062037000039 ], [ 106.115491577000057, 29.326018811000033 ], [ 106.115532256000051, 29.325975650000089 ], [ 106.115572642000075, 29.325905446000029 ], [ 106.115615624000043, 29.325837475000068 ], [ 106.11564981500004, 29.325809888000041 ], [ 106.115623945000038, 29.32579266600003 ], [ 106.115594019000071, 29.325787680000069 ], [ 106.115558155000031, 29.325786236000056 ], [ 106.115518576000056, 29.325809253000049 ], [ 106.115469458000064, 29.325870744000039 ], [ 106.115437806000045, 29.325890206000047 ], [ 106.115380210000069, 29.325904649000051 ], [ 106.115272736000065, 29.325910782000058 ], [ 106.11520895700005, 29.325906079000053 ], [ 106.115127161000032, 29.325892801000069 ], [ 106.115051074000064, 29.325855043000036 ], [ 106.114969317000046, 29.325845255000047 ], [ 106.114909729000033, 29.325859714000039 ], [ 106.11488029700007, 29.325900099000069 ], [ 106.114864745000034, 29.32593513300008 ], [ 106.114863400000047, 29.325994480000077 ], [ 106.114899622000053, 29.326029080000072 ], [ 106.114931920000075, 29.326068950000039 ], [ 106.11496607600003, 29.326096587000052 ], [ 106.115014115000079, 29.326118873000045 ], [ 106.11505020500006, 29.326141259000053 ], [ 106.11507643300007, 29.326172453000083 ], [ 106.115083015000039, 29.326228243000063 ], [ 106.115065378000068, 29.326254568000081 ], [ 106.115057640000032, 29.326275575000068 ], [ 106.115062002000059, 29.326310442000072 ], [ 106.115092100000027, 29.326331133000064 ], [ 106.115126275000094, 29.326360515000086 ], [ 106.115166424000051, 29.32638984800008 ], [ 106.11519669300003, 29.326426243000075 ], [ 106.115227094000034, 29.326474854000086 ], [ 106.115261497000063, 29.326525177000072 ], [ 106.115298026000062, 29.326587699000076 ], [ 106.115362470000036, 29.32665347600005 ], [ 106.115426667000065, 29.326696568000042 ], [ 106.115464653000075, 29.326710212000091 ], [ 106.115514512000075, 29.326716776000058 ], [ 106.115572336000071, 29.326723275000074 ], [ 106.11562813300003, 29.326726298000036 ], [ 106.115680040000029, 29.32673808000003 ], [ 106.115761702000043, 29.326739143000047 ], [ 106.11580566400005, 29.326752737000046 ], [ 106.11584960600004, 29.326764585000038 ], [ 106.115881487000081, 29.326766064000076 ], [ 106.115903295000066, 29.326757156000038 ], [ 106.115951341000027, 29.326724457000065 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.118417515000033, 29.328797574000074 ], [ 106.118432463000033, 29.328780618000057 ], [ 106.118461349000043, 29.328744149000045 ], [ 106.118476576000035, 29.328725998000039 ], [ 106.118480481000063, 29.32870960300005 ], [ 106.118496483000058, 29.328677969000072 ], [ 106.118504269000027, 29.328643533000047 ], [ 106.118500571000027, 29.328603467000061 ], [ 106.118492131000039, 29.328579189000035 ], [ 106.118465782000044, 29.328560791000093 ], [ 106.118407017000038, 29.328567012000072 ], [ 106.118407654000066, 29.32854356700005 ], [ 106.118378312000061, 29.32855529200009 ], [ 106.118336618000058, 29.328553554000056 ], [ 106.118300888000078, 29.328552809000083 ], [ 106.118274534000079, 29.328538422000069 ], [ 106.118258875000038, 29.328521857000059 ], [ 106.118256276000068, 29.328502055000055 ], [ 106.118255959000066, 29.328472843000043 ], [ 106.118256841000061, 29.328444662000042 ], [ 106.118257565000079, 29.328401874000068 ], [ 106.118261906000043, 29.328363232000068 ], [ 106.118268754000042, 29.328336046000061 ], [ 106.118279173000076, 29.328308829000036 ], [ 106.118293290000054, 29.328293060000085 ], [ 106.118337297000053, 29.328288517000093 ], [ 106.118384979000041, 29.328293335000073 ], [ 106.11841624200008, 29.328321245000044 ], [ 106.118433241000048, 29.328351362000035 ], [ 106.118443359000025, 29.328405536000052 ], [ 106.118444181000029, 29.328408639000081 ], [ 106.118494937000037, 29.328387263000078 ], [ 106.118532263000077, 29.328362611000045 ], [ 106.118556459000047, 29.328333767000061 ], [ 106.118567568000074, 29.328303599000023 ], [ 106.118565556000078, 29.328269245000055 ], [ 106.118562027000053, 29.328244927000071 ], [ 106.118532326000036, 29.328219403000055 ], [ 106.118517456000063, 29.328203768000037 ], [ 106.118518566000034, 29.328156497000066 ], [ 106.118509982000035, 29.328117906000038 ], [ 106.118504681000047, 29.328082155000057 ], [ 106.118504446000031, 29.328060668000045 ], [ 106.118482866000079, 29.328029348000079 ], [ 106.118454882000037, 29.328010964000043 ], [ 106.118485303000057, 29.327953426000075 ], [ 106.118506345000071, 29.327934630000065 ], [ 106.11851431000008, 29.327847601000087 ], [ 106.118467706000047, 29.327835629000052 ], [ 106.118472669000028, 29.327853148000088 ], [ 106.118472988000065, 29.327882381000055 ], [ 106.118471687000067, 29.32790884200006 ], [ 106.118457741000043, 29.327940979000065 ], [ 106.118448482000076, 29.327966116000084 ], [ 106.118432931000029, 29.327996873000078 ], [ 106.118420345000061, 29.328008115000046 ], [ 106.118388695000078, 29.328019519000076 ], [ 106.11834895100003, 29.328017067000069 ], [ 106.118253426000081, 29.327998377000089 ], [ 106.11822477100003, 29.327993049000035 ], [ 106.11820242500005, 29.327983491000055 ], [ 106.118194239000047, 29.327961285000072 ], [ 106.118206568000062, 29.327926378000075 ], [ 106.118217202000039, 29.32788173900008 ], [ 106.118223024000031, 29.327832965000077 ], [ 106.118235414000026, 29.327803626000044 ], [ 106.11825910500005, 29.327790898000046 ], [ 106.118287684000052, 29.327789266000078 ], [ 106.118336959000032, 29.327791638000065 ], [ 106.118394207000051, 29.327796727000077 ], [ 106.118397260000052, 29.327797616000051 ], [ 106.118402932000038, 29.327775680000055 ], [ 106.118362497000078, 29.327763608000048 ], [ 106.118310049000058, 29.327749722000071 ], [ 106.118280464000065, 29.327734696000054 ], [ 106.118252999000049, 29.327713927000044 ], [ 106.118222292000041, 29.327695086000062 ], [ 106.118195612000079, 29.327687751000042 ], [ 106.118196567000041, 29.327617776000064 ], [ 106.118185895000067, 29.327536 ], [ 106.118156034000037, 29.327477197000064 ], [ 106.118164685000067, 29.327510221000061 ], [ 106.118171224000037, 29.327569535000066 ], [ 106.118171843000042, 29.327626317000075 ], [ 106.118160695000029, 29.327684489000031 ], [ 106.118134834000045, 29.327744076000041 ], [ 106.118101667000076, 29.327808884000031 ], [ 106.11808185600006, 29.327887603000082 ], [ 106.118074927000066, 29.327971913000059 ], [ 106.118101335000063, 29.328054226000059 ], [ 106.11811162100004, 29.328072989000081 ], [ 106.118131364000092, 29.328108996000083 ], [ 106.118157490000044, 29.32816552000007 ], [ 106.118165844000032, 29.328211875000079 ], [ 106.118166256000052, 29.328249700000079 ], [ 106.118149048000078, 29.328291112000045 ], [ 106.118122030000052, 29.328332605000057 ], [ 106.118098974000077, 29.328377503000063 ], [ 106.11807808600004, 29.328441298000087 ], [ 106.118074856000078, 29.328504946000066 ], [ 106.118079456000032, 29.328566807000072 ], [ 106.118093498000064, 29.328631053000038 ], [ 106.11809979700007, 29.328688640000045 ], [ 106.11809947200004, 29.32866058500008 ], [ 106.11809557600003, 29.328603335000075 ], [ 106.118089758000067, 29.328569409000075 ], [ 106.118088945000068, 29.328544916000055 ], [ 106.118147589000046, 29.328637068000042 ], [ 106.118194125000059, 29.328708278000072 ], [ 106.118225021000057, 29.328744300000039 ], [ 106.118291975000034, 29.328789567000044 ], [ 106.118318266000074, 29.328802715000055 ], [ 106.118368386000043, 29.328802296000049 ], [ 106.118417515000033, 29.328797574000074 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.119848148000074, 29.329457617000056 ], [ 106.119766953000067, 29.329440328000082 ], [ 106.119790284000032, 29.329356731000068 ], [ 106.119783913000049, 29.329350354000045 ], [ 106.119722851000063, 29.329304432000072 ], [ 106.119651893000025, 29.329218793000052 ], [ 106.119581099000072, 29.329148076000084 ], [ 106.119501134000075, 29.329046327000075 ], [ 106.119495674000063, 29.32904992400006 ], [ 106.119450664000055, 29.32906727600005 ], [ 106.119411937000052, 29.329068733000046 ], [ 106.119364171000029, 29.32907026600008 ], [ 106.119334644000048, 29.329086356000065 ], [ 106.119320638000033, 29.329104579000038 ], [ 106.119319693000094, 29.32913627400006 ], [ 106.119325167000056, 29.329164519000066 ], [ 106.119335831000058, 29.32919498400009 ], [ 106.119347774000062, 29.329224307000057 ], [ 106.119358488000046, 29.329259298000064 ], [ 106.119358846000068, 29.329292113000058 ], [ 106.11934485200004, 29.329311468000064 ], [ 106.119315263000033, 29.329321901000068 ], [ 106.119250747000081, 29.329326970000061 ], [ 106.119199120000076, 29.329329665000049 ], [ 106.119160369000042, 29.329328860000089 ], [ 106.11910451500006, 29.329314598000053 ], [ 106.119094930000074, 29.329391412000057 ], [ 106.119090947000075, 29.32951535400008 ], [ 106.119116080000026, 29.329618012000086 ], [ 106.119162313000061, 29.329708578000069 ], [ 106.119206101000032, 29.329707371000051 ], [ 106.119206086000077, 29.329705993000054 ], [ 106.119209203000025, 29.329703209000058 ], [ 106.119215478000058, 29.329701778000064 ], [ 106.119218610000075, 29.32970037400008 ], [ 106.119229560000065, 29.329694768000071 ], [ 106.119238937000034, 29.329689176000045 ], [ 106.119238922000079, 29.329687796000091 ], [ 106.11924048000003, 29.329686407000054 ], [ 106.119243595000071, 29.329683623000047 ], [ 106.119246726000029, 29.329682218000073 ], [ 106.119251399000063, 29.32967804500004 ], [ 106.119258827000081, 29.329666600000049 ], [ 106.119275899000058, 29.329680462000052 ], [ 106.119308003000071, 29.329693711000058 ], [ 106.119342256000039, 29.329702115000092 ], [ 106.119373120000049, 29.329702822000051 ], [ 106.119401654000058, 29.329691960000051 ], [ 106.119433430000072, 29.329675277000025 ], [ 106.119457429000079, 29.329652866000053 ], [ 106.119465992000087, 29.329629618000073 ], [ 106.119460271000037, 29.329610352000081 ], [ 106.119441675000076, 29.329586025000083 ], [ 106.119466574000057, 29.329576796000083 ], [ 106.119497297000066, 29.329562364000086 ], [ 106.119564767000043, 29.329546335000089 ], [ 106.119626550000078, 29.329548393000032 ], [ 106.119681124000067, 29.329563399000055 ], [ 106.119725334000066, 29.329572048000049 ], [ 106.119767990000071, 29.329572978000037 ], [ 106.11981795500003, 29.329569982000063 ], [ 106.11984281000008, 29.329556888000081 ], [ 106.11985866100008, 29.329527117000051 ], [ 106.119853814000066, 29.329487211000068 ], [ 106.119848148000074, 29.329457617000056 ] ], [ [ 106.119433041000036, 29.329591826000069 ], [ 106.119333878000077, 29.329690040000052 ], [ 106.119182308000063, 29.329578653000048 ], [ 106.119287839000037, 29.32946511200003 ], [ 106.119433041000036, 29.329591826000069 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.11806093000007, 29.340713902000061 ], [ 106.118145671000036, 29.340707084000094 ], [ 106.118573717000061, 29.340617377000054 ], [ 106.118688837000036, 29.340619407000066 ], [ 106.118735686000036, 29.340630997000066 ], [ 106.118738625000049, 29.340632610000057 ], [ 106.118706904000078, 29.340548235000085 ], [ 106.118647912000029, 29.340447285000032 ], [ 106.118525171000044, 29.340302347000097 ], [ 106.118522800000051, 29.340299548000068 ], [ 106.118405665000068, 29.340175414000043 ], [ 106.11830838000003, 29.340101836000088 ], [ 106.118238550000058, 29.340068606000042 ], [ 106.118110981000029, 29.340049386000096 ], [ 106.117983931000026, 29.340077503000092 ], [ 106.11791843900005, 29.340088196000071 ], [ 106.117860407000094, 29.340075156000069 ], [ 106.117804449000062, 29.340024050000068 ], [ 106.117798036000067, 29.340018193000056 ], [ 106.117723867000052, 29.339941040000038 ], [ 106.117665208000062, 29.339870520000083 ], [ 106.117666515000053, 29.339822350000073 ], [ 106.117667961000052, 29.339769052000069 ], [ 106.117674572000055, 29.339667551000051 ], [ 106.117696840000065, 29.339586210000046 ], [ 106.117672727000084, 29.339498492000075 ], [ 106.11760587200007, 29.339384081000041 ], [ 106.117551625000033, 29.339364246000059 ], [ 106.117431592000059, 29.33932805500007 ], [ 106.117377236000038, 29.33929807600002 ], [ 106.11729590200008, 29.339271705000044 ], [ 106.117229968000061, 29.339241824000055 ], [ 106.117175685000078, 29.339218608000067 ], [ 106.117132769000079, 29.339191263000089 ], [ 106.11707335400007, 29.339190521000038 ], [ 106.116989403000048, 29.339140630000081 ], [ 106.116886084000043, 29.339079657000067 ], [ 106.116807906000076, 29.338970690000053 ], [ 106.116725969000072, 29.338811160000038 ], [ 106.116633214000046, 29.338542100000048 ], [ 106.116593743000067, 29.338452485000062 ], [ 106.116540153000074, 29.338244934000045 ], [ 106.116541147000078, 29.338232565000052 ], [ 106.116515833000051, 29.338106734000068 ], [ 106.116475439000055, 29.338007187000059 ], [ 106.116421382000055, 29.337916365000073 ], [ 106.116353586000059, 29.337827380000082 ], [ 106.11630718400005, 29.33771755000004 ], [ 106.116275792000067, 29.337542153000083 ], [ 106.116274741000041, 29.337445720000062 ], [ 106.116256114000066, 29.337321328000087 ], [ 106.116254163000065, 29.337316952000037 ], [ 106.116153716000042, 29.337225036000063 ], [ 106.116057152000053, 29.337194925000055 ], [ 106.115957563000052, 29.337181705000031 ], [ 106.115842121000085, 29.337185480000066 ], [ 106.115774975000079, 29.337205717000067 ], [ 106.11571445900006, 29.337245574000068 ], [ 106.115679788000079, 29.337302080000086 ], [ 106.115648478000026, 29.337372612000078 ], [ 106.115668457000027, 29.337439904000064 ], [ 106.115700901000039, 29.337473362000075 ], [ 106.115698550000047, 29.337552084000031 ], [ 106.115699591000066, 29.337647643000089 ], [ 106.115721927000038, 29.337931346000065 ], [ 106.11576763000005, 29.338004045000041 ], [ 106.11579081800005, 29.338071310000085 ], [ 106.115775699000039, 29.338155761000049 ], [ 106.115757401000053, 29.338243049000084 ], [ 106.115819325000075, 29.338332476000058 ], [ 106.11587135200007, 29.338396690000074 ], [ 106.115917177000028, 29.338480630000049 ], [ 106.115947056000039, 29.338573137000083 ], [ 106.116101611000033, 29.338920383000072 ], [ 106.116167142000052, 29.339046321000072 ], [ 106.116188288000046, 29.339220414000071 ], [ 106.116189267000038, 29.339310351000048 ], [ 106.116185382000026, 29.339347103000076 ], [ 106.116192978000072, 29.339351885000049 ], [ 106.11623354700005, 29.339404119000058 ], [ 106.116276678000077, 29.339487486000053 ], [ 106.116320340000073, 29.339619526000032 ], [ 106.116363747000051, 29.339728203000043 ], [ 106.116395387000068, 29.339776618000094 ], [ 106.116425659000072, 29.339795390000063 ], [ 106.116435660000036, 29.339801592000075 ], [ 106.116504693000081, 29.339814645000043 ], [ 106.116584687000056, 29.339813975000087 ], [ 106.116649212000027, 29.339821224000048 ], [ 106.116665149000028, 29.339856139000066 ], [ 106.116665786000056, 29.339914548000078 ], [ 106.116664200000059, 29.33997297600007 ], [ 106.116638214000034, 29.340035502000035 ], [ 106.116607509000062, 29.340072755000051 ], [ 106.116543641000078, 29.340125862000029 ], [ 106.116530797000053, 29.340170754000045 ], [ 106.116541104000078, 29.340197007000079 ], [ 106.116551370000082, 29.340223155000043 ], [ 106.116596236000078, 29.340261722000037 ], [ 106.116683511000076, 29.340317459000065 ], [ 106.116817920000074, 29.340415639000071 ], [ 106.116842765000058, 29.340452426000073 ], [ 106.116772126000058, 29.340495854000029 ], [ 106.116690797000047, 29.340521362000061 ], [ 106.11677829100006, 29.340537631000078 ], [ 106.116925607000042, 29.340597532000061 ], [ 106.117187316000084, 29.34070138700007 ], [ 106.117219376000037, 29.340715347000064 ], [ 106.117347555000038, 29.340771159000042 ], [ 106.117467493000049, 29.340801345000045 ], [ 106.117510333000041, 29.340804833000057 ], [ 106.117523075000065, 29.340805870000064 ], [ 106.117552947000036, 29.340803125000029 ], [ 106.11759696200005, 29.340791528000072 ], [ 106.117711867000025, 29.340751889000046 ], [ 106.117811341000049, 29.340733589000074 ], [ 106.117956430000049, 29.340719898000085 ], [ 106.118041817000062, 29.340715440000068 ], [ 106.11806093000007, 29.340713902000061 ] ], [ [ 106.117777234000073, 29.340083985000028 ], [ 106.117804386000046, 29.340091249000071 ], [ 106.117860170000029, 29.340110757000051 ], [ 106.117871772000058, 29.340129387000047 ], [ 106.117893484000035, 29.340160417000046 ], [ 106.117896620000067, 29.340186609000053 ], [ 106.11787279400005, 29.340223014000067 ], [ 106.117846119000049, 29.340259443000043 ], [ 106.117746363000037, 29.340403376000044 ], [ 106.117685186000074, 29.340527964000053 ], [ 106.117685622000067, 29.340567911000054 ], [ 106.11769884000006, 29.340604006000039 ], [ 106.117704880000076, 29.34063516800007 ], [ 106.117709467000054, 29.340663844000058 ], [ 106.117693890000055, 29.340672714000043 ], [ 106.117629925000074, 29.340686983000062 ], [ 106.117574360000049, 29.34068744800004 ], [ 106.117527288000076, 29.340682848000089 ], [ 106.117458641000042, 29.340659702000035 ], [ 106.117406982000034, 29.340626426000078 ], [ 106.117298073000029, 29.34056990900006 ], [ 106.117242004000047, 29.340524185000046 ], [ 106.117231595000092, 29.340484321000076 ], [ 106.117243900000062, 29.34043677600004 ], [ 106.117262055000026, 29.340402915000087 ], [ 106.117334200000073, 29.340354869000063 ], [ 106.117386399000054, 29.340306990000048 ], [ 106.11749224800009, 29.340213717000026 ], [ 106.117581245000054, 29.340143057000031 ], [ 106.117636402000073, 29.340105141000034 ], [ 106.117670405000069, 29.340087377000092 ], [ 106.117735835000076, 29.340076841000037 ], [ 106.117777234000073, 29.340083985000028 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.121972330000062, 29.335050324000061 ], [ 106.121977325000046, 29.335021594000068 ], [ 106.121912239000039, 29.334901295000058 ], [ 106.121849995000062, 29.334809407000083 ], [ 106.121781080000062, 29.334729500000037 ], [ 106.12176011400004, 29.334678999000062 ], [ 106.121721750000063, 29.334592873000076 ], [ 106.121721238000077, 29.334589931000036 ], [ 106.121703599000071, 29.334488691000043 ], [ 106.12170523900005, 29.334327703000028 ], [ 106.121722073000058, 29.333999476000088 ], [ 106.121751965000044, 29.333917968000037 ], [ 106.121672428000068, 29.333929658000031 ], [ 106.12161171300005, 29.333936087000041 ], [ 106.121607091000044, 29.333935574000066 ], [ 106.121537329000034, 29.333927835000047 ], [ 106.121469375000061, 29.333889938000095 ], [ 106.121394829000053, 29.333866892000053 ], [ 106.121374523000043, 29.333864693000063 ], [ 106.121287887000051, 29.333982081000041 ], [ 106.121193072000054, 29.334092769000051 ], [ 106.121189994000076, 29.334094646000043 ], [ 106.121130743000052, 29.334130780000066 ], [ 106.121029778000036, 29.33419235000008 ], [ 106.120784326000035, 29.334411587000094 ], [ 106.120741768000073, 29.33456707200008 ], [ 106.120769931000041, 29.334714205000065 ], [ 106.120860819000043, 29.334930619000097 ], [ 106.120854852000036, 29.335194383000047 ], [ 106.120811089000028, 29.33526933000007 ], [ 106.121345295000026, 29.335241428000074 ], [ 106.121954220000077, 29.335057871000057 ], [ 106.121972330000062, 29.335050324000061 ] ], [ [ 106.121789738000075, 29.334772851000086 ], [ 106.121778987000027, 29.334781971000051 ], [ 106.121760644000062, 29.334798356000082 ], [ 106.121737963000058, 29.334816686000067 ], [ 106.121695453000029, 29.334815134000053 ], [ 106.121660486000053, 29.334805883000062 ], [ 106.121603615000026, 29.334786310000084 ], [ 106.12156206800006, 29.334773292000079 ], [ 106.121516143000065, 29.334758403000073 ], [ 106.121450650000043, 29.334747498000056 ], [ 106.121410246000039, 29.334739244000051 ], [ 106.121357931000034, 29.334737775000072 ], [ 106.121314382000037, 29.33474100300009 ], [ 106.12128285700004, 29.334749380000058 ], [ 106.121236013000043, 29.334748345000044 ], [ 106.121195882000052, 29.334764913000075 ], [ 106.121169767000026, 29.334767996000039 ], [ 106.121152230000078, 29.334758598000072 ], [ 106.121120258000076, 29.334724495000039 ], [ 106.121091714000045, 29.334704688000045 ], [ 106.121067483000047, 29.334681023000083 ], [ 106.121075959000052, 29.334658993000065 ], [ 106.121080015000075, 29.334631271000038 ], [ 106.121194819000038, 29.334585790000066 ], [ 106.121354859000064, 29.334549729000059 ], [ 106.12139914800008, 29.334556929000087 ], [ 106.121441179000044, 29.334577404000076 ], [ 106.121517290000043, 29.334599852000061 ], [ 106.121547367000076, 29.334604446000075 ], [ 106.121547156000076, 29.334605387000064 ], [ 106.121545144000038, 29.334620680000047 ], [ 106.121570275000067, 29.334627152000053 ], [ 106.121599795000066, 29.334636451000044 ], [ 106.121619530000032, 29.334647741000079 ], [ 106.121640367000055, 29.334659978000044 ], [ 106.121667697000078, 29.334668340000071 ], [ 106.121711361000052, 29.33467561000009 ], [ 106.121736485000042, 29.334677235000076 ], [ 106.121789738000075, 29.334772851000086 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.12158678000003, 29.34227907100006 ], [ 106.121562439000058, 29.342249463000083 ], [ 106.121392826000033, 29.341959239000065 ], [ 106.121388763000027, 29.341588082000044 ], [ 106.121426924000048, 29.341480926000081 ], [ 106.121373585000072, 29.341461218000067 ], [ 106.121271018000073, 29.341482867000082 ], [ 106.12120433900003, 29.341531928000055 ], [ 106.121044060000031, 29.341699565000052 ], [ 106.120966012000054, 29.341793761000076 ], [ 106.120863899000028, 29.341856977000077 ], [ 106.120738065000069, 29.341920393000066 ], [ 106.120608202000028, 29.341976913000053 ], [ 106.120541407000076, 29.342015584000091 ], [ 106.120423215000073, 29.342054683000072 ], [ 106.120322083000076, 29.342088017000041 ], [ 106.120438397000044, 29.342209228000055 ], [ 106.120545029000027, 29.342303294000089 ], [ 106.120816327000057, 29.342461718000035 ], [ 106.120909252000047, 29.342572943000054 ], [ 106.12095456600008, 29.342650479000042 ], [ 106.120980317000033, 29.342744042000042 ], [ 106.12098620900008, 29.342747720000087 ], [ 106.121049047000042, 29.342786565000043 ], [ 106.121075022000085, 29.342821477000079 ], [ 106.121080394000046, 29.342834841000066 ], [ 106.121214598000051, 29.342954997000049 ], [ 106.121366324000064, 29.342993492000065 ], [ 106.12161530000003, 29.342931744000044 ], [ 106.12172767900006, 29.342831373000092 ], [ 106.121793437000065, 29.342618712000043 ], [ 106.121746453000071, 29.342473282000068 ], [ 106.12158678000003, 29.34227907100006 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.119213414000058, 29.340821728000044 ], [ 106.119268111000054, 29.340743677000031 ], [ 106.119334289000051, 29.340624876000042 ], [ 106.119336979000082, 29.340576993000074 ], [ 106.119284926000034, 29.340518307000082 ], [ 106.119236150000063, 29.340465224000067 ], [ 106.119187371000066, 29.340412142000044 ], [ 106.119132198000045, 29.340361929000039 ], [ 106.119095747000074, 29.340308115000081 ], [ 106.118990335000035, 29.340239753000045 ], [ 106.118847998000049, 29.340131324000087 ], [ 106.118611628000053, 29.339930929000047 ], [ 106.118578958000057, 29.339869124000067 ], [ 106.118548094000062, 29.339892797000058 ], [ 106.11852097600007, 29.339897352000033 ], [ 106.118424666000067, 29.339898159000086 ], [ 106.11834787500004, 29.339877163000036 ], [ 106.118293049000044, 29.339832179000052 ], [ 106.118267811000067, 29.339782620000044 ], [ 106.118272135000041, 29.339726320000064 ], [ 106.11829612300005, 29.339661200000087 ], [ 106.118315500000065, 29.339626414000065 ], [ 106.118359739000027, 29.339606568000072 ], [ 106.118411527000035, 29.339599642000049 ], [ 106.118478251000056, 29.339603411000031 ], [ 106.118540130000042, 29.339615876000043 ], [ 106.118586457000063, 29.339633006000046 ], [ 106.118588945000056, 29.339616308000082 ], [ 106.11862364600006, 29.339562612000066 ], [ 106.118600396000033, 29.339489728000039 ], [ 106.11855154400007, 29.339422678000069 ], [ 106.118473824000034, 29.33935587000008 ], [ 106.11833845700005, 29.339297979000037 ], [ 106.118196616000034, 29.339234518000065 ], [ 106.118134902000065, 29.33916476600006 ], [ 106.118095062000066, 29.339041424000083 ], [ 106.118081157000063, 29.338943163000071 ], [ 106.118038077000051, 29.338817038000059 ], [ 106.117950980000046, 29.338772795000061 ], [ 106.117877450000037, 29.338795897000065 ], [ 106.117797596000059, 29.338827485000081 ], [ 106.11774719400006, 29.338912231000052 ], [ 106.117690131000074, 29.338974546000088 ], [ 106.117568701000039, 29.339017726000058 ], [ 106.117466270000079, 29.339038259000063 ], [ 106.117332009000052, 29.339081545000049 ], [ 106.117252185000041, 29.339115943000081 ], [ 106.117217698000061, 29.339189314000059 ], [ 106.117208106000078, 29.339192204000078 ], [ 106.117132769000079, 29.339191263000089 ], [ 106.117175685000078, 29.339218608000067 ], [ 106.117229968000061, 29.339241824000055 ], [ 106.11729590200008, 29.339271705000044 ], [ 106.117377236000038, 29.33929807600002 ], [ 106.117431592000059, 29.33932805500007 ], [ 106.117551625000033, 29.339364246000059 ], [ 106.11760587200007, 29.339384081000041 ], [ 106.117672727000084, 29.339498492000075 ], [ 106.117696840000065, 29.339586210000046 ], [ 106.117674572000055, 29.339667551000051 ], [ 106.117667961000052, 29.339769052000069 ], [ 106.117666515000053, 29.339822350000073 ], [ 106.117706669000043, 29.339776483000033 ], [ 106.11774986000006, 29.339758380000038 ], [ 106.11778737700007, 29.33975046200003 ], [ 106.117851063000046, 29.339754998000046 ], [ 106.117906320000031, 29.33978241300008 ], [ 106.117944252000029, 29.339812509000069 ], [ 106.117962159000058, 29.339863048000048 ], [ 106.11795406300007, 29.339916340000062 ], [ 106.11791409600005, 29.339964829000056 ], [ 106.117804449000062, 29.340024050000068 ], [ 106.117860407000094, 29.340075156000069 ], [ 106.11791843900005, 29.340088196000071 ], [ 106.117983931000026, 29.340077503000092 ], [ 106.118110981000029, 29.340049386000096 ], [ 106.118238550000058, 29.340068606000042 ], [ 106.11830838000003, 29.340101836000088 ], [ 106.118405665000068, 29.340175414000043 ], [ 106.118522800000051, 29.340299548000068 ], [ 106.118525171000044, 29.340302347000097 ], [ 106.118541571000037, 29.340210479000064 ], [ 106.118575836000048, 29.340169641000042 ], [ 106.11863371000004, 29.34017169100008 ], [ 106.118709435000042, 29.34021920900005 ], [ 106.11893355400008, 29.340346587000056 ], [ 106.119047269000077, 29.340429269000087 ], [ 106.119082861000038, 29.340510073000079 ], [ 106.119077547000074, 29.340553203000059 ], [ 106.119057606000069, 29.340581249000081 ], [ 106.119011689000047, 29.340614583000043 ], [ 106.118936905000055, 29.34065322500004 ], [ 106.118827223000039, 29.340704774000073 ], [ 106.118859918000055, 29.340736793000076 ], [ 106.118932194000081, 29.340781119000045 ], [ 106.119038571000033, 29.340817172000065 ], [ 106.119116622000035, 29.340829124000035 ], [ 106.119168325000032, 29.34083002300008 ], [ 106.119213414000058, 29.340821728000044 ] ], [ [ 106.117924087000063, 29.339436717000073 ], [ 106.117927250000051, 29.339463182000081 ], [ 106.117871148000063, 29.33947487800009 ], [ 106.117849309000064, 29.339418218000048 ], [ 106.117783301000031, 29.339258867000073 ], [ 106.11782674300008, 29.339239379000048 ], [ 106.117924087000063, 29.339436717000073 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.118356648000031, 29.345541012000069 ], [ 106.118355215000065, 29.345532065000047 ], [ 106.118407123000054, 29.345447876000037 ], [ 106.118514491000042, 29.34537424400008 ], [ 106.118692599000042, 29.345328670000058 ], [ 106.118792781000082, 29.345288159000063 ], [ 106.118905384000072, 29.345241200000096 ], [ 106.118933016000028, 29.345229677000081 ], [ 106.119127504000062, 29.345071559000068 ], [ 106.11919421500005, 29.344960799000031 ], [ 106.119258998000078, 29.344673731000054 ], [ 106.11924030800003, 29.344574707000042 ], [ 106.119153509000057, 29.344458622000044 ], [ 106.119098392000069, 29.344368640000074 ], [ 106.118919904000052, 29.344297926000081 ], [ 106.118850983000073, 29.344270620000085 ], [ 106.118761920000054, 29.344213254000056 ], [ 106.118734207000045, 29.344105009000096 ], [ 106.11891286000008, 29.343863310000074 ], [ 106.119135009000047, 29.343555386000048 ], [ 106.119609976000049, 29.343318950000093 ], [ 106.120049778000066, 29.343119875000074 ], [ 106.119746182000029, 29.342895387000056 ], [ 106.119536485000026, 29.342687448000046 ], [ 106.119368431000055, 29.34263992800004 ], [ 106.11918526200003, 29.342669425000054 ], [ 106.118786040000032, 29.342824088000036 ], [ 106.118668884000044, 29.34286947400005 ], [ 106.118573540000057, 29.342905223000063 ], [ 106.118419734000042, 29.342871819000035 ], [ 106.118325638000044, 29.34285138100006 ], [ 106.118133576000048, 29.342797070000064 ], [ 106.117815101000076, 29.342855659000065 ], [ 106.117599411000086, 29.34282950600004 ], [ 106.117254793000043, 29.342685603000071 ], [ 106.116291593000028, 29.342148448000046 ], [ 106.115521910000041, 29.341798397000044 ], [ 106.114920433000066, 29.341509845000076 ], [ 106.114469536000072, 29.341129163000062 ], [ 106.114338710000027, 29.34083667700008 ], [ 106.114206745000047, 29.34043935000005 ], [ 106.114021298000068, 29.34025916000007 ], [ 106.11398188000004, 29.340231562000042 ], [ 106.113979196000059, 29.340232508000039 ], [ 106.113929303000077, 29.340279687000077 ], [ 106.113885566000079, 29.340347598000054 ], [ 106.113886470000068, 29.34043072500009 ], [ 106.11390792900005, 29.340495493000038 ], [ 106.11394700700005, 29.340544527000077 ], [ 106.114034116000028, 29.340647717000088 ], [ 106.114144716000055, 29.340729927000034 ], [ 106.114240464000048, 29.34080966200008 ], [ 106.114312778000055, 29.340915574000064 ], [ 106.114340562000052, 29.341016661000086 ], [ 106.114327575000061, 29.341185634000059 ], [ 106.114290192000055, 29.341292462000073 ], [ 106.114232414000071, 29.341369066000084 ], [ 106.114150123000059, 29.341345792000087 ], [ 106.113978540000062, 29.34134722500005 ], [ 106.113896966000027, 29.341347906000067 ], [ 106.113871999000025, 29.34138015700006 ], [ 106.113841728000068, 29.341442029000063 ], [ 106.113862249000078, 29.34151826600004 ], [ 106.113919175000035, 29.341579410000065 ], [ 106.113973129000044, 29.341625791000062 ], [ 106.114027351000061, 29.341696817000074 ], [ 106.114095423000037, 29.341748008000078 ], [ 106.11416054700004, 29.341786902000074 ], [ 106.114313031000052, 29.34183985400006 ], [ 106.114380834000031, 29.341866400000075 ], [ 106.114459373000045, 29.341913599000062 ], [ 106.11446653400003, 29.341877702000087 ], [ 106.114500099000054, 29.34182084500009 ], [ 106.114543305000041, 29.341777221000097 ], [ 106.114577252000061, 29.341755305000049 ], [ 106.114606516000038, 29.341743719000082 ], [ 106.11463565300005, 29.341758286000061 ], [ 106.114703590000033, 29.341797155000052 ], [ 106.11477392900008, 29.341840016000045 ], [ 106.114774277000038, 29.341885115000085 ], [ 106.114748162000069, 29.341928597000042 ], [ 106.114714307000042, 29.341958832000046 ], [ 106.114650175000065, 29.341999304000066 ], [ 106.114608125000075, 29.34202192600009 ], [ 106.114672705000032, 29.342061145000059 ], [ 106.115062382000076, 29.342195918000066 ], [ 106.115455840000052, 29.342419389000042 ], [ 106.115600666000049, 29.34254388200009 ], [ 106.115999860000045, 29.342777164000044 ], [ 106.116006507000066, 29.342782757000069 ], [ 106.116044650000049, 29.342743846000065 ], [ 106.116098248000071, 29.342700763000039 ], [ 106.116138484000032, 29.342672004000061 ], [ 106.116211493000037, 29.342673762000061 ], [ 106.116219706000038, 29.342683167000072 ], [ 106.116312591000053, 29.342772396000043 ], [ 106.116394741000079, 29.342868820000028 ], [ 106.116424682000059, 29.342887518000055 ], [ 106.116457351000065, 29.342908562000048 ], [ 106.116497975000073, 29.342915327000071 ], [ 106.116524825000056, 29.342898523000091 ], [ 106.116633103000026, 29.342911828000062 ], [ 106.116690203000076, 29.342942141000037 ], [ 106.116725653000074, 29.342970268000045 ], [ 106.116720531000055, 29.34299636500009 ], [ 106.116657634000049, 29.343190064000051 ], [ 106.116733260000046, 29.343217152000076 ], [ 106.116837848000046, 29.34326310800008 ], [ 106.11692826400008, 29.343299323000046 ], [ 106.116973592000079, 29.343328521000046 ], [ 106.116965718000074, 29.34338034700005 ], [ 106.116977426000062, 29.343422150000038 ], [ 106.11706564800005, 29.343515073000045 ], [ 106.117113767000035, 29.34367032200004 ], [ 106.117145547000064, 29.343710440000049 ], [ 106.117207440000072, 29.343806844000088 ], [ 106.117273408000074, 29.343938751000053 ], [ 106.117297761000032, 29.343974086000063 ], [ 106.117438823000043, 29.343964825000061 ], [ 106.117505744000027, 29.343962170000047 ], [ 106.117548758000055, 29.34395971400005 ], [ 106.117620027000044, 29.343917218000058 ], [ 106.117667389000076, 29.343874921000065 ], [ 106.11771442800007, 29.343803298000068 ], [ 106.117789794000032, 29.343697918000089 ], [ 106.117910791000043, 29.343611010000068 ], [ 106.117972703000078, 29.343587445000086 ], [ 106.118082523000055, 29.343571860000043 ], [ 106.118156686000077, 29.343575428000065 ], [ 106.118214433000048, 29.343608464000059 ], [ 106.118284752000079, 29.343697959000046 ], [ 106.118309279000073, 29.343754319000077 ], [ 106.118312470000035, 29.343827616000048 ], [ 106.118308261000038, 29.343880026000079 ], [ 106.118306418000031, 29.343930321000069 ], [ 106.118278598000074, 29.344010164000053 ], [ 106.118264915000054, 29.344071033000027 ], [ 106.118258451000031, 29.344136033000037 ], [ 106.118292118000056, 29.344372484000072 ], [ 106.118369397000038, 29.344370596000093 ], [ 106.118474450000065, 29.344382585000059 ], [ 106.118514479000069, 29.344396958000065 ], [ 106.11857782800007, 29.344433198000047 ], [ 106.11859079900006, 29.344468022000058 ], [ 106.118593359000045, 29.344510288000031 ], [ 106.118572818000075, 29.34455090900007 ], [ 106.11854978000008, 29.344580822000069 ], [ 106.118552622000038, 29.344579799000087 ], [ 106.118612326000061, 29.344573014000055 ], [ 106.118664811000031, 29.34456209800004 ], [ 106.118715043000066, 29.344563772000075 ], [ 106.118755803000056, 29.344573904000072 ], [ 106.118787274000056, 29.344609256000073 ], [ 106.118799480000064, 29.344632199000046 ], [ 106.118821204000042, 29.344650872000049 ], [ 106.118893815000035, 29.344634918000054 ], [ 106.118844664000051, 29.344741123000066 ], [ 106.118805479000059, 29.344838429000049 ], [ 106.118731509000042, 29.344975699000084 ], [ 106.118651447000047, 29.345071718000042 ], [ 106.118577362000053, 29.345142294000084 ], [ 106.118537502000038, 29.345177893000084 ], [ 106.118507365000028, 29.345182553000086 ], [ 106.118454711000027, 29.34519842300006 ], [ 106.118381766000027, 29.345199034000071 ], [ 106.118326548000027, 29.345210517000059 ], [ 106.118316720000067, 29.34521655900005 ], [ 106.118286568000045, 29.345235098000046 ], [ 106.118254373000084, 29.345281651000047 ], [ 106.118257971000062, 29.345380802000083 ], [ 106.118289888000049, 29.345539225000035 ], [ 106.118366576000028, 29.345650988000045 ], [ 106.118375917000037, 29.345661306000064 ], [ 106.118356648000031, 29.345541012000069 ] ], [ [ 106.118333095000025, 29.343154454000057 ], [ 106.118372320000049, 29.343183950000086 ], [ 106.118406916000026, 29.343234789000061 ], [ 106.11840277500005, 29.34330086700005 ], [ 106.11839339800008, 29.343332900000057 ], [ 106.118357302000049, 29.343367290000064 ], [ 106.118318726000041, 29.343397437000089 ], [ 106.118236249000063, 29.343415173000036 ], [ 106.118156017000047, 29.343415844000049 ], [ 106.118097527000032, 29.343403552000044 ], [ 106.118024054000045, 29.343355169000063 ], [ 106.11801131700004, 29.343302016000052 ], [ 106.118022961000079, 29.343255050000039 ], [ 106.118066213000077, 29.343207819000035 ], [ 106.118167489000029, 29.343130276000061 ], [ 106.118213776000061, 29.343138410000055 ], [ 106.118274558000053, 29.343137901000038 ], [ 106.118333095000025, 29.343154454000057 ] ], [ [ 106.116194822000068, 29.342339265000071 ], [ 106.116299193000046, 29.342365505000089 ], [ 106.116338950000056, 29.342399679000032 ], [ 106.116441394000049, 29.342507272000034 ], [ 106.116449766000073, 29.342517113000042 ], [ 106.116402070000049, 29.342549002000059 ], [ 106.116350969000052, 29.34257311500005 ], [ 106.116288902000079, 29.342583109000074 ], [ 106.11622675600006, 29.342585997000064 ], [ 106.116161702000056, 29.342569961000034 ], [ 106.116123523000056, 29.342539489000057 ], [ 106.116076364000037, 29.342479901000051 ], [ 106.116086759000041, 29.342390577000053 ], [ 106.116118847000052, 29.34233743600004 ], [ 106.116194822000068, 29.342339265000071 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.093879777000041, 29.431708162000056 ], [ 106.093832814000052, 29.431662818000067 ], [ 106.09379844700004, 29.431608872000094 ], [ 106.093798187000061, 29.431608372000071 ], [ 106.093763949000049, 29.431542603000082 ], [ 106.093681744000037, 29.431491515000065 ], [ 106.093630827000027, 29.43146974900009 ], [ 106.093580148000058, 29.43147016600005 ], [ 106.09352104900006, 29.431473116000063 ], [ 106.093445189000079, 29.431488529000035 ], [ 106.093377907000047, 29.431516194000036 ], [ 106.093341623000072, 29.431546071000078 ], [ 106.093336229000045, 29.431568299000045 ], [ 106.093322602000057, 29.431610313000071 ], [ 106.093336995000072, 29.431639775000065 ], [ 106.093382254000062, 29.431659122000045 ], [ 106.093444408000039, 29.431678331000054 ], [ 106.093529136000029, 29.431702285000085 ], [ 106.093577184000026, 29.431719143000066 ], [ 106.093599893000032, 29.431736212000086 ], [ 106.093619971000066, 29.431770555000071 ], [ 106.093625972000041, 29.431805015000055 ], [ 106.093634709000071, 29.431832057000069 ], [ 106.093657471000029, 29.431854054000034 ], [ 106.093748672000061, 29.43188644300005 ], [ 106.093735876000039, 29.431856516000042 ], [ 106.093738945000041, 29.431823535000035 ], [ 106.093752248000044, 29.431787475000078 ], [ 106.093786212000069, 29.431763227000076 ], [ 106.093816723000032, 29.431736012000044 ], [ 106.093857564000075, 29.431714705000051 ], [ 106.093879777000041, 29.431708162000056 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.094712021000078, 29.432452554000065 ], [ 106.094631158000027, 29.432364470000035 ], [ 106.094575633000034, 29.432293022000067 ], [ 106.09453411700008, 29.432251420000068 ], [ 106.094448081000067, 29.432207186000085 ], [ 106.094375702000036, 29.43215984700004 ], [ 106.094255285000031, 29.432100916000081 ], [ 106.094200370000067, 29.432086387000084 ], [ 106.094172703000027, 29.432059649000038 ], [ 106.094175934000077, 29.432041648000041 ], [ 106.094202989000053, 29.432011466000066 ], [ 106.094263591000072, 29.431918092000039 ], [ 106.094274777000066, 29.431900578000068 ], [ 106.094239283000036, 29.43188533600005 ], [ 106.094208484000035, 29.431885589000039 ], [ 106.094174231000068, 29.431882875000046 ], [ 106.094096035000064, 29.431931453000072 ], [ 106.093994720000069, 29.432058116000068 ], [ 106.093923112000027, 29.432082672000039 ], [ 106.09387862400007, 29.432083038000091 ], [ 106.09385102300007, 29.432062293000058 ], [ 106.093834990000062, 29.43203712800004 ], [ 106.093709334000039, 29.432078201000081 ], [ 106.093658342000026, 29.432109511000078 ], [ 106.093619970000091, 29.432121059000057 ], [ 106.09357827000008, 29.43212140200006 ], [ 106.093510457000036, 29.432079834000032 ], [ 106.093461740000066, 29.432024070000068 ], [ 106.093377317000034, 29.431929283000045 ], [ 106.093196033000027, 29.431776318000065 ], [ 106.092883052000047, 29.431607584000062 ], [ 106.092686573000037, 29.431533374000082 ], [ 106.092550948000053, 29.431450241000054 ], [ 106.092370025000037, 29.43133096900004 ], [ 106.092353896000091, 29.431322677000082 ], [ 106.09235036900003, 29.431318137000055 ], [ 106.092280294000048, 29.431358626000069 ], [ 106.092204119000044, 29.431359251000064 ], [ 106.092119482000044, 29.43135994500005 ], [ 106.092017679000051, 29.431338550000063 ], [ 106.091937275000078, 29.431339209000047 ], [ 106.091869643000052, 29.431347174000052 ], [ 106.09182740500006, 29.431354930000055 ], [ 106.091772310000067, 29.43134797100004 ], [ 106.091742370000077, 29.431318578000067 ], [ 106.091737504000037, 29.431259339000057 ], [ 106.091741221000078, 29.43121114500007 ], [ 106.091808179000054, 29.431140204000091 ], [ 106.091858684000044, 29.431113855000035 ], [ 106.091929912000069, 29.431046583000072 ], [ 106.09199271600005, 29.430983084000047 ], [ 106.092031318000068, 29.430874747000068 ], [ 106.092010569000081, 29.430833439000079 ], [ 106.091990169000042, 29.430824719000043 ], [ 106.091949560000046, 29.430825052000046 ], [ 106.091892537000035, 29.430872922000052 ], [ 106.091818308000029, 29.430894270000053 ], [ 106.091760715000078, 29.430888816000056 ], [ 106.091723267000077, 29.430868384000057 ], [ 106.091695275000063, 29.430782695000058 ], [ 106.091595709000046, 29.430650187000083 ], [ 106.091561615000046, 29.430626766000046 ], [ 106.091500384000028, 29.430597640000084 ], [ 106.091449654000044, 29.430601018000068 ], [ 106.091338073000031, 29.430610821000069 ], [ 106.091247019000036, 29.430641194000088 ], [ 106.091159063000077, 29.43064487700007 ], [ 106.091128479000076, 29.43063327600003 ], [ 106.091097674000025, 29.430600939000044 ], [ 106.091097325000092, 29.430568352000073 ], [ 106.091102334000027, 29.430533448000062 ], [ 106.091025701000035, 29.430573216000091 ], [ 106.091003412000092, 29.430573397000039 ], [ 106.090958800000067, 29.430570510000052 ], [ 106.090910543000064, 29.43057415800007 ], [ 106.090877005000053, 29.430564676000071 ], [ 106.090854439000054, 29.430538843000075 ], [ 106.09084662600003, 29.430503133000052 ], [ 106.090846139000064, 29.430457606000061 ], [ 106.09084572200004, 29.430418584000055 ], [ 106.090841487000034, 29.430369834000086 ], [ 106.090833145000033, 29.43030689100005 ], [ 106.090794455000037, 29.430326816000047 ], [ 106.090782792000027, 29.43033021500008 ], [ 106.090727586000085, 29.430408941000053 ], [ 106.090696938000079, 29.430456468000052 ], [ 106.090672364000056, 29.430489397000088 ], [ 106.090662718000033, 29.430558572000052 ], [ 106.090669009000067, 29.430758529000055 ], [ 106.090724426000065, 29.430890809000072 ], [ 106.090808707000065, 29.431002852000063 ], [ 106.090886290000071, 29.431071311000025 ], [ 106.091009664000069, 29.431148487000094 ], [ 106.091089207000039, 29.431206019000062 ], [ 106.091164753000044, 29.431278131000052 ], [ 106.091185024000026, 29.431315909000091 ], [ 106.091264729000045, 29.431364450000046 ], [ 106.091282496000076, 29.431377805000071 ], [ 106.091298252000058, 29.431389648000049 ], [ 106.091336752000075, 29.431491222000091 ], [ 106.091416698000046, 29.431581540000082 ], [ 106.091517194000062, 29.431649857000078 ], [ 106.091650826000034, 29.431706983000076 ], [ 106.091830335000054, 29.431778290000072 ], [ 106.091960205000078, 29.431805584000074 ], [ 106.091963655000029, 29.431806309000077 ], [ 106.092071959000066, 29.431827254000044 ], [ 106.092188536000037, 29.431844494000075 ], [ 106.092296762000046, 29.431858160000051 ], [ 106.092425732000038, 29.431868021000067 ], [ 106.092589394000072, 29.432012234000066 ], [ 106.092874571000038, 29.432246424000084 ], [ 106.093034079000077, 29.432390672000061 ], [ 106.09305826800005, 29.432445172000083 ], [ 106.093120985000041, 29.43238106900008 ], [ 106.093160806000085, 29.432348776000083 ], [ 106.093277510000064, 29.432335032000086 ], [ 106.093386981000037, 29.432327740000058 ], [ 106.09350399200008, 29.432342762000076 ], [ 106.093632643000035, 29.432421620000074 ], [ 106.093717205000075, 29.43247526700009 ], [ 106.093769461000079, 29.432567853000084 ], [ 106.093874640000081, 29.432471104000054 ], [ 106.093994672000065, 29.432422812000087 ], [ 106.09404870700007, 29.432422369000051 ], [ 106.094098626000061, 29.43242559700008 ], [ 106.094152817000065, 29.432439708000061 ], [ 106.09418226400004, 29.432472216000068 ], [ 106.094220218000032, 29.432522848000069 ], [ 106.094221037000068, 29.432599260000071 ], [ 106.09422597400004, 29.43267199800005 ], [ 106.094231145000037, 29.432766567000044 ], [ 106.094231691000061, 29.432817507000042 ], [ 106.094060705000061, 29.433153692000069 ], [ 106.094030803000066, 29.43321721500007 ], [ 106.09405835900003, 29.433357868000083 ], [ 106.094051039000078, 29.433402283000081 ], [ 106.094059419000075, 29.433456807000088 ], [ 106.094115081000041, 29.433558710000057 ], [ 106.094139088000077, 29.433616517000065 ], [ 106.094197951000069, 29.4336535660001 ], [ 106.094245149000074, 29.433660053000033 ], [ 106.094286924000073, 29.433619976000045 ], [ 106.094356068000081, 29.433485085000086 ], [ 106.094447438000032, 29.433434569000042 ], [ 106.094487809000043, 29.43333661500008 ], [ 106.094502453000075, 29.433216558000083 ], [ 106.094539101000066, 29.433068429000063 ], [ 106.094616448000068, 29.432853024000057 ], [ 106.094643356000063, 29.432688239000072 ], [ 106.094712021000078, 29.432452554000065 ] ], [ [ 106.092851454000026, 29.431763147000087 ], [ 106.092924787000072, 29.431791314000066 ], [ 106.093042756000045, 29.431895833000059 ], [ 106.093153321000045, 29.431990822000035 ], [ 106.093187106000073, 29.432076852000083 ], [ 106.093180420000067, 29.432134445000091 ], [ 106.093140531000088, 29.432160345000057 ], [ 106.093060236000056, 29.432164202000084 ], [ 106.09296878400005, 29.432148969000075 ], [ 106.092869754000048, 29.432108227000064 ], [ 106.09266384600005, 29.431975661000074 ], [ 106.092615593000062, 29.431902535000063 ], [ 106.092607709000049, 29.431848259000049 ], [ 106.092632824000077, 29.431806496000021 ], [ 106.092669164000029, 29.431790215000031 ], [ 106.092716322000058, 29.431761059000053 ], [ 106.092851454000026, 29.431763147000087 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.090701956000032, 29.433501338000042 ], [ 106.090713312000048, 29.433494576000044 ], [ 106.090745489000028, 29.433490789000082 ], [ 106.090810086000033, 29.433506122000043 ], [ 106.090923380000049, 29.433556310000089 ], [ 106.090981389000035, 29.433606148000088 ], [ 106.090980103000049, 29.433533858000089 ], [ 106.091073259000041, 29.433576057000039 ], [ 106.091111604000048, 29.433592450000052 ], [ 106.09123747700005, 29.433634381000044 ], [ 106.091308488000038, 29.433645732000066 ], [ 106.091382098000054, 29.433645130000052 ], [ 106.091466511000078, 29.433634889000079 ], [ 106.091520101000071, 29.433623766000032 ], [ 106.091552395000065, 29.433594203000041 ], [ 106.091603107000026, 29.433559719000069 ], [ 106.09164681700004, 29.433552973000072 ], [ 106.091668730000038, 29.433554923000081 ], [ 106.091717618000075, 29.433561297000036 ], [ 106.091720382000062, 29.433561658000091 ], [ 106.091851348000048, 29.43357873400004 ], [ 106.091868466000051, 29.433580966000083 ], [ 106.091973436000046, 29.433616303000065 ], [ 106.09209338800008, 29.433687714000087 ], [ 106.092144470000051, 29.433699685000079 ], [ 106.092167793000044, 29.433686424000083 ], [ 106.092208637000056, 29.433681315000051 ], [ 106.092284871000061, 29.433671142000044 ], [ 106.092319931000091, 29.433635052000056 ], [ 106.092338735000055, 29.433608643000067 ], [ 106.092368341000054, 29.433572599000051 ], [ 106.092370581000068, 29.433527232000074 ], [ 106.092296408000038, 29.433475332000057 ], [ 106.09223339700003, 29.433447208000075 ], [ 106.092184632000055, 29.433387861000085 ], [ 106.092154234000077, 29.433349923000041 ], [ 106.092153891000066, 29.43334681500005 ], [ 106.092002277000063, 29.433348059000082 ], [ 106.091956632000063, 29.433318204000049 ], [ 106.091896222000059, 29.433278124000076 ], [ 106.091833182000073, 29.433247612000059 ], [ 106.091794812000046, 29.433228833000044 ], [ 106.091772872000035, 29.43321708000007 ], [ 106.091729200000032, 29.433212664000056 ], [ 106.09170466300003, 29.433212866000073 ], [ 106.091663869000058, 29.433222746000066 ], [ 106.091644836000057, 29.433227677000048 ], [ 106.091579839000076, 29.433268784000067 ], [ 106.091514637000046, 29.433290801000059 ], [ 106.091471195000054, 29.433307864000071 ], [ 106.091427753000062, 29.433324926000076 ], [ 106.091370526000048, 29.433327782000049 ], [ 106.091329681000062, 29.43333289100007 ], [ 106.091291615000046, 29.433342749000079 ], [ 106.091261626000062, 29.433342995000082 ], [ 106.091215254000076, 29.43334098900004 ], [ 106.091174332000037, 29.433338937000087 ], [ 106.09113878900007, 29.433329681000092 ], [ 106.091051292000031, 29.433306531000088 ], [ 106.090993859000037, 29.433290293000077 ], [ 106.090906385000039, 29.433269530000082 ], [ 106.09086274100008, 29.433267501000046 ], [ 106.09082459800004, 29.433270199000049 ], [ 106.090783806000047, 29.433280081000085 ], [ 106.090743038000028, 29.433292349000062 ], [ 106.090721279000036, 29.433297300000056 ], [ 106.090678066000066, 29.433335843000059 ], [ 106.090659390000056, 29.433374184000058 ], [ 106.090673861000028, 29.433452829000089 ], [ 106.090687697000078, 29.433471810000071 ], [ 106.090701956000032, 29.433501338000042 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.091960205000078, 29.431805584000074 ], [ 106.091830335000054, 29.431778290000072 ], [ 106.091650826000034, 29.431706983000076 ], [ 106.091517194000062, 29.431649857000078 ], [ 106.091416698000046, 29.431581540000082 ], [ 106.091336752000075, 29.431491222000091 ], [ 106.091298252000058, 29.431389648000049 ], [ 106.091282496000076, 29.431377805000071 ], [ 106.09128460200003, 29.431397676000071 ], [ 106.091284882000025, 29.431423928000076 ], [ 106.091285214000038, 29.431454955000046 ], [ 106.091282795000041, 29.431483615000044 ], [ 106.091288451000025, 29.431502662000078 ], [ 106.091291407000028, 29.431524120000059 ], [ 106.09129984100008, 29.431547918000028 ], [ 106.091302899000027, 29.431578920000039 ], [ 106.091303154000059, 29.431602787000081 ], [ 106.091311665000035, 29.43163374500006 ], [ 106.091314800000077, 29.431671909000041 ], [ 106.091314901000032, 29.431681455000046 ], [ 106.091312431000077, 29.431705343000093 ], [ 106.091307182000037, 29.431724479000085 ], [ 106.091296558000067, 29.431750822000083 ], [ 106.091286138000044, 29.431796255000052 ], [ 106.091270189000056, 29.431834575000032 ], [ 106.091251487000079, 29.431870530000086 ], [ 106.091240914000025, 29.431901644000053 ], [ 106.091252305000069, 29.431946900000067 ], [ 106.091290676000028, 29.431965680000069 ], [ 106.091315289000079, 29.431972639000044 ], [ 106.091348182000047, 29.43198907600004 ], [ 106.091373153000063, 29.43202944800003 ], [ 106.091389766000077, 29.43205317800005 ], [ 106.091387372000042, 29.432084226000086 ], [ 106.091390251000064, 29.43209852300004 ], [ 106.09140966800004, 29.432129392000029 ], [ 106.091458716000034, 29.432126603000089 ], [ 106.091502209000055, 29.432114314000039 ], [ 106.091540273000092, 29.432104454000065 ], [ 106.091575435000038, 29.432077912000061 ], [ 106.091591614000038, 29.432061071000064 ], [ 106.091616023000029, 29.432048937000054 ], [ 106.091648636000059, 29.432039124000084 ], [ 106.091713761000051, 29.432009947000047 ], [ 106.091740743000074, 29.43198347200007 ], [ 106.091770374000077, 29.431949814000063 ], [ 106.091797434000057, 29.431930498000035 ], [ 106.091824415000076, 29.431904022000094 ], [ 106.091889703000049, 29.431969124000091 ], [ 106.091906520000066, 29.432011948000074 ], [ 106.091927658000031, 29.432076218000077 ], [ 106.091940462000025, 29.432126234000059 ], [ 106.091929036000067, 29.432205092000057 ], [ 106.091954453000028, 29.432287227000074 ], [ 106.09196343800005, 29.432362338000075 ], [ 106.091931105000072, 29.432398404000086 ], [ 106.091877596000074, 29.432366622000075 ], [ 106.09179974500006, 29.432352939000051 ], [ 106.091738326000041, 29.432346282000086 ], [ 106.09167698400006, 29.432346785000057 ], [ 106.091591183000062, 29.432354647000071 ], [ 106.09154639000009, 29.43237291600007 ], [ 106.091460819000076, 29.432402258000078 ], [ 106.091342646000044, 29.432442610000066 ], [ 106.09127744400007, 29.432464624000083 ], [ 106.091167527000039, 29.432512067000054 ], [ 106.091151245000049, 29.432519362000054 ], [ 106.09104140500007, 29.432573964000085 ], [ 106.09098847100006, 29.432595878000079 ], [ 106.09090290000006, 29.432648394000068 ], [ 106.090954256000032, 29.432640026000055 ], [ 106.091014690000065, 29.432631583000049 ], [ 106.091120824000029, 29.432651906000054 ], [ 106.091163355000049, 29.432667453000079 ], [ 106.091236799000058, 29.432743674000047 ], [ 106.091247628000076, 29.432755206000071 ], [ 106.09125180400008, 29.432744088000057 ], [ 106.09125948500008, 29.43269748300008 ], [ 106.091267205000065, 29.432654459000045 ], [ 106.091303435000043, 29.432600458000081 ], [ 106.09136030500008, 29.432564191000036 ], [ 106.091397033000078, 29.432556729000055 ], [ 106.091519411000036, 29.432527085000068 ], [ 106.091580638000039, 29.432515843000086 ], [ 106.091699040000037, 29.432496972000084 ], [ 106.091792945000066, 29.432481881000054 ], [ 106.091866555000081, 29.432481277000075 ], [ 106.091944254000055, 29.432480640000048 ], [ 106.092018362000047, 29.432526575000054 ], [ 106.092087960000072, 29.432533163000073 ], [ 106.092119833000027, 29.432454139000065 ], [ 106.092069647000073, 29.432350727000077 ], [ 106.092060740000079, 29.432282776000068 ], [ 106.092035666000072, 29.43223285900007 ], [ 106.092035130000056, 29.43218274100008 ], [ 106.092026262000047, 29.432118370000069 ], [ 106.09202564900005, 29.43206109200008 ], [ 106.092024386000048, 29.431942957000047 ], [ 106.092028169000059, 29.431914285000058 ], [ 106.091960205000078, 29.431805584000074 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.089874103000071, 29.429938839000037 ], [ 106.089871473000073, 29.429901714000028 ], [ 106.089870979000068, 29.429855431000075 ], [ 106.089870402000031, 29.429801435000059 ], [ 106.089806360000082, 29.429580811000058 ], [ 106.089805482000031, 29.429498530000039 ], [ 106.089770262000059, 29.429226241000023 ], [ 106.089774983000041, 29.429118200000065 ], [ 106.089783026000077, 29.429046132000057 ], [ 106.089811767000072, 29.428986753000061 ], [ 106.089864033000026, 29.428929753000091 ], [ 106.089965797000048, 29.428862225000039 ], [ 106.089987094000037, 29.428816278000053 ], [ 106.090022427000065, 29.428776863000056 ], [ 106.090035411000031, 29.428773908000032 ], [ 106.089928260000079, 29.428770230000055 ], [ 106.089835244000028, 29.428792971000064 ], [ 106.089795758000037, 29.428790154000065 ], [ 106.089756140000091, 29.428774778000047 ], [ 106.089738005000072, 29.42875608700006 ], [ 106.089734050000061, 29.428721579000072 ], [ 106.089580249000051, 29.428710481000053 ], [ 106.089463146000071, 29.42868436800007 ], [ 106.089272866000044, 29.428562598000045 ], [ 106.088951129000066, 29.428211150000035 ], [ 106.088770057000033, 29.427979306000054 ], [ 106.08873426100007, 29.427913357000087 ], [ 106.088706771000034, 29.427913582000091 ], [ 106.088636100000031, 29.427888656000043 ], [ 106.088664972000075, 29.427962186000055 ], [ 106.088689653000074, 29.428039556000044 ], [ 106.088704302000053, 29.428134908000057 ], [ 106.08869181700004, 29.428242414000064 ], [ 106.088665796000043, 29.428358983000063 ], [ 106.088632989000089, 29.428497790000044 ], [ 106.088623406000067, 29.428538338000056 ], [ 106.088624043000038, 29.428598003000051 ], [ 106.088625346000072, 29.428720315000078 ], [ 106.088622924000049, 29.428812821000058 ], [ 106.088617542000065, 29.428947122000078 ], [ 106.088611713000034, 29.429039659000072 ], [ 106.088619419000054, 29.429123132000079 ], [ 106.08864744400006, 29.429194508000077 ], [ 106.088692415000025, 29.429256793000039 ], [ 106.088758085000052, 29.429342777000045 ], [ 106.088796302000048, 29.429411082000055 ], [ 106.088854839000092, 29.429467291000041 ], [ 106.08890662500005, 29.429529520000077 ], [ 106.088927390000052, 29.429559185000066 ], [ 106.089006056000073, 29.429585395000064 ], [ 106.089067584000077, 29.429602790000043 ], [ 106.08911211000003, 29.429623312000047 ], [ 106.089149976000044, 29.429658804000038 ], [ 106.089177812000059, 29.429712279000057 ], [ 106.089212622000048, 29.429780613000055 ], [ 106.08921177700006, 29.429795579000093 ], [ 106.089255720000054, 29.429805833000049 ], [ 106.089390324000078, 29.429854617000053 ], [ 106.089494668000043, 29.429894846000082 ], [ 106.089555063000034, 29.429900221000086 ], [ 106.08961884100006, 29.429908503000043 ], [ 106.089763376000064, 29.429945468000078 ], [ 106.089803596000081, 29.429945139000043 ], [ 106.089874103000071, 29.429938839000037 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.091158940000071, 29.429766594000061 ], [ 106.09119681600005, 29.429752970000035 ], [ 106.091253650000056, 29.429735292000089 ], [ 106.091193480000072, 29.429669549000032 ], [ 106.09116332900004, 29.429592767000091 ], [ 106.091167622000057, 29.429537100000065 ], [ 106.091179293000039, 29.429485650000057 ], [ 106.091247062000036, 29.429423043000035 ], [ 106.091281095000056, 29.42940564700007 ], [ 106.091211716000032, 29.42933796800008 ], [ 106.091117544000042, 29.429249725000084 ], [ 106.091089052000029, 29.429313288000056 ], [ 106.091035446000035, 29.429389022000066 ], [ 106.091006168000035, 29.429441508000082 ], [ 106.090999557000032, 29.429479979000064 ], [ 106.090998112000079, 29.429509187000058 ], [ 106.091012878000072, 29.429576679000032 ], [ 106.091038403000027, 29.429665595000067 ], [ 106.091046687000073, 29.429706185000043 ], [ 106.091060632000051, 29.429774516000059 ], [ 106.091055213000061, 29.429822314000042 ], [ 106.091123770000081, 29.429779245000073 ], [ 106.091158940000071, 29.429766594000061 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.091196046000064, 29.431474768000037 ], [ 106.091203226000061, 29.43137963900006 ], [ 106.091188066000029, 29.431321578000048 ], [ 106.091185024000026, 29.431315909000091 ], [ 106.091164753000044, 29.431278131000052 ], [ 106.091089207000039, 29.431206019000062 ], [ 106.091009664000069, 29.431148487000094 ], [ 106.090886290000071, 29.431071311000025 ], [ 106.090808707000065, 29.431002852000063 ], [ 106.090724426000065, 29.430890809000072 ], [ 106.090669009000067, 29.430758529000055 ], [ 106.090662718000033, 29.430558572000052 ], [ 106.090672364000056, 29.430489397000088 ], [ 106.090696938000079, 29.430456468000052 ], [ 106.090727586000085, 29.430408941000053 ], [ 106.090782792000027, 29.43033021500008 ], [ 106.090685961000077, 29.430358438000034 ], [ 106.090610684000069, 29.430377494000087 ], [ 106.090496957000028, 29.430412231000052 ], [ 106.090476307000074, 29.430417707000064 ], [ 106.09044833400003, 29.430465157000061 ], [ 106.090376288000087, 29.430540613000073 ], [ 106.090267095000058, 29.430696786000059 ], [ 106.090239270000041, 29.430760788000047 ], [ 106.090233736000073, 29.430835701000028 ], [ 106.090210116000037, 29.430996718000074 ], [ 106.09019789000007, 29.431038410000038 ], [ 106.090160241000049, 29.43107199300005 ], [ 106.090110812000034, 29.431093805000042 ], [ 106.09010631600006, 29.431118865000091 ], [ 106.090097624000066, 29.431163265000059 ], [ 106.090068434000045, 29.431239179000038 ], [ 106.090068831000053, 29.431276319000062 ], [ 106.09007236900004, 29.431302004000091 ], [ 106.090088902000048, 29.431321869000044 ], [ 106.090115254000068, 29.431344512000067 ], [ 106.090157773000058, 29.431352736000065 ], [ 106.090355025000065, 29.431389916000064 ], [ 106.090380261000064, 29.431338420000074 ], [ 106.090362350000078, 29.431320191000061 ], [ 106.090362086000027, 29.431295457000086 ], [ 106.090361719000043, 29.431261211000052 ], [ 106.090376173000038, 29.431225588000078 ], [ 106.090412986000047, 29.431177071000029 ], [ 106.090445302000035, 29.431150169000034 ], [ 106.090462587000047, 29.431140514000059 ], [ 106.090488566000033, 29.431130787000079 ], [ 106.09051897300003, 29.431128635000061 ], [ 106.090560246000052, 29.431126395000028 ], [ 106.090599490000045, 29.43113749000009 ], [ 106.090695890000063, 29.431209004000042 ], [ 106.090724326000043, 29.431225896000054 ], [ 106.090746141000068, 29.431233328000076 ], [ 106.09077006900003, 29.431235035000032 ], [ 106.090809189000026, 29.431234714000084 ], [ 106.090870045000031, 29.431234216000064 ], [ 106.091015986000059, 29.431263464000043 ], [ 106.091103611000051, 29.431327439000086 ], [ 106.091127864000043, 29.431359587000088 ], [ 106.091139056000031, 29.431389939000042 ], [ 106.091137208000077, 29.431420398000064 ], [ 106.091117892000071, 29.431443390000094 ], [ 106.091102780000028, 29.431453026000046 ], [ 106.091078975000073, 29.431462735000075 ], [ 106.091075265000029, 29.431463036000086 ], [ 106.091116260000035, 29.431477585000042 ], [ 106.091141764000042, 29.431484055000062 ], [ 106.091196046000064, 29.431474768000037 ] ], [ [ 106.090469681000059, 29.431093984000089 ], [ 106.090402692000055, 29.431089650000036 ], [ 106.090369223000039, 29.431089924000041 ], [ 106.090343913000027, 29.43107059700009 ], [ 106.090326996000044, 29.431053644000098 ], [ 106.090320715000075, 29.430987768000065 ], [ 106.090327699000056, 29.430858300000072 ], [ 106.090340706000063, 29.430770291000041 ], [ 106.090368048000073, 29.430718790000075 ], [ 106.090395572000034, 29.430684381000052 ], [ 106.090437095000027, 29.430654740000083 ], [ 106.090481484000065, 29.430632402000072 ], [ 106.090486932000033, 29.430620148000056 ], [ 106.090500878000057, 29.430620034000071 ], [ 106.090520401000049, 29.430619874000055 ], [ 106.090605219000068, 29.430726615000079 ], [ 106.090641945000073, 29.430770266000078 ], [ 106.090661965000038, 29.430816494000048 ], [ 106.090679716000068, 29.430911577000074 ], [ 106.090680812000073, 29.431014120000043 ], [ 106.09067841500007, 29.431050766000055 ], [ 106.090647969000031, 29.431072991000061 ], [ 106.090622920000044, 29.431078079000088 ], [ 106.090547722000053, 29.431088462000055 ], [ 106.090469681000059, 29.431093984000089 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.085835917000054, 29.418435072000072 ], [ 106.08583378600008, 29.41840101400004 ], [ 106.085853942000028, 29.41829714600004 ], [ 106.085895836000077, 29.418238305000042 ], [ 106.08594400300008, 29.418198026000081 ], [ 106.085968072000071, 29.418176557000031 ], [ 106.085976660000028, 29.418170661000094 ], [ 106.085999411000046, 29.418103443000057 ], [ 106.086083748000078, 29.41800621200008 ], [ 106.086101234000068, 29.41797804000004 ], [ 106.086104459000069, 29.417946871000076 ], [ 106.086086245000047, 29.417906534000053 ], [ 106.086064474000068, 29.417866225000072 ], [ 106.086020070000075, 29.417704643000032 ], [ 106.08601060500007, 29.41748360500009 ], [ 106.086023474000072, 29.417355813000082 ], [ 106.086033582000027, 29.417302789000075 ], [ 106.086029660000065, 29.417268562000057 ], [ 106.086004365000065, 29.417231397000087 ], [ 106.085982760000036, 29.417206658000058 ], [ 106.085954075000075, 29.417185092000061 ], [ 106.085893244000033, 29.417151332000053 ], [ 106.085857511000029, 29.417136050000071 ], [ 106.085800437000046, 29.417120944000093 ], [ 106.085729301000072, 29.417121524000034 ], [ 106.085633567000073, 29.417150333000052 ], [ 106.085594773000025, 29.417181792000061 ], [ 106.085542216000078, 29.417256964000035 ], [ 106.085539057000062, 29.417294361000071 ], [ 106.085543639000036, 29.417390867000051 ], [ 106.085540479000031, 29.417428266000051 ], [ 106.085540943000083, 29.417471861000077 ], [ 106.085523457000079, 29.417500032000078 ], [ 106.085509395000045, 29.417515718000057 ], [ 106.085484630000053, 29.417528377000043 ], [ 106.08545261900008, 29.417528639000061 ], [ 106.08541381100008, 29.417527964000044 ], [ 106.085413331000041, 29.417530635000045 ], [ 106.085405216000026, 29.417548888000059 ], [ 106.08538462000007, 29.417565424000074 ], [ 106.085355580000055, 29.41756929800005 ], [ 106.085320348000039, 29.417576859000064 ], [ 106.085308040000029, 29.417591509000093 ], [ 106.085308117000082, 29.417598783000074 ], [ 106.085314406000066, 29.417604187000052 ], [ 106.085354160000065, 29.417631143000051 ], [ 106.085381529000074, 29.417665474000049 ], [ 106.085402802000033, 29.41771258600005 ], [ 106.085405169000069, 29.417739846000078 ], [ 106.085396039000045, 29.417756211000036 ], [ 106.085453842000049, 29.417771014000039 ], [ 106.085482415000058, 29.417783233000083 ], [ 106.085510962000058, 29.417792961000085 ], [ 106.085568584000043, 29.417862218000042 ], [ 106.085626153000092, 29.417926495000074 ], [ 106.085666552000077, 29.417980950000068 ], [ 106.085678299000051, 29.418015718000049 ], [ 106.08567867000005, 29.418050578000074 ], [ 106.085678829000074, 29.418065518000049 ], [ 106.085628986000074, 29.418192926000078 ], [ 106.085628550000081, 29.41820667200005 ], [ 106.085626856000033, 29.418260179000072 ], [ 106.085621962000062, 29.418334927000046 ], [ 106.085633868000059, 29.418384634000059 ], [ 106.085668526000063, 29.41843415600005 ], [ 106.08571158500007, 29.418471158000052 ], [ 106.085737420000044, 29.418493360000081 ], [ 106.085748796000075, 29.418493267000088 ], [ 106.085777184000051, 29.418488055000076 ], [ 106.08580541300006, 29.418467903000078 ], [ 106.085835917000054, 29.418435072000072 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.085628550000081, 29.41820667200005 ], [ 106.085628986000074, 29.418192926000078 ], [ 106.085678829000074, 29.418065518000049 ], [ 106.08567867000005, 29.418050578000074 ], [ 106.085678299000051, 29.418015718000049 ], [ 106.085666552000077, 29.417980950000068 ], [ 106.085626153000092, 29.417926495000074 ], [ 106.085568584000043, 29.417862218000042 ], [ 106.085510962000058, 29.417792961000085 ], [ 106.085482415000058, 29.417783233000083 ], [ 106.085453842000049, 29.417771014000039 ], [ 106.085396039000045, 29.417756211000036 ], [ 106.08539293900003, 29.41776177000008 ], [ 106.085368285000072, 29.417787432000065 ], [ 106.085291975000075, 29.417838975000052 ], [ 106.085182510000053, 29.417898064000042 ], [ 106.085116334000077, 29.41792588200008 ], [ 106.085049926000067, 29.41793187900004 ], [ 106.084987460000036, 29.417917839000044 ], [ 106.084958111000049, 29.417892617000057 ], [ 106.084934780000026, 29.41784734100008 ], [ 106.084929757000054, 29.417765543000083 ], [ 106.084929351000028, 29.417727354000078 ], [ 106.08493319600008, 29.417696385000063 ], [ 106.084912186000054, 29.417696100000057 ], [ 106.084885329000031, 29.417678804000033 ], [ 106.084861588000081, 29.417641048000068 ], [ 106.084851091000075, 29.417594428000093 ], [ 106.08485386600006, 29.417541860000071 ], [ 106.084870071000068, 29.417497941000068 ], [ 106.084912853000048, 29.417445049000033 ], [ 106.08494575800006, 29.417403912000047 ], [ 106.085037922000026, 29.417353154000065 ], [ 106.085045512000093, 29.417342984000072 ], [ 106.085095059000025, 29.417311036000068 ], [ 106.085117125000068, 29.417301151000068 ], [ 106.085157964000089, 29.417320385000028 ], [ 106.08517820000003, 29.417314445000049 ], [ 106.085247499000047, 29.417246740000056 ], [ 106.085333405000029, 29.417173061000081 ], [ 106.085392825000042, 29.417117113000078 ], [ 106.085418938000032, 29.417064356000093 ], [ 106.085421806000056, 29.417020545000074 ], [ 106.085408037000036, 29.416979789000024 ], [ 106.085370867000051, 29.416933386000036 ], [ 106.085313726000038, 29.416890064000089 ], [ 106.085179657000026, 29.416824016000081 ], [ 106.085085936000041, 29.416789750000074 ], [ 106.084995487000086, 29.416749618000033 ], [ 106.084945231000063, 29.416726674000085 ], [ 106.084878523000043, 29.416724298000066 ], [ 106.08480187400005, 29.416727842000057 ], [ 106.084748687000072, 29.416742871000054 ], [ 106.084708868000078, 29.416760710000069 ], [ 106.084665837000045, 29.416790252000055 ], [ 106.084632839000065, 29.416822632000049 ], [ 106.084587427000031, 29.416854841000085 ], [ 106.084595684000078, 29.416875874000084 ], [ 106.084618213000056, 29.416914424000076 ], [ 106.084672311000077, 29.416949950000056 ], [ 106.084779860000026, 29.416960141000054 ], [ 106.084852564000073, 29.416962316000074 ], [ 106.084896977000028, 29.416978554000082 ], [ 106.084919507000052, 29.417017104000081 ], [ 106.084945431000051, 29.417077760000033 ], [ 106.084942418000026, 29.417091618000089 ], [ 106.084917287000053, 29.417105656000036 ], [ 106.084819570000036, 29.417128585000061 ], [ 106.084680952000042, 29.417168447000048 ], [ 106.084495202000042, 29.417233593000045 ], [ 106.084416384000065, 29.417250834000075 ], [ 106.084331653000049, 29.417251524000058 ], [ 106.084308952000072, 29.417251709000073 ], [ 106.084281154000053, 29.417239187000057 ], [ 106.084379089000038, 29.417327843000063 ], [ 106.084445294000034, 29.417368889000048 ], [ 106.084478583000077, 29.417407006000083 ], [ 106.084493638000026, 29.417448470000068 ], [ 106.084505482000054, 29.41753154700006 ], [ 106.084506060000081, 29.417585925000083 ], [ 106.084521387000052, 29.417652978000035 ], [ 106.084577684000067, 29.417793276000047 ], [ 106.084664093000086, 29.418016499000082 ], [ 106.084686387000033, 29.418051506000033 ], [ 106.084719439000025, 29.418067232000045 ], [ 106.08476328100005, 29.418066875000083 ], [ 106.084800055000073, 29.418088969000038 ], [ 106.084815891000062, 29.418204002000042 ], [ 106.084809026000073, 29.418245645000063 ], [ 106.084780579000039, 29.418319453000045 ], [ 106.084769992000076, 29.418354728000057 ], [ 106.084770536000065, 29.418405907000089 ], [ 106.084778353000047, 29.418453827000071 ], [ 106.084850624000069, 29.418721952000059 ], [ 106.084906855000042, 29.418855851000046 ], [ 106.084977495000032, 29.418970439000073 ], [ 106.085003309000058, 29.418992621000083 ], [ 106.085043497000072, 29.418992294000073 ], [ 106.085109024000076, 29.418969368000027 ], [ 106.085174719000065, 29.41896243400004 ], [ 106.085225834000028, 29.418958820000057 ], [ 106.08525523200008, 29.418974574000064 ], [ 106.085306722000041, 29.419006146000072 ], [ 106.085322391000034, 29.419105185000024 ], [ 106.085311974000035, 29.419156453000078 ], [ 106.08529035800008, 29.419185421000059 ], [ 106.085250645000031, 29.419230529000064 ], [ 106.085232887000075, 29.419278658000053 ], [ 106.085229777000052, 29.419329867000048 ], [ 106.085241385000074, 29.419390553000078 ], [ 106.085331823000047, 29.419648933000076 ], [ 106.085394988000076, 29.419747586000081 ], [ 106.085457982000037, 29.419830246000071 ], [ 106.085582918000057, 29.419896406000081 ], [ 106.085700240000051, 29.419933838000077 ], [ 106.085766005000039, 29.419933302000057 ], [ 106.085816952000073, 29.419913693000069 ], [ 106.08584959500007, 29.419891034000045 ], [ 106.085874048000051, 29.419785269000048 ], [ 106.08588730200006, 29.419657202000057 ], [ 106.085889832000092, 29.419551615000046 ], [ 106.085898241000052, 29.419311624000052 ], [ 106.085918394000032, 29.419145114000056 ], [ 106.085928436000074, 29.419058660000069 ], [ 106.08592027800006, 29.418978752000044 ], [ 106.08585998500007, 29.418806499000095 ], [ 106.085819252000078, 29.418755648000051 ], [ 106.085774865000076, 29.418704826000067 ], [ 106.08570097900008, 29.418628653000034 ], [ 106.085638086000088, 29.418555589000054 ], [ 106.085589876000029, 29.418488804000049 ], [ 106.085559968000041, 29.41842506800009 ], [ 106.085544810000044, 29.418374008000054 ], [ 106.085529584000028, 29.418316550000036 ], [ 106.085532830000034, 29.418278136000087 ], [ 106.085565405000068, 29.418249080000066 ], [ 106.085609043000034, 29.418229531000058 ], [ 106.085628550000081, 29.41820667200005 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.085396039000045, 29.417756211000036 ], [ 106.085405169000069, 29.417739846000078 ], [ 106.085402802000033, 29.41771258600005 ], [ 106.085381529000074, 29.417665474000049 ], [ 106.085354160000065, 29.417631143000051 ], [ 106.085314406000066, 29.417604187000052 ], [ 106.085308117000082, 29.417598783000074 ], [ 106.085308040000029, 29.417591509000093 ], [ 106.085320348000039, 29.417576859000064 ], [ 106.085355580000055, 29.41756929800005 ], [ 106.08538462000007, 29.417565424000074 ], [ 106.085405216000026, 29.417548888000059 ], [ 106.085413331000041, 29.417530635000045 ], [ 106.08541381100008, 29.417527964000044 ], [ 106.08541725300006, 29.417508780000045 ], [ 106.085412887000075, 29.417488810000052 ], [ 106.085389923000037, 29.417478085000088 ], [ 106.08533397900004, 29.417491272000056 ], [ 106.085290612000051, 29.417515267000056 ], [ 106.085243284000057, 29.417557483000049 ], [ 106.085195745000078, 29.41757969300005 ], [ 106.085150339000052, 29.417607343000043 ], [ 106.085077932000047, 29.417635213000043 ], [ 106.085032334000061, 29.417644677000062 ], [ 106.084986755000045, 29.417655960000047 ], [ 106.084957812000027, 29.41766892600009 ], [ 106.08493319600008, 29.417696385000063 ], [ 106.084929351000028, 29.417727354000078 ], [ 106.084929757000054, 29.417765543000083 ], [ 106.084934780000026, 29.41784734100008 ], [ 106.084958111000049, 29.417892617000057 ], [ 106.084987460000036, 29.417917839000044 ], [ 106.085049926000067, 29.41793187900004 ], [ 106.085116334000077, 29.41792588200008 ], [ 106.085182510000053, 29.417898064000042 ], [ 106.085291975000075, 29.417838975000052 ], [ 106.085368285000072, 29.417787432000065 ], [ 106.08539293900003, 29.41776177000008 ], [ 106.085396039000045, 29.417756211000036 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.086132335000059, 29.415930022000051 ], [ 106.08608685300004, 29.415813926000059 ], [ 106.086052509000069, 29.415729193000061 ], [ 106.085988775000033, 29.415760434000049 ], [ 106.085977106000044, 29.415770844000061 ], [ 106.08593219200003, 29.415793555000043 ], [ 106.085906801000078, 29.41580579500004 ], [ 106.085891296000057, 29.41582482900008 ], [ 106.085883700000068, 29.415848956000055 ], [ 106.085866544000055, 29.415897225000045 ], [ 106.085860837000041, 29.41591446100005 ], [ 106.08585331300003, 29.415945463000067 ], [ 106.085824176000074, 29.415974922000093 ], [ 106.085793023000065, 29.415999241000065 ], [ 106.085754107000071, 29.416032218000058 ], [ 106.085545076000074, 29.416130181000078 ], [ 106.085435763000078, 29.416189514000056 ], [ 106.085384996000073, 29.416215712000049 ], [ 106.085352024000031, 29.416253797000071 ], [ 106.085344354000028, 29.416271049000049 ], [ 106.085342464000064, 29.416277940000036 ], [ 106.085334289000059, 29.416302997000059 ], [ 106.085345525000037, 29.416311152000052 ], [ 106.085419744000035, 29.416356797000041 ], [ 106.085481895000044, 29.41639913400007 ], [ 106.085549976000053, 29.416440099000052 ], [ 106.085555597000067, 29.416426163000043 ], [ 106.085585940000044, 29.416399097000067 ], [ 106.08572853000004, 29.416365155000051 ], [ 106.085799746000077, 29.416340735000059 ], [ 106.085908176000032, 29.416295152000085 ], [ 106.085935181000082, 29.416274073000061 ], [ 106.085985850000043, 29.416237900000052 ], [ 106.086083659000053, 29.416153666000067 ], [ 106.086127046000058, 29.416072853000056 ], [ 106.086133283000038, 29.416019163000037 ], [ 106.086132335000059, 29.415930022000051 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.086921045000054, 29.414568876000093 ], [ 106.087022557000068, 29.414562965000069 ], [ 106.087069015000054, 29.414565127000063 ], [ 106.087185091000038, 29.414564180000074 ], [ 106.087371163000057, 29.41456746600004 ], [ 106.087335453000037, 29.414538397000062 ], [ 106.08727457100008, 29.414483698000076 ], [ 106.087219272000027, 29.414438554000078 ], [ 106.08716671500008, 29.414393386000082 ], [ 106.087141460000055, 29.414338398000037 ], [ 106.087126940000076, 29.414261722000049 ], [ 106.087131936000048, 29.414216085000071 ], [ 106.087158832000057, 29.414167870000078 ], [ 106.087196792000043, 29.414129163000045 ], [ 106.087275275000081, 29.414034931000057 ], [ 106.087319136000076, 29.413982721000085 ], [ 106.087106381000069, 29.413985656000079 ], [ 106.087031225000047, 29.414014048000062 ], [ 106.087002288000079, 29.414021907000063 ], [ 106.086979181000061, 29.414032259000052 ], [ 106.086915502000068, 29.414048026000046 ], [ 106.086854644000027, 29.414056144000089 ], [ 106.086805312000081, 29.414056545000044 ], [ 106.086767587000068, 29.41405685400008 ], [ 106.086732764000033, 29.414057138000089 ], [ 106.086640014000068, 29.414068058000055 ], [ 106.086605325000065, 29.414081046000039 ], [ 106.08655626400008, 29.414106856000039 ], [ 106.086536059000025, 29.414117185000062 ], [ 106.086518782000041, 29.414130031000063 ], [ 106.086498685000038, 29.414150521000067 ], [ 106.086484366000036, 29.414168425000067 ], [ 106.086467089000053, 29.414181272000064 ], [ 106.086446911000053, 29.414194139000077 ], [ 106.086423886000034, 29.414212115000051 ], [ 106.086395163000077, 29.414240299000092 ], [ 106.086360584000033, 29.414263450000082 ], [ 106.086340379000035, 29.414273779000037 ], [ 106.086308593000069, 29.414286742000058 ], [ 106.08625356500005, 29.414297355000095 ], [ 106.086236208000059, 29.414302578000054 ], [ 106.086212993000061, 29.414302767000038 ], [ 106.086178170000039, 29.414303052000033 ], [ 106.086117420000051, 29.414321334000082 ], [ 106.086019269000076, 29.414370412000032 ], [ 106.08597039600005, 29.414414008000044 ], [ 106.08592195500006, 29.414498253000094 ], [ 106.085940448000045, 29.414599741000078 ], [ 106.085955686000034, 29.414668222000046 ], [ 106.08599666300006, 29.414700921000069 ], [ 106.086046077000049, 29.414708140000073 ], [ 106.086118706000036, 29.414715172000061 ], [ 106.086179619000077, 29.41471213400008 ], [ 106.086359591000075, 29.414715749000038 ], [ 106.086513527000079, 29.414727198000037 ], [ 106.086565707000034, 29.414721691000072 ], [ 106.086594672000047, 29.414716372000054 ], [ 106.086617806000049, 29.414708561000058 ], [ 106.086672617000033, 29.41467762200006 ], [ 106.086724582000045, 29.414651789000061 ], [ 106.086764912000049, 29.414623510000073 ], [ 106.086805321000043, 29.41460285200008 ], [ 106.086854437000056, 29.414582125000038 ], [ 106.086921045000054, 29.414568876000093 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.088106147000076, 29.41366092800008 ], [ 106.088100328000053, 29.413651585000082 ], [ 106.08808926200004, 29.41363616000007 ], [ 106.088075494000066, 29.413623146000077 ], [ 106.088069866000069, 29.413606486000052 ], [ 106.088072370000091, 29.413586178000056 ], [ 106.088075938000031, 29.413537219000087 ], [ 106.088083889000075, 29.413515675000038 ], [ 106.088102841000079, 29.413503585000058 ], [ 106.088115038000083, 29.413497514000085 ], [ 106.088132377000093, 29.413461568000063 ], [ 106.088133403000029, 29.413429346000044 ], [ 106.088129122000055, 29.413411474000039 ], [ 106.088098725000066, 29.413373537000044 ], [ 106.088088957000025, 29.413352140000086 ], [ 106.088077905000034, 29.413337903000063 ], [ 106.088061456000048, 29.413329683000082 ], [ 106.088031413000067, 29.413323967000057 ], [ 106.087993165000057, 29.413315927000035 ], [ 106.08797000800007, 29.413317305000088 ], [ 106.087953762000041, 29.41332818300009 ], [ 106.08794440000004, 29.413344966000064 ], [ 106.087944618000051, 29.413365252000062 ], [ 106.087938023000049, 29.413385594000097 ], [ 106.087929996000071, 29.413399976000044 ], [ 106.087907093000069, 29.413425222000061 ], [ 106.087881331000062, 29.413437367000082 ], [ 106.087859623000043, 29.413447089000051 ], [ 106.087850223000032, 29.413460302000093 ], [ 106.087840836000055, 29.413474694000058 ], [ 106.087851977000071, 29.413497281000048 ], [ 106.087879427000075, 29.413514954000046 ], [ 106.087874130000046, 29.413529323000027 ], [ 106.087866090000048, 29.413542514000078 ], [ 106.087852471000076, 29.413543816000061 ], [ 106.087829328000055, 29.413546395000076 ], [ 106.08781452900007, 29.413564413000067 ], [ 106.08778176900006, 29.413559909000064 ], [ 106.087782938000032, 29.41354200200005 ], [ 106.087793660000045, 29.413525199000052 ], [ 106.087789453000028, 29.413513298000055 ], [ 106.087767503000066, 29.413500352000078 ], [ 106.08774696200004, 29.413490976000045 ], [ 106.087741248000043, 29.413467153000063 ], [ 106.087732900000049, 29.413450515000083 ], [ 106.087716425000053, 29.413439905000068 ], [ 106.087709477000047, 29.413426837000095 ], [ 106.087707928000043, 29.413410142000089 ], [ 106.08771163800003, 29.413374308000073 ], [ 106.087700598000026, 29.413361273000071 ], [ 106.08768010700004, 29.413356668000066 ], [ 106.087659707000071, 29.413361606000088 ], [ 106.087627138000073, 29.413374996000066 ], [ 106.087604058000068, 29.413383538000055 ], [ 106.087589145000038, 29.413390823000039 ], [ 106.08756479300007, 29.41340773000007 ], [ 106.087547225000051, 29.413422198000028 ], [ 106.087533875000076, 29.413448557000038 ], [ 106.087534078000033, 29.413467653000058 ], [ 106.087538384000041, 29.413487906000054 ], [ 106.087548115000075, 29.413505724000071 ], [ 106.08756737200008, 29.413522275000044 ], [ 106.087579782000034, 29.41353529800006 ], [ 106.087592244000064, 29.413554294000054 ], [ 106.08759241000007, 29.413569808000087 ], [ 106.087591177000036, 29.413581753000077 ], [ 106.087575056000048, 29.413603363000053 ], [ 106.08756433800005, 29.413621348000049 ], [ 106.087544282000067, 29.41363329800004 ], [ 106.087656757000047, 29.413629717000045 ], [ 106.087725307000028, 29.413612747000052 ], [ 106.087750299000049, 29.413612542000063 ], [ 106.08777841300008, 29.413612312000058 ], [ 106.087831489000052, 29.413609143000091 ], [ 106.087878347000071, 29.413608761000042 ], [ 106.087890842000036, 29.41360865900009 ], [ 106.087900330000025, 29.413619523000079 ], [ 106.087897381000062, 29.413635959000089 ], [ 106.087897644000066, 29.413660575000048 ], [ 106.08789790600008, 29.413685190000084 ], [ 106.087901264000038, 29.413707046000074 ], [ 106.087901612000053, 29.413739866000071 ], [ 106.087920938000082, 29.413794415000037 ], [ 106.087946075000048, 29.413807887000079 ], [ 106.087983562000034, 29.413807581000071 ], [ 106.088011646000041, 29.413804616000053 ], [ 106.088055264000047, 29.413793318000046 ], [ 106.088076752000063, 29.413757584000052 ], [ 106.088076520000072, 29.413735703000036 ], [ 106.088076227000045, 29.413708352000079 ], [ 106.088078972000062, 29.413672770000062 ], [ 106.08807891400005, 29.413667300000043 ], [ 106.088100723000025, 29.413661651000041 ], [ 106.088106147000076, 29.41366092800008 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.086539215000073, 29.391997648000078 ], [ 106.086485541000059, 29.391995945000076 ], [ 106.086451378000049, 29.39199195500003 ], [ 106.086431792000056, 29.391983577000069 ], [ 106.086429151000061, 29.391964390000052 ], [ 106.086428969000053, 29.391947318000057 ], [ 106.08643115700005, 29.391923821000034 ], [ 106.086451932000045, 29.391814801000059 ], [ 106.086454053000068, 29.391784903000087 ], [ 106.086448928000038, 29.391761467000023 ], [ 106.086431643000026, 29.391740265000063 ], [ 106.086407137000037, 29.391727658000029 ], [ 106.086389921000034, 29.391712858000062 ], [ 106.086362456000074, 29.391651187000036 ], [ 106.086329755000065, 29.391555408000048 ], [ 106.086341440000069, 29.391508358000067 ], [ 106.086341079000078, 29.391474211000062 ], [ 106.086340648000032, 29.39143366300004 ], [ 106.086388389000035, 29.39133936300005 ], [ 106.086390462000068, 29.391305197000058 ], [ 106.086389963000059, 29.391258245000078 ], [ 106.086399030000052, 29.391194141000081 ], [ 106.086423037000031, 29.391159796000061 ], [ 106.08644219200005, 29.391127625000085 ], [ 106.086451713000031, 29.391106204000039 ], [ 106.086453651000056, 29.391059233000082 ], [ 106.086399450000044, 29.391004182000071 ], [ 106.086213153000074, 29.390903253000083 ], [ 106.086195890000056, 29.390884184000068 ], [ 106.086166353000067, 29.390856679000077 ], [ 106.08610440800004, 29.390761139000073 ], [ 106.086076491000028, 29.390656784000047 ], [ 106.086085989000026, 29.390633229000052 ], [ 106.086102821000054, 29.39061174800009 ], [ 106.086136802000055, 29.390598665000081 ], [ 106.08618793200003, 29.390593980000059 ], [ 106.08625839900003, 29.390574197000035 ], [ 106.086299760000031, 29.390567457000081 ], [ 106.086338727000054, 29.390565005000042 ], [ 106.086365375000071, 29.390549847000038 ], [ 106.086374942000077, 29.390532695000047 ], [ 106.086377151000079, 29.390511333000063 ], [ 106.086354856000071, 29.390477366000084 ], [ 106.086315616000036, 29.390454208000051 ], [ 106.086259340000026, 29.390433323000085 ], [ 106.086220099000059, 29.390410165000048 ], [ 106.086195435000036, 29.390382620000079 ], [ 106.086192704000041, 29.39035489600008 ], [ 106.086204461000079, 29.390339724000054 ], [ 106.086167720000049, 29.390332819000037 ], [ 106.086130469000068, 29.390326001000062 ], [ 106.086065359000031, 29.390321444000055 ], [ 106.086033994000047, 29.390321699000083 ], [ 106.085997968000072, 29.390320975000073 ], [ 106.085956147000047, 29.390321316000037 ], [ 106.085922457000038, 29.390321591000088 ], [ 106.085887627000034, 29.390323909000081 ], [ 106.085863242000073, 29.390325125000057 ], [ 106.085833875000048, 29.390326203000086 ], [ 106.085833113000035, 29.390320283000058 ], [ 106.085816340000065, 29.390296905000071 ], [ 106.085801749000041, 29.390284362000056 ], [ 106.08577897300006, 29.390279121000049 ], [ 106.085750060000066, 29.390279357000058 ], [ 106.085680353000043, 29.390278106000036 ], [ 106.085682982000037, 29.390351127000088 ], [ 106.085683568000036, 29.390406141000081 ], [ 106.085683801000073, 29.390428221000032 ], [ 106.085685109000053, 29.390551375000086 ], [ 106.085685553000076, 29.390593186000043 ], [ 106.085690999000064, 29.390632755000073 ], [ 106.085718966000059, 29.390663336000042 ], [ 106.085746864000043, 29.390687318000055 ], [ 106.085767199000031, 29.390709160000075 ], [ 106.085790188000047, 29.390744183000038 ], [ 106.085804997000025, 29.390768682000029 ], [ 106.085816589000046, 29.39080095800006 ], [ 106.085816888000068, 29.390829103000044 ], [ 106.08581730700007, 29.390868508000032 ], [ 106.085809526000048, 29.390892496000042 ], [ 106.085796941000069, 29.390917933000082 ], [ 106.085790617000043, 29.390927835000063 ], [ 106.085760374000074, 29.390956103000061 ], [ 106.085829160000074, 29.390961607000062 ], [ 106.085865863000038, 29.390975315000048 ], [ 106.085884267000054, 29.39098717000007 ], [ 106.085911938000052, 29.391010956000056 ], [ 106.085930143000041, 29.391042115000047 ], [ 106.085941776000027, 29.391017126000069 ], [ 106.085949474000074, 29.390986130000048 ], [ 106.085939230000065, 29.390928567000064 ], [ 106.085937527000056, 29.390907242000083 ], [ 106.085935526000071, 29.390882198000035 ], [ 106.08594477000004, 29.390845566000053 ], [ 106.085942851000027, 29.390816056000055 ], [ 106.085934615000042, 29.390796438000052 ], [ 106.085908630000063, 29.390768530000063 ], [ 106.085905211000068, 29.390748873000064 ], [ 106.085901836000062, 29.390733434000079 ], [ 106.085901701000068, 29.390720781000077 ], [ 106.085901627000055, 29.39071375200006 ], [ 106.085907914000074, 29.390701046000061 ], [ 106.085922242000052, 29.39068968200008 ], [ 106.085935041000027, 29.390685359000088 ], [ 106.085963937000031, 29.390685124000072 ], [ 106.085991333000052, 29.390694743000033 ], [ 106.086017183000095, 29.390709998000087 ], [ 106.086038217000066, 29.39072529300006 ], [ 106.086052830000028, 29.390740640000047 ], [ 106.086052994000056, 29.390756105000044 ], [ 106.086048506000054, 29.390787074000063 ], [ 106.086024680000037, 29.390811171000053 ], [ 106.086015316000058, 29.390836556000068 ], [ 106.086018826000043, 29.390864647000058 ], [ 106.086029975000031, 29.390878051000069 ], [ 106.086043220000079, 29.39089397500004 ], [ 106.086081099000069, 29.390983652000045 ], [ 106.086089365000078, 29.391006081000057 ], [ 106.086094644000084, 29.391049625000047 ], [ 106.086104351000074, 29.391056576000043 ], [ 106.086118815000077, 29.391057864000068 ], [ 106.086131658000056, 29.391057759000027 ], [ 106.086152438000056, 29.39104915400009 ], [ 106.086182686000029, 29.391025005000078 ], [ 106.086209708000069, 29.390999476000044 ], [ 106.086232094000081, 29.39099085800007 ], [ 106.086262611000052, 29.390992015000052 ], [ 106.086298168000042, 29.391014222000088 ], [ 106.086322876000054, 29.39107307300009 ], [ 106.086321584000075, 29.391102610000068 ], [ 106.086315372000058, 29.391122345000039 ], [ 106.086301103000039, 29.391139334000052 ], [ 106.086282033000032, 29.391157767000028 ], [ 106.086229384000035, 29.391189129000047 ], [ 106.086210179000034, 29.391194909000035 ], [ 106.086192520000054, 29.391195053000047 ], [ 106.086163474000045, 29.391181230000079 ], [ 106.086137474000054, 29.391151915000076 ], [ 106.086097325000026, 29.391150836000055 ], [ 106.086058811000044, 29.391152556000065 ], [ 106.086023583000042, 29.39116127900007 ], [ 106.085984413000062, 29.391165817000051 ], [ 106.085984504000066, 29.391174442000079 ], [ 106.085982411000032, 29.391192467000053 ], [ 106.085980360000065, 29.391214494000053 ], [ 106.085999509000047, 29.39129637700006 ], [ 106.086015032000034, 29.391397433000066 ], [ 106.086018470000056, 29.39138933300006 ], [ 106.086020703000031, 29.391370105000085 ], [ 106.086032344000046, 29.391318787000049 ], [ 106.086041978000026, 29.391308036000055 ], [ 106.086051567000027, 29.391293018000052 ], [ 106.086056441000039, 29.391292978000074 ], [ 106.086063729000045, 29.391290784000034 ], [ 106.086088099000051, 29.391290586000078 ], [ 106.086107617000039, 29.391292561000057 ], [ 106.086117592000065, 29.391313823000072 ], [ 106.086117750000028, 29.391328762000057 ], [ 106.086122851000027, 29.391350064000047 ], [ 106.086140091000061, 29.391366998000077 ], [ 106.086157376000074, 29.391388201000041 ], [ 106.086169969000025, 29.391426516000074 ], [ 106.086180692000028, 29.391518205000065 ], [ 106.086180987000034, 29.39154594900009 ], [ 106.086181236000073, 29.391569425000061 ], [ 106.086168837000073, 29.391593201000038 ], [ 106.086179295000079, 29.391611634000071 ], [ 106.086182471000029, 29.391641632000081 ], [ 106.086182843000074, 29.391676658000037 ], [ 106.086183188000064, 29.391709181000074 ], [ 106.086155790000078, 29.39181949400006 ], [ 106.086130611000044, 29.391869740000061 ], [ 106.086102335000078, 29.391897493000052 ], [ 106.086076890000072, 29.391922722000054 ], [ 106.086080065000033, 29.391952719000077 ], [ 106.086080518000074, 29.391995250000036 ], [ 106.086092264000058, 29.392025179000086 ], [ 106.086106733000079, 29.392042576000048 ], [ 106.08612686400005, 29.39205492100006 ], [ 106.086144191000074, 29.392072295000045 ], [ 106.086196225000037, 29.392129418000081 ], [ 106.086282887000053, 29.392218784000079 ], [ 106.086322881000058, 29.392218459000045 ], [ 106.086371475000078, 29.392220565000059 ], [ 106.086414273000059, 29.392215212000053 ], [ 106.08644548500007, 29.392194942000067 ], [ 106.086487993000048, 29.392162068000058 ], [ 106.086504920000039, 29.392141914000042 ], [ 106.086518806000072, 29.392104270000058 ], [ 106.086527056000079, 29.392074179000076 ], [ 106.086532319000071, 29.392031601000049 ], [ 106.086539215000073, 29.391997648000078 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.086015032000034, 29.391397433000066 ], [ 106.085999509000047, 29.39129637700006 ], [ 106.085980360000065, 29.391214494000053 ], [ 106.085982411000032, 29.391192467000053 ], [ 106.085984504000066, 29.391174442000079 ], [ 106.085984413000062, 29.391165817000051 ], [ 106.085984228000029, 29.39114843200008 ], [ 106.085979425000062, 29.391126461000063 ], [ 106.085930143000041, 29.391042115000047 ], [ 106.085911938000052, 29.391010956000056 ], [ 106.085884267000054, 29.39098717000007 ], [ 106.085865863000038, 29.390975315000048 ], [ 106.085829160000074, 29.390961607000062 ], [ 106.085760374000074, 29.390956103000061 ], [ 106.085757200000046, 29.390959070000051 ], [ 106.085726937000061, 29.390984649000071 ], [ 106.085696645000041, 29.391007414000057 ], [ 106.085664760000057, 29.39103160000008 ], [ 106.085591528000066, 29.391096937000039 ], [ 106.085564495000028, 29.391123898000046 ], [ 106.085545839000076, 29.391183160000079 ], [ 106.085547759000065, 29.391212699000036 ], [ 106.085549799000034, 29.391253497000037 ], [ 106.08557356700004, 29.391372932000085 ], [ 106.08558520400004, 29.391409431000053 ], [ 106.085595025000032, 29.391426239000047 ], [ 106.085606453000025, 29.391443034000076 ], [ 106.085614607000025, 29.39145422700005 ], [ 106.085624353000071, 29.391464 ], [ 106.085642075000067, 29.391468077000066 ], [ 106.085669482000071, 29.391476299000097 ], [ 106.085754831000031, 29.391492493000047 ], [ 106.085877437000079, 29.391536530000053 ], [ 106.085898386000054, 29.391541990000064 ], [ 106.085920943000076, 29.391547435000064 ], [ 106.085966726000038, 29.39154982500008 ], [ 106.085985464000032, 29.391494184000059 ], [ 106.085987561000081, 29.391462152000091 ], [ 106.086015032000034, 29.391397433000066 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.085885811000026, 29.393066860000086 ], [ 106.085952144000032, 29.392974208000052 ], [ 106.085964532000048, 29.392964383000042 ], [ 106.086010400000077, 29.392928003000062 ], [ 106.08609160900005, 29.39289161400006 ], [ 106.08610286000004, 29.392888320000058 ], [ 106.086054353000065, 29.392820857000061 ], [ 106.086022693000075, 29.392796367000074 ], [ 106.085965913000052, 29.392772080000032 ], [ 106.085951359000035, 29.39276165800004 ], [ 106.085908959000051, 29.392731297000068 ], [ 106.085858606000059, 29.392720707000077 ], [ 106.085817409000072, 29.392685295000046 ], [ 106.08580130100006, 29.392646928000087 ], [ 106.085804061000033, 29.392611158000083 ], [ 106.085819292000053, 29.392567036000056 ], [ 106.085844089000034, 29.392536584000087 ], [ 106.085853246000056, 29.392511762000087 ], [ 106.08585606500003, 29.392481490000087 ], [ 106.085773233000054, 29.392369421000069 ], [ 106.085713373000033, 29.392350660000091 ], [ 106.08566627600004, 29.392351042000083 ], [ 106.08562856900005, 29.392348600000052 ], [ 106.085597055000065, 29.392337858000076 ], [ 106.085577982000089, 29.392316014000073 ], [ 106.085571381000079, 29.392285820000041 ], [ 106.08557094300005, 29.392244576000053 ], [ 106.085573675000035, 29.392206055000091 ], [ 106.085579603000042, 29.392173008000047 ], [ 106.08558559100004, 29.392145461000041 ], [ 106.085600881000076, 29.392106838000085 ], [ 106.085613207000051, 29.39208474000008 ], [ 106.085616629000071, 29.392067898000043 ], [ 106.085585761000061, 29.392069432000085 ], [ 106.085564564000038, 29.392060363000038 ], [ 106.085545495000076, 29.392053127000057 ], [ 106.085528596000074, 29.392051417000058 ], [ 106.085505406000038, 29.392053453000067 ], [ 106.085488604000034, 29.392060982000089 ], [ 106.085469712000076, 29.392070376000049 ], [ 106.085461292000048, 29.392072292000069 ], [ 106.085457072000054, 29.392072327000044 ], [ 106.085433686000044, 29.392055886000037 ], [ 106.085408053000037, 29.392026527000034 ], [ 106.085365284000034, 29.391973285000066 ], [ 106.085329100000081, 29.391944012000067 ], [ 106.085312044000034, 29.391927519000035 ], [ 106.085282426000049, 29.391920369000047 ], [ 106.085261287000037, 29.391916845000075 ], [ 106.085248509000067, 29.391905861000048 ], [ 106.085237763000066, 29.391887469000043 ], [ 106.085231158000056, 29.391861652000049 ], [ 106.085230884000055, 29.391835783000086 ], [ 106.085233315000039, 29.39180318100005 ], [ 106.085217641000042, 29.391796475000028 ], [ 106.085192231000065, 29.391769183000072 ], [ 106.085176328000045, 29.391750063000067 ], [ 106.085144609000054, 29.391720073000045 ], [ 106.085128590000068, 29.391689956000047 ], [ 106.085106320000079, 29.391662638000064 ], [ 106.085087307000038, 29.39164629500004 ], [ 106.085080763000065, 29.391621599000079 ], [ 106.085058436000054, 29.391588783000088 ], [ 106.085058201000038, 29.391566785000066 ], [ 106.085067446000039, 29.391550211000045 ], [ 106.085132943000076, 29.391508431000094 ], [ 106.085164048000081, 29.391480678000054 ], [ 106.085198207000076, 29.391444651000086 ], [ 106.085216783000078, 29.391419752000047 ], [ 106.08521308900005, 29.39136753400004 ], [ 106.085203230000047, 29.391326367000087 ], [ 106.085158019000062, 29.39120849100004 ], [ 106.085132201000079, 29.391142704000064 ], [ 106.085115976000054, 29.391093338000072 ], [ 106.085080914000059, 29.391044127000036 ], [ 106.085001341000066, 29.390943030000066 ], [ 106.08496636600006, 29.390902067000074 ], [ 106.08490310500008, 29.390858584000053 ], [ 106.084858710000049, 29.390817697000045 ], [ 106.084826963000069, 29.390784957000051 ], [ 106.084817165000061, 29.390749289000041 ], [ 106.084791492000079, 29.390697250000077 ], [ 106.084774131000074, 29.390540650000052 ], [ 106.084779798000056, 29.390482857000052 ], [ 106.084782178000069, 29.390411341000046 ], [ 106.084789699000055, 29.390366953000072 ], [ 106.084778719000042, 29.390355947000042 ], [ 106.084775332000049, 29.390345474000075 ], [ 106.084756772000048, 29.390342756000052 ], [ 106.084759088000069, 29.390355151000055 ], [ 106.084758853000039, 29.390374818000051 ], [ 106.08474598500004, 29.390394976000032 ], [ 106.084749412000065, 29.390410220000025 ], [ 106.084748575000049, 29.390434098000075 ], [ 106.084749888000033, 29.390455088000074 ], [ 106.084752285000036, 29.390475121000073 ], [ 106.084752567000066, 29.390501847000046 ], [ 106.08474422900008, 29.390538190000079 ], [ 106.084736607000082, 29.390539207000078 ], [ 106.084726852000088, 29.390544068000061 ], [ 106.084725912000067, 29.390558392000059 ], [ 106.08472935900005, 29.390575549000054 ], [ 106.084740429000078, 29.390590731000092 ], [ 106.084754713000052, 29.390601123000067 ], [ 106.084763589000033, 29.390616326000046 ], [ 106.084763751000025, 29.390631596000045 ], [ 106.084761770000057, 29.390649754000034 ], [ 106.084752137000066, 29.390667017000048 ], [ 106.08475667600004, 29.390684165000039 ], [ 106.084740472000078, 29.390697665000062 ], [ 106.08473727900008, 29.390705323000077 ], [ 106.084737431000065, 29.390719648000069 ], [ 106.084747316000062, 29.390726251000043 ], [ 106.084757163000063, 29.390729986000046 ], [ 106.084761631000049, 29.390739494000037 ], [ 106.084761752000077, 29.390750949000044 ], [ 106.084753049000028, 29.390752932000051 ], [ 106.084741070000064, 29.390753987000039 ], [ 106.084740121000038, 29.390767366000038 ], [ 106.084745670000075, 29.390776863000035 ], [ 106.08476535300008, 29.390782430000055 ], [ 106.084779620000063, 29.39080578700009 ], [ 106.084766832000071, 29.390814127000056 ], [ 106.084757855000078, 29.390815635000077 ], [ 106.084748034000029, 29.390814280000079 ], [ 106.084741555000051, 29.390820061000053 ], [ 106.084742422000033, 29.390825069000069 ], [ 106.08474414300008, 29.390832931000087 ], [ 106.08475566900006, 29.390840713000049 ], [ 106.084759022000071, 29.390847847000089 ], [ 106.084760003000042, 29.390863591000087 ], [ 106.084764159000031, 29.390869997000038 ], [ 106.084772483000052, 29.390883534000078 ], [ 106.084775018000073, 29.390891398000068 ], [ 106.084774314000072, 29.390902858000064 ], [ 106.084769503000075, 29.390911486000054 ], [ 106.084761355000069, 29.390914421000048 ], [ 106.084748289000061, 29.390915953000039 ], [ 106.084737706000055, 29.390920342000072 ], [ 106.084736139000029, 29.390926083000068 ], [ 106.084735413000033, 29.39093539900005 ], [ 106.084732217000067, 29.390941866000052 ], [ 106.08471835000006, 29.390945560000034 ], [ 106.084709381000039, 29.390947780000083 ], [ 106.084706960000062, 29.390950660000051 ], [ 106.084708712000079, 29.390961389000044 ], [ 106.08471286200006, 29.390967083000078 ], [ 106.084722766000027, 29.390976312000074 ], [ 106.084733548000031, 29.390990541000068 ], [ 106.084729762000052, 29.391019214000046 ], [ 106.084718410000065, 29.391027904000055 ], [ 106.084706241000049, 29.391037312000037 ], [ 106.084703835000028, 29.391041625000067 ], [ 106.084699092000051, 29.391056701000078 ], [ 106.084699252000064, 29.391071738000051 ], [ 106.084696147000045, 29.391086801000085 ], [ 106.084681587000034, 29.391101948000077 ], [ 106.084672710000063, 29.391112764000074 ], [ 106.084671193000077, 29.391124233000085 ], [ 106.08467373600007, 29.391132810000041 ], [ 106.084684388000028, 29.391134870000087 ], [ 106.084694216000059, 29.391136937000066 ], [ 106.084696861000054, 29.391154101000041 ], [ 106.084694521000074, 29.391165575000056 ], [ 106.084684791000029, 29.391172819000076 ], [ 106.084673407000025, 29.391178641000064 ], [ 106.084649719000026, 29.391180978000083 ], [ 106.084632542000065, 29.391180398000071 ], [ 106.084621076000076, 29.391178344000085 ], [ 106.08461197500003, 29.391169108000035 ], [ 106.084607835000043, 29.391163414000065 ], [ 106.08460775900005, 29.391156261000045 ], [ 106.084610941000051, 29.391148360000038 ], [ 106.08461899100007, 29.391136115000045 ], [ 106.084622995000075, 29.391128208000055 ], [ 106.084623695000062, 29.391117458000053 ], [ 106.084612161000052, 29.391108964000072 ], [ 106.084603138000034, 29.391106169000071 ], [ 106.084590050000031, 29.39110556300005 ], [ 106.084585984000057, 29.391107743000084 ], [ 106.084579542000029, 29.391117106000074 ], [ 106.084577166000031, 29.391124288000068 ], [ 106.084562539000046, 29.391132994000085 ], [ 106.084552734000056, 29.391133074000038 ], [ 106.084543239000027, 29.391130193000045 ], [ 106.084531867000067, 29.391244370000031 ], [ 106.084518692000088, 29.391330867000075 ], [ 106.084488166000028, 29.391442190000078 ], [ 106.084433240000067, 29.391578391000056 ], [ 106.084367289000056, 29.391671490000085 ], [ 106.084343087000036, 29.391713047000053 ], [ 106.084366407000061, 29.391716079000052 ], [ 106.084396455000046, 29.391722998000034 ], [ 106.084411334000038, 29.391737914000085 ], [ 106.084424355000067, 29.391732079000061 ], [ 106.084441661000028, 29.391718570000087 ], [ 106.084487515000035, 29.391725837000081 ], [ 106.08454440900006, 29.391744472000081 ], [ 106.084573362000071, 29.391801518000083 ], [ 106.084573889000069, 29.391851157000069 ], [ 106.084552449000057, 29.391885701000035 ], [ 106.084539408000069, 29.391889624000036 ], [ 106.084541753000053, 29.391904886000077 ], [ 106.084577014000047, 29.391940871000088 ], [ 106.084592888000032, 29.391998026000071 ], [ 106.084621638000044, 29.392035986000053 ], [ 106.084663581000029, 29.39208528700004 ], [ 106.084718392000084, 29.392113483000063 ], [ 106.084792887000049, 29.39214724500005 ], [ 106.084878056000051, 29.392159921000086 ], [ 106.084928480000031, 29.392186241000051 ], [ 106.084972365000056, 29.392212613000083 ], [ 106.085005816000034, 29.392282992000059 ], [ 106.085010448000048, 29.392307780000067 ], [ 106.085015148000025, 29.392340198000056 ], [ 106.085019729000066, 29.392361163000089 ], [ 106.08504864300005, 29.39241439500006 ], [ 106.085049008000055, 29.392448762000058 ], [ 106.085044974000027, 29.392479349000041 ], [ 106.085047675000055, 29.392528968000082 ], [ 106.08508086300003, 29.39257452400005 ], [ 106.085094392000045, 29.392616424000042 ], [ 106.085071642000059, 29.392668400000037 ], [ 106.08507243300005, 29.392742978000051 ], [ 106.085101208000026, 29.392885951000036 ], [ 106.085147009000082, 29.393028785000073 ], [ 106.085162643000047, 29.393068415000069 ], [ 106.085181719000047, 29.393070115000047 ], [ 106.085209988000031, 29.393072631000045 ], [ 106.085222627000064, 29.393080774000055 ], [ 106.085241688000067, 29.393102603000045 ], [ 106.08525435100006, 29.393129728000083 ], [ 106.085274520000041, 29.393130668000076 ], [ 106.085301382000068, 29.393137487000047 ], [ 106.085317628000055, 29.393153777000059 ], [ 106.085339206000071, 29.393167677000058 ], [ 106.08535818200005, 29.393188636000051 ], [ 106.085387696000055, 29.393193088000086 ], [ 106.085427850000031, 29.393190415000042 ], [ 106.085462649000078, 29.393187785000059 ], [ 106.085548040000049, 29.393156592000079 ], [ 106.085593404000065, 29.393139802000068 ], [ 106.085644222000042, 29.393132349000041 ], [ 106.085721429000046, 29.39308714700007 ], [ 106.085758507000037, 29.393046964000067 ], [ 106.085785019000085, 29.393020942000081 ], [ 106.085811731000035, 29.393013686000078 ], [ 106.085830506000036, 29.393015879000075 ], [ 106.085841320000043, 29.393025175000052 ], [ 106.085857516000033, 29.393036773000055 ], [ 106.085885811000026, 29.393066860000086 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.084569183000042, 29.390869702000096 ], [ 106.084585996000044, 29.39070090500007 ], [ 106.084606523000048, 29.390259083000039 ], [ 106.084597778000045, 29.390256215000083 ], [ 106.084596625000074, 29.390250503000047 ], [ 106.084593280000036, 29.390242891000081 ], [ 106.084584394000061, 29.390227691000071 ], [ 106.084581028000059, 29.390218165000078 ], [ 106.084574356000076, 29.390205806000044 ], [ 106.084569877000035, 29.390195343000066 ], [ 106.084564327000066, 29.390185844000086 ], [ 106.084552318000078, 29.390184029000061 ], [ 106.084542502000033, 29.390183155000049 ], [ 106.08453490900007, 29.390187040000061 ], [ 106.084523053000055, 29.390199539000037 ], [ 106.084515614000054, 29.390217741000072 ], [ 106.084513560000062, 29.390230171000038 ], [ 106.084512652000058, 29.390247363000064 ], [ 106.084512742000072, 29.390255959000047 ], [ 106.084512864000033, 29.390267414000053 ], [ 106.08451298600005, 29.390278870000088 ], [ 106.084510934000036, 29.390290345000039 ], [ 106.084509974000071, 29.390302756000033 ], [ 106.084510116000047, 29.390316124000037 ], [ 106.084510317000081, 29.390335220000054 ], [ 106.084513745000038, 29.390350464000043 ], [ 106.084513837000031, 29.390359060000044 ], [ 106.084518347000028, 29.390372383000066 ], [ 106.084520569000063, 29.390377146000048 ], [ 106.08452935400004, 29.390382794000065 ], [ 106.084534863000044, 29.390388486000056 ], [ 106.084534934000047, 29.390395162000065 ], [ 106.084531791000074, 29.390406643000063 ], [ 106.084522087000039, 29.390417223000043 ], [ 106.084509006000076, 29.390417329000066 ], [ 106.084492638000029, 29.390415557000043 ], [ 106.084481509000057, 29.390394640000071 ], [ 106.084475959000031, 29.390385141000081 ], [ 106.084466042000031, 29.39037472200004 ], [ 106.084457289000056, 29.390371924000071 ], [ 106.084445258000073, 29.390368205000065 ], [ 106.084424484000067, 29.390362646000085 ], [ 106.084411707000072, 29.390339837000059 ], [ 106.084410493000078, 29.39032839000004 ], [ 106.084409219000065, 29.390311216000043 ], [ 106.08439818100004, 29.390297946000082 ], [ 106.084389344000044, 29.390287508000071 ], [ 106.084383785000057, 29.390277053000087 ], [ 106.08438256200003, 29.390264650000059 ], [ 106.084382450000078, 29.390254152000065 ], [ 106.08438123600007, 29.390242704000066 ], [ 106.084381135000058, 29.390233161000083 ], [ 106.084374382000078, 29.390213160000087 ], [ 106.084365607000052, 29.390207504000049 ], [ 106.084358877000071, 29.390207559000082 ], [ 106.08435804700008, 29.390219658000028 ], [ 106.084350587000074, 29.390249220000033 ], [ 106.084335354000089, 29.390278845000068 ], [ 106.084307166000031, 29.390308575000063 ], [ 106.084281497000063, 29.390331475000032 ], [ 106.084255804000065, 29.390352110000034 ], [ 106.084224856000048, 29.390365976000052 ], [ 106.084193787000061, 29.390368498000047 ], [ 106.084165189000032, 29.390359654000065 ], [ 106.084152839000069, 29.390356104000091 ], [ 106.084111678000056, 29.390344271000068 ], [ 106.084114600000078, 29.390337250000076 ], [ 106.084149971000045, 29.390295804000065 ], [ 106.084152393000068, 29.390279901000049 ], [ 106.084134754000047, 29.390280044000058 ], [ 106.084138940000074, 29.389937746000044 ], [ 106.084167791000027, 29.389883097000052 ], [ 106.084183707000079, 29.389841435000047 ], [ 106.084197832000044, 29.389785472000078 ], [ 106.084217180000053, 29.389759532000085 ], [ 106.084244985000055, 29.38976074000005 ], [ 106.084256545000088, 29.389770670000061 ], [ 106.084255774000042, 29.389798647000081 ], [ 106.084270683000057, 29.389800550000071 ], [ 106.084291651000058, 29.389823073000052 ], [ 106.084310101000028, 29.389852423000036 ], [ 106.084318404000044, 29.389902281000044 ], [ 106.084334479000063, 29.389952074000064 ], [ 106.084359695000046, 29.389968318000069 ], [ 106.084358952000059, 29.389960747000082 ], [ 106.084358853000026, 29.389951437000033 ], [ 106.084358800000075, 29.389946422000033 ], [ 106.084356204000073, 29.389932839000043 ], [ 106.084356022000065, 29.38991565800006 ], [ 106.084357546000035, 29.389904899000033 ], [ 106.084361407000074, 29.389883390000072 ], [ 106.084375045000073, 29.389858931000049 ], [ 106.08438308500007, 29.389845984000093 ], [ 106.084389473000044, 29.389831607000065 ], [ 106.084388428000068, 29.389810848000085 ], [ 106.084380915000054, 29.389795871000047 ], [ 106.084374299000046, 29.389788771000035 ], [ 106.084374185000058, 29.389778029000073 ], [ 106.084374079000042, 29.389768009000083 ], [ 106.084373973000027, 29.389757986000063 ], [ 106.08437387400005, 29.38974867800005 ], [ 106.084381190000045, 29.389745037000068 ], [ 106.084388561000026, 29.389745688000058 ], [ 106.084395916000076, 29.389745629000057 ], [ 106.084396662000074, 29.389739182000081 ], [ 106.084396563000041, 29.389729873000082 ], [ 106.084387434000064, 29.389717057000041 ], [ 106.084379221000077, 29.389712830000065 ], [ 106.084361998000077, 29.389707955000056 ], [ 106.084351346000062, 29.38970589400008 ], [ 106.084348795000039, 29.38969660500004 ], [ 106.084352740000043, 29.389682970000088 ], [ 106.084356774000071, 29.389678643000078 ], [ 106.084359881000069, 29.38966286700008 ], [ 106.084359767000095, 29.389652124000072 ], [ 106.084359646000053, 29.38964066800008 ], [ 106.084358727000051, 29.389630654000083 ], [ 106.084357758000067, 29.389617058000052 ], [ 106.084353556000053, 29.389606348000097 ], [ 106.084346095000072, 29.389596386000051 ], [ 106.084337012000049, 29.389587863000092 ], [ 106.084335313000068, 29.389582149000034 ], [ 106.084335229000033, 29.38957427400004 ], [ 106.084335130000056, 29.389564965000083 ], [ 106.084335017000058, 29.389554231000083 ], [ 106.084335749000047, 29.389545628000057 ], [ 106.08433318200008, 29.389535627000043 ], [ 106.084332262000032, 29.38952561200005 ], [ 106.084331304000045, 29.389512007000064 ], [ 106.084331190000057, 29.389501273000064 ], [ 106.084331083000052, 29.389491252000088 ], [ 106.084330963000085, 29.389479796000039 ], [ 106.084333962000073, 29.389454702000076 ], [ 106.084342665000065, 29.389427425000058 ], [ 106.084355594000044, 29.389413003000076 ], [ 106.084366898000042, 29.38939984000007 ], [ 106.084368384000072, 29.389385503000089 ], [ 106.084368263000044, 29.389374048000033 ], [ 106.084366449000072, 29.389357591000074 ], [ 106.084363823000061, 29.38934115000006 ], [ 106.08435465000008, 29.389324037000044 ], [ 106.084348797000075, 29.389311194000072 ], [ 106.08434455500003, 29.389296913000067 ], [ 106.084342774000049, 29.389283314000075 ], [ 106.08434003400005, 29.389256130000028 ], [ 106.084337491000042, 29.38924756200004 ], [ 106.084322522000036, 29.38922404900006 ], [ 106.084319135000058, 29.389212620000091 ], [ 106.084323071000028, 29.389198985000064 ], [ 106.084322933000067, 29.389186095000067 ], [ 106.084321154000065, 29.389171794000042 ], [ 106.084316151000053, 29.389163236000059 ], [ 106.084309504000046, 29.389153267000033 ], [ 106.084303673000093, 29.389142572000083 ], [ 106.084303407000064, 29.389117514000063 ], [ 106.084287677000077, 29.389099032000054 ], [ 106.08427610400004, 29.389087669000048 ], [ 106.084274347000076, 29.38907550700009 ], [ 106.084280002000071, 29.389069731000063 ], [ 106.084291463000056, 29.389070358000083 ], [ 106.084306172000026, 29.389070239000031 ], [ 106.084313528000052, 29.389069458000051 ], [ 106.084320716000036, 29.389053650000051 ], [ 106.084321331000069, 29.389035025000055 ], [ 106.084314586000062, 29.38901574800008 ], [ 106.084298871000044, 29.388998690000051 ], [ 106.08427172200004, 29.388982439000074 ], [ 106.084261070000025, 29.388980379000085 ], [ 106.084243072000049, 29.388979100000086 ], [ 106.084230637000076, 29.388963442000087 ], [ 106.084228018000033, 29.388947712000061 ], [ 106.084235320000062, 29.388942636000081 ], [ 106.084245121000038, 29.388941132000063 ], [ 106.08425163000004, 29.388938212000092 ], [ 106.084252306000053, 29.388925314000055 ], [ 106.084249704000072, 29.388911021000069 ], [ 106.084243764000064, 29.388891015000063 ], [ 106.084243559000072, 29.388871683000051 ], [ 106.084242686000039, 29.388865962000068 ], [ 106.08423760800008, 29.38884954100007 ], [ 106.084225953000043, 29.388829584000064 ], [ 106.084223303000044, 29.388810984000077 ], [ 106.084203445000071, 29.388789665000047 ], [ 106.084192704000031, 29.388778298000098 ], [ 106.084192613000027, 29.388769711000062 ], [ 106.084193351000067, 29.388762542000055 ], [ 106.084205580000059, 29.388758860000046 ], [ 106.084209631000078, 29.388755247000063 ], [ 106.084220998000035, 29.388747992000049 ], [ 106.084228035000095, 29.388743289000033 ], [ 106.08423343100003, 29.388738463000031 ], [ 106.084234028000026, 29.388730700000057 ], [ 106.084232574000055, 29.388721765000067 ], [ 106.084216842000046, 29.388716524000071 ], [ 106.084204585000066, 29.388716624000036 ], [ 106.084198452000066, 29.388717269000036 ], [ 106.084190272000058, 29.388716145000053 ], [ 106.084183397000061, 29.388710825000089 ], [ 106.084178551000036, 29.388703711000069 ], [ 106.084175042000027, 29.38869418600007 ], [ 106.084169517000078, 29.388687077000043 ], [ 106.084161300000062, 29.388683562000043 ], [ 106.084151745000042, 29.388681846000051 ], [ 106.084141515000056, 29.388680738000058 ], [ 106.084136104000038, 29.388684364000092 ], [ 106.084125931000074, 29.388688623000053 ], [ 106.084121220000057, 29.388694029000082 ], [ 106.084118616000069, 29.388705984000069 ], [ 106.084115371000053, 29.38872152600004 ], [ 106.084115504000081, 29.388734056000082 ], [ 106.084115618000055, 29.388744799000055 ], [ 106.084115719000081, 29.388754342000077 ], [ 106.084115808000035, 29.388762695000079 ], [ 106.084117953000032, 29.388771626000054 ], [ 106.084122861000026, 29.38878471300006 ], [ 106.084125736000033, 29.388798418000075 ], [ 106.084125800000038, 29.388804380000067 ], [ 106.084125862000064, 29.388810352000064 ], [ 106.084125976000053, 29.388821086000068 ], [ 106.084123297000076, 29.388825889000099 ], [ 106.084115152000038, 29.388828932000077 ], [ 106.084106292000058, 29.388829004000062 ], [ 106.084099423000069, 29.38882309700006 ], [ 106.084096641000045, 29.38881834600005 ], [ 106.084088461000078, 29.388817213000038 ], [ 106.084083692000036, 29.388817253000067 ], [ 106.084078951000052, 29.388820874000086 ], [ 106.084067336000032, 29.388817385000038 ], [ 106.084062498000037, 29.388810867000078 ], [ 106.084065094000039, 29.388798316000077 ], [ 106.084066372000052, 29.388790547000042 ], [ 106.084066290000067, 29.388782791000033 ], [ 106.084066201000041, 29.388774437000048 ], [ 106.084064753000064, 29.388766095000047 ], [ 106.084063898000068, 29.388750586000068 ], [ 106.084063803000049, 29.388741638000059 ], [ 106.084064953000052, 29.388720745000057 ], [ 106.08406473000008, 29.388699855000073 ], [ 106.084064560000058, 29.388683754000052 ], [ 106.084063671000081, 29.388664069000061 ], [ 106.084053950000055, 29.388646847000071 ], [ 106.08404560200006, 29.388630802000076 ], [ 106.084034540000061, 29.388615376000072 ], [ 106.084025632000078, 29.388610676000045 ], [ 106.084013320000054, 29.388606600000056 ], [ 106.084004500000049, 29.388610244000059 ], [ 106.084001142000034, 29.388615052000031 ], [ 106.084001218000026, 29.388622203000068 ], [ 106.084002645000055, 29.388627571000079 ], [ 106.084014989000082, 29.388635823000083 ], [ 106.084017795000079, 29.38864295400009 ], [ 106.084017840000058, 29.388647137000081 ], [ 106.084009038000033, 29.38865257800007 ], [ 106.084004320000076, 29.388657389000063 ], [ 106.08400232200006, 29.388662177000068 ], [ 106.084003120000034, 29.388672319000076 ], [ 106.08400524800004, 29.388680655000087 ], [ 106.084010091000039, 29.388687778000069 ], [ 106.084016289000033, 29.388694287000085 ], [ 106.084016352000049, 29.388700249000077 ], [ 106.084015761000046, 29.388708616000084 ], [ 106.084013798000058, 29.388715786000034 ], [ 106.084013887000026, 29.388724138000047 ], [ 106.084016719000033, 29.388734859000067 ], [ 106.084027696000078, 29.388741337000056 ], [ 106.084040016000074, 29.388747199000072 ], [ 106.08404078600006, 29.388755546000084 ], [ 106.084040867000056, 29.388763304000069 ], [ 106.084025970000027, 29.388771779000081 ], [ 106.084017157000062, 29.388776027000066 ], [ 106.084007701000075, 29.388783862000075 ], [ 106.08400236600005, 29.388794649000083 ], [ 106.084002423000072, 29.388800016000065 ], [ 106.084005990000037, 29.388814899000067 ], [ 106.084008144000052, 29.388825625000031 ], [ 106.084015724000039, 29.388833322000039 ], [ 106.084018183000069, 29.388834013000071 ], [ 106.084021504000091, 29.388838291000063 ], [ 106.084025613000051, 29.388841116000041 ], [ 106.084031386000063, 29.38884536400008 ], [ 106.084035573000051, 29.388854639000041 ], [ 106.084035650000033, 29.388861801000076 ], [ 106.084035763000031, 29.388872543000041 ], [ 106.084034178000081, 29.388877564000037 ], [ 106.084030944000062, 29.388880459000067 ], [ 106.084021136000047, 29.38888125000005 ], [ 106.084009648000077, 29.388877051000065 ], [ 106.084002209000062, 29.388869236000062 ], [ 106.08399965600006, 29.388860659000052 ], [ 106.083995465000044, 29.38884995900008 ], [ 106.083990453000069, 29.388840690000052 ], [ 106.083986295000045, 29.388834274000089 ], [ 106.08397969400005, 29.388828599000078 ], [ 106.083971427000051, 29.388819366000064 ], [ 106.083970505000082, 29.388810063000051 ], [ 106.083970414000078, 29.38880146800005 ], [ 106.083971147000057, 29.38879287400005 ], [ 106.083971680000047, 29.388766375000046 ], [ 106.08396583800004, 29.388755678000056 ], [ 106.08396196800004, 29.388750099000049 ], [ 106.083961219000059, 29.388743546000061 ], [ 106.083961824000028, 29.388736379000079 ], [ 106.083961760000079, 29.38873041700009 ], [ 106.083958217000031, 29.388717915000093 ], [ 106.083955103000051, 29.388706881000076 ], [ 106.083949524000047, 29.388694514000047 ], [ 106.083940677000044, 29.388683129000071 ], [ 106.083937412000068, 29.388683155000084 ], [ 106.083922159000053, 29.388684236000067 ], [ 106.083900456000038, 29.388693001000039 ], [ 106.083891751000067, 29.388694983000054 ], [ 106.083877641000072, 29.388700827000033 ], [ 106.083855897000035, 29.388706731000063 ], [ 106.083843979000051, 29.388713513000084 ], [ 106.083834255000056, 29.388721224000051 ], [ 106.083833264000077, 29.38873078500006 ], [ 106.083833415000072, 29.388745099000062 ], [ 106.083837853000034, 29.388752705000059 ], [ 106.083843444000081, 29.388766028000074 ], [ 106.083851197000058, 29.388777422000075 ], [ 106.083854594000059, 29.388788850000086 ], [ 106.083860124000068, 29.388796438000046 ], [ 106.083871041000066, 29.38879826100008 ], [ 106.083890672000052, 29.388799058000075 ], [ 106.083902753000075, 29.388807547000056 ], [ 106.083902873000056, 29.388819003000041 ], [ 106.083899770000073, 29.38883431000005 ], [ 106.083893239000076, 29.388835310000047 ], [ 106.083879169000056, 29.388844978000069 ], [ 106.083867291000047, 29.388855575000044 ], [ 106.083859811000082, 29.388869952000057 ], [ 106.08385994300005, 29.388882364000043 ], [ 106.083861166000077, 29.388894766000078 ], [ 106.08386669500004, 29.388902362000074 ], [ 106.083876582000073, 29.388908957000073 ], [ 106.08388975500003, 29.388917446000058 ], [ 106.08389078700003, 29.388922616000055 ], [ 106.083887443000037, 29.388922924000035 ], [ 106.083878337000044, 29.388924784000043 ], [ 106.083871405000082, 29.388926869000038 ], [ 106.083868438000081, 29.388929637000047 ], [ 106.083864548000065, 29.388934800000079 ], [ 106.08386271300003, 29.388942573000069 ], [ 106.083862490000072, 29.388946752000034 ], [ 106.083864463000054, 29.388953186000037 ], [ 106.083866951000061, 29.388956621000101 ], [ 106.083877099000063, 29.388962555000031 ], [ 106.083884521000073, 29.388968946000091 ], [ 106.083891946000065, 29.38897461300007 ], [ 106.083902666000029, 29.38898311500008 ], [ 106.083906054000067, 29.388994543000081 ], [ 106.083906159000037, 29.389004564000068 ], [ 106.083907912000029, 29.389015294000046 ], [ 106.08390885300004, 29.389027455000075 ], [ 106.083910605000028, 29.389038185000054 ], [ 106.083914002000029, 29.38904961400004 ], [ 106.083919785000035, 29.389056008000072 ], [ 106.083925544000067, 29.389058829000078 ], [ 106.08393535700003, 29.389059463000073 ], [ 106.083945181000061, 29.389060106000045 ], [ 106.083957447000046, 29.389060007000079 ], [ 106.083968119000076, 29.389064925000067 ], [ 106.083971463000069, 29.389071348000073 ], [ 106.083974013000059, 29.389080637000067 ], [ 106.083979052000075, 29.38909347800006 ], [ 106.083984809000071, 29.389096299000084 ], [ 106.083996252000077, 29.38909620500004 ], [ 106.084012555000072, 29.389091059000062 ], [ 106.084014099000058, 29.389083171000038 ], [ 106.084013947000074, 29.389068846000036 ], [ 106.084013840000068, 29.389058825000067 ], [ 106.084012935000032, 29.389050244000089 ], [ 106.084009594000065, 29.389043108000063 ], [ 106.084007888000031, 29.389036681000054 ], [ 106.084008635000032, 29.389030227000035 ], [ 106.084017588000052, 29.389026571000041 ], [ 106.084031432000074, 29.389020731000073 ], [ 106.084037927000054, 29.389016383000065 ], [ 106.084046004000086, 29.38900773100006 ], [ 106.084049165000081, 29.388996960000046 ], [ 106.084051411000075, 29.388977611000087 ], [ 106.084051169000077, 29.388954699000067 ], [ 106.084057588000064, 29.388943190000067 ], [ 106.08408124400006, 29.388937982000066 ], [ 106.084096129000045, 29.38895361200008 ], [ 106.084100560000081, 29.388985799000071 ], [ 106.084094203000063, 29.389003035000091 ], [ 106.084088719000079, 29.389025994000058 ], [ 106.084084020000034, 29.38904536200004 ], [ 106.084087476000036, 29.389063241000088 ], [ 106.084091632000082, 29.389069649000078 ], [ 106.084107240000037, 29.389076684000084 ], [ 106.084116408000057, 29.389093081000048 ], [ 106.084119002000079, 29.389106665000035 ], [ 106.084121624000034, 29.389121680000066 ], [ 106.084126807000075, 29.389148133000052 ], [ 106.08412862800003, 29.38916530300008 ], [ 106.08412966800006, 29.389186773000063 ], [ 106.08412981400005, 29.389200376000076 ], [ 106.084131201000048, 29.389215583000066 ], [ 106.084127262000038, 29.389229932000028 ], [ 106.084116763000054, 29.389242194000072 ], [ 106.084102967000035, 29.389251607000062 ], [ 106.084086649000042, 29.389255321000068 ], [ 106.084059656000079, 29.38926067500006 ], [ 106.084048099000029, 29.389250034000042 ], [ 106.084045519000028, 29.389237876000031 ], [ 106.084045375000073, 29.389224273000075 ], [ 106.084043593000047, 29.389210685000087 ], [ 106.084032857000068, 29.389200751000086 ], [ 106.084005046000073, 29.38919882000005 ], [ 106.083987877000041, 29.389198960000044 ], [ 106.083969144000051, 29.389206274000067 ], [ 106.08395536300003, 29.389217130000077 ], [ 106.083939144000055, 29.389230153000085 ], [ 106.083931140000061, 29.38924668300006 ], [ 106.08393047900006, 29.389261012000077 ], [ 106.083927327000026, 29.389271773000079 ], [ 106.083914377000056, 29.389284056000069 ], [ 106.083904607000079, 29.389288430000072 ], [ 106.083890636000035, 29.389281381000057 ], [ 106.083885581000061, 29.389267106000084 ], [ 106.08388298300008, 29.389254236000056 ], [ 106.083861689000059, 29.389250116000081 ], [ 106.083851888000027, 29.389251630000043 ], [ 106.083838032000074, 29.389255314000081 ], [ 106.083833205000076, 29.389262516000088 ], [ 106.083833304000052, 29.389271827000069 ], [ 106.083836675000043, 29.389281821000065 ], [ 106.083846342000072, 29.38929403700007 ], [ 106.083851322000044, 29.389301158000073 ], [ 106.083851481000067, 29.38931618700008 ], [ 106.083847528000035, 29.389329111000052 ], [ 106.083839603000058, 29.38935208800007 ], [ 106.083838254000057, 29.389366694000042 ], [ 106.08383542100006, 29.38936839400009 ], [ 106.083844510000063, 29.389432739000082 ], [ 106.083838388000061, 29.389655717000032 ], [ 106.083836509000037, 29.389878661000065 ], [ 106.083816677000073, 29.390008865000084 ], [ 106.083792287000051, 29.390109382000045 ], [ 106.083728075000082, 29.390455444000047 ], [ 106.083719040000076, 29.390492195000032 ], [ 106.083724483000026, 29.390484910000055 ], [ 106.083728005000069, 29.390509218000091 ], [ 106.083736388000034, 29.390528491000044 ], [ 106.08374464200007, 29.39053557700003 ], [ 106.083755292000035, 29.390538360000058 ], [ 106.083770012000059, 29.39053823900008 ], [ 106.083777321000071, 29.390533165000079 ], [ 106.083782985000028, 29.390528112000084 ], [ 106.08378859100003, 29.390516610000084 ], [ 106.083797522000054, 29.390510799000083 ], [ 106.083808128000044, 29.390508567000044 ], [ 106.083819579000092, 29.39050919500005 ], [ 106.083832698000037, 29.390512670000081 ], [ 106.083846701000027, 29.390521857000067 ], [ 106.08385899700005, 29.390525338000089 ], [ 106.083881062000046, 29.390524446000089 ], [ 106.08389655600007, 29.390520738000074 ], [ 106.083906228000046, 29.390507056000043 ], [ 106.083909227000049, 29.390481973000067 ], [ 106.083909861000052, 29.390464062000035 ], [ 106.083909769000059, 29.390455473000085 ], [ 106.083892122000066, 29.390410502000059 ], [ 106.083882200000062, 29.390400561000032 ], [ 106.083878775000073, 29.390385550000076 ], [ 106.083886809000035, 29.390371882000064 ], [ 106.083906270000071, 29.390356685000089 ], [ 106.083919269000035, 29.390348705000058 ], [ 106.083927437000057, 29.390348638000031 ], [ 106.083933200000047, 29.390352173000053 ], [ 106.083938172000046, 29.390358573000075 ], [ 106.083938286000034, 29.390369316000086 ], [ 106.083938399000047, 29.390380060000048 ], [ 106.083938575000062, 29.390396521000078 ], [ 106.083939512000029, 29.390407258000042 ], [ 106.083946949000051, 29.390415072000053 ], [ 106.083956815000079, 29.390420720000069 ], [ 106.083965033000027, 29.390424234000083 ], [ 106.083976570000061, 29.39043201600008 ], [ 106.083976614000051, 29.390436310000045 ], [ 106.083975053000074, 29.390443485000048 ], [ 106.083966129000032, 29.390449999000047 ], [ 106.083951547000026, 29.390463010000072 ], [ 106.08394270000008, 29.390476684000074 ], [ 106.083939637000071, 29.390496762000058 ], [ 106.083940559000041, 29.390506065000068 ], [ 106.083950471000037, 29.390516006000041 ], [ 106.083960349000051, 29.390521653000061 ], [ 106.083981596000072, 29.390521482000057 ], [ 106.08399541100006, 29.390512772000072 ], [ 106.084009822000056, 29.390484734000033 ], [ 106.084021117000077, 29.390469605000082 ], [ 106.084033932000068, 29.390444441000056 ], [ 106.08404263500006, 29.39041715400009 ], [ 106.084048978000055, 29.390398492000081 ], [ 106.084050517000037, 29.390389170000045 ], [ 106.084065905000045, 29.390375441000067 ], [ 106.084087970000041, 29.390374541000092 ], [ 106.084086472000081, 29.390407199000045 ], [ 106.08408772100006, 29.390421983000067 ], [ 106.084089567000049, 29.390441544000048 ], [ 106.084090339000056, 29.390463016000062 ], [ 106.084094854000057, 29.390477774000086 ], [ 106.08410040900003, 29.39048775100008 ], [ 106.084109821000027, 29.390501043000093 ], [ 106.084113161000062, 29.390508179000044 ], [ 106.084111619000055, 29.390516302000037 ], [ 106.084102957000027, 29.390522101000041 ], [ 106.084087682000074, 29.390521277000069 ], [ 106.084073893000038, 29.390506108000068 ], [ 106.084069360000058, 29.390489438000092 ], [ 106.084059438000068, 29.390479496000069 ], [ 106.08404743300008, 29.390478160000047 ], [ 106.084039837000034, 29.390480611000051 ], [ 106.084030677000044, 29.390491186000069 ], [ 106.084030324000025, 29.390509329000057 ], [ 106.084030446000043, 29.390520787000067 ], [ 106.084027879000075, 29.390536079000071 ], [ 106.084021944000028, 29.390541856000084 ], [ 106.084014434000039, 29.390552417000031 ], [ 106.08400312200007, 29.390565879000057 ], [ 106.083976602000064, 29.390583758000041 ], [ 106.083965826000053, 29.390595302000062 ], [ 106.083958902000063, 29.390610630000083 ], [ 106.083957416000032, 29.390624968000051 ], [ 106.083959742000047, 29.39063830900006 ], [ 106.083959827000072, 29.390646427000039 ], [ 106.083953949000033, 29.390657454000067 ], [ 106.083949097000072, 29.390662265000049 ], [ 106.083942031000049, 29.390664235000088 ], [ 106.083929557000033, 29.390670064000062 ], [ 106.083922065000081, 29.390683494000083 ], [ 106.08392166200008, 29.390696858000066 ], [ 106.083924559000081, 29.390712595000085 ], [ 106.083930638000027, 29.390720653000084 ], [ 106.08394591800004, 29.39072292100008 ], [ 106.08395299900009, 29.390722385000061 ], [ 106.083959990000039, 29.390713253000051 ], [ 106.083960439000066, 29.390704182000036 ], [ 106.083963023000081, 29.390690315000089 ], [ 106.083966197000052, 29.390681701000066 ], [ 106.083979241000065, 29.390678248000089 ], [ 106.083992859000034, 29.390677181000051 ], [ 106.084009694000045, 29.390671794000067 ], [ 106.084015077000061, 29.390664598000058 ], [ 106.084018778000043, 29.390654057000063 ], [ 106.084028966000062, 29.390638701000061 ], [ 106.084033753000028, 29.390626727000043 ], [ 106.084035259000075, 29.390615258000075 ], [ 106.084042200000056, 29.390601365000073 ], [ 106.08404536300003, 29.39059083900008 ], [ 106.084051761000083, 29.390577418000074 ], [ 106.084058753000079, 29.390568286000075 ], [ 106.084074571000031, 29.390570069000034 ], [ 106.084080658000062, 29.390578618000063 ], [ 106.084081345000087, 29.390591971000049 ], [ 106.08408150300005, 29.390606773000052 ], [ 106.084077292000075, 29.390620645000073 ], [ 106.084070352000026, 29.390634550000076 ], [ 106.084064555000054, 29.390653216000089 ], [ 106.084056106000048, 29.390679058000046 ], [ 106.084047588000033, 29.390697745000061 ], [ 106.084043388000069, 29.390713530000074 ], [ 106.084043015000077, 29.390729762000031 ], [ 106.084051905000081, 29.390745449000068 ], [ 106.084061175000045, 29.390745375000058 ], [ 106.084066039000049, 29.390741754000093 ], [ 106.084067582000046, 29.390732665000083 ], [ 106.084077292000075, 29.390723522000091 ], [ 106.084087611000029, 29.390719620000077 ], [ 106.084098424000047, 29.390711414000073 ], [ 106.084110282000054, 29.390698905000075 ], [ 106.08411833200006, 29.390686905000056 ], [ 106.084118251000064, 29.390679264000081 ], [ 106.084114390000082, 29.390674524000069 ], [ 106.08411161500004, 29.390670253000053 ], [ 106.084111008000036, 29.390664529000048 ], [ 106.08411312100003, 29.390657828000091 ], [ 106.084121774000039, 29.39065202800009 ], [ 106.084134814000038, 29.390648106000064 ], [ 106.084143983000047, 29.390638488000036 ], [ 106.084148148000054, 29.390620314000049 ], [ 106.084148112000037, 29.390616967000078 ], [ 106.084147951000034, 29.390601695000047 ], [ 106.084147880000046, 29.390595011000073 ], [ 106.08414949700007, 29.390593095000039 ], [ 106.084161350000045, 29.390580108000048 ], [ 106.084161870000074, 29.390577713000077 ], [ 106.084166650000043, 29.39056621800006 ], [ 106.084168212000066, 29.39055904200006 ], [ 106.084171963000074, 29.390553283000092 ], [ 106.084177897000075, 29.390546559000079 ], [ 106.08418987500005, 29.390545506000077 ], [ 106.084198640000068, 29.39055020600005 ], [ 106.084203685000034, 29.390562578000072 ], [ 106.084203892000062, 29.390582143000081 ], [ 106.084202972000071, 29.390598379000039 ], [ 106.084196519000045, 29.390606550000086 ], [ 106.084187300000053, 29.390611398000093 ], [ 106.084172121000051, 29.390618684000064 ], [ 106.084162998000068, 29.390632606000054 ], [ 106.08416208400007, 29.39064932000008 ], [ 106.084162245000073, 29.390664591000068 ], [ 106.084170570000026, 29.390678370000046 ], [ 106.084171186000049, 29.390685041000037 ], [ 106.084160922000081, 29.390694198000062 ], [ 106.084153339000068, 29.390698076000032 ], [ 106.084148018000064, 29.390711010000068 ], [ 106.084147138000048, 29.390730115000057 ], [ 106.084148842000047, 29.390737256000072 ], [ 106.084154372000057, 29.390743896000068 ], [ 106.084163216000036, 29.39075623500009 ], [ 106.084166958000026, 29.390774851000053 ], [ 106.084169553000038, 29.390788434000061 ], [ 106.084166432000075, 29.390802072000049 ], [ 106.084155080000087, 29.39081075200005 ], [ 106.084152740000036, 29.390822228000051 ], [ 106.084156951000068, 29.390833650000051 ], [ 106.084160303000033, 29.39084078500008 ], [ 106.08416698700006, 29.390854335000078 ], [ 106.084167071000081, 29.39086220900009 ], [ 106.084154074000026, 29.390870190000037 ], [ 106.084136988000068, 29.390878205000032 ], [ 106.08412399000008, 29.390886185000056 ], [ 106.084120813000027, 29.390895520000061 ], [ 106.084125039000071, 29.39090837700007 ], [ 106.08413248800008, 29.390916193000059 ], [ 106.084142353000061, 29.390921841000068 ], [ 106.08414982100004, 29.390932523000057 ], [ 106.084149981000053, 29.390947561000079 ], [ 106.084150118000025, 29.390960441000061 ], [ 106.084144492000064, 29.390969083000066 ], [ 106.084125828000026, 29.39098283900006 ], [ 106.084114552000074, 29.390998682000081 ], [ 106.084108985000057, 29.391013764000032 ], [ 106.084109106000028, 29.391025221000064 ], [ 106.084118983000053, 29.39103086700004 ], [ 106.084135337000077, 29.39103145700005 ], [ 106.084143515000051, 29.39103139100007 ], [ 106.084167164000064, 29.391025470000049 ], [ 106.084173659000044, 29.391021113000079 ], [ 106.084176841000044, 29.391013213000068 ], [ 106.084182446000057, 29.391001711000058 ], [ 106.08418400100004, 29.390993822000031 ], [ 106.084197887000073, 29.390992998000058 ], [ 106.084208555000032, 29.390996491000067 ], [ 106.084217615000057, 29.391002858000032 ], [ 106.084225018000041, 29.391006380000078 ], [ 106.084238084000049, 29.391004840000043 ], [ 106.084247038000058, 29.391001185000047 ], [ 106.084248539000043, 29.390988291000038 ], [ 106.084248448000039, 29.39097969300008 ], [ 106.084239407000041, 29.390976187000021 ], [ 106.084237703000042, 29.390969038000041 ], [ 106.084244099000045, 29.390955382000076 ], [ 106.084250533000045, 29.390945308000081 ], [ 106.084250389000033, 29.39093170600006 ], [ 106.084243803000049, 29.390927465000065 ], [ 106.084242127000039, 29.390923898000043 ], [ 106.08424773400003, 29.39091239600009 ], [ 106.084255871000039, 29.390909460000046 ], [ 106.084258201000068, 29.390897986000088 ], [ 106.084253222000029, 29.390890862000042 ], [ 106.08424083400007, 29.390879506000093 ], [ 106.084240787000056, 29.390875213000065 ], [ 106.084220314000049, 29.390871798000031 ], [ 106.084210494000047, 29.390870453000044 ], [ 106.084207157000037, 29.390864752000088 ], [ 106.084210312000039, 29.390853270000026 ], [ 106.084220925000068, 29.390851749000042 ], [ 106.084237242000043, 29.390848748000057 ], [ 106.084247840000046, 29.390845802000069 ], [ 106.084260086000029, 29.390843554000067 ], [ 106.084274695000033, 29.390834127000058 ], [ 106.084303889000068, 29.390810976000072 ], [ 106.084319922000077, 29.390781482000079 ], [ 106.084324670000058, 29.390765694000041 ], [ 106.084331864000035, 29.390750596000089 ], [ 106.084332436000082, 29.390727678000079 ], [ 106.084320870000056, 29.390716316000063 ], [ 106.08430773200007, 29.39071105500005 ], [ 106.084302723000064, 29.390701075000038 ], [ 106.084301808000077, 29.390692484000049 ], [ 106.084308136000061, 29.390672389000084 ], [ 106.084307170000045, 29.390658072000072 ], [ 106.084307018000075, 29.390643755000042 ], [ 106.084300349000046, 29.390631631000069 ], [ 106.08429126700004, 29.390623117000075 ], [ 106.084280187000047, 29.390606078000079 ], [ 106.084257161000039, 29.390594096000076 ], [ 106.084243882000067, 29.390575584000093 ], [ 106.08424950300008, 29.390565515000048 ], [ 106.084256029000073, 29.390551346000052 ], [ 106.084281674000067, 29.390553997000037 ], [ 106.084297967000055, 29.390547901000048 ], [ 106.084321058000072, 29.39054174100005 ], [ 106.084334470000044, 29.390521344000032 ], [ 106.084349276000069, 29.390503326000044 ], [ 106.084340693000058, 29.390465210000059 ], [ 106.084340541000074, 29.390450885000067 ], [ 106.084352734000049, 29.390444816000073 ], [ 106.084365001000037, 29.390444715000051 ], [ 106.084381421000046, 29.39045055400004 ], [ 106.084392407000053, 29.390458818000081 ], [ 106.084407470000031, 29.390465858000073 ], [ 106.084425388000057, 29.390484801000074 ], [ 106.084436399000026, 29.390495454000074 ], [ 106.084444691000058, 29.390506132000038 ], [ 106.084446165000031, 29.390516855000051 ], [ 106.084446354000079, 29.390534759000047 ], [ 106.084445222000056, 29.39055624700006 ], [ 106.084441260000062, 29.390568214000037 ], [ 106.084437424000043, 29.390592115000072 ], [ 106.08442270300003, 29.390617295000091 ], [ 106.084412021000048, 29.39063767000005 ], [ 106.084412224000062, 29.390656757000045 ], [ 106.084411107000065, 29.390680635000077 ], [ 106.084411336000073, 29.390702122000061 ], [ 106.084411500000044, 29.390717627000068 ], [ 106.084408933000091, 29.390731974000065 ], [ 106.084404970000037, 29.390743941000032 ], [ 106.084403814000041, 29.390763038000038 ], [ 106.084403990000055, 29.390779752000075 ], [ 106.084404181000082, 29.390797648000035 ], [ 106.084405692000075, 29.390811952000039 ], [ 106.084416830000066, 29.390834540000064 ], [ 106.084434673000032, 29.390846330000045 ], [ 106.08445245200005, 29.390852147000093 ], [ 106.084470243000055, 29.390859166000041 ], [ 106.084493446000067, 29.390862558000041 ], [ 106.084531648000052, 29.390867019000041 ], [ 106.084563015000072, 29.390869154000082 ], [ 106.084569183000042, 29.390869702000096 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.084789699000055, 29.390366953000072 ], [ 106.084791044000042, 29.390359021000048 ], [ 106.084811383000044, 29.390317495000097 ], [ 106.08480105700005, 29.390304210000071 ], [ 106.084796620000077, 29.390296606000049 ], [ 106.084795387000042, 29.390283256000089 ], [ 106.084796408000059, 29.390276564000086 ], [ 106.084803858000043, 29.39025931700008 ], [ 106.084803685000054, 29.390243081000055 ], [ 106.084800227000073, 29.390225934000057 ], [ 106.084796871000037, 29.39021736400008 ], [ 106.084788137000032, 29.390216479000063 ], [ 106.084767445000068, 29.390203062000079 ], [ 106.084758427000054, 29.390189992000046 ], [ 106.084750571000029, 29.390169056000044 ], [ 106.084746133000067, 29.390161450000051 ], [ 106.084730757000045, 29.390151075000059 ], [ 106.084716585000081, 29.390151191000086 ], [ 106.084706781000079, 29.390151270000043 ], [ 106.084693537000078, 29.390136096000049 ], [ 106.084693446000074, 29.390127510000063 ], [ 106.084673682000073, 29.390115258000044 ], [ 106.084668212000054, 29.39011339000006 ], [ 106.084651878000045, 29.390114478000044 ], [ 106.084635533000039, 29.390115567000066 ], [ 106.084625756000037, 29.390118507000061 ], [ 106.08461647200005, 29.390126107000079 ], [ 106.084611808000034, 29.390145329000067 ], [ 106.084606523000048, 29.390259083000039 ], [ 106.084585996000044, 29.39070090500007 ], [ 106.084569183000042, 29.390869702000096 ], [ 106.084543239000027, 29.391130193000045 ], [ 106.084552734000056, 29.391133074000038 ], [ 106.084562539000046, 29.391132994000085 ], [ 106.084577166000031, 29.391124288000068 ], [ 106.084579542000029, 29.391117106000074 ], [ 106.084585984000057, 29.391107743000084 ], [ 106.084590050000031, 29.39110556300005 ], [ 106.084603138000034, 29.391106169000071 ], [ 106.084612161000052, 29.391108964000072 ], [ 106.084623695000062, 29.391117458000053 ], [ 106.084622995000075, 29.391128208000055 ], [ 106.08461899100007, 29.391136115000045 ], [ 106.084610941000051, 29.391148360000038 ], [ 106.08460775900005, 29.391156261000045 ], [ 106.084607835000043, 29.391163414000065 ], [ 106.08461197500003, 29.391169108000035 ], [ 106.084621076000076, 29.391178344000085 ], [ 106.084632542000065, 29.391180398000071 ], [ 106.084649719000026, 29.391180978000083 ], [ 106.084673407000025, 29.391178641000064 ], [ 106.084684791000029, 29.391172819000076 ], [ 106.084694521000074, 29.391165575000056 ], [ 106.084696861000054, 29.391154101000041 ], [ 106.084694216000059, 29.391136937000066 ], [ 106.084684388000028, 29.391134870000087 ], [ 106.08467373600007, 29.391132810000041 ], [ 106.084671193000077, 29.391124233000085 ], [ 106.084672710000063, 29.391112764000074 ], [ 106.084681587000034, 29.391101948000077 ], [ 106.084696147000045, 29.391086801000085 ], [ 106.084699252000064, 29.391071738000051 ], [ 106.084699092000051, 29.391056701000078 ], [ 106.084703835000028, 29.391041625000067 ], [ 106.084706241000049, 29.391037312000037 ], [ 106.084718410000065, 29.391027904000055 ], [ 106.084729762000052, 29.391019214000046 ], [ 106.084733548000031, 29.390990541000068 ], [ 106.084722766000027, 29.390976312000074 ], [ 106.08471286200006, 29.390967083000078 ], [ 106.084708712000079, 29.390961389000044 ], [ 106.084706960000062, 29.390950660000051 ], [ 106.084709381000039, 29.390947780000083 ], [ 106.08471835000006, 29.390945560000034 ], [ 106.084732217000067, 29.390941866000052 ], [ 106.084735413000033, 29.39093539900005 ], [ 106.084736139000029, 29.390926083000068 ], [ 106.084737706000055, 29.390920342000072 ], [ 106.084748289000061, 29.390915953000039 ], [ 106.084761355000069, 29.390914421000048 ], [ 106.084769503000075, 29.390911486000054 ], [ 106.084774314000072, 29.390902858000064 ], [ 106.084775018000073, 29.390891398000068 ], [ 106.084772483000052, 29.390883534000078 ], [ 106.084764159000031, 29.390869997000038 ], [ 106.084760003000042, 29.390863591000087 ], [ 106.084759022000071, 29.390847847000089 ], [ 106.08475566900006, 29.390840713000049 ], [ 106.08474414300008, 29.390832931000087 ], [ 106.084742422000033, 29.390825069000069 ], [ 106.084741555000051, 29.390820061000053 ], [ 106.084748034000029, 29.390814280000079 ], [ 106.084757855000078, 29.390815635000077 ], [ 106.084766832000071, 29.390814127000056 ], [ 106.084779620000063, 29.39080578700009 ], [ 106.08476535300008, 29.390782430000055 ], [ 106.084745670000075, 29.390776863000035 ], [ 106.084740121000038, 29.390767366000038 ], [ 106.084741070000064, 29.390753987000039 ], [ 106.084753049000028, 29.390752932000051 ], [ 106.084761752000077, 29.390750949000044 ], [ 106.084761631000049, 29.390739494000037 ], [ 106.084757163000063, 29.390729986000046 ], [ 106.084747316000062, 29.390726251000043 ], [ 106.084737431000065, 29.390719648000069 ], [ 106.08473727900008, 29.390705323000077 ], [ 106.084740472000078, 29.390697665000062 ], [ 106.08475667600004, 29.390684165000039 ], [ 106.084752137000066, 29.390667017000048 ], [ 106.084761770000057, 29.390649754000034 ], [ 106.084763751000025, 29.390631596000045 ], [ 106.084763589000033, 29.390616326000046 ], [ 106.084754713000052, 29.390601123000067 ], [ 106.084740429000078, 29.390590731000092 ], [ 106.08472935900005, 29.390575549000054 ], [ 106.084725912000067, 29.390558392000059 ], [ 106.084726852000088, 29.390544068000061 ], [ 106.084736607000082, 29.390539207000078 ], [ 106.08474422900008, 29.390538190000079 ], [ 106.084752567000066, 29.390501847000046 ], [ 106.084752285000036, 29.390475121000073 ], [ 106.084749888000033, 29.390455088000074 ], [ 106.084748575000049, 29.390434098000075 ], [ 106.084749412000065, 29.390410220000025 ], [ 106.08474598500004, 29.390394976000032 ], [ 106.084758853000039, 29.390374818000051 ], [ 106.084759088000069, 29.390355151000055 ], [ 106.084756772000048, 29.390342756000052 ], [ 106.084775332000049, 29.390345474000075 ], [ 106.084778719000042, 29.390355947000042 ], [ 106.084789699000055, 29.390366953000072 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.085364396000045, 29.389982081000085 ], [ 106.08537096200007, 29.389972541000077 ], [ 106.085474735000048, 29.389805864000042 ], [ 106.085465504000069, 29.389802226000086 ], [ 106.085445943000082, 29.389808114000058 ], [ 106.08543955500005, 29.389822483000046 ], [ 106.085436463000065, 29.389839692000066 ], [ 106.08543491100005, 29.389846867000063 ], [ 106.085434988000031, 29.389854029000048 ], [ 106.085421951000058, 29.389858430000054 ], [ 106.085405626000068, 29.389861421000038 ], [ 106.085386005000046, 29.389861582000034 ], [ 106.085373015000073, 29.38987028400004 ], [ 106.085353846000046, 29.389880941000058 ], [ 106.085340978000033, 29.389901091000066 ], [ 106.085328029000053, 29.389913609000075 ], [ 106.085310713000069, 29.389925206000044 ], [ 106.085303212000042, 29.389937680000063 ], [ 106.085281630000054, 29.38995886500004 ], [ 106.085263314000031, 29.389979060000094 ], [ 106.085253660000035, 29.38999346400005 ], [ 106.085229854000033, 29.390010842000038 ], [ 106.085219099000028, 29.390024290000042 ], [ 106.085208363000049, 29.390039659000077 ], [ 106.085199812000042, 29.39005595600009 ], [ 106.085176230000059, 29.390093378000053 ], [ 106.085160608000095, 29.390110102000044 ], [ 106.085203210000032, 29.390100406000048 ], [ 106.085315448000074, 29.390053213000044 ], [ 106.085364396000045, 29.389982081000085 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.085247648000063, 29.389871462000087 ], [ 106.085212064000075, 29.389858816000071 ], [ 106.085005218000049, 29.389750212000084 ], [ 106.084950340000034, 29.389721249000043 ], [ 106.084937209000032, 29.389783964000067 ], [ 106.084911742000031, 29.38981670600009 ], [ 106.084899953000047, 29.389860254000034 ], [ 106.084897696000041, 29.389867795000043 ], [ 106.084889979000081, 29.389888051000082 ], [ 106.084884775000035, 29.389909482000061 ], [ 106.084850903000074, 29.389953809000076 ], [ 106.084923883000044, 29.389997185000084 ], [ 106.085046313000078, 29.390062361000037 ], [ 106.08508009100008, 29.390067009000056 ], [ 106.085096759000066, 29.390069303000068 ], [ 106.085138695000069, 29.390065285000045 ], [ 106.085167922000039, 29.390050342000048 ], [ 106.085180123000043, 29.39001348000005 ], [ 106.085184086000027, 29.389991391000084 ], [ 106.085209037000027, 29.389969129000058 ], [ 106.085234145000072, 29.389961572000058 ], [ 106.08526768400003, 29.38995762400009 ], [ 106.085301030000039, 29.389935294000058 ], [ 106.085292206000076, 29.38989492800005 ], [ 106.085262627000077, 29.389876785000062 ], [ 106.085247648000063, 29.389871462000087 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.08543738000003, 29.389080691000064 ], [ 106.085440040000037, 29.389075312000053 ], [ 106.085476792000065, 29.388940087000044 ], [ 106.085501384000054, 29.388775835000043 ], [ 106.085508873000038, 29.38868717400004 ], [ 106.085509535000028, 29.388650252000051 ], [ 106.085511378000035, 29.388625318000038 ], [ 106.085518490000027, 29.388600341000082 ], [ 106.085537229000067, 29.388571182000074 ], [ 106.085520483000039, 29.388570860000065 ], [ 106.085478151000075, 29.388549353000087 ], [ 106.085430966000047, 29.388511498000057 ], [ 106.085383667000031, 29.388462719000074 ], [ 106.085364593000065, 29.38842873100009 ], [ 106.085363924000035, 29.388418056000027 ], [ 106.085312075000047, 29.38845046800008 ], [ 106.085281502000043, 29.388474340000073 ], [ 106.085266268000055, 29.388491337000065 ], [ 106.085249073000057, 29.388504975000039 ], [ 106.085226706000071, 29.388576027000056 ], [ 106.085213597000063, 29.388611568000041 ], [ 106.08517749400005, 29.388659108000066 ], [ 106.085103128000085, 29.388732270000052 ], [ 106.085072698000033, 29.388769639000092 ], [ 106.08505008000003, 29.38881706900008 ], [ 106.085037115000034, 29.388866109000038 ], [ 106.08503743600005, 29.388896478000046 ], [ 106.085037758000055, 29.388926848000043 ], [ 106.085038188000055, 29.388967342000068 ], [ 106.084969978000061, 29.389075887000047 ], [ 106.084947236000062, 29.389111506000063 ], [ 106.084933983000042, 29.389133550000057 ], [ 106.084936268000035, 29.389167278000063 ], [ 106.084946115000037, 29.389187446000044 ], [ 106.084963597000069, 29.389200803000051 ], [ 106.084986841000045, 29.389212425000039 ], [ 106.08503730700005, 29.389247448000042 ], [ 106.085068295000042, 29.389262383000066 ], [ 106.085112730000048, 29.389273833000061 ], [ 106.085280304000037, 29.389269094000042 ], [ 106.085318800000039, 29.389265405000064 ], [ 106.085345629000074, 29.389251688000051 ], [ 106.085368515000027, 29.389229566000036 ], [ 106.085393631000045, 29.389169101000039 ], [ 106.08543738000003, 29.389080691000064 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.086308188000032, 29.388199658000076 ], [ 106.086195828000029, 29.388248407000045 ], [ 106.08622149200005, 29.388286874000066 ], [ 106.086238598000079, 29.388305247000069 ], [ 106.086262084000055, 29.388327270000051 ], [ 106.086300759000039, 29.388386194000081 ], [ 106.086303128000054, 29.388410240000042 ], [ 106.08629490900006, 29.388432522000077 ], [ 106.086265555000068, 29.388454976000052 ], [ 106.08623620000003, 29.388477429000091 ], [ 106.08619214800008, 29.388509259000049 ], [ 106.086148076000029, 29.388539238000078 ], [ 106.086083065000025, 29.388587899000072 ], [ 106.086028720000058, 29.388645729000075 ], [ 106.086022576000062, 29.388664292000048 ], [ 106.086041992000048, 29.388701158000067 ], [ 106.086061250000057, 29.388723215000077 ], [ 106.086095187000069, 29.388734046000081 ], [ 106.086131236000028, 29.388744860000092 ], [ 106.08616321600006, 29.388770516000083 ], [ 106.086180342000034, 29.388790740000054 ], [ 106.086186879000081, 29.388809199000033 ], [ 106.086168073000067, 29.388829715000039 ], [ 106.086086427000055, 29.388904429000032 ], [ 106.086037794000049, 29.388902974000064 ], [ 106.085997478000081, 29.388888493000074 ], [ 106.085969863000059, 29.388875760000069 ], [ 106.085925496000073, 29.388877972000046 ], [ 106.085876772000063, 29.388891091000055 ], [ 106.085847508000029, 29.38889897100006 ], [ 106.085795001000065, 29.388930869000038 ], [ 106.085767877000094, 29.388964412000064 ], [ 106.085706747000089, 29.389074583000074 ], [ 106.085725272000047, 29.389064234000049 ], [ 106.085754263000069, 29.389032383000092 ], [ 106.085787872000026, 29.389010374000058 ], [ 106.085839780000072, 29.389011928000055 ], [ 106.085885004000033, 29.389021439000086 ], [ 106.085921330000076, 29.389042877000069 ], [ 106.085955506000076, 29.389074213000079 ], [ 106.086025757000073, 29.389103280000082 ], [ 106.086048378000044, 29.389109022000074 ], [ 106.086091158000045, 29.389100770000084 ], [ 106.086136131000046, 29.389086572000053 ], [ 106.086189896000064, 29.389050568000066 ], [ 106.086453875000089, 29.388838975000059 ], [ 106.086514220000041, 29.388785134000049 ], [ 106.086565498000027, 29.388727416000055 ], [ 106.086607416000049, 29.388638160000088 ], [ 106.086613806000059, 29.388602542000058 ], [ 106.086656165000079, 29.388554776000039 ], [ 106.086680708000074, 29.388528889000042 ], [ 106.086754441000039, 29.388461108000055 ], [ 106.086756383000079, 29.388431454000056 ], [ 106.086756089000062, 29.388403795000048 ], [ 106.086724294000078, 29.38838429500003 ], [ 106.086688220000042, 29.388386565000079 ], [ 106.086647613000025, 29.388386896000043 ], [ 106.086613711000041, 29.388381245000062 ], [ 106.086563869000031, 29.388361892000031 ], [ 106.086518373000047, 29.388326697000078 ], [ 106.086490965000053, 29.388295307000075 ], [ 106.086456748000046, 29.388260020000079 ], [ 106.086427147000052, 29.38823457500007 ], [ 106.086397674000068, 29.388220984000039 ], [ 106.086308188000032, 29.388199658000076 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.085754455000028, 29.384491819000065 ], [ 106.085770208000042, 29.384491691000054 ], [ 106.085821251000027, 29.384491275000066 ], [ 106.085865002000048, 29.384490919000083 ], [ 106.085916045000033, 29.384490504000045 ], [ 106.085964702000069, 29.384494365000087 ], [ 106.085968898000033, 29.384494330000049 ], [ 106.085993871000028, 29.384494128000089 ], [ 106.086023037000089, 29.384493889000055 ], [ 106.08607401200004, 29.384487087000082 ], [ 106.086110359000031, 29.384476147000047 ], [ 106.086137028000067, 29.384469542000076 ], [ 106.086173373000065, 29.384458602000045 ], [ 106.086207493000074, 29.384441625000076 ], [ 106.086187279000058, 29.384394621000062 ], [ 106.086174967000034, 29.384379818000063 ], [ 106.086152798000057, 29.38435232300008 ], [ 106.086135490000061, 29.384324787000086 ], [ 106.086127926000074, 29.384299302000052 ], [ 106.086127496000074, 29.384258856000081 ], [ 106.086134449000042, 29.38422686600007 ], [ 106.08614869400003, 29.384194815000054 ], [ 106.08616809800003, 29.384155915000058 ], [ 106.086143326000069, 29.384129218000055 ], [ 106.086125282000083, 29.384115648000076 ], [ 106.086093608000056, 29.38408259400007 ], [ 106.086057229000062, 29.384028023000038 ], [ 106.086018906000049, 29.384000902000086 ], [ 106.085935692000078, 29.383960429000069 ], [ 106.085890803000041, 29.383947078000062 ], [ 106.085856994000039, 29.383923839000094 ], [ 106.085841022000068, 29.383894576000046 ], [ 106.085840689000065, 29.383863226000081 ], [ 106.085842281000055, 29.383802467000066 ], [ 106.085853174000093, 29.383774945000088 ], [ 106.085859533000075, 29.383741580000041 ], [ 106.085861521000027, 29.383718050000088 ], [ 106.085850002000029, 29.383686791000063 ], [ 106.085809420000032, 29.383657729000046 ], [ 106.085766788000058, 29.383646319000036 ], [ 106.085733001000051, 29.38362503900003 ], [ 106.085672098000032, 29.383578505000067 ], [ 106.08561347300008, 29.383535872000039 ], [ 106.085487356000044, 29.383458519000044 ], [ 106.085442364000073, 29.38343537000009 ], [ 106.08542202100007, 29.383415940000077 ], [ 106.085388108000075, 29.383382904000094 ], [ 106.085335359000055, 29.383293183000035 ], [ 106.085302723000041, 29.383252705000078 ], [ 106.085246846000075, 29.383213983000086 ], [ 106.085183894000068, 29.383183156000097 ], [ 106.085135440000045, 29.383169447000057 ], [ 106.085087135000038, 29.383169840000054 ], [ 106.085056737000059, 29.383171654000073 ], [ 106.08501201100006, 29.383172019000078 ], [ 106.08497979100008, 29.383170714000077 ], [ 106.084938642000054, 29.38317105000004 ], [ 106.084893931000067, 29.383172979000044 ], [ 106.084865389000072, 29.383181047000054 ], [ 106.084856577000039, 29.38319365600006 ], [ 106.084853181000028, 29.383210921000057 ], [ 106.084846225000035, 29.383229781000068 ], [ 106.084841140000037, 29.38325646200007 ], [ 106.084843245000059, 29.38328621900007 ], [ 106.084843493000051, 29.383309722000025 ], [ 106.084815723000077, 29.383559108000036 ], [ 106.084816105000073, 29.383595147000047 ], [ 106.084816404000037, 29.38362335100004 ], [ 106.084807907000027, 29.383665731000068 ], [ 106.084769129000051, 29.383720893000088 ], [ 106.084753227000078, 29.383739826000067 ], [ 106.08472306200008, 29.383763578000071 ], [ 106.084698180000032, 29.383779452000063 ], [ 106.084667965000065, 29.383798501000054 ], [ 106.084653752000065, 29.383808019000071 ], [ 106.084627752000074, 29.383836739000063 ], [ 106.084629282000037, 29.383836391000045 ], [ 106.084636987000081, 29.383843013000057 ], [ 106.08464721200005, 29.38384738700006 ], [ 106.084652490000067, 29.383865175000043 ], [ 106.084665355000027, 29.383878442000082 ], [ 106.084675556000036, 29.383880587000078 ], [ 106.084685757000045, 29.383882733000064 ], [ 106.08472651700005, 29.383886859000082 ], [ 106.084752174000073, 29.383906708000037 ], [ 106.084777903000031, 29.383933243000055 ], [ 106.084793431000037, 29.38395763200009 ], [ 106.084796210000036, 29.383979896000085 ], [ 106.084796423000057, 29.383999952000067 ], [ 106.08478905000004, 29.384024528000058 ], [ 106.084774303000074, 29.384073679000046 ], [ 106.084772089000069, 29.384104899000075 ], [ 106.084772398000041, 29.384133869000049 ], [ 106.084762693000073, 29.384178520000034 ], [ 106.084704948000081, 29.384252538000045 ], [ 106.084668345000068, 29.384289281000065 ], [ 106.084754972000042, 29.384342415000052 ], [ 106.084833383000046, 29.384401387000082 ], [ 106.084889784000055, 29.384447763000075 ], [ 106.084943483000075, 29.384468618000081 ], [ 106.085023896000052, 29.384487122000053 ], [ 106.08508619800007, 29.384503105000071 ], [ 106.085104333000061, 29.384507757000048 ], [ 106.08520893900004, 29.384515421000064 ], [ 106.085281814000041, 29.384510570000085 ], [ 106.085376608000047, 29.384509798000067 ], [ 106.085437349000074, 29.384507175000067 ], [ 106.085502976000058, 29.384506640000041 ], [ 106.085566149000044, 29.384503997000078 ], [ 106.085614695000061, 29.384497215000071 ], [ 106.085658400000057, 29.384492601000094 ], [ 106.085726457000092, 29.384492047000034 ], [ 106.085754455000028, 29.384491819000065 ] ], [ [ 106.085465308000039, 29.383941540000073 ], [ 106.08546590900005, 29.383998292000058 ], [ 106.085456217000058, 29.384049154000081 ], [ 106.085365908000028, 29.384217174000067 ], [ 106.085281406000036, 29.384289555000066 ], [ 106.085244112000055, 29.384310769000081 ], [ 106.085179440000047, 29.384323244000083 ], [ 106.085083914000052, 29.384321034000031 ], [ 106.085029123000027, 29.38430057000005 ], [ 106.084998239000072, 29.384282898000045 ], [ 106.084973952000041, 29.384244262000042 ], [ 106.084966592000058, 29.38419353900008 ], [ 106.084979475000083, 29.384121741000051 ], [ 106.085015595000073, 29.383990009000051 ], [ 106.085015374000079, 29.383969101000044 ], [ 106.085004794000042, 29.383936327000075 ], [ 106.084990866000055, 29.383909556000045 ], [ 106.084960171000034, 29.383909806000077 ], [ 106.084946530000082, 29.383909917000043 ], [ 106.084939487000042, 29.383889063000083 ], [ 106.084928494000053, 29.38381745900006 ], [ 106.084917565000083, 29.383751830000051 ], [ 106.084920564000072, 29.383712971000076 ], [ 106.084933984000045, 29.38369195200006 ], [ 106.084960951000028, 29.383661860000075 ], [ 106.085011919000067, 29.38364352200006 ], [ 106.085066423000058, 29.383637104000059 ], [ 106.085131128000057, 29.383627615000076 ], [ 106.085185760000059, 29.38363314500009 ], [ 106.085230317000025, 29.383653693000046 ], [ 106.085299162000069, 29.383712877000043 ], [ 106.085426840000025, 29.383852237000045 ], [ 106.085465308000039, 29.383941540000073 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.08485465800004, 29.386500355000059 ], [ 106.084853729000031, 29.386499562000033 ], [ 106.084843942000077, 29.386490709000043 ], [ 106.084834410000042, 29.386481577000037 ], [ 106.084825132000049, 29.386472180000048 ], [ 106.084816101000058, 29.386462511000047 ], [ 106.084807311000077, 29.386452569000078 ], [ 106.08479877700006, 29.386442347000067 ], [ 106.084790498000089, 29.38643185900008 ], [ 106.084778593000067, 29.386415591000063 ], [ 106.084767630000044, 29.386398757000052 ], [ 106.084758020000038, 29.386381380000046 ], [ 106.084750147000079, 29.386363509000034 ], [ 106.084744380000075, 29.386345182000071 ], [ 106.084741132000033, 29.386326426000046 ], [ 106.084740785000065, 29.386307304000063 ], [ 106.08474373100006, 29.386287840000087 ], [ 106.084747610000079, 29.386274900000036 ], [ 106.084752944000059, 29.386262128000055 ], [ 106.084759581000071, 29.386249842000048 ], [ 106.084767380000073, 29.386238349000045 ], [ 106.084776190000071, 29.38622793900004 ], [ 106.084785859000078, 29.386218930000044 ], [ 106.084796247000043, 29.386211619000051 ], [ 106.084716694000079, 29.386161716000053 ], [ 106.084685624000045, 29.386123183000045 ], [ 106.084651149000081, 29.386084678000092 ], [ 106.084606457000078, 29.386046256000046 ], [ 106.084544857000026, 29.386019906000058 ], [ 106.084480074000055, 29.38601446500007 ], [ 106.084408540000027, 29.386015048000043 ], [ 106.084292959000038, 29.386037866000031 ], [ 106.084289846000047, 29.38603442700008 ], [ 106.084211115000073, 29.385934818000067 ], [ 106.084170123000035, 29.385924408000054 ], [ 106.084104341000071, 29.385889148000039 ], [ 106.084095490000053, 29.385824774000074 ], [ 106.084090719000073, 29.385760368000035 ], [ 106.084138663000033, 29.385656155000042 ], [ 106.084186847000069, 29.385573411000053 ], [ 106.084198723000043, 29.385537520000078 ], [ 106.084209586000043, 29.385524588000067 ], [ 106.084222952000061, 29.385508679000065 ], [ 106.084234752000043, 29.385465616000083 ], [ 106.084209735000059, 29.38541928200004 ], [ 106.08417673200006, 29.385390908000094 ], [ 106.084147892000033, 29.385369664000049 ], [ 106.084106407000036, 29.385312718000069 ], [ 106.084175517000062, 29.385276352000059 ], [ 106.084179469000048, 29.385262508000043 ], [ 106.084176042000081, 29.385248220000047 ], [ 106.084170443000062, 29.385233941000081 ], [ 106.084170372000074, 29.385227266000079 ], [ 106.084174627000039, 29.385216722000052 ], [ 106.084184341000025, 29.385208055000078 ], [ 106.084191274000034, 29.385193465000043 ], [ 106.084186816000056, 29.385183949000066 ], [ 106.084183276000033, 29.38515916100005 ], [ 106.084192899000087, 29.385140941000081 ], [ 106.084193666000047, 29.385137406000069 ], [ 106.084197053000025, 29.385121810000047 ], [ 106.084185098000034, 29.38510524700007 ], [ 106.084182669000029, 29.385101882000068 ], [ 106.084148816000038, 29.385096429000036 ], [ 106.084121574000051, 29.385096651000083 ], [ 106.084084587000063, 29.385104584000082 ], [ 106.084058620000064, 29.385122937000062 ], [ 106.084039173000065, 29.385139323000093 ], [ 106.084015296000075, 29.38514907100005 ], [ 106.084013072000062, 29.385145262000034 ], [ 106.084017216000063, 29.385124229000049 ], [ 106.084028002000025, 29.385113640000036 ], [ 106.084040940000079, 29.385100167000072 ], [ 106.084044084000027, 29.385088684000042 ], [ 106.084043942000051, 29.385075316000044 ], [ 106.084042699000065, 29.385060054000068 ], [ 106.084041425000066, 29.385042880000068 ], [ 106.084041211000056, 29.385022837000058 ], [ 106.084045346000039, 29.385001794000058 ], [ 106.084044936000055, 29.38499999000004 ], [ 106.084043867000048, 29.385002777000068 ], [ 106.084006228000078, 29.385029656000075 ], [ 106.083968552000044, 29.385053212000056 ], [ 106.083930771000041, 29.385066805000072 ], [ 106.083896713000058, 29.385073725000041 ], [ 106.083895171000052, 29.385073918000042 ], [ 106.083890071000042, 29.38510069200003 ], [ 106.083903185000054, 29.385126549000066 ], [ 106.083918607000044, 29.38514170100007 ], [ 106.083938389000082, 29.385156814000084 ], [ 106.083966951000036, 29.385177586000061 ], [ 106.083982415000037, 29.385196554000053 ], [ 106.084013320000054, 29.385232583000054 ], [ 106.084035484000026, 29.38526677200008 ], [ 106.084059991000061, 29.385316218000071 ], [ 106.084080300000039, 29.3853809750001 ], [ 106.084089525000081, 29.385428635000036 ], [ 106.08409223200006, 29.385478259000084 ], [ 106.084086076000077, 29.385514588000035 ], [ 106.084066760000042, 29.385543387000034 ], [ 106.08402114200004, 29.385559033000042 ], [ 106.083971041000041, 29.385563260000083 ], [ 106.083916439000063, 29.385554156000069 ], [ 106.083859474000064, 29.38552788700008 ], [ 106.083833009000045, 29.385499461000041 ], [ 106.083795586000065, 29.385465396000086 ], [ 106.083777405000049, 29.385451854000046 ], [ 106.083734809000077, 29.385489858000085 ], [ 106.083701158000054, 29.385522613000035 ], [ 106.083676722000064, 29.385549880000042 ], [ 106.083646075000047, 29.385574491000053 ], [ 106.083618577000038, 29.385604490000041 ], [ 106.083609678000073, 29.385639751000046 ], [ 106.083610108000073, 29.385680350000097 ], [ 106.083614374000035, 29.385791296000036 ], [ 106.08364573800003, 29.385834350000032 ], [ 106.083680079000032, 29.385866553000085 ], [ 106.083823645000052, 29.385998022000081 ], [ 106.083823874000075, 29.386019674000071 ], [ 106.083814861000064, 29.386044109000061 ], [ 106.083790368000052, 29.386065963000082 ], [ 106.083762765000074, 29.386086805000048 ], [ 106.083783424000046, 29.38609215300005 ], [ 106.083819455000025, 29.386097588000045 ], [ 106.083880058000034, 29.386107120000077 ], [ 106.083914425000046, 29.386109706000077 ], [ 106.083948852000049, 29.386118017000054 ], [ 106.083981552000068, 29.386117752000068 ], [ 106.08401591900008, 29.386120337000072 ], [ 106.084058491000064, 29.386125718000066 ], [ 106.08410112200005, 29.386136828000073 ], [ 106.084150295000043, 29.386147885000064 ], [ 106.084198016000073, 29.386176139000046 ], [ 106.084232671000052, 29.386205932000049 ], [ 106.08423954400007, 29.386237381000068 ], [ 106.084230068000068, 29.386268964000067 ], [ 106.084210675000065, 29.386290602000088 ], [ 106.084189558000048, 29.386303663000035 ], [ 106.084152117000031, 29.386319719000081 ], [ 106.08412941000006, 29.386337088000062 ], [ 106.084121355000036, 29.386348612000063 ], [ 106.084118328000045, 29.386371550000032 ], [ 106.084125218000054, 29.386404432000063 ], [ 106.084140253000044, 29.386434383000054 ], [ 106.084155211000052, 29.386457175000086 ], [ 106.084171820000051, 29.386481385000085 ], [ 106.084185189000038, 29.386508486000086 ], [ 106.084192311000038, 29.386547368000038 ], [ 106.084183486000029, 29.386547439000083 ], [ 106.084137196000029, 29.386550205000045 ], [ 106.084132984000064, 29.386548769000058 ], [ 106.084135257000071, 29.386553851000087 ], [ 106.084171276000077, 29.386626527000075 ], [ 106.084190829000079, 29.386657239000044 ], [ 106.084213616000056, 29.38669073100003 ], [ 106.084252364000065, 29.386718481000052 ], [ 106.084290845000055, 29.386720974000074 ], [ 106.084335704000068, 29.386720609000058 ], [ 106.084380474000056, 29.386711827000056 ], [ 106.084418807000091, 29.386700288000043 ], [ 106.084466810000052, 29.386694284000047 ], [ 106.084505113000034, 29.386679940000082 ], [ 106.084549852000066, 29.386668351000083 ], [ 106.084604146000061, 29.386651070000084 ], [ 106.08469638400004, 29.386585771000053 ], [ 106.084772839000038, 29.386543052000025 ], [ 106.08485465800004, 29.386500355000059 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.086153059000026, 29.38588219300004 ], [ 106.086144369000067, 29.38588417100005 ], [ 106.086137793000034, 29.385885668000071 ], [ 106.086106829000073, 29.385888182000077 ], [ 106.086041909000073, 29.385854784000053 ], [ 106.085989734000066, 29.385805449000081 ], [ 106.085932658000047, 29.38578103400004 ], [ 106.08590150200007, 29.385765456000058 ], [ 106.085846841000034, 29.38572518900008 ], [ 106.085815373000074, 29.385680210000089 ], [ 106.085837630000086, 29.385587294000054 ], [ 106.08586060500005, 29.385562227000044 ], [ 106.085891210000057, 29.385525790000091 ], [ 106.08590887700008, 29.385487195000053 ], [ 106.085908277000044, 29.385430656000025 ], [ 106.085881805000042, 29.38536980300006 ], [ 106.085886465000044, 29.385322269000085 ], [ 106.085922233000076, 29.385285789000079 ], [ 106.085997049000071, 29.385278394000064 ], [ 106.086066867000056, 29.385286871000055 ], [ 106.086126972000045, 29.38529102300004 ], [ 106.086124353000059, 29.385268182000054 ], [ 106.086124126000072, 29.385246705000036 ], [ 106.086123871000041, 29.385222838000065 ], [ 106.086107298000059, 29.385201494000054 ], [ 106.086085394000079, 29.385192120000053 ], [ 106.086104399000078, 29.385132245000079 ], [ 106.08613125800008, 29.385095032000034 ], [ 106.086158131000047, 29.385059009000081 ], [ 106.086178349000079, 29.385038565000059 ], [ 106.086208128000067, 29.385019225000068 ], [ 106.086229652000043, 29.384992789000069 ], [ 106.086240258000046, 29.384965261000051 ], [ 106.086237261000065, 29.384940226000086 ], [ 106.086234188000049, 29.384906828000055 ], [ 106.086222925000072, 29.384873506000073 ], [ 106.086222470000052, 29.384830552000047 ], [ 106.086224806000089, 29.384793538000054 ], [ 106.086232628000062, 29.384760061000065 ], [ 106.086239335000073, 29.384750452000052 ], [ 106.086281586000041, 29.384751299000072 ], [ 106.086312950000035, 29.384753434000057 ], [ 106.086333322000044, 29.384747305000069 ], [ 106.086334552000054, 29.384734162000086 ], [ 106.086304268000049, 29.384705767000071 ], [ 106.086283592000029, 29.384683266000085 ], [ 106.086250283000027, 29.384626254000064 ], [ 106.086229332000073, 29.384578685000058 ], [ 106.086223592000067, 29.384551281000089 ], [ 106.08622321200005, 29.384515490000073 ], [ 106.086222920000068, 29.384488041000054 ], [ 106.086217042000044, 29.384447513000055 ], [ 106.086216583000066, 29.384439356000097 ], [ 106.086207493000074, 29.384441625000076 ], [ 106.086173373000065, 29.384458602000045 ], [ 106.086137028000067, 29.384469542000076 ], [ 106.086110359000031, 29.384476147000047 ], [ 106.08607401200004, 29.384487087000082 ], [ 106.086023037000089, 29.384493889000055 ], [ 106.085993871000028, 29.384494128000089 ], [ 106.085968898000033, 29.384494330000049 ], [ 106.085964702000069, 29.384494365000087 ], [ 106.085916045000033, 29.384490504000045 ], [ 106.085865002000048, 29.384490919000083 ], [ 106.085821251000027, 29.384491275000066 ], [ 106.085770208000042, 29.384491691000054 ], [ 106.085754455000028, 29.384491819000065 ], [ 106.085754727000051, 29.384517519000042 ], [ 106.085703382000077, 29.384558513000062 ], [ 106.085609905000069, 29.384640365000052 ], [ 106.085655779000035, 29.384639991000086 ], [ 106.085781335000036, 29.384658066000039 ], [ 106.085896247000051, 29.384700088000038 ], [ 106.085919713000067, 29.384857430000068 ], [ 106.085888585000077, 29.38500566200009 ], [ 106.085802607000062, 29.385120929000038 ], [ 106.085776317000068, 29.385211840000068 ], [ 106.085771832000034, 29.385302582000062 ], [ 106.08577309900005, 29.385421910000048 ], [ 106.085774062000041, 29.385512599000041 ], [ 106.085676011000032, 29.385518169000068 ], [ 106.085599804000026, 29.385528334000064 ], [ 106.085545412000045, 29.385538330000085 ], [ 106.085421071000042, 29.385634812000042 ], [ 106.085415875000081, 29.38565872300007 ], [ 106.085438429000078, 29.385730148000047 ], [ 106.085482493000029, 29.38577274700009 ], [ 106.08555020700004, 29.385801712000042 ], [ 106.085570094000047, 29.385810219000057 ], [ 106.085624649000067, 29.385814546000063 ], [ 106.085706557000037, 29.385828206000038 ], [ 106.085924955000053, 29.385866984000078 ], [ 106.085945694000031, 29.385895456000075 ], [ 106.085966391000056, 29.385919157000039 ], [ 106.085992477000048, 29.385938042000074 ], [ 106.086027970000046, 29.385943717000082 ], [ 106.086067353000033, 29.385931461000041 ], [ 106.086124307000034, 29.385904746000044 ], [ 106.086153059000026, 29.38588219300004 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.08687860200007, 29.386075777000087 ], [ 106.086877722000054, 29.386071099000045 ], [ 106.086875714000044, 29.386060416000074 ], [ 106.086865007000029, 29.386063338000042 ], [ 106.086786972000027, 29.386082407000071 ], [ 106.086773221000044, 29.386039244000074 ], [ 106.086763940000026, 29.386041510000041 ], [ 106.086728255000025, 29.386050221000069 ], [ 106.086693732000072, 29.385942306000061 ], [ 106.086689123000042, 29.385927897000041 ], [ 106.086679294000078, 29.385943737000051 ], [ 106.086679632000028, 29.385975540000061 ], [ 106.086677436000059, 29.385996762000051 ], [ 106.086675151000065, 29.386009505000061 ], [ 106.08667033200004, 29.386011663000083 ], [ 106.086655828000062, 29.386013902000062 ], [ 106.086626912000042, 29.386026860000076 ], [ 106.086619875000054, 29.386048122000087 ], [ 106.086622476000059, 29.386065064000036 ], [ 106.086632520000094, 29.386098909000054 ], [ 106.086679915000047, 29.386229989000064 ], [ 106.086704712000028, 29.386284918000054 ], [ 106.086714576000077, 29.386301801000048 ], [ 106.086734752000041, 29.386322610000036 ], [ 106.086737369000062, 29.386321188000075 ], [ 106.086870438000076, 29.386282211000037 ], [ 106.086881690000041, 29.386305718000067 ], [ 106.086943313000063, 29.386287719000052 ], [ 106.086946794000028, 29.386273786000054 ], [ 106.086940025000047, 29.386250906000051 ], [ 106.086929201000032, 29.386230805000082 ], [ 106.086921901000039, 29.386213401000077 ], [ 106.086905419000061, 29.386177683000081 ], [ 106.086893363000058, 29.386139054000072 ], [ 106.086888448000082, 29.386122986000085 ], [ 106.086884250000026, 29.386105802000092 ], [ 106.08687860200007, 29.386075777000087 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.086951955000075, 29.384288187000038 ], [ 106.086932210000057, 29.384288348000041 ], [ 106.086878106000029, 29.384303046000074 ], [ 106.08680245000005, 29.384332175000051 ], [ 106.086753822000048, 29.384351582000086 ], [ 106.086677965000035, 29.384361703000085 ], [ 106.086607685000047, 29.384386038000052 ], [ 106.086542628000075, 29.384391319000081 ], [ 106.08650541600008, 29.384398154000056 ], [ 106.086461396000061, 29.384406238000057 ], [ 106.086396289000049, 29.384406769000062 ], [ 106.086325807000037, 29.384412095000066 ], [ 106.08624363000007, 29.384432606000075 ], [ 106.086216583000066, 29.384439356000097 ], [ 106.086217042000044, 29.384447513000055 ], [ 106.086222920000068, 29.384488041000054 ], [ 106.08622321200005, 29.384515490000073 ], [ 106.086223592000067, 29.384551281000089 ], [ 106.086229332000073, 29.384578685000058 ], [ 106.086250283000027, 29.384626254000064 ], [ 106.086283592000029, 29.384683266000085 ], [ 106.086304268000049, 29.384705767000071 ], [ 106.086334552000054, 29.384734162000086 ], [ 106.086333322000044, 29.384747305000069 ], [ 106.086312950000035, 29.384753434000057 ], [ 106.086281586000041, 29.384751299000072 ], [ 106.086239335000073, 29.384750452000052 ], [ 106.086232628000062, 29.384760061000065 ], [ 106.086224806000089, 29.384793538000054 ], [ 106.086222470000052, 29.384830552000047 ], [ 106.086222925000072, 29.384873506000073 ], [ 106.086234188000049, 29.384906828000055 ], [ 106.086237261000065, 29.384940226000086 ], [ 106.086240258000046, 29.384965261000051 ], [ 106.086229652000043, 29.384992789000069 ], [ 106.086208128000067, 29.385019225000068 ], [ 106.086178349000079, 29.385038565000059 ], [ 106.086158131000047, 29.385059009000081 ], [ 106.08613125800008, 29.385095032000034 ], [ 106.086104399000078, 29.385132245000079 ], [ 106.086085394000079, 29.385192120000053 ], [ 106.086107298000059, 29.385201494000054 ], [ 106.086123871000041, 29.385222838000065 ], [ 106.086124126000072, 29.385246705000036 ], [ 106.086124353000059, 29.385268182000054 ], [ 106.086126972000045, 29.38529102300004 ], [ 106.086154739000051, 29.385292941000049 ], [ 106.086219585000038, 29.385319554000045 ], [ 106.086245672000075, 29.385344221000082 ], [ 106.086271664000037, 29.385359842000071 ], [ 106.08630006900006, 29.385359610000087 ], [ 106.08634657500005, 29.385361493000058 ], [ 106.086375101000044, 29.385372570000065 ], [ 106.086375317000048, 29.385392925000076 ], [ 106.086378164000052, 29.385417780000068 ], [ 106.086388709000062, 29.385438050000062 ], [ 106.08641728300006, 29.385453650000045 ], [ 106.086435360000053, 29.385453503000068 ], [ 106.086525790000053, 29.385457289000044 ], [ 106.086551612000051, 29.385457079000048 ], [ 106.086582600000042, 29.385456826000052 ], [ 106.08659811900003, 29.385458962000087 ], [ 106.086626620000061, 29.385467776000045 ], [ 106.086660383000037, 29.385485597000063 ], [ 106.086701892000065, 29.385503353000047 ], [ 106.086748518000036, 29.385516542000062 ], [ 106.086836317000063, 29.385515826000081 ], [ 106.086926723000033, 29.385517352000079 ], [ 106.086970744000041, 29.385528301000079 ], [ 106.087002043000041, 29.385557449000085 ], [ 106.08699504100008, 29.385627622000072 ], [ 106.086995450000074, 29.385666069000084 ], [ 106.086995691000027, 29.385688685000044 ], [ 106.086998706000031, 29.385729372000078 ], [ 106.087017143000025, 29.385763149000066 ], [ 106.087043158000043, 29.385781031000072 ], [ 106.087063889000035, 29.385787647000086 ], [ 106.087100186000043, 29.38580092300009 ], [ 106.087133853000068, 29.385809695000034 ], [ 106.087170864000029, 29.385811898000039 ], [ 106.08717497400005, 29.385800755000059 ], [ 106.087186423000048, 29.385771829000078 ], [ 106.087197939000077, 29.38574907900005 ], [ 106.087195238000049, 29.385716150000057 ], [ 106.087183219000053, 29.385691534000049 ], [ 106.087171133000041, 29.385660740000045 ], [ 106.087168562000045, 29.385640165000044 ], [ 106.087172915000053, 29.38560717900009 ], [ 106.087179706000029, 29.385582407000072 ], [ 106.087195969000049, 29.385563739000077 ], [ 106.087216956000077, 29.385547093000078 ], [ 106.087230911000063, 29.385532562000037 ], [ 106.087235417000045, 29.385513990000049 ], [ 106.087222740000072, 29.385427594000081 ], [ 106.087217622000026, 29.385388505000037 ], [ 106.087205558000065, 29.385359770000036 ], [ 106.087195781000062, 29.385324838000091 ], [ 106.087079871000071, 29.385039511000059 ], [ 106.086931942000035, 29.384838887000054 ], [ 106.086889135000035, 29.384793926000043 ], [ 106.086841780000057, 29.384763420000077 ], [ 106.086799279000047, 29.38474729000006 ], [ 106.08675209900008, 29.384733258000043 ], [ 106.086723642000038, 29.384710835000089 ], [ 106.086690460000057, 29.384686392000049 ], [ 106.086673716000064, 29.384659755000079 ], [ 106.086663523000027, 29.384585695000048 ], [ 106.086677107000071, 29.384536156000085 ], [ 106.086704884000028, 29.384494739000043 ], [ 106.086767999000074, 29.384459214000064 ], [ 106.086810061000051, 29.384434156000054 ], [ 106.086849881000035, 29.384419415000075 ], [ 106.086884932000032, 29.38439853400007 ], [ 106.086910512000031, 29.384371552000058 ], [ 106.086915063000049, 29.384357098000066 ], [ 106.086917283000048, 29.384344724000069 ], [ 106.086919458000068, 29.384328229000065 ], [ 106.086926360000064, 29.38431375600004 ], [ 106.086951955000075, 29.384288187000038 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.087868200000059, 29.386718123000037 ], [ 106.087873699000056, 29.386700291000075 ], [ 106.087874942000042, 29.386658988000079 ], [ 106.087859178000031, 29.386601602000038 ], [ 106.087835229000063, 29.386566404000074 ], [ 106.087796094000055, 29.386528380000076 ], [ 106.08775416800006, 29.386502278000066 ], [ 106.087728289000054, 29.386486166000047 ], [ 106.087665598000058, 29.386449810000048 ], [ 106.087643380000031, 29.386419022000048 ], [ 106.087613894000071, 29.386338152000071 ], [ 106.087601875000075, 29.386285083000075 ], [ 106.087596225000041, 29.386260136000089 ], [ 106.087598699000068, 29.386176055000078 ], [ 106.087608510000052, 29.38613900100006 ], [ 106.087623688000065, 29.386080773000064 ], [ 106.087631055000031, 29.386030909000059 ], [ 106.08763358200008, 29.385971401000059 ], [ 106.087639046000049, 29.385891117000078 ], [ 106.087641528000063, 29.385827459000041 ], [ 106.087645766000037, 29.385780388000068 ], [ 106.087665476000041, 29.385702755000072 ], [ 106.087688123000078, 29.385604346000044 ], [ 106.087694434000085, 29.385584721000047 ], [ 106.087650172000053, 29.385470536000064 ], [ 106.087395640000068, 29.385006900000061 ], [ 106.087261989000069, 29.384684842000066 ], [ 106.087196176000077, 29.384618848000049 ], [ 106.087163267000051, 29.384585851000061 ], [ 106.087152113000059, 29.384557429000036 ], [ 106.087151356000049, 29.384486153000061 ], [ 106.087145374000045, 29.384433927000085 ], [ 106.087145071000066, 29.384405417000028 ], [ 106.087106234000032, 29.384324946000046 ], [ 106.087062626000034, 29.384306294000059 ], [ 106.087029871000027, 29.384287553000043 ], [ 106.086964764000072, 29.384288083000062 ], [ 106.086951955000075, 29.384288187000038 ], [ 106.086926360000064, 29.38431375600004 ], [ 106.086919458000068, 29.384328229000065 ], [ 106.086917283000048, 29.384344724000069 ], [ 106.086915063000049, 29.384357098000066 ], [ 106.086910512000031, 29.384371552000058 ], [ 106.086884932000032, 29.38439853400007 ], [ 106.086849881000035, 29.384419415000075 ], [ 106.086810061000051, 29.384434156000054 ], [ 106.086767999000074, 29.384459214000064 ], [ 106.086704884000028, 29.384494739000043 ], [ 106.086677107000071, 29.384536156000085 ], [ 106.086663523000027, 29.384585695000048 ], [ 106.086673716000064, 29.384659755000079 ], [ 106.086690460000057, 29.384686392000049 ], [ 106.086723642000038, 29.384710835000089 ], [ 106.08675209900008, 29.384733258000043 ], [ 106.086799279000047, 29.38474729000006 ], [ 106.086841780000057, 29.384763420000077 ], [ 106.086889135000035, 29.384793926000043 ], [ 106.086931942000035, 29.384838887000054 ], [ 106.087079871000071, 29.385039511000059 ], [ 106.087195781000062, 29.385324838000091 ], [ 106.087205558000065, 29.385359770000036 ], [ 106.087217622000026, 29.385388505000037 ], [ 106.087222740000072, 29.385427594000081 ], [ 106.087235417000045, 29.385513990000049 ], [ 106.087230911000063, 29.385532562000037 ], [ 106.087216956000077, 29.385547093000078 ], [ 106.087195969000049, 29.385563739000077 ], [ 106.087179706000029, 29.385582407000072 ], [ 106.087172915000053, 29.38560717900009 ], [ 106.087168562000045, 29.385640165000044 ], [ 106.087171133000041, 29.385660740000045 ], [ 106.087183219000053, 29.385691534000049 ], [ 106.087195238000049, 29.385716150000057 ], [ 106.087197939000077, 29.38574907900005 ], [ 106.087186423000048, 29.385771829000078 ], [ 106.08717497400005, 29.385800755000059 ], [ 106.087170864000029, 29.385811898000039 ], [ 106.087168117000033, 29.385819346000062 ], [ 106.087164004000044, 29.385874987000079 ], [ 106.087169079000034, 29.385909957000074 ], [ 106.087190680000049, 29.385950971000057 ], [ 106.087212543000078, 29.386016697000063 ], [ 106.087212762000036, 29.386037290000033 ], [ 106.087191928000038, 29.386068353000034 ], [ 106.087173293000035, 29.386084981000067 ], [ 106.087150062000035, 29.386111944000056 ], [ 106.087133909000045, 29.386140909000069 ], [ 106.08713171100004, 29.386155343000034 ], [ 106.087132238000038, 29.386204767000038 ], [ 106.087139707000063, 29.386243837000052 ], [ 106.087151814000038, 29.386276690000052 ], [ 106.087203940000052, 29.386313336000061 ], [ 106.08724417600007, 29.38633772300005 ], [ 106.087277162000078, 29.386343632000042 ], [ 106.087326584000039, 29.386347348000079 ], [ 106.087506189000067, 29.386430323000063 ], [ 106.087615492000054, 29.386536526000029 ], [ 106.087641642000051, 29.386563086000081 ], [ 106.087703436000027, 29.386624367000078 ], [ 106.087722510000049, 29.386648925000088 ], [ 106.087736925000058, 29.386677641000066 ], [ 106.087749274000032, 29.386733147000083 ], [ 106.087759075000079, 29.386770138000074 ], [ 106.087773445000039, 29.386794735000073 ], [ 106.087792410000077, 29.386808997000056 ], [ 106.087824306000073, 29.386818088000044 ], [ 106.087844206000071, 29.386777217000088 ], [ 106.087862304000055, 29.386737251000064 ], [ 106.087868200000059, 29.386718123000037 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.08804772600007, 29.384215478000048 ], [ 106.088036068000065, 29.384221518000054 ], [ 106.087984343000073, 29.384231808000035 ], [ 106.087948310000058, 29.384234076000045 ], [ 106.087891975000048, 29.384234537000047 ], [ 106.087867187000029, 29.384234738000085 ], [ 106.087833280000041, 29.384225146000055 ], [ 106.087799417000042, 29.384219502000064 ], [ 106.087779094000041, 29.384215720000043 ], [ 106.087747316000048, 29.384194268000048 ], [ 106.087715968000055, 29.384167016000053 ], [ 106.087637801000028, 29.384099067000086 ], [ 106.087627384000029, 29.38411459700006 ], [ 106.087611763000041, 29.384126547000054 ], [ 106.087575942000072, 29.384142601000065 ], [ 106.087558306000062, 29.384145324000084 ], [ 106.087592320000056, 29.384169727000089 ], [ 106.087605427000028, 29.384178735000035 ], [ 106.087618923000036, 29.384224207000049 ], [ 106.087619287000052, 29.38425839100006 ], [ 106.087614252000037, 29.384274386000069 ], [ 106.087596183000073, 29.384288207000054 ], [ 106.087559851000051, 29.38429762100008 ], [ 106.087533806000067, 29.384295554000065 ], [ 106.087512966000077, 29.384293445000075 ], [ 106.087492052000073, 29.384284499000046 ], [ 106.087476221000045, 29.38426411700005 ], [ 106.087457789000041, 29.384243755000053 ], [ 106.08743675500007, 29.384223414000079 ], [ 106.087421142000039, 29.38422354200009 ], [ 106.087402976000078, 29.384228249000053 ], [ 106.087382330000025, 29.384244371000072 ], [ 106.087364211000079, 29.384253635000054 ], [ 106.087333278000074, 29.384281236000042 ], [ 106.087302102000081, 29.384286049000082 ], [ 106.087288995000051, 29.384277039000033 ], [ 106.08726538100008, 29.38425899800006 ], [ 106.087236637000046, 29.384247838000078 ], [ 106.087205363000066, 29.384243535000049 ], [ 106.087176716000045, 29.38424148900009 ], [ 106.08714298700005, 29.384250880000089 ], [ 106.087128011000061, 29.384266146000069 ], [ 106.08714331300007, 29.384275175000077 ], [ 106.087211551000053, 29.384326306000052 ], [ 106.087267394000037, 29.384400516000085 ], [ 106.087309364000077, 29.384386512000045 ], [ 106.087359501000037, 29.384386102000065 ], [ 106.087445974000047, 29.384385397000081 ], [ 106.087512003000029, 29.38437531400006 ], [ 106.087576570000067, 29.384369059000043 ], [ 106.087625297000045, 29.384368662000039 ], [ 106.087672149000085, 29.384366367000041 ], [ 106.087675261000072, 29.384431890000094 ], [ 106.087705973000027, 29.384500856000045 ], [ 106.08771463100004, 29.384546134000054 ], [ 106.087761159000081, 29.384564849000071 ], [ 106.087815889000069, 29.384585884000039 ], [ 106.087897639000062, 29.384585216000055 ], [ 106.087935637000044, 29.384570586000052 ], [ 106.087967854000055, 29.384524975000094 ], [ 106.087981200000058, 29.384498610000023 ], [ 106.088007815000026, 29.384438723000066 ], [ 106.088100949000093, 29.384483312000043 ], [ 106.088177325000061, 29.384489848000037 ], [ 106.088223576000075, 29.384482311000049 ], [ 106.088291345000073, 29.384448343000084 ], [ 106.08831823900006, 29.384414708000069 ], [ 106.088334005000036, 29.38435968400006 ], [ 106.088333523000074, 29.384314339000063 ], [ 106.088319263000074, 29.384254785000053 ], [ 106.088264432000074, 29.384224203000095 ], [ 106.088209779000067, 29.384210329000041 ], [ 106.088120450000076, 29.384187044000043 ], [ 106.088055334000046, 29.384214304000075 ], [ 106.08804772600007, 29.384215478000048 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.087712385000032, 29.385492436000057 ], [ 106.087714936000054, 29.385451951000054 ], [ 106.087714067000036, 29.385370334000068 ], [ 106.087717122000072, 29.385249355000038 ], [ 106.087701545000073, 29.385176558000069 ], [ 106.087674866000043, 29.385103851000054 ], [ 106.087671564000061, 29.385099110000059 ], [ 106.087588430000054, 29.384979774000048 ], [ 106.087526427000057, 29.38489115100009 ], [ 106.087499920000027, 29.384834650000066 ], [ 106.087471236000056, 29.384747375000078 ], [ 106.087416462000093, 29.384642485000086 ], [ 106.087269593000045, 29.384403439000039 ], [ 106.087267394000037, 29.384400516000085 ], [ 106.087211551000053, 29.384326306000052 ], [ 106.08714331300007, 29.384275175000077 ], [ 106.087128011000061, 29.384266146000069 ], [ 106.087087416000045, 29.384242186000048 ], [ 106.087028244000066, 29.384227467000063 ], [ 106.086979596000049, 29.384223304000042 ], [ 106.086951826000075, 29.38422352900005 ], [ 106.086924104000047, 29.384228316000076 ], [ 106.086901655000077, 29.384239140000087 ], [ 106.086865351000029, 29.384253118000064 ], [ 106.08682557700007, 29.384267124000068 ], [ 106.086785690000056, 29.384270490000063 ], [ 106.086752713000067, 29.384270759000064 ], [ 106.086719687000041, 29.384266467000081 ], [ 106.086686581000038, 29.384254575000064 ], [ 106.086656865000066, 29.384235055000097 ], [ 106.086628788000041, 29.384206400000036 ], [ 106.086584751000032, 29.384145950000057 ], [ 106.086512314000061, 29.384026444000078 ], [ 106.086443445000043, 29.38391603000008 ], [ 106.086416377000035, 29.383818955000045 ], [ 106.086409550000042, 29.383779706000041 ], [ 106.086405285000069, 29.383755197000088 ], [ 106.086371023000041, 29.383607774000033 ], [ 106.08641983800004, 29.383558799000063 ], [ 106.086448529000052, 29.383548052000034 ], [ 106.086486844000035, 29.383539330000069 ], [ 106.086508424000044, 29.383537051000076 ], [ 106.086549251000079, 29.383538822000052 ], [ 106.086597522000034, 29.383563656000035 ], [ 106.08660156500008, 29.383566838000032 ], [ 106.086653227000056, 29.383512225000057 ], [ 106.086684565000041, 29.383487056000028 ], [ 106.086694046000048, 29.383486979000047 ], [ 106.086728839000045, 29.383489463000032 ], [ 106.086770130000048, 29.383508503000087 ], [ 106.086868863000063, 29.383579669000074 ], [ 106.086913225000046, 29.383590379000051 ], [ 106.086963879000052, 29.38359827000005 ], [ 106.086989161000076, 29.383598064000072 ], [ 106.087007946000028, 29.383581302000039 ], [ 106.087029921000067, 29.383567283000048 ], [ 106.087029803000078, 29.383556212000077 ], [ 106.087029568000048, 29.383534069000063 ], [ 106.087016662000053, 29.383509261000082 ], [ 106.087003669000069, 29.383476151000082 ], [ 106.087008547000039, 29.383441344000065 ], [ 106.087006853000062, 29.383443616000079 ], [ 106.086996162000048, 29.383454747000084 ], [ 106.086976430000064, 29.383462796000057 ], [ 106.086953013000027, 29.383462987000083 ], [ 106.086915134000051, 29.383458563000087 ], [ 106.086761230000036, 29.383385661000087 ], [ 106.086730289000059, 29.383355936000036 ], [ 106.086724700000048, 29.383338625000071 ], [ 106.086726266000028, 29.383316523000076 ], [ 106.086743911000042, 29.383281668000048 ], [ 106.086752817000047, 29.383272128000051 ], [ 106.086755230000051, 29.383270283000058 ], [ 106.086732797000082, 29.383230257000037 ], [ 106.086729237000043, 29.383212564000079 ], [ 106.08672895400008, 29.383185982000054 ], [ 106.086728766000078, 29.383168262000087 ], [ 106.086711559000037, 29.383135911000064 ], [ 106.086694290000025, 29.383097653000057 ], [ 106.08669391400008, 29.383062211000041 ], [ 106.086693662000073, 29.38303858300009 ], [ 106.086703464000038, 29.383008966000087 ], [ 106.086742249000054, 29.382976745000068 ], [ 106.086716497000054, 29.382960155000035 ], [ 106.08666345000006, 29.382949888000038 ], [ 106.086597849000043, 29.38290762600008 ], [ 106.086568930000055, 29.382868632000047 ], [ 106.086556260000066, 29.382825938000057 ], [ 106.086551242000041, 29.382736819000051 ], [ 106.086546526000063, 29.382676230000076 ], [ 106.08654169600004, 29.382604943000047 ], [ 106.08652631800004, 29.382498968000046 ], [ 106.086498153000036, 29.382435003000062 ], [ 106.086408173000052, 29.382301997000074 ], [ 106.086395475000074, 29.382256630000079 ], [ 106.086373389000073, 29.382189940000046 ], [ 106.086369767000065, 29.382136474000053 ], [ 106.086411611000074, 29.382050542000059 ], [ 106.086444889000063, 29.382020847000028 ], [ 106.086481193000054, 29.381988454000062 ], [ 106.086511388000076, 29.381956109000047 ], [ 106.086559795000028, 29.381912919000055 ], [ 106.086590104000038, 29.381891275000047 ], [ 106.086650424000027, 29.381846407000062 ], [ 106.086639743000035, 29.381822148000083 ], [ 106.086614062000081, 29.381765868000056 ], [ 106.086563502000047, 29.381728620000047 ], [ 106.086498574000075, 29.38168835100003 ], [ 106.08643394800005, 29.381676325000061 ], [ 106.086380238000061, 29.381679901000037 ], [ 106.086315679000052, 29.381724522000074 ], [ 106.086269967000078, 29.381756119000048 ], [ 106.086100485000031, 29.381992873000055 ], [ 106.085977473000071, 29.382114153000092 ], [ 106.085944083000072, 29.382169694000083 ], [ 106.085933343000079, 29.382187557000059 ], [ 106.085852740000064, 29.382294628000068 ], [ 106.085791617000041, 29.382385760000094 ], [ 106.085765312000035, 29.382414460000049 ], [ 106.08575967400003, 29.382440400000064 ], [ 106.085760032000053, 29.382474061000032 ], [ 106.085766302000081, 29.382507674000056 ], [ 106.085766522000029, 29.382528389000083 ], [ 106.085766687000046, 29.382543925000054 ], [ 106.085767044000079, 29.382577586000075 ], [ 106.08575847700007, 29.382606141000043 ], [ 106.085735211000042, 29.382642584000052 ], [ 106.08571769100007, 29.382663443000073 ], [ 106.085688484000059, 29.382697345000061 ], [ 106.085665107000068, 29.382723431000038 ], [ 106.085653474000026, 29.38274165200005 ], [ 106.085647918000063, 29.382775362000075 ], [ 106.085645347000082, 29.382811636000035 ], [ 106.085646035000082, 29.382876369000083 ], [ 106.085664405000045, 29.382935779000032 ], [ 106.085674952000033, 29.382949623000052 ], [ 106.085679832000039, 29.382919221000062 ], [ 106.085701472000039, 29.382904718000077 ], [ 106.085731503000034, 29.382909255000079 ], [ 106.085756279000066, 29.382932914000033 ], [ 106.085789485000078, 29.382980383000074 ], [ 106.085825194000051, 29.383006352000049 ], [ 106.085860815000046, 29.383025148000058 ], [ 106.08588039600005, 29.383072729000048 ], [ 106.085897105000072, 29.383106006000041 ], [ 106.085924687000045, 29.383136814000064 ], [ 106.085952420000069, 29.383181936000089 ], [ 106.085974567000051, 29.383215170000074 ], [ 106.086005005000061, 29.383257880000087 ], [ 106.086054304000072, 29.383281347000036 ], [ 106.086111677000076, 29.383295205000081 ], [ 106.086165866000044, 29.383299147000056 ], [ 106.086172569000041, 29.383314365000039 ], [ 106.086186014000077, 29.383348626000039 ], [ 106.086160178000057, 29.383379390000073 ], [ 106.086144945000058, 29.383381427000071 ], [ 106.086138649000077, 29.383404391000063 ], [ 106.086147442000026, 29.383411951000085 ], [ 106.08618477300007, 29.383436473000078 ], [ 106.086182772000029, 29.383453674000059 ], [ 106.086152277000053, 29.383455835000056 ], [ 106.086130514000047, 29.383459828000071 ], [ 106.086135154000033, 29.383486519000087 ], [ 106.086148620000074, 29.383522693000092 ], [ 106.086164086000053, 29.383541663000077 ], [ 106.086185970000031, 29.383549118000072 ], [ 106.086216812000032, 29.383579420000054 ], [ 106.086219137000057, 29.383592770000064 ], [ 106.086219380000045, 29.383615680000037 ], [ 106.08622839700007, 29.383644249000039 ], [ 106.086235160000058, 29.383665194000056 ], [ 106.086246351000057, 29.383691832000078 ], [ 106.086257552000063, 29.383720392000043 ], [ 106.086253642000031, 29.383762425000043 ], [ 106.086249477000081, 29.383781556000077 ], [ 106.086238966000053, 29.383817916000055 ], [ 106.086247913000079, 29.383838851000064 ], [ 106.086265695000066, 29.38387116500007 ], [ 106.08627909900008, 29.383901609000077 ], [ 106.086279343000058, 29.383924520000054 ], [ 106.086266425000076, 29.383939898000047 ], [ 106.086266247000026, 29.383942822000037 ], [ 106.086266262000038, 29.383942863000073 ], [ 106.086272937000047, 29.383991555000076 ], [ 106.08627341200004, 29.384036259000084 ], [ 106.086264225000036, 29.384050880000068 ], [ 106.086265621000052, 29.384069753000063 ], [ 106.08628126900004, 29.384105898000083 ], [ 106.086309735000043, 29.38411712300007 ], [ 106.086342434000073, 29.384116856000048 ], [ 106.086377226000081, 29.384108943000065 ], [ 106.086420181000051, 29.384072327000069 ], [ 106.086426377000066, 29.384142685000086 ], [ 106.08642386300005, 29.384162993000064 ], [ 106.086420104000069, 29.384194046000069 ], [ 106.086423112000034, 29.384220282000058 ], [ 106.08644255400003, 29.384254728000087 ], [ 106.08647559700006, 29.384286681000056 ], [ 106.086512803000062, 29.384325765000085 ], [ 106.086515903000077, 29.384361542000082 ], [ 106.086508003000063, 29.384386668000047 ], [ 106.08650541600008, 29.384398154000056 ], [ 106.086542628000075, 29.384391319000081 ], [ 106.086607685000047, 29.384386038000052 ], [ 106.086677965000035, 29.384361703000085 ], [ 106.086753822000048, 29.384351582000086 ], [ 106.08680245000005, 29.384332175000051 ], [ 106.086878106000029, 29.384303046000074 ], [ 106.086932210000057, 29.384288348000041 ], [ 106.086951955000075, 29.384288187000038 ], [ 106.086964764000072, 29.384288083000062 ], [ 106.087029871000027, 29.384287553000043 ], [ 106.087062626000034, 29.384306294000059 ], [ 106.087106234000032, 29.384324946000046 ], [ 106.087145071000066, 29.384405417000028 ], [ 106.087145374000045, 29.384433927000085 ], [ 106.087151356000049, 29.384486153000061 ], [ 106.087152113000059, 29.384557429000036 ], [ 106.087163267000051, 29.384585851000061 ], [ 106.087196176000077, 29.384618848000049 ], [ 106.087261989000069, 29.384684842000066 ], [ 106.087395640000068, 29.385006900000061 ], [ 106.087650172000053, 29.385470536000064 ], [ 106.087694434000085, 29.385584721000047 ], [ 106.087709530000041, 29.38553776700007 ], [ 106.087712385000032, 29.385492436000057 ] ], [ [ 106.086324968000042, 29.382479550000088 ], [ 106.086345444000088, 29.382497153000084 ], [ 106.08637359800008, 29.382521357000094 ], [ 106.086399406000055, 29.382563351000034 ], [ 106.086438885000064, 29.382698525000084 ], [ 106.086481821000064, 29.382920301000066 ], [ 106.086482930000059, 29.38302469100006 ], [ 106.086473235000028, 29.383066973000037 ], [ 106.086460979000037, 29.383107057000075 ], [ 106.086453584000026, 29.383127107000064 ], [ 106.086438533000035, 29.383142780000075 ], [ 106.086410755000045, 29.383154112000053 ], [ 106.086372837000056, 29.383161201000068 ], [ 106.086352546000057, 29.383165692000038 ], [ 106.086304361000032, 29.383166085000081 ], [ 106.086266204000026, 29.383155290000044 ], [ 106.086232929000062, 29.383126684000043 ], [ 106.086212405000026, 29.383104639000063 ], [ 106.086176335000061, 29.383051623000085 ], [ 106.086063655000032, 29.382710468000088 ], [ 106.086060388000078, 29.382641636000084 ], [ 106.086060082000074, 29.382612762000054 ], [ 106.086067290000074, 29.38257494200008 ], [ 106.08608724700008, 29.382543682000065 ], [ 106.086097202000076, 29.38252583100007 ], [ 106.086124955000059, 29.382512277000043 ], [ 106.086188166000071, 29.382493992000033 ], [ 106.086253960000079, 29.382480128000051 ], [ 106.08629197700003, 29.38247759800003 ], [ 106.086324968000042, 29.382479550000088 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.086901632000036, 29.386891351000088 ], [ 106.086910208000063, 29.38687908300005 ], [ 106.08693065000007, 29.386858561000054 ], [ 106.086956210000039, 29.386833472000028 ], [ 106.086953482000069, 29.386819924000061 ], [ 106.086953290000054, 29.386801831000067 ], [ 106.086950492000028, 29.386781498000062 ], [ 106.086921773000029, 29.386752330000039 ], [ 106.08690352800005, 29.386736645000038 ], [ 106.086864793000075, 29.386736961000047 ], [ 106.086838969000041, 29.38673717100005 ], [ 106.086820893000038, 29.386737319000069 ], [ 106.086733501000026, 29.38677648100008 ], [ 106.086700099000041, 29.386792586000066 ], [ 106.086664066000026, 29.386804189000085 ], [ 106.086617703000059, 29.386815876000075 ], [ 106.086594486000081, 29.386818327000071 ], [ 106.086571245000087, 29.386818516000066 ], [ 106.086548004000065, 29.386818706000035 ], [ 106.086542462000068, 29.386822007000035 ], [ 106.086554490000026, 29.38684879800007 ], [ 106.086569531000066, 29.386848609000086 ], [ 106.086615556000027, 29.386889755000077 ], [ 106.086616380000066, 29.386889523000036 ], [ 106.086645861000079, 29.386960652000084 ], [ 106.086648726000078, 29.386968481000043 ], [ 106.086658001000046, 29.386962564000047 ], [ 106.08668119400005, 29.386957851000087 ], [ 106.086712159000058, 29.386955337000071 ], [ 106.086745729000043, 29.38695506400007 ], [ 106.086784466000054, 29.386954747000061 ], [ 106.08683847900005, 29.386933952000053 ], [ 106.086869275000026, 29.386915605000056 ], [ 106.086901632000036, 29.386891351000088 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.086133603000064, 29.387715259000057 ], [ 106.086159328000065, 29.387709917000048 ], [ 106.086218096000039, 29.387691477000082 ], [ 106.086322384000042, 29.387614291000094 ], [ 106.086352907000048, 29.387591591000049 ], [ 106.086385969000048, 29.387566624000037 ], [ 106.086413975000028, 29.387548435000038 ], [ 106.086449577000053, 29.387521203000066 ], [ 106.086480195000036, 29.387507482000046 ], [ 106.086516034000056, 29.387502699000038 ], [ 106.086559446000081, 29.387486629000076 ], [ 106.086602785000025, 29.387463823000072 ], [ 106.086648664000052, 29.387438755000058 ], [ 106.086663949000069, 29.387429649000069 ], [ 106.086699598000052, 29.38740690700007 ], [ 106.086755587000027, 29.387368282000068 ], [ 106.086811648000037, 29.387336392000069 ], [ 106.086819466000065, 29.387332888000053 ], [ 106.086829220000027, 29.387315442000041 ], [ 106.086888998000063, 29.387299448000082 ], [ 106.086997342000075, 29.387235904000082 ], [ 106.086996518000035, 29.387158341000092 ], [ 106.087007260000064, 29.387120281000083 ], [ 106.086992738000049, 29.387111374000082 ], [ 106.086969231000069, 29.387086686000089 ], [ 106.086956103000034, 29.387066437000044 ], [ 106.086942831000044, 29.387032619000077 ], [ 106.086936492000063, 29.387023111000076 ], [ 106.086891908000041, 29.387056769000075 ], [ 106.086518389000048, 29.387299690000063 ], [ 106.086151371000028, 29.387313966000079 ], [ 106.086133440000026, 29.387323703000046 ], [ 106.086079666000046, 29.387392989000091 ], [ 106.086064049000072, 29.387462703000043 ], [ 106.086019966000038, 29.38752020100009 ], [ 106.085983691000081, 29.387569192000058 ], [ 106.085932489000072, 29.387598241000035 ], [ 106.085851204000051, 29.38764258100008 ], [ 106.085797776000049, 29.387693146000057 ], [ 106.085783629000048, 29.387712062000045 ], [ 106.085825126000032, 29.387718409000065 ], [ 106.085971264000079, 29.387724850000033 ], [ 106.086133603000064, 29.387715259000057 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.088511769000036, 29.389891835000071 ], [ 106.088482443000032, 29.389831452000067 ], [ 106.088446238000074, 29.389776696000059 ], [ 106.08842510900007, 29.389760353000042 ], [ 106.088393486000029, 29.389742261000034 ], [ 106.088355654000054, 29.389731559000037 ], [ 106.088326204000055, 29.389720789000076 ], [ 106.088292584000044, 29.389711888000079 ], [ 106.088242220000055, 29.389704959000095 ], [ 106.088124810000068, 29.389698577000054 ], [ 106.088089171000036, 29.389697033000065 ], [ 106.088053571000046, 29.389699159000081 ], [ 106.088028429000076, 29.38969936400008 ], [ 106.087973953000073, 29.389699808000053 ], [ 106.087925705000032, 29.389694697000039 ], [ 106.087921748000042, 29.389716750000048 ], [ 106.087896860000058, 29.389740809000038 ], [ 106.087880332000054, 29.389762965000038 ], [ 106.087878530000069, 29.389790506000054 ], [ 106.087880802000029, 29.389807004000094 ], [ 106.087910270000066, 29.389819608000035 ], [ 106.087994276000074, 29.389837273000062 ], [ 106.088025937000054, 29.389859035000075 ], [ 106.088040799000055, 29.389877264000074 ], [ 106.088043109000068, 29.389897431000065 ], [ 106.088030792000055, 29.389921388000062 ], [ 106.088005883000051, 29.389943612000074 ], [ 106.087989316000076, 29.389962098000066 ], [ 106.087966523000034, 29.389986140000079 ], [ 106.08795011400008, 29.39001930500007 ], [ 106.08793160700003, 29.390052487000045 ], [ 106.087904683000033, 29.39008206800008 ], [ 106.08787329300003, 29.390085994000067 ], [ 106.087829058000068, 29.390064335000087 ], [ 106.087807872000042, 29.390042487000073 ], [ 106.087784766000027, 29.390037170000078 ], [ 106.087761894000039, 29.390053872000067 ], [ 106.08774949900004, 29.390070489000042 ], [ 106.087743466000063, 29.390094393000087 ], [ 106.087733127000035, 29.390107325000095 ], [ 106.087714407000078, 29.390120322000083 ], [ 106.087685113000077, 29.390124231000076 ], [ 106.087632733000078, 29.390124659000037 ], [ 106.087586559000044, 29.390117695000072 ], [ 106.087514728000031, 29.390088833000053 ], [ 106.087508200000059, 29.390105489000071 ], [ 106.08749728600003, 29.390130046000078 ], [ 106.087475328000039, 29.390166926000067 ], [ 106.087446080000063, 29.390194887000057 ], [ 106.087492401000077, 29.390196148000086 ], [ 106.087520547000054, 29.390215493000085 ], [ 106.087529031000031, 29.39022521000004 ], [ 106.087534879000032, 29.390249630000088 ], [ 106.087537958000041, 29.39027651900005 ], [ 106.087538245000076, 29.390303431000063 ], [ 106.08754039300004, 29.390315771000083 ], [ 106.087573794000036, 29.390359403000048 ], [ 106.08759120600007, 29.390374371000057 ], [ 106.087617264000073, 29.390391155000088 ], [ 106.087647514000025, 29.390396575000075 ], [ 106.087682016000031, 29.390396293000038 ], [ 106.087714382000058, 29.390397917000087 ], [ 106.087735946000066, 29.390397741000072 ], [ 106.08776823200003, 29.390391812000072 ], [ 106.087817568000062, 29.39036685700006 ], [ 106.087845419000075, 29.390349632000042 ], [ 106.08787099400007, 29.390321094000068 ], [ 106.087881555000081, 29.390300233000065 ], [ 106.087881275000029, 29.390273794000052 ], [ 106.087881054000036, 29.390253021000039 ], [ 106.087880872000028, 29.390236025000021 ], [ 106.087891333000073, 29.390205721000086 ], [ 106.087921120000047, 29.39016770500006 ], [ 106.087953265000067, 29.390148557000082 ], [ 106.087994015000049, 29.39012744900009 ], [ 106.088034605000075, 29.390091234000071 ], [ 106.088060240000061, 29.390068362000079 ], [ 106.088103167000043, 29.39004912400009 ], [ 106.088159233000056, 29.390048666000041 ], [ 106.088195932000076, 29.390052144000045 ], [ 106.088230554000063, 29.390063193000056 ], [ 106.088275839000062, 29.390062825000086 ], [ 106.088303873000029, 29.390062595000074 ], [ 106.088342688000068, 29.390062278000073 ], [ 106.088375074000055, 29.390065791000037 ], [ 106.088398834000031, 29.390069375000053 ], [ 106.088426906000052, 29.390072922000058 ], [ 106.088459233000037, 29.390070769000083 ], [ 106.088474126000051, 29.390051761000056 ], [ 106.088476042000082, 29.390029082000066 ], [ 106.088469271000065, 29.390000808000067 ], [ 106.08845175700003, 29.389976399000094 ], [ 106.088440715000047, 29.389951938000078 ], [ 106.088455467000088, 29.389919710000072 ], [ 106.088476850000063, 29.389902537000072 ], [ 106.088511769000036, 29.389891835000071 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.061391988000025, 29.363988899000052 ], [ 106.06141636600006, 29.36391214300005 ], [ 106.061412476000044, 29.363806812000067 ], [ 106.061394551000035, 29.363696692000072 ], [ 106.061300194000083, 29.36349897000008 ], [ 106.061241562000077, 29.363239706000051 ], [ 106.061244515000055, 29.362984853000057 ], [ 106.061243345000037, 29.36287215000004 ], [ 106.061248310000053, 29.362766538000081 ], [ 106.061259165000081, 29.362613931000052 ], [ 106.061237811000069, 29.362495988000038 ], [ 106.061228017000076, 29.362472875000034 ], [ 106.061217878000036, 29.362456943000041 ], [ 106.061163788000044, 29.362419597000034 ], [ 106.061145044000071, 29.362402401000054 ], [ 106.061098568000034, 29.362313058000034 ], [ 106.061083904000057, 29.362303023000038 ], [ 106.061054828000067, 29.362300861000055 ], [ 106.061044544000026, 29.362305152000093 ], [ 106.061032852000039, 29.362315862000056 ], [ 106.06102839700003, 29.362347042000074 ], [ 106.061008574000027, 29.362434354000072 ], [ 106.060998798000071, 29.362486950000068 ], [ 106.060988042000091, 29.36252869100008 ], [ 106.060986159000038, 29.362616916000029 ], [ 106.061004592000074, 29.36277603800005 ], [ 106.061003243000073, 29.362915715000039 ], [ 106.060957575000032, 29.363097399000075 ], [ 106.06095808200007, 29.363146401000048 ], [ 106.060961478000081, 29.363156 ], [ 106.06098343400005, 29.363278477000048 ], [ 106.060985952000067, 29.36330232400006 ], [ 106.060991050000041, 29.363355985000059 ], [ 106.061002669000061, 29.363381749000034 ], [ 106.061007416000052, 29.363401601000081 ], [ 106.061009913000078, 29.363423460000032 ], [ 106.061010243000055, 29.363455280000039 ], [ 106.061030924000079, 29.363478983000054 ], [ 106.061037817000056, 29.363486884000054 ], [ 106.061038003000078, 29.363504784000035 ], [ 106.061038229000076, 29.363526661000041 ], [ 106.061015712000028, 29.363544740000066 ], [ 106.060995464000044, 29.36356280200005 ], [ 106.060977426000079, 29.363574879000048 ], [ 106.060959345000072, 29.363582979000057 ], [ 106.060936662000074, 29.363585148000084 ], [ 106.060900193000066, 29.36357151500005 ], [ 106.060843104000071, 29.363540146000052 ], [ 106.060836210000048, 29.363532245000037 ], [ 106.060820112000044, 29.363512484000069 ], [ 106.060820050000075, 29.363506517000062 ], [ 106.060797244000071, 29.363496754000046 ], [ 106.060772228000076, 29.363492975000039 ], [ 106.060742776000041, 29.363499176000065 ], [ 106.060724840000034, 29.363521198000061 ], [ 106.060720526000068, 29.363543110000077 ], [ 106.060720753000055, 29.363564987000075 ], [ 106.060720919000062, 29.36358089800007 ], [ 106.060716584000048, 29.363600821000038 ], [ 106.060705334000048, 29.363610855000047 ], [ 106.060682693000047, 29.363617002000062 ], [ 106.060660092000035, 29.363627127000079 ], [ 106.060646553000026, 29.363635191000071 ], [ 106.060628637000036, 29.363659200000079 ], [ 106.060628885000028, 29.363683066000085 ], [ 106.060635902000058, 29.363702899000096 ], [ 106.060654250000027, 29.363720654000076 ], [ 106.060663415000079, 29.363728537000046 ], [ 106.060681659000068, 29.363736349000071 ], [ 106.06070158700004, 29.363744879000077 ], [ 106.060711273000038, 29.363727518000076 ], [ 106.060738382000068, 29.363681162000031 ], [ 106.06078339000004, 29.363667622000044 ], [ 106.060815925000043, 29.363660771000074 ], [ 106.060878602000059, 29.363658076000032 ], [ 106.060916495000072, 29.363684140000085 ], [ 106.060966620000045, 29.363740867000036 ], [ 106.061040252000055, 29.363766647000098 ], [ 106.061083925000048, 29.36380584800008 ], [ 106.061096088000056, 29.363829920000047 ], [ 106.061079033000055, 29.36387839300005 ], [ 106.06106631800003, 29.363912848000041 ], [ 106.06112883000003, 29.363924825000083 ], [ 106.061261276000039, 29.363949765000083 ], [ 106.061358803000076, 29.363989163000035 ], [ 106.061391988000025, 29.363988899000052 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.062955999000067, 29.371927653000046 ], [ 106.063012512000057, 29.371823147000047 ], [ 106.063149149000026, 29.371631715000046 ], [ 106.063271176000072, 29.371476501000064 ], [ 106.063418436000063, 29.371347466000081 ], [ 106.063441802000057, 29.37131404500008 ], [ 106.063548728000058, 29.371100745000028 ], [ 106.063617858000057, 29.371010495000064 ], [ 106.063682357000062, 29.370863627000062 ], [ 106.063769881000042, 29.37072837900007 ], [ 106.063818653000055, 29.370624128000092 ], [ 106.063825180000038, 29.37047418200007 ], [ 106.06382433400006, 29.370331708000045 ], [ 106.06377625500005, 29.370386440000058 ], [ 106.063734116000035, 29.370431562000078 ], [ 106.06370228000003, 29.37044301200007 ], [ 106.063653285000044, 29.370443403000081 ], [ 106.063569840000071, 29.370408613000055 ], [ 106.063503746000038, 29.370403543000066 ], [ 106.063425044000041, 29.370415366000088 ], [ 106.063368364000041, 29.370496059000061 ], [ 106.063319969000077, 29.370554292000072 ], [ 106.063275545000067, 29.370584503000092 ], [ 106.06321801100006, 29.370583096000075 ], [ 106.063160476000064, 29.370581689000055 ], [ 106.063106911000034, 29.370552259000085 ], [ 106.063075075000029, 29.37053341700005 ], [ 106.062999882000042, 29.370615022000038 ], [ 106.062847993000048, 29.370823707000049 ], [ 106.062733966000053, 29.370969681000076 ], [ 106.062630144000082, 29.371171235000084 ], [ 106.062552947000029, 29.371340529000054 ], [ 106.0625, 29.371472021000045 ], [ 106.062457776000031, 29.371649936000043 ], [ 106.062449961000027, 29.371832932000078 ], [ 106.0625, 29.372106385000045 ], [ 106.062529103000031, 29.372107769000081 ], [ 106.062603241000033, 29.372098796000039 ], [ 106.062689270000078, 29.372084983000036 ], [ 106.062756399000079, 29.372054913000056 ], [ 106.062875805000033, 29.372008016000049 ], [ 106.062953695000033, 29.371931914000058 ], [ 106.062955999000067, 29.371927653000046 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.060512318000065, 29.369401592000081 ], [ 106.060466658000053, 29.369307201000083 ], [ 106.060445365000078, 29.369075671000068 ], [ 106.060509987000046, 29.368930345000081 ], [ 106.060748935000049, 29.368742258000051 ], [ 106.060931934000052, 29.368624953000047 ], [ 106.061078135000059, 29.368603102000055 ], [ 106.061196555000038, 29.36863526000008 ], [ 106.061443100000076, 29.368724322000052 ], [ 106.061543228000062, 29.368814550000074 ], [ 106.061591144000033, 29.368932771000061 ], [ 106.061632757000041, 29.368899690000038 ], [ 106.061678934000042, 29.368877149000074 ], [ 106.061706069000081, 29.368849214000086 ], [ 106.061791829000072, 29.368778309000049 ], [ 106.061802165000074, 29.368757901000038 ], [ 106.061801993000074, 29.368741270000037 ], [ 106.061787188000039, 29.368737692000085 ], [ 106.061749409000072, 29.368756472000086 ], [ 106.061661215000072, 29.368795981000069 ], [ 106.061629535000066, 29.368792537000051 ], [ 106.061616724000046, 29.368777857000048 ], [ 106.061603933000072, 29.368765022000044 ], [ 106.061565445000042, 29.36871543500007 ], [ 106.061560901000064, 29.368684056000063 ], [ 106.061581861000036, 29.368670954000038 ], [ 106.061609093000072, 29.368652259000037 ], [ 106.061608997000064, 29.368643019000039 ], [ 106.06160669500008, 29.368624558000079 ], [ 106.061589609000066, 29.368604368000035 ], [ 106.06157244700006, 29.368576785000073 ], [ 106.061523430000094, 29.368529130000066 ], [ 106.06147449000008, 29.368488865000074 ], [ 106.061419108000052, 29.368437564000093 ], [ 106.061290438000071, 29.368353214000074 ], [ 106.061205452000081, 29.368259278000036 ], [ 106.061021853000057, 29.368145625000068 ], [ 106.060958753000079, 29.368078848000035 ], [ 106.060917145000076, 29.368001385000063 ], [ 106.060890548000032, 29.367982674000071 ], [ 106.060842394000076, 29.367968339000075 ], [ 106.060784217000048, 29.367973052000082 ], [ 106.060720339000056, 29.368002950000061 ], [ 106.060615541000075, 29.368081577000055 ], [ 106.060510570000076, 29.36814338400006 ], [ 106.060387266000077, 29.368209906000061 ], [ 106.060389286000031, 29.368211021000043 ], [ 106.060414736000055, 29.368225954000085 ], [ 106.060437120000074, 29.368240082000053 ], [ 106.060456438000074, 29.368253406000058 ], [ 106.060473251000076, 29.368266967000071 ], [ 106.060488117000034, 29.368281802000077 ], [ 106.060501037000051, 29.368297913000053 ], [ 106.060512010000082, 29.368315299000074 ], [ 106.060521037000058, 29.368333960000086 ], [ 106.060528118000036, 29.368353897000077 ], [ 106.060533252000027, 29.368375109000056 ], [ 106.060536440000078, 29.368397596000079 ], [ 106.060538234000035, 29.368421368000046 ], [ 106.060539185000039, 29.368446432000042 ], [ 106.060539295000069, 29.368472790000059 ], [ 106.060538562000033, 29.368500440000037 ], [ 106.060536987000035, 29.368529384000055 ], [ 106.060534569000026, 29.368559620000042 ], [ 106.060531310000044, 29.36859114900005 ], [ 106.060527208000067, 29.36862397200008 ], [ 106.060522681000066, 29.368657066000086 ], [ 106.06051814500006, 29.368689409000076 ], [ 106.060513601000025, 29.368721003000068 ], [ 106.060509049000075, 29.368751847000052 ], [ 106.060504489000039, 29.368781941000059 ], [ 106.060499920000041, 29.368811285000039 ], [ 106.060495343000071, 29.368839879000063 ], [ 106.060490757000025, 29.368867723000047 ], [ 106.060485732000089, 29.368894499000074 ], [ 106.060479834000034, 29.368919890000086 ], [ 106.060473064000064, 29.36894389500009 ], [ 106.060465423000039, 29.368966515000078 ], [ 106.060456909000038, 29.368987749000045 ], [ 106.06044752400004, 29.369007598000039 ], [ 106.060437266000065, 29.369026061000064 ], [ 106.060426137000036, 29.369043139000041 ], [ 106.060414690000087, 29.369059202000074 ], [ 106.060403481000037, 29.369074620000042 ], [ 106.060392510000042, 29.369089392000035 ], [ 106.060381776000057, 29.369103520000071 ], [ 106.060371279000037, 29.369117003000039 ], [ 106.060361020000073, 29.369129841000078 ], [ 106.060350999000036, 29.369142035000042 ], [ 106.06034121600004, 29.369153583000063 ], [ 106.060331740000038, 29.369165343000081 ], [ 106.060322644000053, 29.369178171000048 ], [ 106.060313926000049, 29.369192067000085 ], [ 106.060305588000062, 29.36920703200007 ], [ 106.060297628000058, 29.369223065000085 ], [ 106.06029004800007, 29.369240166000054 ], [ 106.060282846000064, 29.369258335000037 ], [ 106.060276024000075, 29.369277573000083 ], [ 106.060270133000074, 29.369298035000043 ], [ 106.060265725000079, 29.36931987700007 ], [ 106.060262801000079, 29.369343100000037 ], [ 106.060261361000073, 29.369367702000087 ], [ 106.060261405000062, 29.369393685000034 ], [ 106.060262933000047, 29.369421049000039 ], [ 106.060265944000037, 29.369449792000069 ], [ 106.060266825000042, 29.369455693000074 ], [ 106.060325094000063, 29.369441765000094 ], [ 106.060422189000064, 29.369405418000035 ], [ 106.060512318000065, 29.369401592000081 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.060398310000039, 29.372270887000067 ], [ 106.060369906000062, 29.372249761000031 ], [ 106.06032059100005, 29.372172788000054 ], [ 106.060319676000063, 29.372084532000084 ], [ 106.06037956800003, 29.371981628000064 ], [ 106.060455080000054, 29.371945723000071 ], [ 106.060517621000031, 29.371929717000054 ], [ 106.060516250000035, 29.37192617400007 ], [ 106.06052199100003, 29.371861694000074 ], [ 106.060534767000036, 29.371785655000057 ], [ 106.060580783000049, 29.371763194000035 ], [ 106.060649940000076, 29.371760170000069 ], [ 106.060679487000073, 29.371762286000038 ], [ 106.060733514000063, 29.371799386000074 ], [ 106.060795738000095, 29.37177771700004 ], [ 106.060844241000041, 29.371786106000055 ], [ 106.060877766000033, 29.371799001000056 ], [ 106.060878592000051, 29.371836184000077 ], [ 106.060835931000042, 29.37184259300005 ], [ 106.060829296000065, 29.371870967000064 ], [ 106.06083078100005, 29.371926506000086 ], [ 106.060859519000076, 29.371905991000066 ], [ 106.060913705000075, 29.371875725000045 ], [ 106.060935332000042, 29.371811652000069 ], [ 106.060952192000059, 29.371817578000048 ], [ 106.060990031000074, 29.371810634000035 ], [ 106.061042735000058, 29.371774793000043 ], [ 106.061120688000074, 29.37173653900004 ], [ 106.061163284000031, 29.371700779000037 ], [ 106.061218813000039, 29.371693697000069 ], [ 106.061279604000049, 29.371706495000069 ], [ 106.06133587100004, 29.371727648000043 ], [ 106.061354259000041, 29.371739135000034 ], [ 106.061370867000051, 29.371764065000036 ], [ 106.061375387000055, 29.371805798000082 ], [ 106.061398894000035, 29.371839027000078 ], [ 106.061442874000093, 29.371905478000087 ], [ 106.061497684000074, 29.37193559300005 ], [ 106.061517921000075, 29.371940823000049 ], [ 106.061467966000066, 29.371868809000038 ], [ 106.061367992000044, 29.371711298000026 ], [ 106.061182067000061, 29.371356513000077 ], [ 106.061012706000056, 29.37114664700005 ], [ 106.06096360600003, 29.371062552000065 ], [ 106.060927776000028, 29.371017779000059 ], [ 106.060905009000066, 29.370992614000048 ], [ 106.060898375000079, 29.370972952000045 ], [ 106.060897908000072, 29.370927898000048 ], [ 106.060884144000056, 29.370840706000074 ], [ 106.060883706000027, 29.370798468000089 ], [ 106.060892271000057, 29.370753022000088 ], [ 106.060901495000053, 29.370681362000084 ], [ 106.060916242000076, 29.370675905000045 ], [ 106.060888716000079, 29.370653442000041 ], [ 106.06088032100007, 29.370654560000048 ], [ 106.060848564000025, 29.370632220000058 ], [ 106.060828426000057, 29.370624849000084 ], [ 106.06081107600005, 29.370609925000053 ], [ 106.060782107000094, 29.370580031000085 ], [ 106.060747614000036, 29.37057026400004 ], [ 106.060710543000027, 29.370588132000083 ], [ 106.060704247000047, 29.370634872000036 ], [ 106.060684365000043, 29.370653716000042 ], [ 106.060613864000061, 29.370661700000078 ], [ 106.060602843000026, 29.370704463000035 ], [ 106.060629260000042, 29.370764502000036 ], [ 106.060693163000053, 29.370846835000062 ], [ 106.060682248000035, 29.370899639000072 ], [ 106.06067721800008, 29.370967458000052 ], [ 106.060657782000078, 29.371027861000073 ], [ 106.060575640000081, 29.371121397000071 ], [ 106.06047338500008, 29.371210073000046 ], [ 106.060244240000031, 29.371296058000045 ], [ 106.060268231000066, 29.371342865000081 ], [ 106.060272682000061, 29.371385539000077 ], [ 106.060271798000031, 29.371439498000083 ], [ 106.060293952000052, 29.371487792000043 ], [ 106.060320425000043, 29.371531995000055 ], [ 106.060346779000042, 29.371601634000065 ], [ 106.060364770000035, 29.371688801000069 ], [ 106.060322804000066, 29.37176147700006 ], [ 106.060271856000043, 29.371791817000087 ], [ 106.060120098000027, 29.371811656000094 ], [ 106.060017910000056, 29.371821142000048 ], [ 106.060036895000053, 29.371832354000045 ], [ 106.060080542000051, 29.371846823000059 ], [ 106.060105263000025, 29.371862758000084 ], [ 106.060112065000055, 29.371861334000076 ], [ 106.060145707000061, 29.371859520000044 ], [ 106.060179147000042, 29.371862658000055 ], [ 106.060177325000041, 29.37200441400006 ], [ 106.060190962000036, 29.372069576000062 ], [ 106.06017231800007, 29.372146346000079 ], [ 106.060133884000038, 29.372189219000074 ], [ 106.06006644100006, 29.372246510000078 ], [ 106.060028094000074, 29.372297899000042 ], [ 106.059999614000048, 29.372363394000043 ], [ 106.059996933000036, 29.37241733500008 ], [ 106.060052300000052, 29.372445272000054 ], [ 106.060103928000046, 29.372424998000042 ], [ 106.060132525000029, 29.372370851000081 ], [ 106.060174258000075, 29.372333628000032 ], [ 106.060229303000028, 29.372330352000066 ], [ 106.060303549000025, 29.372304221000032 ], [ 106.060359540000036, 29.372309637000061 ], [ 106.060367150000047, 29.372310373000065 ], [ 106.060375730000032, 29.37228484800006 ], [ 106.060398310000039, 29.372270887000067 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.063075075000029, 29.37053341700005 ], [ 106.063140797000074, 29.370462088000071 ], [ 106.063179877000039, 29.370416764000076 ], [ 106.063111614000036, 29.370389874000068 ], [ 106.063051833000031, 29.370377289000086 ], [ 106.062953923000066, 29.370385533000047 ], [ 106.062886104000029, 29.370419663000067 ], [ 106.062750626000081, 29.370502849000033 ], [ 106.062642721000032, 29.370574619000084 ], [ 106.062527053000068, 29.370712015000038 ], [ 106.062500001000046, 29.370819193000038 ], [ 106.062428129000068, 29.370976991000081 ], [ 106.062364494000064, 29.371031314000042 ], [ 106.062277714000061, 29.371070153000055 ], [ 106.062172840000073, 29.371081682000067 ], [ 106.06212434400004, 29.371114149000046 ], [ 106.06209577900006, 29.371184954000061 ], [ 106.062089054000069, 29.37124275300004 ], [ 106.062099016000047, 29.371276774000073 ], [ 106.06208255100006, 29.371321937000062 ], [ 106.062053521000053, 29.371347833000069 ], [ 106.062022113000069, 29.371380164000072 ], [ 106.061973418000051, 29.371393384000051 ], [ 106.06190760800007, 29.371404602000045 ], [ 106.061868789000073, 29.371428436000087 ], [ 106.061796366000067, 29.371508145000071 ], [ 106.061772899000061, 29.371594001000066 ], [ 106.061794859000031, 29.371647994000057 ], [ 106.06179970800008, 29.371679637000057 ], [ 106.061838793000049, 29.371742690000069 ], [ 106.06193416800005, 29.371870768000061 ], [ 106.062101195000025, 29.372003197000083 ], [ 106.062166519000073, 29.372050430000058 ], [ 106.062242696000055, 29.37210579700006 ], [ 106.062283384000068, 29.37210547200004 ], [ 106.062324010000054, 29.372099208000062 ], [ 106.062348731000043, 29.372085151000064 ], [ 106.062359932000049, 29.372075161000062 ], [ 106.062380172000076, 29.372065099000054 ], [ 106.062407298000039, 29.372064883000061 ], [ 106.0625, 29.372106385000045 ], [ 106.062449961000027, 29.371832932000078 ], [ 106.062457776000031, 29.371649936000043 ], [ 106.0625, 29.371472021000045 ], [ 106.062552947000029, 29.371340529000054 ], [ 106.062630144000082, 29.371171235000084 ], [ 106.062733966000053, 29.370969681000076 ], [ 106.062847993000048, 29.370823707000049 ], [ 106.062999882000042, 29.370615022000038 ], [ 106.063075075000029, 29.37053341700005 ] ], [ [ 106.062293142000044, 29.371542055000081 ], [ 106.062354415000073, 29.37163170500008 ], [ 106.062404754000056, 29.371773967000074 ], [ 106.062405406000039, 29.371836733000066 ], [ 106.06240593900003, 29.371888088000041 ], [ 106.062383732000058, 29.37194533000007 ], [ 106.062370910000027, 29.371965405000079 ], [ 106.062351456000044, 29.371974120000061 ], [ 106.062328656000034, 29.37197430100008 ], [ 106.06226336400006, 29.371960555000044 ], [ 106.062203135000061, 29.371806959000079 ], [ 106.062181962000068, 29.371650198000054 ], [ 106.062187766000079, 29.371581674000087 ], [ 106.062231734000093, 29.371494523000077 ], [ 106.062266176000037, 29.371487135000049 ], [ 106.062293142000044, 29.371542055000081 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.061405581000031, 29.373032936000072 ], [ 106.061417369000026, 29.373040535000083 ], [ 106.061450224000055, 29.373063647000041 ], [ 106.061474131000068, 29.373081638000091 ], [ 106.061512351000033, 29.373113089000075 ], [ 106.061489899000037, 29.373012792000054 ], [ 106.061406225000042, 29.372881286000062 ], [ 106.061264569000059, 29.372780280000086 ], [ 106.061191931000053, 29.37272077900008 ], [ 106.061160632000053, 29.372678974000046 ], [ 106.06112590400005, 29.372637195000035 ], [ 106.06111536800006, 29.372613247000064 ], [ 106.061111564000043, 29.372577231000047 ], [ 106.061142026000027, 29.372567253000049 ], [ 106.061101471000029, 29.372513479000077 ], [ 106.061081110000032, 29.372495802000053 ], [ 106.061054292000065, 29.372472735000091 ], [ 106.06104251000005, 29.372447220000087 ], [ 106.061049178000076, 29.37240681500009 ], [ 106.061084686000072, 29.372353407000038 ], [ 106.061082673000044, 29.372353537000034 ], [ 106.06102357900005, 29.372364926000042 ], [ 106.06092926000008, 29.372362896000077 ], [ 106.060908744000074, 29.372334280000079 ], [ 106.060910859000046, 29.372294415000052 ], [ 106.060938565000072, 29.372285338000047 ], [ 106.060991615000034, 29.372282701000074 ], [ 106.061026697000045, 29.372253644000075 ], [ 106.06101863300006, 29.372207218000089 ], [ 106.061000553000042, 29.372169728000067 ], [ 106.060962277000044, 29.372134611000039 ], [ 106.060908907000055, 29.372106256000052 ], [ 106.06087096300007, 29.372110255000059 ], [ 106.060871853000037, 29.372114400000047 ], [ 106.060863260000076, 29.372176507000063 ], [ 106.060840474000031, 29.372206358000081 ], [ 106.060754479000082, 29.372228620000051 ], [ 106.060721060000049, 29.372232774000057 ], [ 106.060700595000085, 29.372247383000065 ], [ 106.060693403000073, 29.372285076000079 ], [ 106.06069903000008, 29.372340376000061 ], [ 106.060727266000072, 29.372382212000048 ], [ 106.060788400000035, 29.372428216000063 ], [ 106.060826489000078, 29.372445052000039 ], [ 106.060867114000075, 29.372463011000036 ], [ 106.060940578000043, 29.37247476900006 ], [ 106.061035817000061, 29.372643249000078 ], [ 106.061070887000042, 29.37271940200009 ], [ 106.061085753000043, 29.372747661000062 ], [ 106.061097906000057, 29.372770761000091 ], [ 106.061098129000072, 29.37279224100007 ], [ 106.061084827000059, 29.372823375000053 ], [ 106.061068677000037, 29.372842598000094 ], [ 106.061041824000029, 29.37288100100006 ], [ 106.061020348000056, 29.372912200000091 ], [ 106.061001623000038, 29.372945766000029 ], [ 106.060988271000042, 29.372972127000072 ], [ 106.060986920000062, 29.37303670800009 ], [ 106.06103403000003, 29.373071820000067 ], [ 106.061087512000029, 29.373120527000083 ], [ 106.061144868000042, 29.373094995000088 ], [ 106.061171844000057, 29.373068526000051 ], [ 106.06118779600007, 29.373030209000039 ], [ 106.06119559900003, 29.372994344000059 ], [ 106.061195326000075, 29.372968092000061 ], [ 106.061205754000085, 29.372922661000068 ], [ 106.061219108000046, 29.372896299000047 ], [ 106.061229585000035, 29.372855638000093 ], [ 106.061250936000079, 29.372812505000066 ], [ 106.06126996100005, 29.372807581000075 ], [ 106.061297207000067, 29.372807365000078 ], [ 106.061324827000078, 29.372842947000031 ], [ 106.06133158800003, 29.372969394000055 ], [ 106.061335862000078, 29.372974535000086 ], [ 106.061345385000038, 29.372985992000054 ], [ 106.061364432000062, 29.372983453000067 ], [ 106.061380732000032, 29.37297855000007 ], [ 106.061394356000051, 29.372978441000043 ], [ 106.061408155000052, 29.372995038000049 ], [ 106.061413850000065, 29.373018862000048 ], [ 106.061405581000031, 29.373032936000072 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.062806418000037, 29.37563821100008 ], [ 106.062799047000055, 29.375628716000051 ], [ 106.062793871000054, 29.37559104900004 ], [ 106.062793610000028, 29.375565913000052 ], [ 106.062823415000025, 29.375442080000095 ], [ 106.062835356000051, 29.37539644900005 ], [ 106.06279685100003, 29.375330868000049 ], [ 106.06279161100008, 29.375314260000039 ], [ 106.06278517100003, 29.375304321000044 ], [ 106.062776210000038, 29.375295513000069 ], [ 106.062760899000068, 29.375285646000069 ], [ 106.062738009000043, 29.375278056000074 ], [ 106.062718990000064, 29.375277099000069 ], [ 106.062694880000038, 29.375273961000065 ], [ 106.062671931000068, 29.375260824000062 ], [ 106.062652750000041, 29.375244327000075 ], [ 106.062637314000028, 29.375222250000032 ], [ 106.062635932000049, 29.375211162000088 ], [ 106.062635851000039, 29.375203392000063 ], [ 106.062634399000046, 29.375185644000059 ], [ 106.062646737000094, 29.375153356000059 ], [ 106.06266056100003, 29.37514214700008 ], [ 106.062674384000047, 29.375130936000058 ], [ 106.06269674400005, 29.375087469000043 ], [ 106.062696559000074, 29.375069709000055 ], [ 106.062695143000042, 29.37505529200007 ], [ 106.062689912000053, 29.375039794000088 ], [ 106.062680880000073, 29.375024325000087 ], [ 106.062673162000067, 29.375013286000069 ], [ 106.062659913000061, 29.375 ], [ 106.062576709000041, 29.37496646600005 ], [ 106.062539781000055, 29.374946631000061 ], [ 106.062511825000058, 29.374928521000065 ], [ 106.062500001000046, 29.374915600000062 ], [ 106.062420320000058, 29.374816501000055 ], [ 106.06237317700004, 29.374740746000036 ], [ 106.062337464000052, 29.374649674000068 ], [ 106.062316869000028, 29.37461938600006 ], [ 106.062311023000063, 29.374614357000041 ], [ 106.062287925000078, 29.374622154000065 ], [ 106.062285344000031, 29.374652627000049 ], [ 106.062295406000047, 29.374784506000083 ], [ 106.062295827000071, 29.374825106000056 ], [ 106.062275812000053, 29.374850642000066 ], [ 106.062226773000077, 29.374871334000094 ], [ 106.062177576000067, 29.374876802000077 ], [ 106.062125403000039, 29.374874681000055 ], [ 106.062119530000075, 29.374867114000043 ], [ 106.062104440000041, 29.37480886700007 ], [ 106.06211423600007, 29.374636226000067 ], [ 106.062121083000079, 29.374528320000081 ], [ 106.062099971000066, 29.374478873000044 ], [ 106.062027734000026, 29.374515796000082 ], [ 106.061955411000042, 29.374603608000079 ], [ 106.061934632000032, 29.374585473000081 ], [ 106.061922098000025, 29.374572541000077 ], [ 106.061909657000072, 29.37456829600006 ], [ 106.061887181000031, 29.374553271000085 ], [ 106.06187223700006, 29.374546874000089 ], [ 106.061857157000077, 29.374527447000052 ], [ 106.061832092000031, 29.374501581000064 ], [ 106.061799517000068, 29.374469261000062 ], [ 106.061776999000088, 29.374449893000076 ], [ 106.061754460000031, 29.374428352000059 ], [ 106.061721997000078, 29.374406892000074 ], [ 106.06170196000005, 29.37438750300004 ], [ 106.061696888000029, 29.37437668300004 ], [ 106.061686880000082, 29.374368075000067 ], [ 106.061676737000028, 29.374346435000064 ], [ 106.06167894500004, 29.37432035400008 ], [ 106.061696189000031, 29.374309357000065 ], [ 106.061706084000036, 29.374307106000064 ], [ 106.061723329000074, 29.37429610900006 ], [ 106.06174066300008, 29.374293798000053 ], [ 106.061763173000031, 29.374210481000034 ], [ 106.061762444000067, 29.374197864000056 ], [ 106.061757544000045, 29.374187518000042 ], [ 106.061751488000027, 29.374180210000087 ], [ 106.061742789000064, 29.37417410900008 ], [ 106.061697064000043, 29.374154421000082 ], [ 106.061660737000068, 29.374142945000074 ], [ 106.061630251000054, 29.374132920000086 ], [ 106.061613201000057, 29.374123996000041 ], [ 106.061605690000079, 29.374121213000077 ], [ 106.061572367000053, 29.374114572000057 ], [ 106.061564043000033, 29.37411159200008 ], [ 106.061536532000048, 29.374095206000057 ], [ 106.06152058400005, 29.374080828000046 ], [ 106.061509619000049, 29.374073820000032 ], [ 106.061504223000043, 29.374069800000086 ], [ 106.061498450000045, 29.374063271000072 ], [ 106.061493723000069, 29.374055375000065 ], [ 106.061489173000041, 29.374041341000069 ], [ 106.06148607700004, 29.374034428000062 ], [ 106.061466074000066, 29.37401004700007 ], [ 106.061462278000079, 29.374002962000073 ], [ 106.061457310000037, 29.373995690000072 ], [ 106.061408355000026, 29.374023809000054 ], [ 106.061364259000072, 29.374028457000069 ], [ 106.061335858000064, 29.374029259000061 ], [ 106.061326520000094, 29.374026527000069 ], [ 106.06130223100007, 29.374021343000038 ], [ 106.061278060000063, 29.374017663000075 ], [ 106.061253402000034, 29.374014909000039 ], [ 106.061227655000039, 29.374012500000049 ], [ 106.061200218000067, 29.374009855000054 ], [ 106.061173315000076, 29.374006697000084 ], [ 106.06114622900003, 29.37400226800008 ], [ 106.061120710000083, 29.373995979000085 ], [ 106.061098507000054, 29.373987241000069 ], [ 106.061081369000078, 29.373975465000058 ], [ 106.061071046000052, 29.37396006400007 ], [ 106.061067892000054, 29.373939962000069 ], [ 106.061066767000057, 29.373917785000064 ], [ 106.061060294000086, 29.37389607200004 ], [ 106.061038096000075, 29.373874068000081 ], [ 106.061009524000042, 29.373865543000079 ], [ 106.060979584000052, 29.373880027000045 ], [ 106.060949398000048, 29.373905793000059 ], [ 106.060924322000062, 29.373919351000033 ], [ 106.060897146000059, 29.373927091000045 ], [ 106.060870908000027, 29.373928248000084 ], [ 106.060848662000069, 29.373922062000076 ], [ 106.060832675000043, 29.373908091000082 ], [ 106.060822830000063, 29.373887982000042 ], [ 106.060818089000065, 29.37386383300009 ], [ 106.060817414000041, 29.37383774400007 ], [ 106.060819768000044, 29.373811814000071 ], [ 106.06082396000005, 29.37378838300009 ], [ 106.060829003000038, 29.373766455000069 ], [ 106.060833855000055, 29.373745401000065 ], [ 106.060837476000074, 29.373724591000038 ], [ 106.060838827000055, 29.373703394000071 ], [ 106.060837264000043, 29.373682859000052 ], [ 106.060832847000029, 29.373662073000048 ], [ 106.060825603000069, 29.373641658000061 ], [ 106.060815560000037, 29.373622242000067 ], [ 106.060802744000057, 29.373604451000059 ], [ 106.060787186000027, 29.373588908000045 ], [ 106.060765735000075, 29.373574181000031 ], [ 106.060741509000081, 29.373562802000031 ], [ 106.060715419000076, 29.373554176000077 ], [ 106.060688378000066, 29.373547712000068 ], [ 106.060670138000035, 29.373541760000066 ], [ 106.060674694000056, 29.373518895000071 ], [ 106.060668494000026, 29.373493072000088 ], [ 106.06065398700008, 29.373468242000051 ], [ 106.060633597000049, 29.373444472000074 ], [ 106.060608148000028, 29.373426624000043 ], [ 106.060584393000056, 29.373417707000048 ], [ 106.060560041000031, 29.373409329000086 ], [ 106.060535574000028, 29.373396427000056 ], [ 106.060512502000051, 29.373381481000077 ], [ 106.06048897800008, 29.373367913000038 ], [ 106.060467557000038, 29.373359441000044 ], [ 106.060444935000078, 29.373352948000051 ], [ 106.06042155900009, 29.373346935000093 ], [ 106.060397873000056, 29.373339914000042 ], [ 106.060361337000074, 29.373322971000047 ], [ 106.060336876000065, 29.373296208000056 ], [ 106.060332641000059, 29.373269934000056 ], [ 106.060341396000069, 29.373245352000076 ], [ 106.060358520000079, 29.373230956000043 ], [ 106.060381477000092, 29.373221399000045 ], [ 106.060406658000034, 29.37321389800006 ], [ 106.060431062000077, 29.37320675300009 ], [ 106.060454469000035, 29.373202471000063 ], [ 106.060475677000056, 29.373203267000065 ], [ 106.060497284000078, 29.373206982000067 ], [ 106.060520212000029, 29.373211024000057 ], [ 106.060545389000026, 29.373212794000032 ], [ 106.060577608000074, 29.373210372000074 ], [ 106.060606936000056, 29.373208478000041 ], [ 106.06062613000006, 29.373214363000042 ], [ 106.060630777000029, 29.37322859100005 ], [ 106.060629218000045, 29.37324898400005 ], [ 106.060626725000077, 29.373271806000041 ], [ 106.060634613000047, 29.373302679000055 ], [ 106.060672540000041, 29.373311216000044 ], [ 106.060702128000059, 29.37331433900005 ], [ 106.060730336000063, 29.373316426000091 ], [ 106.060754855000027, 29.373314048000047 ], [ 106.060773368000071, 29.373303784000086 ], [ 106.060784839000064, 29.373277967000028 ], [ 106.06078036200006, 29.37324849000003 ], [ 106.060767588000033, 29.373233123000034 ], [ 106.06074804800005, 29.373223265000032 ], [ 106.060724815000071, 29.373218096000077 ], [ 106.060699278000087, 29.373213781000054 ], [ 106.060666899000068, 29.37320499100008 ], [ 106.060639422000065, 29.373191299000041 ], [ 106.060623172000092, 29.373172405000048 ], [ 106.060621629000082, 29.373151919000051 ], [ 106.060628790000067, 29.37312916400009 ], [ 106.060640141000079, 29.373105983000073 ], [ 106.060651922000034, 29.373084271000039 ], [ 106.060664342000052, 29.37306425000008 ], [ 106.060678338000073, 29.373046205000033 ], [ 106.060694855000065, 29.373030423000053 ], [ 106.060720262000075, 29.373013377000056 ], [ 106.060747793000075, 29.372997462000058 ], [ 106.060773888000043, 29.372979601000058 ], [ 106.060794996000027, 29.372956712000072 ], [ 106.060805548000076, 29.372934424000047 ], [ 106.06080862400006, 29.372911057000064 ], [ 106.060801874000049, 29.37289036900005 ], [ 106.060780603000069, 29.372872067000056 ], [ 106.060756104000063, 29.372855380000086 ], [ 106.060742929000071, 29.372839928000072 ], [ 106.060734675000063, 29.372821831000071 ], [ 106.060730031000062, 29.372801866000085 ], [ 106.06072768100006, 29.372780811000037 ], [ 106.060726316000057, 29.372759438000063 ], [ 106.06072462000003, 29.372738524000059 ], [ 106.060721499000067, 29.372718304000053 ], [ 106.060717048000072, 29.372698934000084 ], [ 106.060711642000058, 29.372679979000054 ], [ 106.060705652000081, 29.372661008000073 ], [ 106.060699444000093, 29.37264157900006 ], [ 106.060693393000065, 29.372621259000091 ], [ 106.060687865000034, 29.372599616000063 ], [ 106.06068289600006, 29.372575723000068 ], [ 106.060677998000074, 29.372551078000072 ], [ 106.060672285000066, 29.372526800000053 ], [ 106.060664875000043, 29.372504008000071 ], [ 106.060654882000051, 29.372483819000077 ], [ 106.060641419000035, 29.372467353000047 ], [ 106.060623601000032, 29.372455727000037 ], [ 106.060600546000046, 29.372450059000077 ], [ 106.060576013000059, 29.372451103000056 ], [ 106.060557758000073, 29.372459239000072 ], [ 106.060555885000042, 29.372482434000062 ], [ 106.060568397000054, 29.372512183000087 ], [ 106.060577154000043, 29.372535195000072 ], [ 106.060583325000039, 29.372556803000062 ], [ 106.06058790600008, 29.372577400000072 ], [ 106.060591892000048, 29.372597390000067 ], [ 106.060596284000042, 29.372617168000094 ], [ 106.06060207600008, 29.372637133000072 ], [ 106.060610267000072, 29.372657681000071 ], [ 106.060620585000038, 29.372677846000045 ], [ 106.060631537000063, 29.372698255000056 ], [ 106.060640711000076, 29.372718274000082 ], [ 106.060645691000047, 29.37273727600007 ], [ 106.060644066000066, 29.37275463300006 ], [ 106.060624592000067, 29.372779054000038 ], [ 106.060593514000061, 29.372801339000038 ], [ 106.060563572000049, 29.37282553800009 ], [ 106.060548519000079, 29.372846004000049 ], [ 106.060537560000057, 29.372868173000086 ], [ 106.060527536000052, 29.372890667000025 ], [ 106.060515280000061, 29.372912094000064 ], [ 106.060498326000072, 29.372931884000085 ], [ 106.060479111000063, 29.372950542000076 ], [ 106.060460966000065, 29.37296950100006 ], [ 106.060447224000029, 29.372990190000049 ], [ 106.060441184000069, 29.37300812400008 ], [ 106.060438128000044, 29.37302727400003 ], [ 106.060436376000041, 29.373046960000071 ], [ 106.060434249000082, 29.373066499000057 ], [ 106.060430069000063, 29.373085212000035 ], [ 106.060422152000058, 29.373102414000073 ], [ 106.060406988000068, 29.37311948200005 ], [ 106.060386339000047, 29.37313303600007 ], [ 106.060361838000063, 29.373142456000043 ], [ 106.060335124000062, 29.373147121000049 ], [ 106.060307827000031, 29.37314641000005 ], [ 106.060273948000031, 29.373136860000052 ], [ 106.060246131000042, 29.373119121000059 ], [ 106.060228595000069, 29.373095336000059 ], [ 106.060224264000055, 29.373077164000051 ], [ 106.060225023000044, 29.373057924000076 ], [ 106.060229489000051, 29.373038278000077 ], [ 106.060236277000058, 29.373018890000093 ], [ 106.060244008000041, 29.373000423000068 ], [ 106.060252871000046, 29.372980164000055 ], [ 106.060261139000033, 29.372960258000035 ], [ 106.06026881400004, 29.372938824000073 ], [ 106.060275906000072, 29.372913998000062 ], [ 106.060281802000077, 29.372886969000024 ], [ 106.060286088000055, 29.37285835900008 ], [ 106.060287650000078, 29.372831149000028 ], [ 106.060285361000069, 29.372808315000043 ], [ 106.060278104000076, 29.372792839000056 ], [ 106.060264758000073, 29.372787699000071 ], [ 106.06023986200006, 29.372797993000063 ], [ 106.06021589900007, 29.372819684000035 ], [ 106.06020346600009, 29.372841614000031 ], [ 106.060198254000071, 29.372864659000072 ], [ 106.060196940000026, 29.372888773000049 ], [ 106.060196474000065, 29.372910234000074 ], [ 106.060194815000045, 29.372931462000057 ], [ 106.060190329000079, 29.372951489000055 ], [ 106.06018137600006, 29.372969325000039 ], [ 106.060165884000071, 29.372984809000059 ], [ 106.060145076000026, 29.372996494000063 ], [ 106.060120378000079, 29.373004104000081 ], [ 106.060093227000038, 29.373007367000071 ], [ 106.060066064000068, 29.373006704000087 ], [ 106.060039882000069, 29.37300492900005 ], [ 106.06001660700008, 29.37300528500009 ], [ 106.059990301000028, 29.372880814000027 ], [ 106.059994007000071, 29.37280148200006 ], [ 106.060038655000028, 29.372741652000055 ], [ 106.060060341000053, 29.37265028000008 ], [ 106.060055324000075, 29.372602740000048 ], [ 106.060010100000056, 29.372607063000093 ], [ 106.059978661000059, 29.37263110400005 ], [ 106.059961171000054, 29.37269072100008 ], [ 106.059912078000096, 29.372758517000079 ], [ 106.059835620000058, 29.372806706000063 ], [ 106.059786116000055, 29.372834855000058 ], [ 106.059722993000037, 29.372859147000039 ], [ 106.059599028000036, 29.372850087000074 ], [ 106.059596356000043, 29.372844716000088 ], [ 106.059588871000074, 29.372825128000049 ], [ 106.059582620000072, 29.372805121000059 ], [ 106.059576729000071, 29.372784881000076 ], [ 106.05957032200007, 29.372764596000078 ], [ 106.059562525000047, 29.372744450000077 ], [ 106.059548666000069, 29.372718037000087 ], [ 106.059530761000076, 29.372693592000076 ], [ 106.059508832000063, 29.37267247300008 ], [ 106.059482904000049, 29.372656038000063 ], [ 106.059459852000032, 29.372646907000046 ], [ 106.059435417000032, 29.372639977000059 ], [ 106.059410659000037, 29.372633687000075 ], [ 106.059386648000043, 29.372626470000057 ], [ 106.05936444200006, 29.372616765000082 ], [ 106.059340079000037, 29.372599792000077 ], [ 106.059317760000056, 29.372579743000077 ], [ 106.059294984000076, 29.372559868000053 ], [ 106.059329843000057, 29.372486448000078 ], [ 106.059371390000081, 29.372464774000044 ], [ 106.059415435000076, 29.372422681000046 ], [ 106.059419648000073, 29.372418654000068 ], [ 106.059440154000072, 29.372381903000075 ], [ 106.059436199000061, 29.372336197000031 ], [ 106.059425665000049, 29.372318153000041 ], [ 106.059425667000028, 29.372318197000077 ], [ 106.059410340000056, 29.372384446000066 ], [ 106.059310416000073, 29.372455371000061 ], [ 106.059281115000047, 29.372497684000052 ], [ 106.059274625000057, 29.37253380400006 ], [ 106.059274957000071, 29.372565863000098 ], [ 106.059293506000074, 29.372589760000043 ], [ 106.059325842000078, 29.372619559000032 ], [ 106.059424868000065, 29.372682895000086 ], [ 106.059528553000064, 29.37275420800006 ], [ 106.059547122000026, 29.372780110000068 ], [ 106.059575070000051, 29.372827979000082 ], [ 106.059638202000031, 29.372959728000069 ], [ 106.059703685000045, 29.373097470000062 ], [ 106.059823570000049, 29.373186688000096 ], [ 106.059825607000064, 29.37319151000008 ], [ 106.059844675000093, 29.373236615000049 ], [ 106.059845526000061, 29.373318764000082 ], [ 106.059850164000068, 29.373371246000097 ], [ 106.059854337000047, 29.37341848300008 ], [ 106.059915276000027, 29.373470900000086 ], [ 106.060074468000039, 29.373644365000072 ], [ 106.060205361000044, 29.373736301000061 ], [ 106.060287144000029, 29.373857481000069 ], [ 106.060335423000026, 29.373924425000041 ], [ 106.060402200000055, 29.374010459000086 ], [ 106.060401169000045, 29.374087412000055 ], [ 106.060414511000047, 29.374138603000059 ], [ 106.060470191000036, 29.374213503000078 ], [ 106.060534707000045, 29.374257875000062 ], [ 106.060708160000047, 29.374394358000075 ], [ 106.060887167000033, 29.374537206000074 ], [ 106.061051651000071, 29.374691392000042 ], [ 106.061074278000035, 29.374755335000081 ], [ 106.061084060000056, 29.374816170000091 ], [ 106.061111909000033, 29.374854424000038 ], [ 106.061134518000074, 29.374916761000062 ], [ 106.061175367000047, 29.375000001000046 ], [ 106.061227418000044, 29.375114212000085 ], [ 106.061277915000062, 29.37516848100007 ], [ 106.061283314000036, 29.375144954000071 ], [ 106.061249996000072, 29.375085554000066 ], [ 106.061214234000033, 29.375052425000035 ], [ 106.061186588000055, 29.375014450000037 ], [ 106.061161523000067, 29.374962140000036 ], [ 106.061161298000059, 29.374940477000052 ], [ 106.061161148000053, 29.374905150000071 ], [ 106.06116901200005, 29.374875251000052 ], [ 106.061182465000059, 29.374858437000054 ], [ 106.061216078000029, 29.374815205000054 ], [ 106.06126069000004, 29.374781436000028 ], [ 106.061282538000057, 29.374786035000056 ], [ 106.061291059000055, 29.374819382000059 ], [ 106.061318457000027, 29.374833485000067 ], [ 106.061335856000028, 29.374834652000068 ], [ 106.061361121000061, 29.37482901800006 ], [ 106.061383727000077, 29.374801630000036 ], [ 106.061419502000049, 29.374782726000028 ], [ 106.061447131000079, 29.374766755000046 ], [ 106.061507621000032, 29.374766273000031 ], [ 106.061538483000064, 29.374779482000061 ], [ 106.061557161000053, 29.374778074000055 ], [ 106.061574376000067, 29.374796574000072 ], [ 106.061576813000045, 29.374826373000069 ], [ 106.061579152000036, 29.374846856000087 ], [ 106.061589964000063, 29.37486354300005 ], [ 106.06160077800007, 29.374880230000088 ], [ 106.061609384000064, 29.374889480000036 ], [ 106.06162226500004, 29.374900561000061 ], [ 106.061635205000073, 29.374917230000051 ], [ 106.061641704000067, 29.374928360000069 ], [ 106.061654546000057, 29.37493571300007 ], [ 106.061671626000077, 29.374941168000078 ], [ 106.061695145000044, 29.374952163000035 ], [ 106.061716595000064, 29.374968765000062 ], [ 106.061727310000038, 29.374976135000047 ], [ 106.061753989000067, 29.375 ], [ 106.061783010000056, 29.375043018000035 ], [ 106.061803505000057, 29.375091630000043 ], [ 106.061815421000063, 29.375139058000055 ], [ 106.061830243000031, 29.375191466000047 ], [ 106.061846349000064, 29.375230107000053 ], [ 106.061874377000038, 29.375283167000077 ], [ 106.061934316000077, 29.375312954000041 ], [ 106.06197497900007, 29.375325681000056 ], [ 106.061973787000056, 29.37532289000006 ], [ 106.061982762000071, 29.375312591000057 ], [ 106.062015054000028, 29.375303522000078 ], [ 106.062086858000043, 29.375288198000074 ], [ 106.062142437000034, 29.375287577000055 ], [ 106.062193874000073, 29.375321017000086 ], [ 106.062270198000078, 29.375380080000067 ], [ 106.062286739000058, 29.37540724500008 ], [ 106.062281616000064, 29.375435769000038 ], [ 106.062263164000058, 29.375490314000039 ], [ 106.062248507000049, 29.375512043000068 ], [ 106.062245793000045, 29.375539662000051 ], [ 106.062258136000025, 29.375572419000029 ], [ 106.062278940000056, 29.375618497000058 ], [ 106.062265847000049, 29.375667512000064 ], [ 106.062256412000067, 29.375711640000073 ], [ 106.062325376000047, 29.375641586000082 ], [ 106.062358317000076, 29.37560519200008 ], [ 106.062391475000027, 29.37558964000004 ], [ 106.062437468000041, 29.375587884000076 ], [ 106.0625, 29.375588632000078 ], [ 106.062533749000067, 29.375530737000066 ], [ 106.062549948000026, 29.375506883000078 ], [ 106.062569373000031, 29.375504295000034 ], [ 106.062586145000068, 29.375513898000051 ], [ 106.062611355000072, 29.375533167000068 ], [ 106.062639343000058, 29.375552416000069 ], [ 106.062675717000047, 29.375576464000059 ], [ 106.062703654000074, 29.375590845000083 ], [ 106.062731617000054, 29.375607660000064 ], [ 106.06277347200006, 29.375624364000092 ], [ 106.062806418000037, 29.37563821100008 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.062057527000036, 29.37373469400006 ], [ 106.062029361000043, 29.373723402000046 ], [ 106.061978915000054, 29.373720223000078 ], [ 106.061950392000028, 29.373728805000038 ], [ 106.061928545000058, 29.373724205000087 ], [ 106.061914771000033, 29.373709994000073 ], [ 106.061902263000036, 29.373686225000089 ], [ 106.061892540000031, 29.373668401000089 ], [ 106.061887028000058, 29.373662478000082 ], [ 106.061871031000067, 29.373625420000057 ], [ 106.061844344000065, 29.373625493000084 ], [ 106.06180648000003, 29.373619527000077 ], [ 106.061766381000055, 29.373603720000066 ], [ 106.061727789000031, 29.373577288000028 ], [ 106.06171487000006, 29.373571086000076 ], [ 106.061692128000061, 29.373560743000034 ], [ 106.061666273000071, 29.373552433000032 ], [ 106.061659977000033, 29.373549395000058 ], [ 106.061645027000054, 29.373539783000062 ], [ 106.061637156000074, 29.373535564000058 ], [ 106.061631746000046, 29.373531756000084 ], [ 106.061622335000052, 29.373523158000069 ], [ 106.061610934000043, 29.373513376000062 ], [ 106.061596214000076, 29.373501952000076 ], [ 106.061576667000054, 29.373481770000065 ], [ 106.061567959000058, 29.373474462000047 ], [ 106.061562396000056, 29.373466231000055 ], [ 106.061560274000044, 29.373458217000064 ], [ 106.061559051000074, 29.373440766000037 ], [ 106.06156025100006, 29.37342052200006 ], [ 106.061562286000026, 29.37341278700006 ], [ 106.061567984000078, 29.373401105000077 ], [ 106.061572378000051, 29.373388964000078 ], [ 106.061578519000093, 29.373374498000089 ], [ 106.061578496000052, 29.373367231000092 ], [ 106.061575338000068, 29.373360325000071 ], [ 106.061566276000065, 29.373350374000033 ], [ 106.061546536000037, 29.373336773000052 ], [ 106.061541244000068, 29.373334016000062 ], [ 106.061541803000068, 29.373387870000034 ], [ 106.06157079500008, 29.373537835000036 ], [ 106.06166438300005, 29.37363321600008 ], [ 106.061809315000062, 29.373719175000083 ], [ 106.06190231000005, 29.373757486000052 ], [ 106.061962178000044, 29.373758963000057 ], [ 106.062047791000055, 29.37376107600004 ], [ 106.062057527000036, 29.37373469400006 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.066363508000052, 29.374409122000088 ], [ 106.066290421000076, 29.374410220000073 ], [ 106.066195023000034, 29.374421631000075 ], [ 106.066137796000078, 29.374429694000064 ], [ 106.066075216000058, 29.37442411000006 ], [ 106.066042158000073, 29.374418290000051 ], [ 106.066005659000041, 29.37441553900004 ], [ 106.065974180000069, 29.374394495000043 ], [ 106.065972348000059, 29.374385382000071 ], [ 106.065989555000044, 29.374370033000048 ], [ 106.066022471000068, 29.374362164000043 ], [ 106.066055449000032, 29.374360381000084 ], [ 106.066077945000075, 29.374352594000076 ], [ 106.06608975100005, 29.374319034000056 ], [ 106.066084273000072, 29.374293218000041 ], [ 106.066047488000038, 29.374263089000067 ], [ 106.066010830000039, 29.374245128000034 ], [ 106.065986345000056, 29.374228592000051 ], [ 106.065992990000041, 29.374199636000075 ], [ 106.066004828000075, 29.374169119000037 ], [ 106.06604476900003, 29.374168799000078 ], [ 106.066062197000065, 29.374174745000065 ], [ 106.06612124000003, 29.374174273000044 ], [ 106.066148898000051, 29.37416188200006 ], [ 106.066155607000056, 29.374139011000068 ], [ 106.06615172100004, 29.374099492000084 ], [ 106.066142373000048, 29.374035678000045 ], [ 106.066141930000086, 29.373993091000045 ], [ 106.066153434000057, 29.373930630000082 ], [ 106.066154743000027, 29.373889549000069 ], [ 106.066183805000051, 29.373845203000084 ], [ 106.066211177000071, 29.373805434000069 ], [ 106.06623525100008, 29.373782424000066 ], [ 106.066257731000064, 29.373773117000045 ], [ 106.066280274000064, 29.373769895000063 ], [ 106.06633759500005, 29.37377095700009 ], [ 106.066348221000055, 29.373790648000071 ], [ 106.066350339000053, 29.373827138000081 ], [ 106.066350956000065, 29.373886459000058 ], [ 106.06634461200008, 29.373944313000031 ], [ 106.066348624000057, 29.373996 ], [ 106.066349418000073, 29.374072052000077 ], [ 106.066355293000072, 29.374135893000084 ], [ 106.066375045000044, 29.374198103000076 ], [ 106.066403257000047, 29.374238949000066 ], [ 106.066415635000055, 29.374260146000033 ], [ 106.066448947000026, 29.37429030200007 ], [ 106.066466455000068, 29.374303853000075 ], [ 106.066489610000076, 29.37431903300007 ], [ 106.066514486000074, 29.374300306000062 ], [ 106.066565903000026, 29.374249520000042 ], [ 106.066589325000066, 29.374182707000038 ], [ 106.066595492000033, 29.374062406000061 ], [ 106.066597160000072, 29.374049791000061 ], [ 106.066605810000055, 29.373984324000041 ], [ 106.06660826600006, 29.37386405200003 ], [ 106.066612882000072, 29.373773014000051 ], [ 106.06665647300008, 29.373683289000034 ], [ 106.066704282000046, 29.373642282000048 ], [ 106.066798555000048, 29.37360902700004 ], [ 106.066848489000051, 29.373594002000058 ], [ 106.066918949000069, 29.373590188000044 ], [ 106.066974619000064, 29.37359136800006 ], [ 106.067002733000038, 29.373618768000082 ], [ 106.06709589500008, 29.373657023000078 ], [ 106.067164601000059, 29.373662974000069 ], [ 106.067194232000077, 29.373657861000083 ], [ 106.067236679000075, 29.373636396000055 ], [ 106.067293900000038, 29.373608313000094 ], [ 106.067374743000073, 29.373532915000059 ], [ 106.067453785000055, 29.373462407000098 ], [ 106.067543558000068, 29.37338128400005 ], [ 106.067497893000052, 29.373394592000068 ], [ 106.067491006000068, 29.373396600000035 ], [ 106.067432213000075, 29.373392952000078 ], [ 106.067352034000066, 29.373366833000031 ], [ 106.067212633000054, 29.373295901000056 ], [ 106.06718197500004, 29.373285852000041 ], [ 106.067174517000069, 29.373246800000061 ], [ 106.067181202000029, 29.373211751000039 ], [ 106.067199336000044, 29.373147791000061 ], [ 106.067226494000067, 29.373078553000084 ], [ 106.067224478000071, 29.373079658000059 ], [ 106.06717515400004, 29.373088875000064 ], [ 106.067071628000065, 29.373084209000066 ], [ 106.066908788000035, 29.373104738000052 ], [ 106.066767895000055, 29.373125092000066 ], [ 106.06657703500008, 29.373165069000034 ], [ 106.066401939000059, 29.373213161000077 ], [ 106.066329825000025, 29.373213738000057 ], [ 106.066285758000049, 29.373197611000084 ], [ 106.066266315000064, 29.373137342000064 ], [ 106.066258671000071, 29.373005569000043 ], [ 106.066241218000073, 29.372835423000083 ], [ 106.066206157000067, 29.372780772000059 ], [ 106.066170369000076, 29.372767676000091 ], [ 106.066140055000062, 29.372756582000076 ], [ 106.065979808000066, 29.372724904000052 ], [ 106.065757193000081, 29.372726683000057 ], [ 106.065650790000063, 29.372746761000091 ], [ 106.065503912000054, 29.37279462500004 ], [ 106.065425985000047, 29.372839192000072 ], [ 106.065348115000063, 29.372889252000057 ], [ 106.065342473000044, 29.372949720000062 ], [ 106.065355987000032, 29.373042995000041 ], [ 106.065407669000081, 29.373188150000082 ], [ 106.065424205000056, 29.373270416000086 ], [ 106.065416857000059, 29.373468225000067 ], [ 106.065415209000037, 29.37361106000008 ], [ 106.065444343000081, 29.373698715000042 ], [ 106.065507595000042, 29.373750395000055 ], [ 106.065548986000067, 29.373810488000057 ], [ 106.065552550000064, 29.373851656000042 ], [ 106.065528153000059, 29.373917770000048 ], [ 106.065500506000035, 29.373972922000068 ], [ 106.065425857000037, 29.37403119500004 ], [ 106.065401259000055, 29.374078084000075 ], [ 106.065345921000073, 29.374290027000093 ], [ 106.06534167500007, 29.374685828000054 ], [ 106.065340307000042, 29.374780803000071 ], [ 106.065347183000043, 29.374849764000093 ], [ 106.065337315000079, 29.374862990000047 ], [ 106.065306276000058, 29.374885149000075 ], [ 106.065295088000028, 29.374891813000094 ], [ 106.065268859000071, 29.374895308000077 ], [ 106.065253850000033, 29.374895428000052 ], [ 106.065236341000059, 29.374895567000063 ], [ 106.065197805000025, 29.374887989000058 ], [ 106.065197229000034, 29.374889950000053 ], [ 106.065169931000071, 29.374941362000072 ], [ 106.06506769300006, 29.375000001000046 ], [ 106.065028161000043, 29.375046432000083 ], [ 106.065025693000052, 29.375084019000042 ], [ 106.065043291000052, 29.375126455000039 ], [ 106.065074976000062, 29.375148743000072 ], [ 106.06511534200007, 29.37518097800006 ], [ 106.065126988000031, 29.375200920000054 ], [ 106.065127300000029, 29.375230972000054 ], [ 106.06513039500004, 29.375253487000059 ], [ 106.065144977000045, 29.37528092000009 ], [ 106.065182355000047, 29.375300657000075 ], [ 106.065233898000031, 29.375307759000066 ], [ 106.065339867000034, 29.375324445000047 ], [ 106.065362871000048, 29.37533678200009 ], [ 106.065385849000052, 29.375346617000059 ], [ 106.065411634000043, 29.375351421000055 ], [ 106.065428839000049, 29.375356291000056 ], [ 106.065471726000069, 29.375355948000049 ], [ 106.065500187000055, 29.375343198000056 ], [ 106.06553712200008, 29.375320363000068 ], [ 106.065557110000057, 29.375317698000064 ], [ 106.065591419000043, 29.375317425000048 ], [ 106.06559989200008, 29.375307340000067 ], [ 106.065605401000028, 29.375287259000061 ], [ 106.065605167000058, 29.375264721000061 ], [ 106.065596224000046, 29.375229730000051 ], [ 106.065570231000038, 29.375204892000049 ], [ 106.065552973000081, 29.375195012000066 ], [ 106.065515699000059, 29.375185292000083 ], [ 106.065492748000054, 29.375177962000066 ], [ 106.065478322000047, 29.375165555000084 ], [ 106.065458203000048, 29.375155698000071 ], [ 106.06543795500005, 29.375133320000089 ], [ 106.065414769000029, 29.375103452000069 ], [ 106.065408842000082, 29.375083463000053 ], [ 106.065411440000048, 29.375058396000028 ], [ 106.065419835000057, 29.375040800000082 ], [ 106.065426384000034, 29.375021511000057 ], [ 106.065433687000052, 29.375000001000046 ], [ 106.065448193000066, 29.374957260000091 ], [ 106.065453794000064, 29.374945517000075 ], [ 106.065480471000058, 29.374941962000033 ], [ 106.065503399000079, 29.374945122000046 ], [ 106.065589479000039, 29.37496615900006 ], [ 106.065627653000035, 29.374967526000038 ], [ 106.065774680000061, 29.37497804800006 ], [ 106.065803315000039, 29.374979490000044 ], [ 106.065835766000077, 29.374980902000061 ], [ 106.065875831000028, 29.374980582000035 ], [ 106.065912081000079, 29.374980292000082 ], [ 106.065950203000057, 29.374976645000064 ], [ 106.065976791000026, 29.374964734000059 ], [ 106.066033748000052, 29.374937539000086 ], [ 106.06608321300007, 29.374912204000051 ], [ 106.066097753000065, 29.374901645000079 ], [ 106.066112390000058, 29.374882028000059 ], [ 106.06611749800004, 29.374838112000077 ], [ 106.066108020000058, 29.374818687000069 ], [ 106.066113262000044, 29.374787771000051 ], [ 106.06614286100006, 29.374779408000045 ], [ 106.066210991000048, 29.374730113000055 ], [ 106.066206824000076, 29.374686271000076 ], [ 106.066193601000066, 29.374663626000089 ], [ 106.06617476100007, 29.374636151000061 ], [ 106.066170797000041, 29.374611808000044 ], [ 106.066183276000061, 29.37456295800007 ], [ 106.066223342000058, 29.374491137000074 ], [ 106.06629896200009, 29.374448282000063 ], [ 106.066363508000052, 29.374409122000088 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.070102632000044, 29.385841352000057 ], [ 106.070077703000038, 29.385854260000087 ], [ 106.070025024000074, 29.38585888100004 ], [ 106.06999866300005, 29.385859094000057 ], [ 106.069981867000081, 29.385857129000051 ], [ 106.069957792000025, 29.385846827000076 ], [ 106.069945657000062, 29.385832232000045 ], [ 106.069933541000069, 29.385819735000034 ], [ 106.069928529000052, 29.385798785000073 ], [ 106.069935455000063, 29.385773542000042 ], [ 106.069987540000056, 29.385712253000072 ], [ 106.070229739000069, 29.385496212000071 ], [ 106.070276915000079, 29.385423943000028 ], [ 106.070279691000053, 29.38540293200009 ], [ 106.070288513000037, 29.385387119000079 ], [ 106.070303382000077, 29.38537650500006 ], [ 106.070324322000033, 29.385373714000078 ], [ 106.070348342000045, 29.385378767000077 ], [ 106.070393275000072, 29.385378407000079 ], [ 106.070432327000049, 29.385388588000072 ], [ 106.070462530000043, 29.385411959000066 ], [ 106.070471628000064, 29.385422381000069 ], [ 106.070477700000026, 29.385430203000059 ], [ 106.070489682000073, 29.385430107000055 ], [ 106.07050466000004, 29.385429986000076 ], [ 106.070525602000032, 29.385427195000094 ], [ 106.070546516000036, 29.385421779000062 ], [ 106.070567403000041, 29.385413741000033 ], [ 106.07060552500009, 29.385381471000077 ], [ 106.070566183000039, 29.385267568000074 ], [ 106.070501619000026, 29.385171037000074 ], [ 106.070483200000069, 29.385124087000065 ], [ 106.070466353000029, 29.385071415000084 ], [ 106.070462893000069, 29.385066434000073 ], [ 106.070420026000079, 29.385004709000039 ], [ 106.070364176000055, 29.384962341000055 ], [ 106.070307810000045, 29.384940614000065 ], [ 106.070232672000031, 29.385132410000036 ], [ 106.070210753000026, 29.385185060000079 ], [ 106.070196188000068, 29.385224533000045 ], [ 106.070177706000038, 29.385247639000053 ], [ 106.070159225000054, 29.385270745000071 ], [ 106.070136963000039, 29.385290601000062 ], [ 106.070107179000047, 29.385307239000042 ], [ 106.070047646000035, 29.385343793000064 ], [ 106.069988078000065, 29.385377069000079 ], [ 106.069939537000039, 29.385390576000081 ], [ 106.069902196000044, 29.385400715000063 ], [ 106.069887182000059, 29.385397556000044 ], [ 106.069804393000027, 29.385358864000061 ], [ 106.06978927800003, 29.385345867000073 ], [ 106.06976674200007, 29.385339488000053 ], [ 106.069729196000026, 29.385329951000081 ], [ 106.069680517000052, 29.385330341000039 ], [ 106.069658017000052, 29.385327242000074 ], [ 106.069601850000026, 29.385327694000072 ], [ 106.069504254000037, 29.385305518000052 ], [ 106.069462584000064, 29.385259937000058 ], [ 106.069450837000034, 29.385210836000052 ], [ 106.06946165800008, 29.385171394000047 ], [ 106.069472584000039, 29.385141789000041 ], [ 106.069498315000033, 29.38509566800008 ], [ 106.069575986000075, 29.385003214000051 ], [ 106.069701651000059, 29.384844782000066 ], [ 106.069709398000043, 29.384839495000051 ], [ 106.069691356000078, 29.384804799000054 ], [ 106.069664923000062, 29.384773575000054 ], [ 106.069592631000035, 29.384725572000043 ], [ 106.069527074000064, 29.384697518000053 ], [ 106.069422423000049, 29.384675494000081 ], [ 106.069321154000079, 29.384664875000048 ], [ 106.069219824000072, 29.384648540000057 ], [ 106.069134470000066, 29.384627942000076 ], [ 106.069117617000074, 29.384623429000044 ], [ 106.069024861000059, 29.384585933000039 ], [ 106.068884734000065, 29.384514988000035 ], [ 106.068801870000073, 29.384459764000045 ], [ 106.068722517000026, 29.384419219000062 ], [ 106.068670355000052, 29.38440934100003 ], [ 106.068598180000038, 29.384412862000083 ], [ 106.068506224000032, 29.384451839000061 ], [ 106.06848520300008, 29.384467801000085 ], [ 106.068551055000057, 29.384508309000065 ], [ 106.068578898000055, 29.384529057000069 ], [ 106.068593784000029, 29.384543454000038 ], [ 106.068603110000041, 29.384554672000032 ], [ 106.06861243600008, 29.384565888000061 ], [ 106.068614397000033, 29.384577164000063 ], [ 106.068614633000038, 29.38459974500006 ], [ 106.068587512000079, 29.384648355000078 ], [ 106.068546881000032, 29.384718347000046 ], [ 106.068564280000032, 29.384734057000053 ], [ 106.068624787000033, 29.38477203400004 ], [ 106.068626058000063, 29.384790165000084 ], [ 106.068634991000067, 29.384810138000024 ], [ 106.068638426000064, 29.384825392000035 ], [ 106.068646693000062, 29.384834870000077 ], [ 106.068626270000038, 29.384862718000079 ], [ 106.068595892000076, 29.384876331000036 ], [ 106.068581770000037, 29.384881218000089 ], [ 106.068550161000076, 29.384881470000042 ], [ 106.068520747000036, 29.384882662000056 ], [ 106.068496740000072, 29.384880943000049 ], [ 106.068475947000081, 29.384873477000035 ], [ 106.068451890000063, 29.384866030000076 ], [ 106.068442126000036, 29.384869923000061 ], [ 106.068442404000052, 29.384896658000056 ], [ 106.068418518000044, 29.38490639500008 ], [ 106.068393498000034, 29.384911367000086 ], [ 106.068369522000069, 29.384911560000035 ], [ 106.068355289000067, 29.384905945000074 ], [ 106.068332395000027, 29.384906130000047 ], [ 106.06831506900005, 29.384916769000078 ], [ 106.068310861000043, 29.384931127000076 ], [ 106.068321896000043, 29.38494440900007 ], [ 106.068338491000077, 29.384967189000069 ], [ 106.068349547000025, 29.384982373000074 ], [ 106.068368217000057, 29.384995584000077 ], [ 106.068408768000054, 29.385016268000069 ], [ 106.068439305000027, 29.385017926000042 ], [ 106.068475301000035, 29.385019550000035 ], [ 106.068513449000079, 29.385019245000084 ], [ 106.068550337000033, 29.385002721000028 ], [ 106.068553542000075, 29.384996010000066 ], [ 106.06854024200004, 29.384975116000078 ], [ 106.068535736000058, 29.384961783000048 ], [ 106.068538841000077, 29.384945529000049 ], [ 106.068557321000071, 29.384940609000061 ], [ 106.068574777000038, 29.384942381000087 ], [ 106.068599921000057, 29.384948377000061 ], [ 106.068602841000029, 29.384967451000072 ], [ 106.068601667000053, 29.384985359000037 ], [ 106.068624955000075, 29.384997106000075 ], [ 106.06864136300004, 29.385002948000079 ], [ 106.06865096100006, 29.385008833000093 ], [ 106.068653816000051, 29.385020745000077 ], [ 106.068643244000043, 29.385051863000054 ], [ 106.068621490000055, 29.385056808000062 ], [ 106.068614894000063, 29.385077149000029 ], [ 106.068625978000057, 29.385094958000074 ], [ 106.068632998000055, 29.385115190000072 ], [ 106.068633172000034, 29.385131895000079 ], [ 106.068633347000059, 29.385148600000029 ], [ 106.068633484000031, 29.385161734000061 ], [ 106.068637660000036, 29.385170054000071 ], [ 106.068652558000053, 29.385161582000077 ], [ 106.068666060000055, 29.385149538000061 ], [ 106.068687726000064, 29.385136239000087 ], [ 106.068716264000045, 29.385128847000097 ], [ 106.068757167000058, 29.385130901000082 ], [ 106.068792622000046, 29.385133008000082 ], [ 106.068817195000065, 29.38513758200008 ], [ 106.068844697000031, 29.385161231000041 ], [ 106.068814939000049, 29.385182949000068 ], [ 106.068790766000063, 29.385216556000046 ], [ 106.068780144000073, 29.385242901000087 ], [ 106.068804742000054, 29.385249866000031 ], [ 106.068829164000078, 29.385240119000045 ], [ 106.068864370000028, 29.385218357000038 ], [ 106.068891337000025, 29.385191890000044 ], [ 106.068907336000052, 29.385182361000091 ], [ 106.068934001000059, 29.385202734000078 ], [ 106.068958909000074, 29.385238338000082 ], [ 106.068970181000054, 29.38527405200006 ], [ 106.068970629000034, 29.385317005000047 ], [ 106.068962601000067, 29.38533139600009 ], [ 106.068946182000047, 29.385324365000088 ], [ 106.068899530000067, 29.385293706000088 ], [ 106.068888598000058, 29.385291412000061 ], [ 106.068877802000031, 29.385301044000077 ], [ 106.068864400000052, 29.385322630000079 ], [ 106.068867404000059, 29.385348866000072 ], [ 106.068873076000045, 29.385370299000044 ], [ 106.068887002000054, 29.385398829000053 ], [ 106.068887350000068, 29.385432241000043 ], [ 106.068876669000076, 29.385453814000073 ], [ 106.068857868000066, 29.385480216000076 ], [ 106.068828171000064, 29.385506704000086 ], [ 106.068801045000043, 29.385518858000069 ], [ 106.068743846000075, 29.38552170600008 ], [ 106.068716542000061, 29.385517154000073 ], [ 106.068699963000029, 29.385495798000083 ], [ 106.068699713000058, 29.385471939000066 ], [ 106.068696670000065, 29.385440932000051 ], [ 106.06868016500006, 29.385426739000078 ], [ 106.068661015000032, 29.385419739000042 ], [ 106.068628391000061, 29.385427156000048 ], [ 106.068620397000075, 29.385443933000094 ], [ 106.068620796000062, 29.385482117000034 ], [ 106.068626418000065, 29.385498779000049 ], [ 106.068626743000053, 29.385529808000054 ], [ 106.06862146900005, 29.385546557000051 ], [ 106.068588919000035, 29.385561135000046 ], [ 106.068526261000045, 29.385564027000044 ], [ 106.068485407000026, 29.385566736000044 ], [ 106.068439080000076, 29.385567108000092 ], [ 106.06841963100004, 29.385531468000071 ], [ 106.068417237000062, 29.385508770000058 ], [ 106.068399270000043, 29.385514074000064 ], [ 106.068380866000041, 29.38551715900007 ], [ 106.068349116000036, 29.385526219000049 ], [ 106.06831741200007, 29.385539684000044 ], [ 106.068292412000062, 29.385553095000034 ], [ 106.068280696000045, 29.385554657000057 ], [ 106.068270599000087, 29.385554738000049 ], [ 106.06827290800004, 29.385573221000065 ], [ 106.068278555000063, 29.385592264000081 ], [ 106.068273330000082, 29.385613794000054 ], [ 106.068254730000035, 29.385659282000059 ], [ 106.068203205000032, 29.385683565000075 ], [ 106.068102273000079, 29.385674828000038 ], [ 106.06807740000005, 29.385641615000058 ], [ 106.06804935100007, 29.38556545900008 ], [ 106.068040799000073, 29.385529725000076 ], [ 106.068026748000079, 29.385489260000043 ], [ 106.068007325000053, 29.385456001000076 ], [ 106.067977029000076, 29.385425220000059 ], [ 106.067943807000063, 29.385375357000036 ], [ 106.067921827000077, 29.385358826000072 ], [ 106.067929656000047, 29.385325350000066 ], [ 106.067948606000073, 29.385313263000068 ], [ 106.067923634000067, 29.385270505000054 ], [ 106.067867708000051, 29.385264981000038 ], [ 106.067852660000028, 29.385259139000084 ], [ 106.067825021000033, 29.385222366000043 ], [ 106.067763080000077, 29.385239523000056 ], [ 106.067738357000053, 29.385220624000063 ], [ 106.067702827000062, 29.38521135600007 ], [ 106.067689226000027, 29.385213856000068 ], [ 106.06767052400005, 29.385249809000076 ], [ 106.067665477000048, 29.385288036000073 ], [ 106.067652150000072, 29.385316784000057 ], [ 106.067630370000074, 29.385319349000046 ], [ 106.067602918000034, 29.38530047200004 ], [ 106.067556377000074, 29.385279365000081 ], [ 106.06751973400003, 29.385272539000084 ], [ 106.067494795000073, 29.385361079000063 ], [ 106.067488598000082, 29.385389565000079 ], [ 106.067489014000046, 29.385429372000075 ], [ 106.067487702000051, 29.385459240000046 ], [ 106.067484872000094, 29.385499074000052 ], [ 106.067480298000078, 29.385527546000048 ], [ 106.06747901600005, 29.385560258000055 ], [ 106.067479240000068, 29.385581584000079 ], [ 106.067479491000043, 29.38560575200006 ], [ 106.067470049000079, 29.385634264000089 ], [ 106.067465356000071, 29.385651363000079 ], [ 106.067455825000096, 29.385671344000059 ], [ 106.067452857000035, 29.385697123000057 ], [ 106.06751947500004, 29.385693347000082 ], [ 106.067592257000058, 29.385696117000059 ], [ 106.067672839000068, 29.385712239000043 ], [ 106.067715305000036, 29.385745435000036 ], [ 106.06772348800007, 29.385795672000086 ], [ 106.067739434000032, 29.385855909000036 ], [ 106.067801606000046, 29.385942603000046 ], [ 106.06783761500003, 29.385985913000077 ], [ 106.06791421500003, 29.385947680000072 ], [ 106.067950331000077, 29.385908014000051 ], [ 106.067972630000042, 29.385890608000068 ], [ 106.068000497000071, 29.385868235000085 ], [ 106.068022821000056, 29.385853290000057 ], [ 106.068062005000058, 29.385838210000088 ], [ 106.068109567000079, 29.385818140000087 ], [ 106.068145941000068, 29.385803082000056 ], [ 106.068162724000047, 29.385795564000031 ], [ 106.068215853000027, 29.38577052800008 ], [ 106.068265331000077, 29.385755836000044 ], [ 106.068267733000027, 29.385754641000062 ], [ 106.068316205000031, 29.385737964000047 ], [ 106.068396204000067, 29.385726045000066 ], [ 106.068433336000055, 29.38571948200007 ], [ 106.068444781000039, 29.385719390000077 ], [ 106.068464823000056, 29.385720482000067 ], [ 106.068482017000079, 29.385722851000086 ], [ 106.068496429000049, 29.385732760000046 ], [ 106.068509684000048, 29.38576899200007 ], [ 106.068509959000039, 29.385795305000048 ], [ 106.068511560000061, 29.385811581000038 ], [ 106.068504512000061, 29.385821662000073 ], [ 106.068486070000063, 29.385836847000064 ], [ 106.068470398000045, 29.385843238000064 ], [ 106.068467459000033, 29.385844173000052 ], [ 106.068512560000045, 29.385928119000088 ], [ 106.06852709900005, 29.385974763000025 ], [ 106.068527304000042, 29.385994451000041 ], [ 106.06852191500009, 29.386016643000062 ], [ 106.068519517000027, 29.386056039000032 ], [ 106.068514181000069, 29.386083153000079 ], [ 106.068508793000035, 29.386105346000072 ], [ 106.068511859000068, 29.386129932000067 ], [ 106.068514849000067, 29.386147135000048 ], [ 106.068515081000044, 29.386169283000072 ], [ 106.068518147000077, 29.386193869000063 ], [ 106.068512734000095, 29.386213601000065 ], [ 106.068470869000066, 29.38624100800007 ], [ 106.068456896000043, 29.386248504000029 ], [ 106.068423178000046, 29.386248774000077 ], [ 106.068386546000056, 29.386239224000061 ], [ 106.068358139000068, 29.386209918000077 ], [ 106.068324112000028, 29.386180658000054 ], [ 106.068293152000081, 29.38617598400009 ], [ 106.068251107000037, 29.386186165000083 ], [ 106.068203390000065, 29.386191470000089 ], [ 106.068158665000055, 29.386213978000061 ], [ 106.068142062000049, 29.386238721000044 ], [ 106.068102981000038, 29.386263645000039 ], [ 106.068038432000037, 29.386271545000064 ], [ 106.068013091000068, 29.386266826000046 ], [ 106.067993293000029, 29.386254680000036 ], [ 106.067981950000046, 29.38624492700006 ], [ 106.06794546600004, 29.386198457000038 ], [ 106.067945554000062, 29.386206886000078 ], [ 106.067946212000038, 29.386269748000075 ], [ 106.067946473000063, 29.386294893000063 ], [ 106.067956569000046, 29.386345106000086 ], [ 106.067981108000026, 29.386403586000085 ], [ 106.068067853000073, 29.386461567000083 ], [ 106.068140860000028, 29.386464125000096 ], [ 106.068173160000072, 29.386463866000035 ], [ 106.068191367000054, 29.386488867000082 ], [ 106.068220538000048, 29.386532641000098 ], [ 106.068242564000059, 29.386579615000077 ], [ 106.068250234000061, 29.386626704000037 ], [ 106.068252858000065, 29.386640782000086 ], [ 106.068302250000045, 29.386690828000035 ], [ 106.068377783000074, 29.386743120000062 ], [ 106.068392279000079, 29.386724639000082 ], [ 106.068446535000078, 29.386700333000075 ], [ 106.068446359000063, 29.386683629000061 ], [ 106.068437833000075, 29.386650274000093 ], [ 106.06842395700005, 29.386626525000054 ], [ 106.068423683000049, 29.386600267000066 ], [ 106.068438670000035, 29.386600148000067 ], [ 106.068450947000045, 29.386601239000075 ], [ 106.068470122000065, 29.386610639000086 ], [ 106.068485196000054, 29.386618872000039 ], [ 106.068497575000038, 29.386629508000059 ], [ 106.068515464000029, 29.386646071000094 ], [ 106.068533356000046, 29.386663834000046 ], [ 106.068556718000082, 29.386681546000094 ], [ 106.068582762000062, 29.386696852000068 ], [ 106.068608768000047, 29.386707388000055 ], [ 106.068630562000067, 29.386707213000079 ], [ 106.068664608000063, 29.386704549000054 ], [ 106.068687621000038, 29.386690049000041 ], [ 106.068705039000065, 29.386662458000043 ], [ 106.068698008000069, 29.386641035000082 ], [ 106.068681539000067, 29.386630423000046 ], [ 106.068665156000066, 29.386626973000087 ], [ 106.068644637000034, 29.38661997500008 ], [ 106.068603520000067, 29.386596436000044 ], [ 106.068573387000072, 29.386582360000087 ], [ 106.06855555900006, 29.386570569000067 ], [ 106.068530874000032, 29.386556451000043 ], [ 106.06851701100004, 29.386533883000084 ], [ 106.068518169000072, 29.386513586000039 ], [ 106.068519367000079, 29.386498060000061 ], [ 106.068539763000047, 29.38649431500005 ], [ 106.068540404000032, 29.386494463000076 ], [ 106.068564360000039, 29.386500089000037 ], [ 106.068582114000051, 29.386504719000069 ], [ 106.068603868000025, 29.386499772000036 ], [ 106.068605129000048, 29.386490219000056 ], [ 106.068603594000081, 29.386473514000041 ], [ 106.068603220000071, 29.386437722000032 ], [ 106.068605711000032, 29.386415024000087 ], [ 106.06861097400008, 29.386397084000066 ], [ 106.068614913000033, 29.386382726000082 ], [ 106.068635135000079, 29.38636227700005 ], [ 106.068658286000073, 29.386360900000049 ], [ 106.068674754000028, 29.386371512000029 ], [ 106.068685814000062, 29.386386940000083 ], [ 106.068703615000061, 29.386395150000059 ], [ 106.068722666000042, 29.386392607000062 ], [ 106.068751040000052, 29.386369701000032 ], [ 106.068786186000068, 29.386343167000064 ], [ 106.068825606000075, 29.386333307000083 ], [ 106.06886098700005, 29.386328242000047 ], [ 106.068890945000078, 29.386326811000057 ], [ 106.068908448000059, 29.38630638300009 ], [ 106.068913611000028, 29.386278900000026 ], [ 106.068918722000035, 29.386246636000063 ], [ 106.06893185000007, 29.386198792000076 ], [ 106.068938432000039, 29.386177260000061 ], [ 106.068958602000066, 29.386150838000045 ], [ 106.068985681000072, 29.386133914000087 ], [ 106.069021125000063, 29.386136020000038 ], [ 106.069041695000067, 29.386147791000035 ], [ 106.069064858000047, 29.386147603000044 ], [ 106.069094767000081, 29.386141393000056 ], [ 106.069112221000069, 29.386116192000081 ], [ 106.069128254000077, 29.386086232000089 ], [ 106.069149758000052, 29.386057418000064 ], [ 106.069171263000044, 29.386028604000046 ], [ 106.069194227000025, 29.386009321000074 ], [ 106.06920911300007, 29.38599965800006 ], [ 106.069219265000072, 29.385993425000041 ], [ 106.069227319000063, 29.385981434000087 ], [ 106.069240067000067, 29.385962235000076 ], [ 106.069251492000035, 29.385947818000098 ], [ 106.069267792000062, 29.38594231900003 ], [ 106.069275316000073, 29.38594584000009 ], [ 106.069278876000055, 29.385960127000093 ], [ 106.069277685000031, 29.38597624900007 ], [ 106.069270337000049, 29.385990633000056 ], [ 106.069270449000044, 29.386001368000056 ], [ 106.069278091000058, 29.386015035000074 ], [ 106.069288666000034, 29.386023639000094 ], [ 106.069311692000042, 29.386035866000043 ], [ 106.069342268000071, 29.386041350000092 ], [ 106.069366296000055, 29.386045928000048 ], [ 106.069402242000081, 29.386042772000053 ], [ 106.069449997000049, 29.386022344000093 ], [ 106.069481347000078, 29.385997267000043 ], [ 106.069491953000067, 29.385969496000087 ], [ 106.069500478000066, 29.385950330000075 ], [ 106.069510064000042, 29.38592925100005 ], [ 106.069533801000048, 29.385905193000042 ], [ 106.069555265000076, 29.385873518000043 ], [ 106.069567115000041, 29.385860055000073 ], [ 106.069587676000026, 29.385845575000076 ], [ 106.069619126000077, 29.385830040000091 ], [ 106.069637655000065, 29.385828936000053 ], [ 106.069665077000082, 29.385845900000049 ], [ 106.069668522000029, 29.385862110000065 ], [ 106.069659999000066, 29.385881267000055 ], [ 106.069648149000045, 29.38589473200005 ], [ 106.069622177000042, 29.385913082000052 ], [ 106.069598401000064, 29.385932360000083 ], [ 106.069582246000053, 29.385951587000079 ], [ 106.06954230100007, 29.385989146000039 ], [ 106.069529402000057, 29.38600643500007 ], [ 106.069517543000075, 29.386018932000074 ], [ 106.069514377000075, 29.386028512000049 ], [ 106.06952427300007, 29.386037021000053 ], [ 106.069543943000042, 29.38604163600008 ], [ 106.069567648000032, 29.386046894000053 ], [ 106.069541958000059, 29.386100026000065 ], [ 106.069606162000071, 29.38611502700007 ], [ 106.069658425000057, 29.386031065000058 ], [ 106.069695263000042, 29.386035541000069 ], [ 106.069725915000049, 29.385962569000071 ], [ 106.069761801000027, 29.385941685000034 ], [ 106.069789914000069, 29.385920449000086 ], [ 106.069802894000077, 29.38591080100008 ], [ 106.069815816000073, 29.385895425000061 ], [ 106.069828734000069, 29.385880039000085 ], [ 106.069846103000032, 29.385872268000067 ], [ 106.069865684000035, 29.385868286000072 ], [ 106.069883101000073, 29.385866243000059 ], [ 106.069922382000073, 29.385869743000057 ], [ 106.069948643000032, 29.385879077000091 ], [ 106.069996628000069, 29.385880606000065 ], [ 106.070031542000038, 29.385884140000087 ], [ 106.070066345000043, 29.385876229000072 ], [ 106.070083702000034, 29.38586844900005 ], [ 106.070107510000071, 29.385851073000083 ], [ 106.070102632000044, 29.385841352000057 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.070026704000043, 29.384790990000049 ], [ 106.070016029000044, 29.384768424000072 ], [ 106.070008063000046, 29.384736728000064 ], [ 106.070000984000046, 29.384711193000047 ], [ 106.069917421000071, 29.384708584000062 ], [ 106.069831129000079, 29.384692878000067 ], [ 106.069752186000073, 29.384663995000032 ], [ 106.069714194000028, 29.384611825000039 ], [ 106.06971020900005, 29.38458890000004 ], [ 106.069709934000059, 29.384562664000054 ], [ 106.069724706000045, 29.38454286800004 ], [ 106.06975071100004, 29.384522981000085 ], [ 106.069788087000063, 29.384516122000033 ], [ 106.069810519000043, 29.384512663000066 ], [ 106.069825531000049, 29.384515822000083 ], [ 106.069889289000059, 29.384525149000073 ], [ 106.070020742000054, 29.384578139000045 ], [ 106.070043836000082, 29.384507440000046 ], [ 106.070048948000078, 29.384448895000045 ], [ 106.070056022000074, 29.384395349000041 ], [ 106.070045585000059, 29.384373548000031 ], [ 106.069982114000027, 29.384376180000057 ], [ 106.06992865400008, 29.384376609000071 ], [ 106.069880823000062, 29.384376993000046 ], [ 106.069849872000077, 29.384377241000031 ], [ 106.069802041000059, 29.38437762500007 ], [ 106.069768276000048, 29.384377896000046 ], [ 106.069748504000074, 29.384370661000048 ], [ 106.069711900000073, 29.384368490000039 ], [ 106.069672406000052, 29.384358950000035 ], [ 106.069632861000059, 29.384344481000081 ], [ 106.069590398000059, 29.384320177000063 ], [ 106.06954791000004, 29.384293409000058 ], [ 106.069488282000066, 29.384242135000072 ], [ 106.069442568000056, 29.384175962000079 ], [ 106.069371248000039, 29.384082887000101 ], [ 106.069311621000054, 29.384031612000051 ], [ 106.06923518800005, 29.383987866000041 ], [ 106.069153129000028, 29.38394416400007 ], [ 106.069079742000042, 29.383922573000063 ], [ 106.068960460000028, 29.383881563000035 ], [ 106.068881958000077, 29.383842732000058 ], [ 106.06886079700007, 29.383829748000036 ], [ 106.068824535000033, 29.383808994000052 ], [ 106.068803401000025, 29.383798640000066 ], [ 106.068734267000082, 29.383793933000049 ], [ 106.068698225000063, 29.383794222000063 ], [ 106.068671221000045, 29.383797068000035 ], [ 106.068650197000068, 29.383797238000053 ], [ 106.068629146000035, 29.383794776000059 ], [ 106.068607901000064, 29.38377390100004 ], [ 106.068601454000031, 29.383731861000051 ], [ 106.068604183000048, 29.383705533000061 ], [ 106.068621930000063, 29.38367908400005 ], [ 106.068672823000043, 29.383662892000071 ], [ 106.068699744000071, 29.383652153000071 ], [ 106.068768301000034, 29.383601621000079 ], [ 106.068789188000039, 29.383588300000046 ], [ 106.06880919300005, 29.383570455000037 ], [ 106.068694453000035, 29.383607437000084 ], [ 106.068664526000092, 29.383607677000043 ], [ 106.068631333000042, 29.383613768000089 ], [ 106.068608087000044, 29.383616866000068 ], [ 106.068588228000067, 29.38362576400004 ], [ 106.068565163000073, 29.38364633700008 ], [ 106.068545455000049, 29.383669795000056 ], [ 106.068535722000036, 29.383693173000033 ], [ 106.068512720000058, 29.383719571000086 ], [ 106.068466348000072, 29.383737418000063 ], [ 106.068429923000053, 29.383752273000088 ], [ 106.068373544000053, 29.383767287000069 ], [ 106.06833049800008, 29.383785108000044 ], [ 106.068260820000035, 29.383800229000087 ], [ 106.068188059000079, 29.383838675000053 ], [ 106.068125182000074, 29.383868305000082 ], [ 106.068075608000072, 29.383897827000048 ], [ 106.068029479000089, 29.383938973000063 ], [ 106.067914128000041, 29.384038924000038 ], [ 106.067867970000066, 29.384077157000036 ], [ 106.067834960000027, 29.384100722000088 ], [ 106.067811926000047, 29.384124207000074 ], [ 106.067752284000051, 29.384145072000081 ], [ 106.067702588000031, 29.38416294600006 ], [ 106.067629795000087, 29.384198480000059 ], [ 106.067530675000057, 29.384260437000087 ], [ 106.06748119000008, 29.38429869700008 ], [ 106.067441591000033, 29.38432814000004 ], [ 106.067397240000062, 29.384371836000074 ], [ 106.06740274200007, 29.384374247000029 ], [ 106.067470678000063, 29.384425198000091 ], [ 106.067524090000063, 29.384458684000037 ], [ 106.067562860000081, 29.384463399000069 ], [ 106.067584371000066, 29.384463225000044 ], [ 106.06761593300007, 29.384464229000056 ], [ 106.06764753200008, 29.384469 ], [ 106.067695038000068, 29.384486202000062 ], [ 106.067787391000081, 29.384540728000047 ], [ 106.067824728000062, 29.384567084000075 ], [ 106.067883146000042, 29.384608320000041 ], [ 106.067961019000052, 29.384667998000058 ], [ 106.068016770000042, 29.384699910000055 ], [ 106.068058827000073, 29.384706925000049 ], [ 106.06810418200007, 29.384708034000081 ], [ 106.06815038700006, 29.384698056000044 ], [ 106.068167852000045, 29.384694286000073 ], [ 106.06823963800008, 29.384660995000047 ], [ 106.068261441000061, 29.384650884000056 ], [ 106.068331430000057, 29.38459884600007 ], [ 106.068427917000065, 29.384511297000081 ], [ 106.06848520300008, 29.384467801000085 ], [ 106.068506224000032, 29.384451839000061 ], [ 106.068598180000038, 29.384412862000083 ], [ 106.068670355000052, 29.38440934100003 ], [ 106.068722517000026, 29.384419219000062 ], [ 106.068801870000073, 29.384459764000045 ], [ 106.068884734000065, 29.384514988000035 ], [ 106.069024861000059, 29.384585933000039 ], [ 106.069117617000074, 29.384623429000044 ], [ 106.069134470000066, 29.384627942000076 ], [ 106.069219824000072, 29.384648540000057 ], [ 106.069321154000079, 29.384664875000048 ], [ 106.069422423000049, 29.384675494000081 ], [ 106.069527074000064, 29.384697518000053 ], [ 106.069592631000035, 29.384725572000043 ], [ 106.069664923000062, 29.384773575000054 ], [ 106.069691356000078, 29.384804799000054 ], [ 106.069709398000043, 29.384839495000051 ], [ 106.069764861000067, 29.384801640000035 ], [ 106.069835902000079, 29.384791230000069 ], [ 106.069933257000059, 29.384790449000036 ], [ 106.070026704000043, 29.384790990000049 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.069312223000054, 29.386931683000054 ], [ 106.069298060000051, 29.38690610600008 ], [ 106.069295842000031, 29.386885122000081 ], [ 106.069295659000034, 29.386867622000064 ], [ 106.069297273000075, 29.386830856000074 ], [ 106.06933975100003, 29.386752340000047 ], [ 106.069358279000028, 29.386740524000061 ], [ 106.069379398000081, 29.386721686000044 ], [ 106.069405823000068, 29.386700472000086 ], [ 106.069418728000088, 29.386660698000068 ], [ 106.069415722000031, 29.386628052000049 ], [ 106.069412888000045, 29.386611740000035 ], [ 106.069404871000074, 29.386609471000039 ], [ 106.06939411500008, 29.386600223000077 ], [ 106.069386001000069, 29.386588620000051 ], [ 106.069385879000038, 29.386576953000091 ], [ 106.069385757000077, 29.38656528600006 ], [ 106.06938561000004, 29.386551286000035 ], [ 106.06938543900003, 29.386534953000083 ], [ 106.069385098000055, 29.386502285000059 ], [ 106.069395584000063, 29.386485867000097 ], [ 106.069403480000062, 29.386476469000065 ], [ 106.069421934000047, 29.386457652000047 ], [ 106.06943513300007, 29.38644587900006 ], [ 106.069453661000068, 29.386434062000035 ], [ 106.069469525000045, 29.38642226700005 ], [ 106.069485390000068, 29.386410472000073 ], [ 106.069498564000071, 29.386396365000049 ], [ 106.06951169000007, 29.386377591000034 ], [ 106.069516873000055, 29.386363547000094 ], [ 106.069517479000069, 29.386360168000067 ], [ 106.069507718000068, 29.38637178800008 ], [ 106.069485852000071, 29.386348111000064 ], [ 106.069466185000067, 29.386343975000045 ], [ 106.069446565000078, 29.386344133000087 ], [ 106.06942037400006, 29.386341483000077 ], [ 106.069390953000038, 29.386343144000072 ], [ 106.069369694000045, 29.38634331500009 ], [ 106.069353230000047, 29.38633199000008 ], [ 106.069335157000083, 29.386323547000078 ], [ 106.069329990000028, 29.386323589000085 ], [ 106.069283321000057, 29.386375815000065 ], [ 106.069242454000062, 29.386410350000062 ], [ 106.069203538000068, 29.386423965000063 ], [ 106.069173160000048, 29.386424210000079 ], [ 106.069165690000034, 29.38642036400006 ], [ 106.069148407000057, 29.386448200000064 ], [ 106.069147048000048, 29.386473993000038 ], [ 106.069147318000034, 29.386499764000057 ], [ 106.069160728000043, 29.386531166000047 ], [ 106.069200238000064, 29.386556622000054 ], [ 106.069229725000071, 29.386562114000071 ], [ 106.069252651000056, 29.386564799000041 ], [ 106.069272331000036, 29.38657036800004 ], [ 106.069275805000089, 29.386590385000083 ], [ 106.069276195000043, 29.386627622000038 ], [ 106.069268285000078, 29.386653458000058 ], [ 106.069255535000082, 29.386685071000045 ], [ 106.069221326000047, 29.386696801000081 ], [ 106.069191966000062, 29.386704199000068 ], [ 106.069164227000044, 29.386710150000059 ], [ 106.069141581000054, 29.386733245000066 ], [ 106.06913688700007, 29.386753326000068 ], [ 106.069135550000055, 29.386781980000077 ], [ 106.069135699000071, 29.386796302000054 ], [ 106.069126124000036, 29.386819293000091 ], [ 106.069100097000046, 29.386832385000048 ], [ 106.069070792000048, 29.386844076000042 ], [ 106.069043113000077, 29.386855755000049 ], [ 106.069020256000044, 29.38685880700007 ], [ 106.069002324000053, 29.386864679000045 ], [ 106.068989438000074, 29.386883401000027 ], [ 106.068992953000077, 29.386906287000038 ], [ 106.069009507000032, 29.386926198000086 ], [ 106.069040775000076, 29.386944567000054 ], [ 106.069070276000048, 29.38695149300008 ], [ 106.069114421000052, 29.386951139000068 ], [ 106.069153662000076, 29.386950826000081 ], [ 106.069192904000047, 29.386950508000044 ], [ 106.06924030700003, 29.386948694000061 ], [ 106.069277877000047, 29.386944099000065 ], [ 106.069312223000054, 29.386931683000054 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.069445489000046, 29.387648170000087 ], [ 106.06943203600008, 29.387640463000086 ], [ 106.069412786000044, 29.387623910000052 ], [ 106.06936605900006, 29.387586100000089 ], [ 106.069354977000046, 29.387569482000064 ], [ 106.069362780000063, 29.387533615000049 ], [ 106.069381580000027, 29.387507214000035 ], [ 106.069397811000044, 29.38749514900007 ], [ 106.069419531000051, 29.38748781200006 ], [ 106.069454862000043, 29.387477985000086 ], [ 106.069476616000031, 29.387473038000053 ], [ 106.069479210000054, 29.387461082000073 ], [ 106.069479035000029, 29.387444367000057 ], [ 106.06948701400006, 29.387425215000064 ], [ 106.069516746000048, 29.387401105000041 ], [ 106.069554771000071, 29.387388867000091 ], [ 106.06957656600008, 29.387388693000037 ], [ 106.069606573000044, 29.387390841000077 ], [ 106.069636595000077, 29.387395373000068 ], [ 106.069666575000042, 29.387395133000037 ], [ 106.069726246000073, 29.387368394000077 ], [ 106.069717829000069, 29.387344591000044 ], [ 106.069660518000049, 29.387337898000048 ], [ 106.069644048000043, 29.387326096000045 ], [ 106.069635645000062, 29.387304684000064 ], [ 106.069649047000041, 29.387283088000068 ], [ 106.069665103000034, 29.387254318000075 ], [ 106.069689452000034, 29.387237416000058 ], [ 106.069714025000053, 29.387241991000057 ], [ 106.06974405800004, 29.387246532000063 ], [ 106.069779478000058, 29.387246246000071 ], [ 106.069801256000062, 29.387243681000083 ], [ 106.069855627000038, 29.387231310000068 ], [ 106.069874413000036, 29.387202517000052 ], [ 106.069885086000056, 29.38718095400009 ], [ 106.069906640000056, 29.387156911000101 ], [ 106.069955637000078, 29.38715174600009 ], [ 106.069958841000073, 29.387197068000024 ], [ 106.069942711000067, 29.387218677000085 ], [ 106.069929258000059, 29.387235491000062 ], [ 106.069921390000047, 29.387264198000075 ], [ 106.069905284000072, 29.387288196000039 ], [ 106.069891832000053, 29.387305010000031 ], [ 106.069875886000034, 29.387343323000042 ], [ 106.069889812000042, 29.387371862000059 ], [ 106.069901034000068, 29.387402796000053 ], [ 106.069941913000036, 29.387402467000079 ], [ 106.06997730900008, 29.387399801000075 ], [ 106.069999014000075, 29.387390074000052 ], [ 106.070020668000041, 29.38737558300005 ], [ 106.070039442000052, 29.387346792000081 ], [ 106.070044641000038, 29.387322881000046 ], [ 106.070044516000053, 29.387310946000067 ], [ 106.070041612000068, 29.387294263000058 ], [ 106.07004138800005, 29.387272785000047 ], [ 106.070057519000045, 29.387251168000034 ], [ 106.070076418000042, 29.387234310000053 ], [ 106.070097763000035, 29.387191182000031 ], [ 106.070092188000046, 29.387179290000056 ], [ 106.070048316000054, 29.387153383000062 ], [ 106.070037319000051, 29.387143927000071 ], [ 106.070037045000049, 29.387117678000035 ], [ 106.070053116000054, 29.387091289000061 ], [ 106.070082773000081, 29.387060028000064 ], [ 106.070117994000043, 29.387040648000038 ], [ 106.070139673000028, 29.387028538000038 ], [ 106.070175068000026, 29.387025873000088 ], [ 106.070213178000074, 29.38702078600004 ], [ 106.070240256000034, 29.387003861000043 ], [ 106.070242675000031, 29.386975203000073 ], [ 106.070245280000051, 29.38696324600005 ], [ 106.070239731000072, 29.386953745000081 ], [ 106.070190500000081, 29.386937435000053 ], [ 106.070165752000037, 29.386916154000058 ], [ 106.070138198000052, 29.38688773400008 ], [ 106.070108092000069, 29.38687604100005 ], [ 106.070056266000051, 29.386871684000088 ], [ 106.070018191000031, 29.386879143000044 ], [ 106.069953088000034, 29.38690830600007 ], [ 106.069945161000078, 29.386932241000064 ], [ 106.069942691000051, 29.386956130000041 ], [ 106.069942990000072, 29.38698477000008 ], [ 106.069910864000065, 29.38703991900006 ], [ 106.069883936000053, 29.387071168000098 ], [ 106.069875984000078, 29.387092711000037 ], [ 106.06986814000004, 29.387123805000044 ], [ 106.069835978000071, 29.387176576000059 ], [ 106.06981993200003, 29.387205346000091 ], [ 106.069781807000027, 29.387208035000072 ], [ 106.069765352000047, 29.387198621000046 ], [ 106.069740804000048, 29.387196427000049 ], [ 106.069716205000077, 29.387189472000049 ], [ 106.069694376000029, 29.387187256000068 ], [ 106.069658895000032, 29.387182769000045 ], [ 106.069631653000044, 29.387182987000067 ], [ 106.069623850000042, 29.387218853000029 ], [ 106.06962675300008, 29.38723553800008 ], [ 106.069607869000038, 29.387254778000059 ], [ 106.069605274000025, 29.387266733000047 ], [ 106.069569568000077, 29.387292801000054 ], [ 106.06951543200006, 29.387327606000042 ], [ 106.069489390000058, 29.387339271000094 ], [ 106.069458922000081, 29.38734524400007 ], [ 106.069426220000025, 29.387345507000067 ], [ 106.069393460000072, 29.387340041000066 ], [ 106.069373918000053, 29.387347837000046 ], [ 106.069343779000064, 29.387384355000052 ], [ 106.069315536000033, 29.387394134000083 ], [ 106.06930245500007, 29.38739423700008 ], [ 106.06928066100005, 29.387394411000052 ], [ 106.069258997000077, 29.387407946000057 ], [ 106.069259276000025, 29.387434673000083 ], [ 106.069259475000081, 29.387453768000043 ], [ 106.069257531000062, 29.387476699000043 ], [ 106.06925345500008, 29.387503461000051 ], [ 106.069244930000082, 29.387522626000077 ], [ 106.069240773000047, 29.387541757000069 ], [ 106.069240953000076, 29.38755894000008 ], [ 106.069236063000076, 29.387586666000061 ], [ 106.069257941000046, 29.387593653000067 ], [ 106.06927984500004, 29.387603021000075 ], [ 106.069323718000078, 29.387628920000047 ], [ 106.069348417000072, 29.387645437000064 ], [ 106.069381393000072, 29.387671423000089 ], [ 106.069404974000065, 29.387694816000078 ], [ 106.069422925000026, 29.387672778000077 ], [ 106.069445489000046, 29.387648170000087 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.07035241400007, 29.386673129000091 ], [ 106.070352864000029, 29.386671388000085 ], [ 106.070345761000056, 29.386664406000069 ], [ 106.070334651000053, 29.386654950000036 ], [ 106.070319578000067, 29.386643715000048 ], [ 106.070311338000067, 29.386634886000085 ], [ 106.070274976000064, 29.386663460000076 ], [ 106.07024995200004, 29.386640729000074 ], [ 106.070247859000062, 29.386638828000059 ], [ 106.070273833000044, 29.386617877000052 ], [ 106.070287071000052, 29.386608894000062 ], [ 106.070276428000057, 29.386597504000061 ], [ 106.070259541000041, 29.38657846600006 ], [ 106.070225983000057, 29.38655488300008 ], [ 106.070214984000089, 29.386544784000076 ], [ 106.070198498000082, 29.386523900000046 ], [ 106.070189242000026, 29.38651648300004 ], [ 106.070150755000043, 29.386494762000041 ], [ 106.070129549000058, 29.386481312000061 ], [ 106.070125006000069, 29.386477771000052 ], [ 106.070122309000055, 29.386474409000069 ], [ 106.070117205000031, 29.386464061000087 ], [ 106.070113095000067, 29.38644741600006 ], [ 106.070110750000026, 29.386444329000081 ], [ 106.07009733600006, 29.386432727000056 ], [ 106.07008176100004, 29.386423215000033 ], [ 106.070060856000055, 29.386416415000038 ], [ 106.070048819000093, 29.386420695000083 ], [ 106.070039809000036, 29.386422752000048 ], [ 106.07003442000007, 29.386428040000055 ], [ 106.070026275000032, 29.386460298000088 ], [ 106.07002106200008, 29.386502439000068 ], [ 106.070027259000028, 29.38655439400009 ], [ 106.070030476000056, 29.386591515000081 ], [ 106.07005908800005, 29.38662347800004 ], [ 106.070099060000075, 29.386660304000085 ], [ 106.070167125000069, 29.386679569000076 ], [ 106.070271740000067, 29.386678729000039 ], [ 106.07030844500008, 29.386673482000052 ], [ 106.070350856000061, 29.386673141000067 ], [ 106.07035241400007, 29.386673129000091 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.073295526000038, 29.384181840000053 ], [ 106.073254572000053, 29.384175006000078 ], [ 106.073173043000054, 29.384197151000073 ], [ 106.073124096000072, 29.384207090000078 ], [ 106.073039771000026, 29.38422208500009 ], [ 106.072998994000045, 29.384231965000083 ], [ 106.072963565000066, 29.384232251000078 ], [ 106.072920018000062, 29.384237373000076 ], [ 106.072901069000068, 29.384249461000085 ], [ 106.072871449000047, 29.384283113000038 ], [ 106.072946942000044, 29.384537627000054 ], [ 106.073026698000035, 29.38453486700007 ], [ 106.073075653000046, 29.384524927000097 ], [ 106.07313827400003, 29.384519642000036 ], [ 106.073203475000071, 29.384500029000037 ], [ 106.073257829000056, 29.38448526600007 ], [ 106.073387904000072, 29.384415 ], [ 106.073395680000047, 29.384376754000066 ], [ 106.073395205000054, 29.384331407000047 ], [ 106.073386525000046, 29.384283740000058 ], [ 106.073361503000058, 29.384236200000089 ], [ 106.073339348000047, 29.384202966000082 ], [ 106.073295526000038, 29.384181840000053 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.072101695000072, 29.384420242000093 ], [ 106.072071810000068, 29.384390016000065 ], [ 106.072051800000054, 29.384304389000075 ], [ 106.072057146000077, 29.384130677000091 ], [ 106.072063918000026, 29.384092959000043 ], [ 106.072073320000072, 29.384078237000033 ], [ 106.07209460100006, 29.384057143000071 ], [ 106.072116014000073, 29.384048601000067 ], [ 106.072135080000066, 29.384044262000085 ], [ 106.072166114000026, 29.384041920000076 ], [ 106.072216303000062, 29.384043608000074 ], [ 106.07230471500003, 29.384044990000064 ], [ 106.07240775300005, 29.384049267000083 ], [ 106.072414735000052, 29.384026444000085 ], [ 106.072414135000045, 29.383969166000036 ], [ 106.072419133000039, 29.383926158000065 ], [ 106.072456930000044, 29.383892440000064 ], [ 106.072481303000075, 29.383877928000068 ], [ 106.072497608000049, 29.383873025000078 ], [ 106.072546679000027, 29.383875013000075 ], [ 106.072587557000077, 29.383874684000084 ], [ 106.072629067000051, 29.383865851000049 ], [ 106.072705688000042, 29.383896257000053 ], [ 106.07277311200005, 29.383897059000041 ], [ 106.072808530000032, 29.383896775000036 ], [ 106.072837463000042, 29.383894728000087 ], [ 106.072801705000074, 29.383879427000068 ], [ 106.072790595000072, 29.383873932000082 ], [ 106.072743265000042, 29.383850522000046 ], [ 106.072633256000088, 29.383808323000039 ], [ 106.072494038000059, 29.383752651000066 ], [ 106.07240882900004, 29.383729836000043 ], [ 106.072388112000056, 29.383715417000069 ], [ 106.072385311000062, 29.383715439000074 ], [ 106.072317849000058, 29.383727438000051 ], [ 106.072285227000066, 29.383735341000101 ], [ 106.072254952000037, 29.38375849900007 ], [ 106.072209512000029, 29.383791321000039 ], [ 106.072172925000075, 29.383837441000082 ], [ 106.072155769000062, 29.383864318000061 ], [ 106.072154106000028, 29.383913974000045 ], [ 106.072155203000079, 29.383927315000054 ], [ 106.072113533000049, 29.383952144000084 ], [ 106.072065569000074, 29.383952529000052 ], [ 106.072010945000045, 29.383941512000035 ], [ 106.07194596800008, 29.38392058200008 ], [ 106.071907520000082, 29.383892250000084 ], [ 106.07190704500006, 29.383846905000045 ], [ 106.071911742000054, 29.383775257000078 ], [ 106.071922138000048, 29.383727436000076 ], [ 106.071921662000079, 29.383682091000079 ], [ 106.071940397000049, 29.383648527000052 ], [ 106.071937293000076, 29.383612748000075 ], [ 106.071915464000043, 29.383610543000081 ], [ 106.071877415000088, 29.383620393000054 ], [ 106.071836963000067, 29.383661295000081 ], [ 106.071801116000074, 29.383767227000074 ], [ 106.071701827000027, 29.383862871000087 ], [ 106.07162719400003, 29.383927917000051 ], [ 106.071618348000072, 29.383968402000054 ], [ 106.07162975500006, 29.384016050000074 ], [ 106.071651899000074, 29.384049285000064 ], [ 106.071704001000057, 29.384070345000051 ], [ 106.071737375000055, 29.38414406600009 ], [ 106.071740454000064, 29.384177465000061 ], [ 106.071751825000035, 29.384222722000054 ], [ 106.071768506000069, 29.384253612000062 ], [ 106.071820656000071, 29.384288997000056 ], [ 106.071861659000035, 29.384300602000039 ], [ 106.071870352000076, 29.384350653000062 ], [ 106.071824073000073, 29.384409958000038 ], [ 106.071829396000055, 29.384433900000083 ], [ 106.071824346000028, 29.384482646000034 ], [ 106.07181633600004, 29.384514369000044 ], [ 106.071791773000029, 29.38455840100006 ], [ 106.07177815200005, 29.384585298000047 ], [ 106.071758995000039, 29.38461467500008 ], [ 106.071745374000045, 29.384641572000074 ], [ 106.071743022000078, 29.384664282000077 ], [ 106.07177030500003, 29.384685612000055 ], [ 106.071803056000078, 29.384690119000091 ], [ 106.071826167000054, 29.384682076000047 ], [ 106.071887230000087, 29.384660801000052 ], [ 106.071916886000054, 29.384629530000044 ], [ 106.07198698500008, 29.384557368000056 ], [ 106.072040663000053, 29.384478174000037 ], [ 106.072081030000049, 29.384430110000039 ], [ 106.072101695000072, 29.384420242000093 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.073547993000034, 29.383602677000056 ], [ 106.073511705000044, 29.383605241000048 ], [ 106.07347984200004, 29.383602709000055 ], [ 106.073438227000054, 29.383580739000074 ], [ 106.073422194000045, 29.383569716000064 ], [ 106.073399472000062, 29.383528077000051 ], [ 106.073344538000072, 29.383450452000091 ], [ 106.07322550300006, 29.38333152000007 ], [ 106.073148579000076, 29.383281953000051 ], [ 106.073100392000072, 29.383240519000072 ], [ 106.073048935000031, 29.383190747000068 ], [ 106.072980420000079, 29.38303237600007 ], [ 106.072980175000055, 29.383009042000083 ], [ 106.072936202000051, 29.383052913000082 ], [ 106.072912788000068, 29.383064553000047 ], [ 106.072881410000036, 29.38306480600005 ], [ 106.07284753600004, 29.383076530000043 ], [ 106.072813735000068, 29.383095125000064 ], [ 106.072787945000073, 29.38312968900004 ], [ 106.072785907000025, 29.383184674000063 ], [ 106.072844204000035, 29.383257497000049 ], [ 106.072886692000054, 29.383318995000085 ], [ 106.072950483000056, 29.383416968000056 ], [ 106.07295883200004, 29.383464999000061 ], [ 106.072956289000047, 29.383471889000077 ], [ 106.072948564000058, 29.383483404000046 ], [ 106.07291994600007, 29.383497377000086 ], [ 106.072904256000072, 29.383497503000058 ], [ 106.07288597600008, 29.383499941000082 ], [ 106.07287314000007, 29.383522948000067 ], [ 106.072870863000048, 29.383555031000075 ], [ 106.072879067000031, 29.383589320000056 ], [ 106.072908143000063, 29.383618862000048 ], [ 106.072929135000038, 29.383625564000045 ], [ 106.072952765000025, 29.383634535000056 ], [ 106.07297402100005, 29.383666429000069 ], [ 106.072969128000068, 29.383698535000054 ], [ 106.072937821000039, 29.383705657000068 ], [ 106.072890752000035, 29.383706036000032 ], [ 106.072817679000082, 29.383720366000034 ], [ 106.072796903000039, 29.383734275000045 ], [ 106.072796230000051, 29.383736099000089 ], [ 106.072784189000075, 29.38376873400005 ], [ 106.072784597000066, 29.383807667000045 ], [ 106.072784934000026, 29.383839729000048 ], [ 106.072790595000072, 29.383873932000082 ], [ 106.072801705000074, 29.383879427000068 ], [ 106.072837463000042, 29.383894728000087 ], [ 106.072896043000071, 29.383919793000072 ], [ 106.072963366000067, 29.38394275100006 ], [ 106.073015015000081, 29.383963877000049 ], [ 106.073142522000069, 29.383968726000035 ], [ 106.073222991000094, 29.383966120000082 ], [ 106.073276570000075, 29.383957855000062 ], [ 106.073316465000062, 29.383924242000035 ], [ 106.073354125000037, 29.383890647000047 ], [ 106.073396011000057, 29.383833518000078 ], [ 106.073435886000027, 29.383797946000069 ], [ 106.073462409000058, 29.383768356000076 ], [ 106.073488929000064, 29.383738770000033 ], [ 106.073515472000054, 29.383711138000077 ], [ 106.073533091000058, 29.383685538000076 ], [ 106.073541686000056, 29.383652177000041 ], [ 106.073547993000034, 29.383602677000056 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.071256472000073, 29.384078388000031 ], [ 106.071256736000066, 29.384103589000059 ], [ 106.071257286000048, 29.38415596600003 ], [ 106.071217058000059, 29.384208671000064 ], [ 106.071187280000061, 29.384220815000049 ], [ 106.071119446000083, 29.384233265000031 ], [ 106.071040739000068, 29.384245803000049 ], [ 106.071013555000036, 29.384246020000042 ], [ 106.070972778000055, 29.384246349000076 ], [ 106.070961855000064, 29.384241674000062 ], [ 106.070956369000044, 29.384236956000048 ], [ 106.07092601800008, 29.38419434200005 ], [ 106.070875466000075, 29.384039985000072 ], [ 106.070869680000044, 29.384006698000064 ], [ 106.070866713000058, 29.383982912000072 ], [ 106.070869082000058, 29.383949559000083 ], [ 106.070871701000044, 29.383940014000068 ], [ 106.070879681000065, 29.383923284000048 ], [ 106.07091205200004, 29.383899214000056 ], [ 106.070971583000073, 29.383872545000084 ], [ 106.071231248000061, 29.383746648000056 ], [ 106.071439564000059, 29.383649735000063 ], [ 106.071485751000083, 29.383646983000055 ], [ 106.07152104000005, 29.383641937000046 ], [ 106.071548224000026, 29.383641719000089 ], [ 106.071624363000069, 29.383643488000075 ], [ 106.071640674000037, 29.383643356000061 ], [ 106.071659752000073, 29.383647965000073 ], [ 106.071700651000072, 29.383659541000043 ], [ 106.071725142000062, 29.383661725000081 ], [ 106.071752551000031, 29.383682934000035 ], [ 106.071766366000077, 29.383704251000037 ], [ 106.071783076000031, 29.383742213000065 ], [ 106.071781134000048, 29.383748199000078 ], [ 106.071800304000092, 29.383707444000038 ], [ 106.071814337000035, 29.38366941400005 ], [ 106.071825536000063, 29.383636463000066 ], [ 106.07184796100006, 29.383573088000048 ], [ 106.071859028000063, 29.383527499000081 ], [ 106.071867394000037, 29.383499626000059 ], [ 106.071878568000045, 29.383464147000048 ], [ 106.071895485000027, 29.383426095000054 ], [ 106.07190380000003, 29.383393166000079 ], [ 106.071903508000048, 29.383365363000053 ], [ 106.071917512000027, 29.383324805000093 ], [ 106.071953441000062, 29.383172849000061 ], [ 106.071966652000071, 29.383056465000049 ], [ 106.071975019000035, 29.383028592000063 ], [ 106.07199776200008, 29.382995547000061 ], [ 106.072006208000062, 29.382975257000059 ], [ 106.072023154000078, 29.382939732000072 ], [ 106.072022836000031, 29.382909402000053 ], [ 106.072022624000056, 29.382889180000067 ], [ 106.072028103000036, 29.382861331000065 ], [ 106.072033743000077, 29.38284864700006 ], [ 106.072030437000095, 29.382746991000086 ], [ 106.072042367000051, 29.382707995000086 ], [ 106.072044516000062, 29.382677722000039 ], [ 106.072041754000054, 29.382649650000076 ], [ 106.072038947000067, 29.382617256000064 ], [ 106.07203614000008, 29.382584861000058 ], [ 106.071945064000033, 29.382422554000073 ], [ 106.071935291000045, 29.382429933000079 ], [ 106.071908930000063, 29.38243709000005 ], [ 106.071882520000031, 29.382439618000035 ], [ 106.071866660000069, 29.382439746000045 ], [ 106.071840129000066, 29.382430699000047 ], [ 106.07181612100004, 29.382410054000054 ], [ 106.071792211000059, 29.382398670000047 ], [ 106.071752464000042, 29.382389728000071 ], [ 106.07172341100005, 29.382392277000065 ], [ 106.071702482000035, 29.382413283000059 ], [ 106.07164517800004, 29.382494779000076 ], [ 106.071580623000045, 29.382641161000038 ], [ 106.071544515000042, 29.382727117000069 ], [ 106.071531612000058, 29.382757320000049 ], [ 106.071518663000063, 29.382782891000094 ], [ 106.071492423000066, 29.382801625000067 ], [ 106.071460800000068, 29.382811140000054 ], [ 106.071423769000035, 29.382809122000076 ], [ 106.071264611000061, 29.382757151000085 ], [ 106.071206165000049, 29.38272983600007 ], [ 106.071168989000057, 29.382713927000054 ], [ 106.071145078000029, 29.382702543000054 ], [ 106.071123688000057, 29.382679562000082 ], [ 106.071104798000079, 29.382642669000059 ], [ 106.071011892000058, 29.382606370000069 ], [ 106.07095902500005, 29.382606796000058 ], [ 106.070922139000061, 29.382618668000081 ], [ 106.070906378000075, 29.382628057000097 ], [ 106.070882709000045, 29.382639822000041 ], [ 106.070853655000064, 29.382642371000088 ], [ 106.07082979200004, 29.382635617000069 ], [ 106.070819623000034, 29.382626872000071 ], [ 106.070765903000051, 29.382688604000059 ], [ 106.070729286000073, 29.382721267000079 ], [ 106.070824864000031, 29.382712833000085 ], [ 106.070885066000073, 29.382720663000043 ], [ 106.070945210000062, 29.382722951000066 ], [ 106.071005587000059, 29.38274740800005 ], [ 106.071043875000043, 29.382777585000046 ], [ 106.07106953400006, 29.382810634000069 ], [ 106.071076297000047, 29.382852149000083 ], [ 106.071073395000042, 29.382877114000042 ], [ 106.071073656000067, 29.382902054000052 ], [ 106.071061174000079, 29.382918783000036 ], [ 106.071055166000065, 29.382949316000065 ], [ 106.071039840000026, 29.382996550000097 ], [ 106.071005326000034, 29.383024540000065 ], [ 106.070980275000068, 29.383049683000078 ], [ 106.070993279000049, 29.383082834000046 ], [ 106.071018852000066, 29.383107572000089 ], [ 106.071047298000053, 29.383104571000047 ], [ 106.071094729000038, 29.383101418000081 ], [ 106.071154759000081, 29.383092623000032 ], [ 106.071262217000026, 29.383080674000034 ], [ 106.071293857000057, 29.383080419000073 ], [ 106.071325670000078, 29.383096791000071 ], [ 106.071330396000079, 29.383103548000058 ], [ 106.071335308000073, 29.383110571000088 ], [ 106.071345090000079, 29.383138205000066 ], [ 106.07134532200007, 29.383160374000056 ], [ 106.071323581000058, 29.38319934600009 ], [ 106.071276586000067, 29.383244065000042 ], [ 106.07115449500003, 29.383369754000057 ], [ 106.071094903000073, 29.383420116000082 ], [ 106.071041609000076, 29.383467657000043 ], [ 106.070894091000071, 29.383582465000075 ], [ 106.070840506000081, 29.383602295000063 ], [ 106.070761378000043, 29.383600159000085 ], [ 106.070726544000095, 29.38359766700006 ], [ 106.070666428000038, 29.383598151000061 ], [ 106.07061298900004, 29.383631835000077 ], [ 106.070581639000082, 29.383659800000093 ], [ 106.070547328000032, 29.383707187000084 ], [ 106.070551188000096, 29.383773667000071 ], [ 106.070567530000076, 29.383823420000052 ], [ 106.070574352000051, 29.383870478000063 ], [ 106.070578966000028, 29.384009005000046 ], [ 106.070601694000061, 29.384064248000072 ], [ 106.070634002000077, 29.384127729000046 ], [ 106.070650170000079, 29.384160855000058 ], [ 106.070685554000093, 29.384215996000073 ], [ 106.07077490100005, 29.384287333000096 ], [ 106.070889851000061, 29.384386176000085 ], [ 106.070985032000067, 29.384410353000071 ], [ 106.071079953000037, 29.384409591000061 ], [ 106.071146398000053, 29.384409058000074 ], [ 106.071178124000028, 29.384417116000073 ], [ 106.071232145000067, 29.38443885200007 ], [ 106.071283031000064, 29.38446338500006 ], [ 106.071321289000025, 29.384490790000083 ], [ 106.071356211000079, 29.384501595000074 ], [ 106.071394265000052, 29.384509603000087 ], [ 106.071447908000039, 29.384495315000041 ], [ 106.071482364000076, 29.384461783000056 ], [ 106.071491625000093, 29.384439538000048 ], [ 106.071516791000079, 29.384425479000072 ], [ 106.07154822900003, 29.384405828000066 ], [ 106.07160497700005, 29.384385973000068 ], [ 106.07163943200004, 29.38435244100009 ], [ 106.071645558000057, 29.384332992000047 ], [ 106.071654701000057, 29.384299662000046 ], [ 106.071654411000054, 29.384271952000063 ], [ 106.071635020000031, 29.384233308000034 ], [ 106.071603002000074, 29.384197540000059 ], [ 106.071555106000062, 29.38415635500008 ], [ 106.071545498000035, 29.384145347000068 ], [ 106.071510345000036, 29.384112375000086 ], [ 106.071424512000078, 29.384074266000088 ], [ 106.071380185000066, 29.384071851000034 ], [ 106.07132636800003, 29.384069512000057 ], [ 106.071256472000073, 29.384078388000031 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.070729286000073, 29.382721267000079 ], [ 106.070765903000051, 29.382688604000059 ], [ 106.070819623000034, 29.382626872000071 ], [ 106.070813787000077, 29.382621854000039 ], [ 106.070808307000064, 29.382603376000084 ], [ 106.070807943000034, 29.382568649000063 ], [ 106.070818298000063, 29.38254772800008 ], [ 106.070831321000071, 29.382529102000031 ], [ 106.070865212000072, 29.382500883000034 ], [ 106.070959825000045, 29.382362934000064 ], [ 106.071055118000061, 29.382282785000076 ], [ 106.07111790700003, 29.382246197000089 ], [ 106.071164269000064, 29.382214552000047 ], [ 106.071199770000078, 29.382195022000069 ], [ 106.071240815000067, 29.382180258000062 ], [ 106.071276494000074, 29.382177567000035 ], [ 106.071320336000042, 29.382167592000087 ], [ 106.071372417000077, 29.382157550000056 ], [ 106.071407994000026, 29.382145237000088 ], [ 106.071432661000074, 29.382140228000072 ], [ 106.071501928000032, 29.382138276000035 ], [ 106.071549720000064, 29.382135429000066 ], [ 106.071586340000067, 29.382140062000072 ], [ 106.071620172000053, 29.382147181000043 ], [ 106.071764014000053, 29.382182982000074 ], [ 106.071809947000077, 29.382201104000046 ], [ 106.071816550000051, 29.382196452000073 ], [ 106.071847054000045, 29.382181285000062 ], [ 106.071901359000037, 29.382162951000058 ], [ 106.071945238000069, 29.382123807000088 ], [ 106.071978892000061, 29.382084756000044 ], [ 106.072029673000031, 29.382054505000042 ], [ 106.072073709000051, 29.382030283000052 ], [ 106.072128201000055, 29.382029844000044 ], [ 106.072199728000044, 29.382029269000043 ], [ 106.072257544000081, 29.382019855000067 ], [ 106.072321921000025, 29.381986519000058 ], [ 106.072348672000032, 29.381938575000046 ], [ 106.072337757000071, 29.381873015000057 ], [ 106.07231014000007, 29.381837442000073 ], [ 106.072258859000044, 29.381819950000079 ], [ 106.072166795000044, 29.381811741000035 ], [ 106.07210886200005, 29.381809220000036 ], [ 106.072071363000077, 29.381806545000082 ], [ 106.071948919000079, 29.381825427000077 ], [ 106.071928673000059, 29.381843489000069 ], [ 106.071908417000031, 29.381861557000036 ], [ 106.071854551000058, 29.381921656000081 ], [ 106.071817364000026, 29.381948811000093 ], [ 106.071743105000067, 29.381966872000088 ], [ 106.071707736000079, 29.381971928000038 ], [ 106.071683330000042, 29.381984059000047 ], [ 106.071649702000059, 29.382025500000051 ], [ 106.071621639000057, 29.382052456000057 ], [ 106.071589180000046, 29.382075630000088 ], [ 106.071535047000054, 29.382110436000062 ], [ 106.071478601000081, 29.382133802000045 ], [ 106.071437188000075, 29.382134135000058 ], [ 106.071391409000057, 29.382134502000039 ], [ 106.071336905000067, 29.382134940000068 ], [ 106.071315102000028, 29.382135116000097 ], [ 106.071269562000055, 29.382158395000083 ], [ 106.071207619000063, 29.382176080000086 ], [ 106.071179276000066, 29.382176305000087 ], [ 106.071133556000063, 29.382182402000076 ], [ 106.071096501000056, 29.382182699000051 ], [ 106.071057261000078, 29.382183014000081 ], [ 106.071026734000043, 29.38218326000009 ], [ 106.071000733000062, 29.382198750000047 ], [ 106.070959561000052, 29.382221994000073 ], [ 106.070892178000065, 29.382241624000077 ], [ 106.070792295000061, 29.382280621000064 ], [ 106.070730080000033, 29.382254653000075 ], [ 106.070726541000056, 29.382307193000088 ], [ 106.070726966000052, 29.382347766000059 ], [ 106.070713602000069, 29.382372934000053 ], [ 106.070681015000048, 29.382383929000063 ], [ 106.070663288000048, 29.382382882000059 ], [ 106.070663188000026, 29.382373338000036 ], [ 106.070665680000047, 29.382350640000077 ], [ 106.070670766000035, 29.38231599400007 ], [ 106.070673183000054, 29.382286133000033 ], [ 106.070679491000078, 29.382238353000044 ], [ 106.070691357000058, 29.382200062000031 ], [ 106.070700695000028, 29.382180899000051 ], [ 106.070708634000027, 29.382158157000049 ], [ 106.070712488000026, 29.382136647000038 ], [ 106.070708235000041, 29.382119973000044 ], [ 106.070701154000076, 29.382094971000079 ], [ 106.070691467000074, 29.382080723000062 ], [ 106.070681855000032, 29.382073638000065 ], [ 106.070665600000041, 29.382083321000035 ], [ 106.070661648000055, 29.382095290000056 ], [ 106.070657815000061, 29.382119900000081 ], [ 106.070656358000065, 29.382137097000061 ], [ 106.070640377000075, 29.382173020000035 ], [ 106.070629370000063, 29.382214641000079 ], [ 106.070616951000034, 29.382277753000036 ], [ 106.070610769000041, 29.382312173000056 ], [ 106.070608225000058, 29.382380934000086 ], [ 106.070607186000075, 29.382438224000055 ], [ 106.07059644800006, 29.382505625000075 ], [ 106.07059685400003, 29.382544287000087 ], [ 106.070587624000041, 29.382600209000088 ], [ 106.070587953000029, 29.382631717000038 ], [ 106.070588328000042, 29.382667510000076 ], [ 106.070588597000039, 29.382693289000088 ], [ 106.070587332000059, 29.382727669000079 ], [ 106.070579753000061, 29.382785012000046 ], [ 106.070583332000069, 29.382815060000041 ], [ 106.070569634000037, 29.382912552000054 ], [ 106.070567047000054, 29.382969894000045 ], [ 106.070681082000078, 29.382795344000041 ], [ 106.070711722000055, 29.382736936000072 ], [ 106.070729286000073, 29.382721267000079 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.061736285000052, 29.376418253000054 ], [ 106.061745084000052, 29.376340350000081 ], [ 106.061750546000042, 29.37618146300008 ], [ 106.061722150000037, 29.376037929000063 ], [ 106.061713018000049, 29.375991772000077 ], [ 106.061654188000034, 29.375805366000066 ], [ 106.061531325000033, 29.375616354000048 ], [ 106.061517929000047, 29.375573910000071 ], [ 106.061472496000079, 29.375429949000079 ], [ 106.061356875000058, 29.375253337000061 ], [ 106.061277915000062, 29.37516848100007 ], [ 106.061227418000044, 29.375114212000085 ], [ 106.061175367000047, 29.375000001000046 ], [ 106.061134518000074, 29.374916761000062 ], [ 106.061111909000033, 29.374854424000038 ], [ 106.061084060000056, 29.374816170000091 ], [ 106.061074278000035, 29.374755335000081 ], [ 106.061051651000071, 29.374691392000042 ], [ 106.060887167000033, 29.374537206000074 ], [ 106.060708160000047, 29.374394358000075 ], [ 106.060534707000045, 29.374257875000062 ], [ 106.060470191000036, 29.374213503000078 ], [ 106.060414511000047, 29.374138603000059 ], [ 106.060401169000045, 29.374087412000055 ], [ 106.060402200000055, 29.374010459000086 ], [ 106.060335423000026, 29.373924425000041 ], [ 106.060287144000029, 29.373857481000069 ], [ 106.060205361000044, 29.373736301000061 ], [ 106.060074468000039, 29.373644365000072 ], [ 106.059915276000027, 29.373470900000086 ], [ 106.059854337000047, 29.37341848300008 ], [ 106.059850164000068, 29.373371246000097 ], [ 106.059812586000078, 29.373421388000047 ], [ 106.059790350000071, 29.373433316000053 ], [ 106.059732177000058, 29.373429861000091 ], [ 106.059696221000081, 29.373412520000041 ], [ 106.059651201000065, 29.373383501000031 ], [ 106.059628355000029, 29.373336677000054 ], [ 106.059623154000064, 29.373266211000047 ], [ 106.059658480000053, 29.373222842000082 ], [ 106.059749866000061, 29.373194697000095 ], [ 106.059825607000064, 29.37319151000008 ], [ 106.059823570000049, 29.373186688000096 ], [ 106.059703685000045, 29.373097470000062 ], [ 106.059638202000031, 29.372959728000069 ], [ 106.059575070000051, 29.372827979000082 ], [ 106.059547122000026, 29.372780110000068 ], [ 106.059528553000064, 29.37275420800006 ], [ 106.059424868000065, 29.372682895000086 ], [ 106.059325842000078, 29.372619559000032 ], [ 106.059293506000074, 29.372589760000043 ], [ 106.059274957000071, 29.372565863000098 ], [ 106.059274625000057, 29.37253380400006 ], [ 106.059281115000047, 29.372497684000052 ], [ 106.059310416000073, 29.372455371000061 ], [ 106.059410340000056, 29.372384446000066 ], [ 106.059425667000028, 29.372318197000077 ], [ 106.059425665000049, 29.372318153000041 ], [ 106.059416896000073, 29.372133918000085 ], [ 106.059399478000046, 29.372029959000091 ], [ 106.059390075000067, 29.371973827000094 ], [ 106.059387097000069, 29.371954398000074 ], [ 106.059375353000064, 29.371877761000068 ], [ 106.059360254000069, 29.37183925000005 ], [ 106.059356556000068, 29.371829820000073 ], [ 106.059315132000052, 29.37180610300004 ], [ 106.059235029000035, 29.371802732000049 ], [ 106.059102355000064, 29.371803786000044 ], [ 106.059037912000065, 29.371766225000044 ], [ 106.058961966000041, 29.371668364000072 ], [ 106.058913510000082, 29.371600504000067 ], [ 106.058870400000046, 29.371563422000069 ], [ 106.058825096000078, 29.371557178000039 ], [ 106.058789891000075, 29.371555256000082 ], [ 106.058759734000034, 29.371555495000052 ], [ 106.058732089000046, 29.371555715000042 ], [ 106.058701818000031, 29.371544948000057 ], [ 106.058636478000039, 29.37154546700009 ], [ 106.05862139900006, 29.371545586000078 ], [ 106.058613366000031, 29.371543895000059 ], [ 106.058657932000074, 29.371689684000042 ], [ 106.058646142000043, 29.371769158000056 ], [ 106.058619806000081, 29.371800503000085 ], [ 106.058432872000026, 29.371815535000046 ], [ 106.058230669000068, 29.371885165000037 ], [ 106.058101497000052, 29.371991520000059 ], [ 106.058089347000077, 29.372065476000049 ], [ 106.058148756000037, 29.372224575000079 ], [ 106.058366489000036, 29.372654857000029 ], [ 106.058662902000037, 29.372939515000041 ], [ 106.05890620200006, 29.373037451000076 ], [ 106.059117761000039, 29.373166848000047 ], [ 106.05918975700007, 29.373238056000041 ], [ 106.059209639000073, 29.373437634000087 ], [ 106.05918362500006, 29.373678147000071 ], [ 106.059148019000077, 29.373894084000085 ], [ 106.059140342000035, 29.374010904000045 ], [ 106.059213929000066, 29.374251622000088 ], [ 106.059282469000038, 29.374434 ], [ 106.059374338000055, 29.374536377000091 ], [ 106.059397010000055, 29.374407595000029 ], [ 106.059425775000079, 29.374337368000067 ], [ 106.059474382000076, 29.374301885000079 ], [ 106.059518536000041, 29.374266437000074 ], [ 106.059585232000074, 29.374258108000056 ], [ 106.059652130000075, 29.374269275000067 ], [ 106.059698965000052, 29.37427234200004 ], [ 106.059762886000044, 29.37429309000003 ], [ 106.059835684000063, 29.374292512000068 ], [ 106.059899356000074, 29.374289349000037 ], [ 106.059935756000073, 29.37428905900002 ], [ 106.060002599000029, 29.374299156000056 ], [ 106.060066766000034, 29.374343816000085 ], [ 106.060106614000063, 29.37438335600006 ], [ 106.060134078000033, 29.374399080000046 ], [ 106.060234535000063, 29.374432823000067 ], [ 106.060289465000039, 29.374464271000068 ], [ 106.060409032000052, 29.374585546000052 ], [ 106.060422376000076, 29.37470235100005 ], [ 106.060432, 29.374752759000042 ], [ 106.060420197000042, 29.374784739000063 ], [ 106.060402190000048, 29.374803481000058 ], [ 106.060390194000036, 29.374816862000046 ], [ 106.060329527000079, 29.374817344000068 ], [ 106.060262547000036, 29.374793963000059 ], [ 106.060195428000043, 29.37475729900007 ], [ 106.060174030000042, 29.374741525000051 ], [ 106.060128282000051, 29.374717975000067 ], [ 106.060073544000034, 29.374705125000052 ], [ 106.060049306000053, 29.374707975000028 ], [ 106.060031326000058, 29.374729375000069 ], [ 106.060028308000028, 29.374779939000067 ], [ 106.060043352000037, 29.374811132000055 ], [ 106.060149347000049, 29.374893176000061 ], [ 106.060185139000055, 29.374935404000045 ], [ 106.060208614000032, 29.375000001000036 ], [ 106.060310506000064, 29.375093662000037 ], [ 106.060357299000032, 29.375135095000076 ], [ 106.06040587800004, 29.375217121000041 ], [ 106.060435716000029, 29.375267702000087 ], [ 106.060489120000057, 29.37533383400006 ], [ 106.060497129000055, 29.375352507000056 ], [ 106.060494249000044, 29.375365743000089 ], [ 106.06048430900006, 29.375378168000058 ], [ 106.060478368000076, 29.375380947000053 ], [ 106.060472394000044, 29.375381816000065 ], [ 106.060448809000036, 29.375379880000075 ], [ 106.060467613000085, 29.375394038000081 ], [ 106.060481030000062, 29.375418549000077 ], [ 106.060496425000053, 29.375439201000063 ], [ 106.060495699000057, 29.375460812000085 ], [ 106.060486403000027, 29.375479167000041 ], [ 106.060472482000094, 29.375509193000084 ], [ 106.060471785000061, 29.375533297000064 ], [ 106.060471921000044, 29.375546591000049 ], [ 106.06047307800003, 29.375566526000053 ], [ 106.060486685000058, 29.375597994000088 ], [ 106.060499224000068, 29.375617838000036 ], [ 106.060512712000047, 29.375637674000075 ], [ 106.060524131000079, 29.37564090700004 ], [ 106.060542251000072, 29.375649904000063 ], [ 106.060547812000038, 29.375667864000022 ], [ 106.060546892000048, 29.37570111000008 ], [ 106.060552377000079, 29.375742061000043 ], [ 106.060555503000046, 29.375799651000083 ], [ 106.06055875900006, 29.37583736200008 ], [ 106.06059378100008, 29.375864334000092 ], [ 106.060603350000065, 29.375886967000042 ], [ 106.060603510000078, 29.375902408000051 ], [ 106.060604174000048, 29.375916483000079 ], [ 106.06060218600004, 29.375924674000082 ], [ 106.060596368000077, 29.375929492000061 ], [ 106.060582991000047, 29.375940572000051 ], [ 106.06057824700008, 29.375949693000052 ], [ 106.060578308000061, 29.375955749000077 ], [ 106.060583211000051, 29.37596176500006 ], [ 106.06061283300005, 29.375966173000052 ], [ 106.060642364000046, 29.375969167000044 ], [ 106.060652985000047, 29.375969084000072 ], [ 106.060671860000085, 29.375968933000085 ], [ 106.060696419000067, 29.375966584000075 ], [ 106.060716118000073, 29.375969657000045 ], [ 106.060771899000031, 29.376007620000053 ], [ 106.060775536000051, 29.376010095000087 ], [ 106.060805469000059, 29.376051845000067 ], [ 106.060826809000048, 29.376094737000077 ], [ 106.060842105000063, 29.376147368000087 ], [ 106.060847422000052, 29.376186083000054 ], [ 106.06086113200007, 29.37620427600007 ], [ 106.060873567000044, 29.376218173000051 ], [ 106.060876122000082, 29.376260903000052 ], [ 106.060877112000085, 29.376277978000079 ], [ 106.060980904000075, 29.376230443000058 ], [ 106.061035465000032, 29.376204586000082 ], [ 106.061115898000025, 29.376185584000044 ], [ 106.061161135000091, 29.376193698000066 ], [ 106.061200083000074, 29.376217400000087 ], [ 106.06135223900003, 29.376291938000065 ], [ 106.061418720000063, 29.376319570000071 ], [ 106.061424621000072, 29.376341472000028 ], [ 106.061424803000079, 29.37635886400005 ], [ 106.061406635000026, 29.376385100000061 ], [ 106.061395828000059, 29.376437366000058 ], [ 106.061408891000042, 29.376465837000065 ], [ 106.061430410000071, 29.376489271000079 ], [ 106.061463404000051, 29.376509349000063 ], [ 106.061464671000081, 29.376510119000049 ], [ 106.061465689000045, 29.376510284000069 ], [ 106.061501901000042, 29.376513861000028 ], [ 106.061521676000041, 29.376513704000043 ], [ 106.061538834000032, 29.376499493000043 ], [ 106.061557049000044, 29.376467951000052 ], [ 106.061583640000038, 29.37645408800006 ], [ 106.061609397000055, 29.376452695000065 ], [ 106.061655449000057, 29.376446388000087 ], [ 106.061682513000051, 29.37644023200005 ], [ 106.061717629000043, 29.376425695000087 ], [ 106.061730450000027, 29.376419580000054 ], [ 106.061736285000052, 29.376418253000054 ] ], [ [ 106.059047083000053, 29.371902498000065 ], [ 106.059189839000055, 29.371929336000044 ], [ 106.059256382000058, 29.371950325000061 ], [ 106.05929592800004, 29.371973679000057 ], [ 106.059310867000079, 29.371992926000075 ], [ 106.059333353000056, 29.372029327000067 ], [ 106.05933364200007, 29.372057296000037 ], [ 106.059307090000061, 29.372102693000045 ], [ 106.059241059000044, 29.372131190000061 ], [ 106.059189521000064, 29.372135903000071 ], [ 106.05915017500007, 29.37213191200005 ], [ 106.059093545000053, 29.372119451000057 ], [ 106.059071238000058, 29.372100264000046 ], [ 106.058991500000047, 29.371991159000054 ], [ 106.058971493000058, 29.371956891000085 ], [ 106.058973750000064, 29.371937507000037 ], [ 106.058983329000057, 29.371913762000077 ], [ 106.05900530200006, 29.371900678000088 ], [ 106.059047083000053, 29.371902498000065 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.056985814000029, 29.369103548000059 ], [ 106.056992965000063, 29.369047016000081 ], [ 106.056973307000078, 29.369053128000076 ], [ 106.056618245000038, 29.369071309000049 ], [ 106.056305524000038, 29.36901457100004 ], [ 106.056011144000081, 29.368829798000036 ], [ 106.055824426000072, 29.368647326000087 ], [ 106.055744934000074, 29.368594172000083 ], [ 106.055659873000081, 29.368609062000068 ], [ 106.055786524000041, 29.368782499000073 ], [ 106.05607069000007, 29.369158772000048 ], [ 106.05643845600008, 29.369645721000037 ], [ 106.056675971000061, 29.370160174000045 ], [ 106.056932093000057, 29.370934417000058 ], [ 106.056998624000073, 29.371135535000061 ], [ 106.057084191000058, 29.371372916000045 ], [ 106.057103855000037, 29.371427471000054 ], [ 106.057332376000033, 29.372061433000045 ], [ 106.057341514000029, 29.37204662300007 ], [ 106.057351564000044, 29.372031387000042 ], [ 106.057362004000026, 29.372016569000035 ], [ 106.057372834000034, 29.372002170000084 ], [ 106.057384054000067, 29.371988190000081 ], [ 106.057395665000058, 29.371974628000089 ], [ 106.057407666000074, 29.371961485000039 ], [ 106.057420101000048, 29.371948465000063 ], [ 106.057433017000051, 29.371935273000073 ], [ 106.057446413000037, 29.371921907000058 ], [ 106.057460290000051, 29.371908368000049 ], [ 106.05747464600006, 29.371894657000038 ], [ 106.057489482000051, 29.371880773000047 ], [ 106.057504798000025, 29.371866715000056 ], [ 106.057520595000028, 29.371852485000087 ], [ 106.057536197000047, 29.371838130000071 ], [ 106.057550931000037, 29.371823698000071 ], [ 106.057564796000065, 29.371809189000086 ], [ 106.057577793000064, 29.371794603000069 ], [ 106.057589922000034, 29.371779939000067 ], [ 106.057601182000042, 29.371765199000034 ], [ 106.057611573000031, 29.371750382000066 ], [ 106.057621097000037, 29.37173548800007 ], [ 106.057629457000075, 29.371720055000086 ], [ 106.05763636000006, 29.371703621000055 ], [ 106.057641806000049, 29.37168618700008 ], [ 106.057645795000042, 29.371667752000064 ], [ 106.057648327000052, 29.371648317000052 ], [ 106.057649402000038, 29.371627882000034 ], [ 106.057649020000056, 29.371606446000037 ], [ 106.05764718100005, 29.371584010000049 ], [ 106.057643987000077, 29.371561120000084 ], [ 106.057639541000071, 29.37153832600006 ], [ 106.057633843000076, 29.371515627000068 ], [ 106.057626893000091, 29.371493023000085 ], [ 106.057618690000027, 29.37147051400007 ], [ 106.057609236000076, 29.371448100000059 ], [ 106.057598529000089, 29.371425781000084 ], [ 106.057586570000069, 29.371403557000058 ], [ 106.057574228000078, 29.371381506000038 ], [ 106.057562370000028, 29.37135970300006 ], [ 106.057550997000078, 29.371338150000046 ], [ 106.057540109000058, 29.371316845000074 ], [ 106.057529706000025, 29.371295790000083 ], [ 106.057519787000047, 29.371274983000031 ], [ 106.057510353000055, 29.371254426000061 ], [ 106.057501404000064, 29.371234118000071 ], [ 106.057491262000042, 29.371214960000092 ], [ 106.057478252000067, 29.371197851000094 ], [ 106.057462372000032, 29.371182793000063 ], [ 106.05744362300004, 29.371169785000063 ], [ 106.057422004000045, 29.371158827000045 ], [ 106.057397517000041, 29.371149920000054 ], [ 106.057370160000062, 29.371143062000044 ], [ 106.057339934000026, 29.371138255000062 ], [ 106.057308454000065, 29.371133458000092 ], [ 106.057277338000063, 29.371126632000081 ], [ 106.05724658500003, 29.371117778000041 ], [ 106.05721619500008, 29.371106894000032 ], [ 106.057186169000033, 29.371093982000051 ], [ 106.05715650500008, 29.371079041000094 ], [ 106.057127205000029, 29.371062071000043 ], [ 106.057098267000072, 29.371043073000067 ], [ 106.057071122000082, 29.371020471000058 ], [ 106.057047196000056, 29.370992694000048 ], [ 106.057026491000059, 29.370959740000046 ], [ 106.057009006000058, 29.370921611000085 ], [ 106.056994742000029, 29.370878305000076 ], [ 106.056983697000078, 29.370829823000069 ], [ 106.056975873000056, 29.370776164000063 ], [ 106.05697126900003, 29.370717330000051 ], [ 106.056968520000055, 29.370656243000035 ], [ 106.056966260000081, 29.370595827000045 ], [ 106.056964490000041, 29.370536083000047 ], [ 106.05696320900006, 29.370477009000069 ], [ 106.056962418000083, 29.370418607000094 ], [ 106.056962116000093, 29.370360875000074 ], [ 106.056962303000034, 29.370303815000053 ], [ 106.056962980000037, 29.370247426000049 ], [ 106.056963475000032, 29.37019220600007 ], [ 106.05696311500003, 29.370138656000048 ], [ 106.056961902000069, 29.370086774000068 ], [ 106.056959835000043, 29.370036561000067 ], [ 106.056956914000068, 29.369988016000029 ], [ 106.056953139000029, 29.369941140000034 ], [ 106.056948510000041, 29.369895933000066 ], [ 106.056943027000045, 29.369852395000063 ], [ 106.056938321000075, 29.369805052000064 ], [ 106.056936024000038, 29.369748430000065 ], [ 106.056936135000058, 29.369682530000031 ], [ 106.056938654000078, 29.36960735100007 ], [ 106.056943582000031, 29.36952289400006 ], [ 106.05695091900003, 29.369429158000052 ], [ 106.056960663000041, 29.36932614400007 ], [ 106.05697281700003, 29.36921385100004 ], [ 106.056985814000029, 29.369103548000059 ] ] ], [ [ [ 106.060413312000037, 29.376350294000073 ], [ 106.060449429000073, 29.37635000600006 ], [ 106.060470009000028, 29.376357816000045 ], [ 106.060478031000059, 29.37637541000004 ], [ 106.060482694000044, 29.376393030000091 ], [ 106.060486308000065, 29.376417526000068 ], [ 106.060498800000062, 29.376434103000062 ], [ 106.060523732000036, 29.376462353000079 ], [ 106.060554143000047, 29.376478788000039 ], [ 106.060579921000055, 29.376480545000046 ], [ 106.06061913800005, 29.376482195000044 ], [ 106.060669432000054, 29.376471985000077 ], [ 106.060766029000035, 29.376417753000052 ], [ 106.06080697200008, 29.376396827000057 ], [ 106.060840363000068, 29.376376697000062 ], [ 106.060869425000078, 29.376344093000057 ], [ 106.060879191000026, 29.376313850000084 ], [ 106.060877112000085, 29.376277978000079 ], [ 106.060876122000082, 29.376260903000052 ], [ 106.060873567000044, 29.376218173000051 ], [ 106.06086113200007, 29.37620427600007 ], [ 106.060847422000052, 29.376186083000054 ], [ 106.060842105000063, 29.376147368000087 ], [ 106.060826809000048, 29.376094737000077 ], [ 106.060805469000059, 29.376051845000067 ], [ 106.060775536000051, 29.376010095000087 ], [ 106.060771899000031, 29.376007620000053 ], [ 106.060716118000073, 29.375969657000045 ], [ 106.060696419000067, 29.375966584000075 ], [ 106.060671860000085, 29.375968933000085 ], [ 106.060652985000047, 29.375969084000072 ], [ 106.060642364000046, 29.375969167000044 ], [ 106.06061283300005, 29.375966173000052 ], [ 106.060583211000051, 29.37596176500006 ], [ 106.060578308000061, 29.375955749000077 ], [ 106.06057824700008, 29.375949693000052 ], [ 106.060582991000047, 29.375940572000051 ], [ 106.060596368000077, 29.375929492000061 ], [ 106.060500881000053, 29.375862720000036 ], [ 106.060305100000051, 29.375725717000073 ], [ 106.060165661000042, 29.375548988000048 ], [ 106.060062635000065, 29.375421660000079 ], [ 106.059919773000061, 29.375205712000078 ], [ 106.059794272000033, 29.375070642000086 ], [ 106.059681943000044, 29.374948603000067 ], [ 106.059668484000042, 29.374933807000041 ], [ 106.059557728000073, 29.374840471000081 ], [ 106.059513090000053, 29.374761798000065 ], [ 106.059496803000059, 29.374743619000068 ], [ 106.059423992000077, 29.374660673000047 ], [ 106.059364352000046, 29.374590759000057 ], [ 106.059317885000041, 29.37453387600004 ], [ 106.059284590000061, 29.37449002500005 ], [ 106.059257082000045, 29.374450803000052 ], [ 106.059227974000066, 29.374407808000065 ], [ 106.059197269000038, 29.374361039000068 ], [ 106.059164964000047, 29.374310498000057 ], [ 106.059131061000073, 29.374256184000039 ], [ 106.059095558000081, 29.37419809600004 ], [ 106.059058458000038, 29.37413623600008 ], [ 106.059019758000034, 29.374070603000057 ], [ 106.05898131400005, 29.374004588000044 ], [ 106.058944979000046, 29.373941586000054 ], [ 106.058910753000077, 29.373881594000064 ], [ 106.058878637000078, 29.373824614000061 ], [ 106.058848630000057, 29.37377064500004 ], [ 106.058820732000072, 29.373719687000062 ], [ 106.058794944000056, 29.373671741000056 ], [ 106.058771265000075, 29.373626806000058 ], [ 106.058747513000071, 29.373583159000077 ], [ 106.058721508000076, 29.373539077000089 ], [ 106.058693250000033, 29.373494560000037 ], [ 106.058662738000066, 29.373449608000048 ], [ 106.058629972000062, 29.373404220000054 ], [ 106.058594952000078, 29.373358397000061 ], [ 106.058557679000046, 29.373312139000063 ], [ 106.058518152000033, 29.373265445000072 ], [ 106.058478364000052, 29.373218603000044 ], [ 106.058440307000069, 29.373171897000081 ], [ 106.058403982000073, 29.373125328000064 ], [ 106.058369389000063, 29.373078895000049 ], [ 106.058336526000062, 29.373032599000044 ], [ 106.058305396000051, 29.372986440000091 ], [ 106.058275996000077, 29.372940418000038 ], [ 106.058248328000047, 29.372894532000089 ], [ 106.058221796000055, 29.372849622000054 ], [ 106.058195802000057, 29.372806524000055 ], [ 106.058170348000033, 29.372765239000049 ], [ 106.05814543200006, 29.372725767000084 ], [ 106.058121056000061, 29.37268810900008 ], [ 106.058097219000047, 29.372652263000081 ], [ 106.058073921000073, 29.372618230000057 ], [ 106.058051162000027, 29.372586010000077 ], [ 106.058029066000074, 29.37255595400006 ], [ 106.058007759000077, 29.372528411000076 ], [ 106.057987240000045, 29.372503382000033 ], [ 106.057967510000026, 29.372480867000036 ], [ 106.057948568000029, 29.37246086600004 ], [ 106.057930414000054, 29.372443378000064 ], [ 106.057913048000046, 29.372428405000054 ], [ 106.057896471000049, 29.372415945000064 ], [ 106.057881013000042, 29.372405698000083 ], [ 106.057867005000048, 29.372397363000061 ], [ 106.057854447000068, 29.372390939000073 ], [ 106.057843339000044, 29.372386427000038 ], [ 106.05783368200008, 29.372383826000082 ], [ 106.057825475000072, 29.372383138000082 ], [ 106.057818718000078, 29.372384361000059 ], [ 106.057813411000041, 29.372387495000051 ], [ 106.057808589000061, 29.372391672000049 ], [ 106.05780328700007, 29.372396022000082 ], [ 106.057797505000053, 29.372400545000051 ], [ 106.057791242000064, 29.372405240000038 ], [ 106.057784500000025, 29.372410109000043 ], [ 106.05777727800006, 29.372415150000059 ], [ 106.057769575000066, 29.372420365000036 ], [ 106.057761393000078, 29.37242575200009 ], [ 106.057752878000031, 29.372431606000077 ], [ 106.057744179000053, 29.372438222000078 ], [ 106.057735295000043, 29.37244559800007 ], [ 106.057726227000046, 29.372453736000072 ], [ 106.057716975000062, 29.372462635000083 ], [ 106.057707539000035, 29.372472296000073 ], [ 106.057697918000031, 29.372482717000079 ], [ 106.057688112000051, 29.372493900000052 ], [ 106.057678209000073, 29.372504915000032 ], [ 106.057668293000063, 29.372514832000036 ], [ 106.057658365000066, 29.372523653000094 ], [ 106.057648425000082, 29.37253137600004 ], [ 106.057638473000068, 29.372538002000056 ], [ 106.05762850900004, 29.372543531000076 ], [ 106.057618532000049, 29.372547963000045 ], [ 106.057608544000061, 29.372551298000076 ], [ 106.057598013000074, 29.372553539000084 ], [ 106.057586409000066, 29.372554693000037 ], [ 106.057573733000027, 29.372554759000085 ], [ 106.057559985000069, 29.372553736000047 ], [ 106.057545164000032, 29.372551625000085 ], [ 106.057529271000078, 29.37254842600003 ], [ 106.057512305000046, 29.372544139000063 ], [ 106.05750566100005, 29.372542159000087 ], [ 106.057577884000068, 29.372742519000045 ], [ 106.057705959000032, 29.373012095000039 ], [ 106.057760114000075, 29.372981847000062 ], [ 106.057802973000037, 29.372965991000058 ], [ 106.057858758000066, 29.372976632000078 ], [ 106.057884339000054, 29.373003029000071 ], [ 106.057897427000057, 29.373045042000061 ], [ 106.057877641000061, 29.373089532000044 ], [ 106.057852542000035, 29.373109681000074 ], [ 106.057802184000082, 29.373134464000085 ], [ 106.057767618000071, 29.373141878000073 ], [ 106.058107389000043, 29.373857038000036 ], [ 106.058945597000047, 29.375071501000036 ], [ 106.059213609000039, 29.375459819000071 ], [ 106.060364296000046, 29.376862164000038 ], [ 106.06041331800003, 29.376842705000058 ], [ 106.060440342000049, 29.376826114000043 ], [ 106.060458821000054, 29.376805124000043 ], [ 106.060458528000026, 29.376776839000058 ], [ 106.060445921000067, 29.376708456000078 ], [ 106.060421339000072, 29.376632724000046 ], [ 106.060398129000077, 29.376525345000061 ], [ 106.060386677000054, 29.376445415000035 ], [ 106.060400739000045, 29.376367142000053 ], [ 106.060413312000037, 29.376350294000073 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.059830892000036, 29.370524709000055 ], [ 106.059822628000063, 29.370533832000028 ], [ 106.059808475000082, 29.370548700000082 ], [ 106.059795303000044, 29.370563652000044 ], [ 106.059782889000076, 29.370580848000088 ], [ 106.059771235000028, 29.370600288000052 ], [ 106.059760340000025, 29.370621971000048 ], [ 106.059750205000057, 29.370645898000078 ], [ 106.059740827000041, 29.37067206800009 ], [ 106.05973221000005, 29.370700482000078 ], [ 106.059724352000046, 29.3707311400001 ], [ 106.059716502000072, 29.370762601000077 ], [ 106.059707911000032, 29.370793426000027 ], [ 106.059698580000031, 29.370823614000077 ], [ 106.059688506000043, 29.370853165000085 ], [ 106.059677691000047, 29.370882080000058 ], [ 106.059666134000054, 29.370910360000043 ], [ 106.059653838000031, 29.370938001000074 ], [ 106.059640798000032, 29.370965007000056 ], [ 106.05962762200005, 29.370990673000055 ], [ 106.059614913000075, 29.371014300000077 ], [ 106.059602670000061, 29.371035888000048 ], [ 106.059590896000046, 29.371055435000073 ], [ 106.059579587000044, 29.371072944000041 ], [ 106.059568745000036, 29.37108841100008 ], [ 106.059558370000047, 29.371101840000051 ], [ 106.059548462000066, 29.37111322800007 ], [ 106.059538349000036, 29.37112269000005 ], [ 106.059527359000072, 29.371130337000068 ], [ 106.05951549200006, 29.371136172000028 ], [ 106.05950275000005, 29.371140190000062 ], [ 106.059489129000056, 29.371142395000049 ], [ 106.059474633000036, 29.371142788000036 ], [ 106.05945925900005, 29.371141364000039 ], [ 106.059443009000077, 29.371138127000059 ], [ 106.059426378000069, 29.371133609000086 ], [ 106.059409860000073, 29.371128338000066 ], [ 106.059393457000056, 29.371122316000076 ], [ 106.059377167000036, 29.37111554400008 ], [ 106.059360992000052, 29.371108021000047 ], [ 106.05934493000008, 29.371099746000088 ], [ 106.059328984000047, 29.37109072100009 ], [ 106.059313149000062, 29.371080946000056 ], [ 106.05929747600004, 29.371069024000068 ], [ 106.059282008000025, 29.371053565000064 ], [ 106.059266745000073, 29.37103457000007 ], [ 106.059251688000074, 29.371012036000089 ], [ 106.059236837000071, 29.370985965000049 ], [ 106.05922219200005, 29.370956356000082 ], [ 106.059207750000041, 29.370923209000072 ], [ 106.059193515000061, 29.370886525000067 ], [ 106.059179565000079, 29.370847856000069 ], [ 106.059165975000042, 29.370808756000095 ], [ 106.059152748000031, 29.370769224000064 ], [ 106.059139884000047, 29.370729261000065 ], [ 106.059127382000042, 29.370688864000041 ], [ 106.059115244000068, 29.37064803700007 ], [ 106.059103466000067, 29.370606778000084 ], [ 106.059092051000064, 29.370565088000024 ], [ 106.059081622000079, 29.370523978000037 ], [ 106.05907280100007, 29.370484462000025 ], [ 106.059065589000056, 29.370446539000053 ], [ 106.059059986000079, 29.370410210000038 ], [ 106.059055990000047, 29.37037547500006 ], [ 106.059053602000063, 29.370342332000071 ], [ 106.059052825000038, 29.370310785000065 ], [ 106.059053655000071, 29.370280829000084 ], [ 106.059054930000059, 29.370252424000061 ], [ 106.05905548800007, 29.37022552500008 ], [ 106.059055329000046, 29.370200132000029 ], [ 106.059054453000044, 29.370176245000035 ], [ 106.05905285700004, 29.370153865000074 ], [ 106.059050546000037, 29.370132991000052 ], [ 106.059047516000078, 29.370113623000062 ], [ 106.059043769000027, 29.370095761000066 ], [ 106.059038433000069, 29.370078074000048 ], [ 106.059030638000081, 29.370059228000063 ], [ 106.059020381000039, 29.370039225000077 ], [ 106.059007664000035, 29.37001806600006 ], [ 106.058992488000058, 29.369995746000086 ], [ 106.058974850000027, 29.369972270000055 ], [ 106.05895475300008, 29.369947637000042 ], [ 106.058932196000058, 29.369921845000079 ], [ 106.058909026000038, 29.369896059000048 ], [ 106.058887095000046, 29.369871441000047 ], [ 106.058866398000077, 29.369847991000082 ], [ 106.058846938000045, 29.36982570900005 ], [ 106.058829845000048, 29.369805904000092 ], [ 106.058772222000087, 29.369806361000087 ], [ 106.058711563000031, 29.369795677000074 ], [ 106.058676339000044, 29.369779209000058 ], [ 106.058637696000062, 29.369740436000086 ], [ 106.05849341000004, 29.36965504900008 ], [ 106.05840074200006, 29.36963066200007 ], [ 106.058368878000067, 29.369630915000073 ], [ 106.058320995000031, 29.369622922000072 ], [ 106.058295359000056, 29.36960916900005 ], [ 106.058282526000028, 29.369600895000065 ], [ 106.058276009000053, 29.369586990000077 ], [ 106.05827572000004, 29.369559079000048 ], [ 106.058275460000061, 29.36953395900008 ], [ 106.058281688000079, 29.369519952000076 ], [ 106.058287860000064, 29.369500364000089 ], [ 106.058297245000063, 29.369483541000072 ], [ 106.058455732000027, 29.369401334000074 ], [ 106.05857024200003, 29.369380885000055 ], [ 106.058643693000079, 29.369367192000077 ], [ 106.058699396000065, 29.369361517000065 ], [ 106.058739150000065, 29.369354224000062 ], [ 106.058774923000044, 29.369346962000069 ], [ 106.058819579000044, 29.369342003000042 ], [ 106.058816021000041, 29.369333091000055 ], [ 106.058809144000065, 29.369319863000044 ], [ 106.058800544000064, 29.369305793000077 ], [ 106.058790222000027, 29.369290880000044 ], [ 106.058778177000079, 29.369275124000076 ], [ 106.058764410000038, 29.36925852700006 ], [ 106.058748922000063, 29.369241086000041 ], [ 106.058731709000028, 29.369222803000067 ], [ 106.058712774000071, 29.36920367700008 ], [ 106.058693472000073, 29.369184501000056 ], [ 106.058675156000049, 29.369166068000084 ], [ 106.058657828000037, 29.369148374000083 ], [ 106.058641489000081, 29.369131423000049 ], [ 106.058626134000065, 29.36911521400009 ], [ 106.058611768000048, 29.369099746000071 ], [ 106.058598388000064, 29.36908502000006 ], [ 106.058585996000033, 29.369071035000054 ], [ 106.05857392300004, 29.369058173000038 ], [ 106.058561498000074, 29.369046814000065 ], [ 106.058548724000048, 29.369036958000031 ], [ 106.058535599000038, 29.369028606000096 ], [ 106.058522125000081, 29.369021755000059 ], [ 106.058508298000064, 29.369016408000046 ], [ 106.058494121000081, 29.369012564000055 ], [ 106.058479595000051, 29.369010223000085 ], [ 106.058463913000026, 29.369008590000075 ], [ 106.058446273000087, 29.369006864000077 ], [ 106.058426674000032, 29.369005048000062 ], [ 106.058405116000074, 29.36900314200005 ], [ 106.05838159800004, 29.369001146000066 ], [ 106.058356123000067, 29.368999059000089 ], [ 106.058328688000074, 29.36899688100004 ], [ 106.058299294000051, 29.368994614000091 ], [ 106.058269778000067, 29.368992347000077 ], [ 106.058241976000033, 29.368990173000043 ], [ 106.058215888000063, 29.368988091000055 ], [ 106.058191515000033, 29.368986101000068 ], [ 106.058168855000076, 29.368984205000054 ], [ 106.058158559000049, 29.368983318000062 ], [ 106.058165761000055, 29.369008343000075 ], [ 106.058236554000075, 29.36918890700009 ], [ 106.058215181000051, 29.369264546000068 ], [ 106.058139522000033, 29.36932767800004 ], [ 106.058058472000027, 29.369345572000043 ], [ 106.058009176000041, 29.369339494000084 ], [ 106.057976977000067, 29.369320343000084 ], [ 106.057942974000071, 29.369305773000061 ], [ 106.057928642000036, 29.369295503000039 ], [ 106.057901933000039, 29.369290023000083 ], [ 106.057886156000052, 29.369286388000031 ], [ 106.057937788000061, 29.369379958000085 ], [ 106.057965767000042, 29.36958051900006 ], [ 106.057983653000065, 29.369666724000069 ], [ 106.057978025000082, 29.369779912000062 ], [ 106.057974996000041, 29.369815666000083 ], [ 106.057958186000064, 29.369833664000055 ], [ 106.057941345000074, 29.369848685000065 ], [ 106.057920983000031, 29.369851824000087 ], [ 106.057883533000052, 29.369846166000059 ], [ 106.057863018000035, 29.369834419000089 ], [ 106.057828627000049, 29.369795985000053 ], [ 106.057807680000053, 29.36974255600007 ], [ 106.057765747000076, 29.369596145000067 ], [ 106.057761556000059, 29.369555342000073 ], [ 106.057773257000065, 29.369445122000059 ], [ 106.057783893000078, 29.369421200000097 ], [ 106.05779263800008, 29.369376852000073 ], [ 106.057790853000029, 29.369337160000047 ], [ 106.057810799000038, 29.369267371000031 ], [ 106.057772232000048, 29.36926324500007 ], [ 106.057723374000034, 29.369261493000074 ], [ 106.057673525000041, 29.369255907000074 ], [ 106.057646360000035, 29.369247496000071 ], [ 106.05759699700009, 29.369234951000063 ], [ 106.057547478000075, 29.369207311000082 ], [ 106.057530047000057, 29.369188043000062 ], [ 106.057492657000068, 29.369143058000073 ], [ 106.057477487000043, 29.369104366000052 ], [ 106.057489038000028, 29.369030961000075 ], [ 106.057569665000074, 29.368944209000066 ], [ 106.057577331000061, 29.368935960000044 ], [ 106.057676365000077, 29.368863874000052 ], [ 106.05772823500007, 29.368801362000049 ], [ 106.057738310000047, 29.368759883000045 ], [ 106.057718750000049, 29.368715670000089 ], [ 106.057684872000038, 29.368649481000087 ], [ 106.057676936000064, 29.368614697000055 ], [ 106.057665005000047, 29.368562414000056 ], [ 106.057626503000051, 29.368415153000065 ], [ 106.057620573000065, 29.368392471000043 ], [ 106.057620162000035, 29.368390855000087 ], [ 106.05757834800005, 29.368226052000065 ], [ 106.057559032000029, 29.36822148900006 ], [ 106.057498073000033, 29.368209206000085 ], [ 106.057437580000055, 29.368258028000071 ], [ 106.057395161000045, 29.368386084000068 ], [ 106.057376988000044, 29.368440944000042 ], [ 106.057232105000026, 29.368528750000053 ], [ 106.05714439500008, 29.368606981000084 ], [ 106.056973243000073, 29.368672190000048 ], [ 106.05691170800003, 29.368763896000068 ], [ 106.05690760400006, 29.368826315000032 ], [ 106.057014349000042, 29.368892099000046 ], [ 106.057047604000047, 29.368912594000058 ], [ 106.057126946000039, 29.368979328000066 ], [ 106.057157457000073, 29.369038427000074 ], [ 106.05716088500003, 29.369083780000036 ], [ 106.057135093000056, 29.369158698000028 ], [ 106.057095242000074, 29.369226378000068 ], [ 106.057075673000043, 29.369300132000035 ], [ 106.057022320000044, 29.369552160000058 ], [ 106.057057437000026, 29.369696586000074 ], [ 106.057259210000055, 29.369981833000057 ], [ 106.057556815000069, 29.370486577000058 ], [ 106.057699799000034, 29.370741555000052 ], [ 106.057782191000058, 29.370792124000037 ], [ 106.05779651000006, 29.370794209000053 ], [ 106.05780435500003, 29.370794775000029 ], [ 106.057839857000033, 29.370825313000061 ], [ 106.057928270000048, 29.370868640000083 ], [ 106.057971265000049, 29.370894718000045 ], [ 106.05801672900003, 29.370916370000085 ], [ 106.058057120000058, 29.370933661000041 ], [ 106.058077247000028, 29.370935703000043 ], [ 106.058099888000072, 29.370937725000093 ], [ 106.058170390000043, 29.370950374000067 ], [ 106.058288641000047, 29.370962644000084 ], [ 106.05842541700008, 29.371065027000046 ], [ 106.058479422000062, 29.371183476000059 ], [ 106.058510307000063, 29.371253677000087 ], [ 106.058538270000042, 29.371284276000036 ], [ 106.058564814000093, 29.371420553000057 ], [ 106.05858338400003, 29.371515068000058 ], [ 106.058611325000072, 29.371543465000059 ], [ 106.058613366000031, 29.371543895000059 ], [ 106.05862139900006, 29.371545586000078 ], [ 106.058636478000039, 29.37154546700009 ], [ 106.058701818000031, 29.371544948000057 ], [ 106.058732089000046, 29.371555715000042 ], [ 106.058759734000034, 29.371555495000052 ], [ 106.058789891000075, 29.371555256000082 ], [ 106.058825096000078, 29.371557178000039 ], [ 106.058870400000046, 29.371563422000069 ], [ 106.058913510000082, 29.371600504000067 ], [ 106.058961966000041, 29.371668364000072 ], [ 106.059037912000065, 29.371766225000044 ], [ 106.059102355000064, 29.371803786000044 ], [ 106.059235029000035, 29.371802732000049 ], [ 106.059315132000052, 29.37180610300004 ], [ 106.059356556000068, 29.371829820000073 ], [ 106.059360254000069, 29.37183925000005 ], [ 106.059364195000057, 29.37182407000007 ], [ 106.059369166000067, 29.371791475000059 ], [ 106.05934486600006, 29.371752137000044 ], [ 106.059309947000045, 29.37171288300005 ], [ 106.059266800000046, 29.371648115000088 ], [ 106.05924996400006, 29.371505076000055 ], [ 106.059273085000029, 29.371428073000061 ], [ 106.05936497700003, 29.371386893000079 ], [ 106.059438149000073, 29.371274695000068 ], [ 106.059513783000057, 29.371143872000065 ], [ 106.059590091000075, 29.371078155000077 ], [ 106.059690314000079, 29.371014574000078 ], [ 106.059849033000049, 29.370959829000071 ], [ 106.05995213500006, 29.370918523000057 ], [ 106.060003576000042, 29.370905465000082 ], [ 106.060042603000056, 29.370888892000032 ], [ 106.060069251000073, 29.370872417000044 ], [ 106.060079248000093, 29.370841616000057 ], [ 106.060062582000057, 29.370816283000067 ], [ 106.06002522700004, 29.370797978000052 ], [ 106.059985383000026, 29.370795970000071 ], [ 106.059958047000066, 29.370783842000037 ], [ 106.059930114000053, 29.370762 ], [ 106.059924035000051, 29.370713852000041 ], [ 106.059924905000059, 29.370667866000083 ], [ 106.059917503000065, 29.370603082000059 ], [ 106.059905896000032, 29.37055476200004 ], [ 106.059881741000027, 29.370529374000053 ], [ 106.059830892000036, 29.370524709000055 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.060244240000031, 29.371296058000045 ], [ 106.060204702000078, 29.371310894000086 ], [ 106.06018037900003, 29.371328257000073 ], [ 106.060101085000042, 29.371400430000051 ], [ 106.060062236000078, 29.371419921000044 ], [ 106.060009333000039, 29.371436699000071 ], [ 106.05996768100006, 29.371564699000089 ], [ 106.059977635000052, 29.371710062000091 ], [ 106.059983082000031, 29.371769283000052 ], [ 106.05999799500006, 29.371809380000055 ], [ 106.060017910000056, 29.371821142000048 ], [ 106.060120098000027, 29.371811656000094 ], [ 106.060271856000043, 29.371791817000087 ], [ 106.060322804000066, 29.37176147700006 ], [ 106.060364770000035, 29.371688801000069 ], [ 106.060346779000042, 29.371601634000065 ], [ 106.060320425000043, 29.371531995000055 ], [ 106.060293952000052, 29.371487792000043 ], [ 106.060271798000031, 29.371439498000083 ], [ 106.060272682000061, 29.371385539000077 ], [ 106.060268231000066, 29.371342865000081 ], [ 106.060244240000031, 29.371296058000045 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.059830892000036, 29.370524709000055 ], [ 106.059819772000026, 29.370523690000084 ], [ 106.059751981000034, 29.37056063600005 ], [ 106.059628446000033, 29.370680211000035 ], [ 106.059541472000035, 29.37074136200005 ], [ 106.059473124000078, 29.37078220300009 ], [ 106.059370917000081, 29.370799984000087 ], [ 106.059337687000038, 29.370797824000086 ], [ 106.05933142400005, 29.370727578000068 ], [ 106.059314295000036, 29.370676810000081 ], [ 106.05928313000004, 29.370606762000079 ], [ 106.059277168000051, 29.370565602000053 ], [ 106.059230347000039, 29.370468144000089 ], [ 106.059206656000072, 29.370407724000074 ], [ 106.059186004000026, 29.370362429000064 ], [ 106.059170937000047, 29.370299414000048 ], [ 106.059162971000035, 29.370227153000073 ], [ 106.05913724100003, 29.370147366000086 ], [ 106.059141932000045, 29.370100407000049 ], [ 106.05915182800004, 29.370030567000068 ], [ 106.059126300000074, 29.369872644000054 ], [ 106.059146694000049, 29.369791094000053 ], [ 106.05916747100008, 29.369708758000062 ], [ 106.059196600000064, 29.36964896700005 ], [ 106.05925361900006, 29.36961501200005 ], [ 106.05932382900005, 29.369623761000067 ], [ 106.059343416000061, 29.369630003000058 ], [ 106.059360310000045, 29.369645573000067 ], [ 106.059375924000051, 29.369652778000038 ], [ 106.05939380600006, 29.369648448000063 ], [ 106.059429083000055, 29.369629951000036 ], [ 106.059447240000054, 29.36961452100007 ], [ 106.059460391000073, 29.369576993000063 ], [ 106.059472656000025, 29.369529517000046 ], [ 106.059498522000069, 29.369499178000062 ], [ 106.059649590000049, 29.369389460000043 ], [ 106.05972700600006, 29.369345438000042 ], [ 106.059772858000045, 29.369329571000037 ], [ 106.059900274000029, 29.369328558000056 ], [ 106.059960636000028, 29.369346682000071 ], [ 106.060035476000053, 29.36939569500003 ], [ 106.060071029000028, 29.369410915000056 ], [ 106.060165931000029, 29.369445876000043 ], [ 106.06021968400006, 29.369459679000045 ], [ 106.060263513000052, 29.36945648600005 ], [ 106.060266825000042, 29.369455693000074 ], [ 106.060265944000037, 29.369449792000069 ], [ 106.060262933000047, 29.369421049000039 ], [ 106.060261405000062, 29.369393685000034 ], [ 106.060261361000073, 29.369367702000087 ], [ 106.060262801000079, 29.369343100000037 ], [ 106.060265725000079, 29.36931987700007 ], [ 106.060270133000074, 29.369298035000043 ], [ 106.060276024000075, 29.369277573000083 ], [ 106.060282846000064, 29.369258335000037 ], [ 106.06029004800007, 29.369240166000054 ], [ 106.060297628000058, 29.369223065000085 ], [ 106.060305588000062, 29.36920703200007 ], [ 106.060313926000049, 29.369192067000085 ], [ 106.060322644000053, 29.369178171000048 ], [ 106.060331740000038, 29.369165343000081 ], [ 106.06034121600004, 29.369153583000063 ], [ 106.060350999000036, 29.369142035000042 ], [ 106.060361020000073, 29.369129841000078 ], [ 106.060371279000037, 29.369117003000039 ], [ 106.060381776000057, 29.369103520000071 ], [ 106.060392510000042, 29.369089392000035 ], [ 106.060403481000037, 29.369074620000042 ], [ 106.060414690000087, 29.369059202000074 ], [ 106.060426137000036, 29.369043139000041 ], [ 106.060437266000065, 29.369026061000064 ], [ 106.06044752400004, 29.369007598000039 ], [ 106.060456909000038, 29.368987749000045 ], [ 106.060465423000039, 29.368966515000078 ], [ 106.060473064000064, 29.36894389500009 ], [ 106.060479834000034, 29.368919890000086 ], [ 106.060485732000089, 29.368894499000074 ], [ 106.060490757000025, 29.368867723000047 ], [ 106.060495343000071, 29.368839879000063 ], [ 106.060499920000041, 29.368811285000039 ], [ 106.060504489000039, 29.368781941000059 ], [ 106.060509049000075, 29.368751847000052 ], [ 106.060513601000025, 29.368721003000068 ], [ 106.06051814500006, 29.368689409000076 ], [ 106.060522681000066, 29.368657066000086 ], [ 106.060527208000067, 29.36862397200008 ], [ 106.060531310000044, 29.36859114900005 ], [ 106.060534569000026, 29.368559620000042 ], [ 106.060536987000035, 29.368529384000055 ], [ 106.060538562000033, 29.368500440000037 ], [ 106.060539295000069, 29.368472790000059 ], [ 106.060539185000039, 29.368446432000042 ], [ 106.060538234000035, 29.368421368000046 ], [ 106.060536440000078, 29.368397596000079 ], [ 106.060533252000027, 29.368375109000056 ], [ 106.060528118000036, 29.368353897000077 ], [ 106.060521037000058, 29.368333960000086 ], [ 106.060512010000082, 29.368315299000074 ], [ 106.060501037000051, 29.368297913000053 ], [ 106.060488117000034, 29.368281802000077 ], [ 106.060473251000076, 29.368266967000071 ], [ 106.060456438000074, 29.368253406000058 ], [ 106.060437120000074, 29.368240082000053 ], [ 106.060414736000055, 29.368225954000085 ], [ 106.060389286000031, 29.368211021000043 ], [ 106.060387266000077, 29.368209906000061 ], [ 106.060372127000065, 29.368218073000033 ], [ 106.060329651000075, 29.368228585000047 ], [ 106.06032366900007, 29.368237032000081 ], [ 106.060277014000064, 29.368276048000041 ], [ 106.060247911000033, 29.368305907000032 ], [ 106.06022181700007, 29.368342183000042 ], [ 106.060205935000056, 29.368370649000042 ], [ 106.060206850000043, 29.368405783000075 ], [ 106.060209852000071, 29.368466139000077 ], [ 106.060226943000032, 29.368509727000056 ], [ 106.060253303000081, 29.368530338000085 ], [ 106.060312980000049, 29.368554849000084 ], [ 106.060348718000057, 29.36856289300005 ], [ 106.060384585000065, 29.368583428000083 ], [ 106.060413452000034, 29.368616512000074 ], [ 106.060418550000065, 29.368649785000056 ], [ 106.060406555000043, 29.368868499000087 ], [ 106.060388404000037, 29.368951926000079 ], [ 106.06032338600005, 29.369014539000084 ], [ 106.060288403000072, 29.369029473000072 ], [ 106.060260006000078, 29.369034096000064 ], [ 106.060226529000047, 29.369032896000078 ], [ 106.060187957000039, 29.369024409000076 ], [ 106.060137841000028, 29.369032136000037 ], [ 106.060079374000054, 29.369041394000071 ], [ 106.060002442000041, 29.369044937000069 ], [ 106.059942044000081, 29.369029295000075 ], [ 106.059906351000052, 29.368997400000065 ], [ 106.059894230000069, 29.368974593000075 ], [ 106.059886798000036, 29.368945503000081 ], [ 106.059905208000032, 29.368887059000084 ], [ 106.059925995000071, 29.368828595000085 ], [ 106.059981184000051, 29.368643722000055 ], [ 106.059962230000053, 29.368536686000084 ], [ 106.059971015000031, 29.368400399000059 ], [ 106.059961203000071, 29.368326534000062 ], [ 106.05983223300008, 29.368267179000036 ], [ 106.059710673000041, 29.368234831000049 ], [ 106.059601299000065, 29.368231536000053 ], [ 106.059539461000043, 29.368227864000062 ], [ 106.059496658000057, 29.36822612200006 ], [ 106.059417794000069, 29.368185106000041 ], [ 106.059398629000043, 29.368170684000066 ], [ 106.059388755000043, 29.368135367000036 ], [ 106.059383614000069, 29.368097931000072 ], [ 106.059387586000071, 29.368079676000047 ], [ 106.059292552000045, 29.368039529000036 ], [ 106.059061171000053, 29.368007337000048 ], [ 106.059020930000031, 29.368001738000089 ], [ 106.058766369000068, 29.367989042000076 ], [ 106.058634604000076, 29.368013215000076 ], [ 106.058426210000064, 29.368054817000079 ], [ 106.05822986000004, 29.368100529000063 ], [ 106.058199449000028, 29.368103244000061 ], [ 106.058197129000064, 29.368173619000061 ], [ 106.058228789000054, 29.368259618000078 ], [ 106.058235101000037, 29.368270430000042 ], [ 106.058307103000061, 29.368393763000093 ], [ 106.058338150000054, 29.368420470000043 ], [ 106.058381504000081, 29.36844708000007 ], [ 106.058412383000075, 29.36845761600005 ], [ 106.058458758000029, 29.36847881000006 ], [ 106.058548655000038, 29.368542785000038 ], [ 106.058570639000038, 29.368585736000057 ], [ 106.05858339200006, 29.368628760000036 ], [ 106.058587138000064, 29.368693418000078 ], [ 106.058581866000054, 29.368778633000083 ], [ 106.05852572100008, 29.368824360000076 ], [ 106.05849132700007, 29.368831102000051 ], [ 106.058451988000058, 29.368835726000039 ], [ 106.058370671000048, 29.368827747000058 ], [ 106.05831385700003, 29.368808791000049 ], [ 106.05828174700008, 29.368798265000059 ], [ 106.058219965000035, 29.368775036000052 ], [ 106.058185483000045, 29.368773153000056 ], [ 106.058153907000076, 29.368814373000077 ], [ 106.058144552000044, 29.368861885000058 ], [ 106.058144909000077, 29.368896382000059 ], [ 106.058145332000038, 29.368937348000077 ], [ 106.058158559000049, 29.368983318000062 ], [ 106.058168855000076, 29.368984205000054 ], [ 106.058191515000033, 29.368986101000068 ], [ 106.058215888000063, 29.368988091000055 ], [ 106.058241976000033, 29.368990173000043 ], [ 106.058269778000067, 29.368992347000077 ], [ 106.058299294000051, 29.368994614000091 ], [ 106.058328688000074, 29.36899688100004 ], [ 106.058356123000067, 29.368999059000089 ], [ 106.05838159800004, 29.369001146000066 ], [ 106.058405116000074, 29.36900314200005 ], [ 106.058426674000032, 29.369005048000062 ], [ 106.058446273000087, 29.369006864000077 ], [ 106.058463913000026, 29.369008590000075 ], [ 106.058479595000051, 29.369010223000085 ], [ 106.058494121000081, 29.369012564000055 ], [ 106.058508298000064, 29.369016408000046 ], [ 106.058522125000081, 29.369021755000059 ], [ 106.058535599000038, 29.369028606000096 ], [ 106.058548724000048, 29.369036958000031 ], [ 106.058561498000074, 29.369046814000065 ], [ 106.05857392300004, 29.369058173000038 ], [ 106.058585996000033, 29.369071035000054 ], [ 106.058598388000064, 29.36908502000006 ], [ 106.058611768000048, 29.369099746000071 ], [ 106.058626134000065, 29.36911521400009 ], [ 106.058641489000081, 29.369131423000049 ], [ 106.058657828000037, 29.369148374000083 ], [ 106.058675156000049, 29.369166068000084 ], [ 106.058693472000073, 29.369184501000056 ], [ 106.058712774000071, 29.36920367700008 ], [ 106.058731709000028, 29.369222803000067 ], [ 106.058748922000063, 29.369241086000041 ], [ 106.058764410000038, 29.36925852700006 ], [ 106.058778177000079, 29.369275124000076 ], [ 106.058790222000027, 29.369290880000044 ], [ 106.058800544000064, 29.369305793000077 ], [ 106.058809144000065, 29.369319863000044 ], [ 106.058816021000041, 29.369333091000055 ], [ 106.058819579000044, 29.369342003000042 ], [ 106.058840687000043, 29.36933965900004 ], [ 106.059003254000061, 29.369343951000076 ], [ 106.05916017100003, 29.369418071000045 ], [ 106.059173061000081, 29.369431926000061 ], [ 106.05919252700005, 29.369465268000059 ], [ 106.059208748000074, 29.369493053000035 ], [ 106.059218279000049, 29.369527260000037 ], [ 106.059218487000066, 29.369547316000087 ], [ 106.059215076000044, 29.369558143000059 ], [ 106.059209904000056, 29.369568984000061 ], [ 106.059185454000044, 29.369589235000035 ], [ 106.059150437000028, 29.369609571000069 ], [ 106.059071373000052, 29.369628713000047 ], [ 106.059017397000048, 29.36968931300003 ], [ 106.058969436000041, 29.369771299000035 ], [ 106.058937774000071, 29.369791090000035 ], [ 106.058883748000028, 29.36980547600006 ], [ 106.058832765000034, 29.369805880000058 ], [ 106.058829845000048, 29.369805904000092 ], [ 106.058846938000045, 29.36982570900005 ], [ 106.058866398000077, 29.369847991000082 ], [ 106.058887095000046, 29.369871441000047 ], [ 106.058909026000038, 29.369896059000048 ], [ 106.058932196000058, 29.369921845000079 ], [ 106.05895475300008, 29.369947637000042 ], [ 106.058974850000027, 29.369972270000055 ], [ 106.058992488000058, 29.369995746000086 ], [ 106.059007664000035, 29.37001806600006 ], [ 106.059020381000039, 29.370039225000077 ], [ 106.059030638000081, 29.370059228000063 ], [ 106.059038433000069, 29.370078074000048 ], [ 106.059043769000027, 29.370095761000066 ], [ 106.059047516000078, 29.370113623000062 ], [ 106.059050546000037, 29.370132991000052 ], [ 106.05905285700004, 29.370153865000074 ], [ 106.059054453000044, 29.370176245000035 ], [ 106.059055329000046, 29.370200132000029 ], [ 106.05905548800007, 29.37022552500008 ], [ 106.059054930000059, 29.370252424000061 ], [ 106.059053655000071, 29.370280829000084 ], [ 106.059052825000038, 29.370310785000065 ], [ 106.059053602000063, 29.370342332000071 ], [ 106.059055990000047, 29.37037547500006 ], [ 106.059059986000079, 29.370410210000038 ], [ 106.059065589000056, 29.370446539000053 ], [ 106.05907280100007, 29.370484462000025 ], [ 106.059081622000079, 29.370523978000037 ], [ 106.059092051000064, 29.370565088000024 ], [ 106.059103466000067, 29.370606778000084 ], [ 106.059115244000068, 29.37064803700007 ], [ 106.059127382000042, 29.370688864000041 ], [ 106.059139884000047, 29.370729261000065 ], [ 106.059152748000031, 29.370769224000064 ], [ 106.059165975000042, 29.370808756000095 ], [ 106.059179565000079, 29.370847856000069 ], [ 106.059193515000061, 29.370886525000067 ], [ 106.059207750000041, 29.370923209000072 ], [ 106.05922219200005, 29.370956356000082 ], [ 106.059236837000071, 29.370985965000049 ], [ 106.059251688000074, 29.371012036000089 ], [ 106.059266745000073, 29.37103457000007 ], [ 106.059282008000025, 29.371053565000064 ], [ 106.05929747600004, 29.371069024000068 ], [ 106.059313149000062, 29.371080946000056 ], [ 106.059328984000047, 29.37109072100009 ], [ 106.05934493000008, 29.371099746000088 ], [ 106.059360992000052, 29.371108021000047 ], [ 106.059377167000036, 29.37111554400008 ], [ 106.059393457000056, 29.371122316000076 ], [ 106.059409860000073, 29.371128338000066 ], [ 106.059426378000069, 29.371133609000086 ], [ 106.059443009000077, 29.371138127000059 ], [ 106.05945925900005, 29.371141364000039 ], [ 106.059474633000036, 29.371142788000036 ], [ 106.059489129000056, 29.371142395000049 ], [ 106.05950275000005, 29.371140190000062 ], [ 106.05951549200006, 29.371136172000028 ], [ 106.059527359000072, 29.371130337000068 ], [ 106.059538349000036, 29.37112269000005 ], [ 106.059548462000066, 29.37111322800007 ], [ 106.059558370000047, 29.371101840000051 ], [ 106.059568745000036, 29.37108841100008 ], [ 106.059579587000044, 29.371072944000041 ], [ 106.059590896000046, 29.371055435000073 ], [ 106.059602670000061, 29.371035888000048 ], [ 106.059614913000075, 29.371014300000077 ], [ 106.05962762200005, 29.370990673000055 ], [ 106.059640798000032, 29.370965007000056 ], [ 106.059653838000031, 29.370938001000074 ], [ 106.059666134000054, 29.370910360000043 ], [ 106.059677691000047, 29.370882080000058 ], [ 106.059688506000043, 29.370853165000085 ], [ 106.059698580000031, 29.370823614000077 ], [ 106.059707911000032, 29.370793426000027 ], [ 106.059716502000072, 29.370762601000077 ], [ 106.059724352000046, 29.3707311400001 ], [ 106.05973221000005, 29.370700482000078 ], [ 106.059740827000041, 29.37067206800009 ], [ 106.059750205000057, 29.370645898000078 ], [ 106.059760340000025, 29.370621971000048 ], [ 106.059771235000028, 29.370600288000052 ], [ 106.059782889000076, 29.370580848000088 ], [ 106.059795303000044, 29.370563652000044 ], [ 106.059808475000082, 29.370548700000082 ], [ 106.059822628000063, 29.370533832000028 ], [ 106.059830892000036, 29.370524709000055 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.06043293700003, 29.367760870000037 ], [ 106.060343311000054, 29.367737576000081 ], [ 106.06032887300006, 29.367736430000036 ], [ 106.060290562000034, 29.367772587000047 ], [ 106.060254553000064, 29.367814618000068 ], [ 106.060249052000088, 29.367818020000076 ], [ 106.060218342000042, 29.367837007000041 ], [ 106.060109299000032, 29.367864885000071 ], [ 106.059960580000052, 29.367851334000079 ], [ 106.059897267000053, 29.367836615000041 ], [ 106.059882264000066, 29.367817996000035 ], [ 106.05986693300008, 29.367767668000049 ], [ 106.059769703000029, 29.367707930000051 ], [ 106.05973735300006, 29.367681215000065 ], [ 106.059696215000045, 29.367594497000084 ], [ 106.059685447000049, 29.36754165800005 ], [ 106.059650615000066, 29.367426521000077 ], [ 106.05957694500006, 29.367350983000051 ], [ 106.059450647000062, 29.36726564900005 ], [ 106.059335163000085, 29.367252869000087 ], [ 106.059304608000048, 29.367261041000063 ], [ 106.059240774000045, 29.367283508000071 ], [ 106.059167290000076, 29.367450007000063 ], [ 106.059135433000051, 29.367601536000056 ], [ 106.059137712000052, 29.36762403200003 ], [ 106.059145361000049, 29.367699543000075 ], [ 106.059183474000065, 29.367764826000037 ], [ 106.059208833000071, 29.367803663000078 ], [ 106.059232330000057, 29.367834708000082 ], [ 106.059268191000058, 29.367854723000043 ], [ 106.059311134000041, 29.367869998000046 ], [ 106.059364886000026, 29.367896118000086 ], [ 106.059391915000049, 29.367924011000067 ], [ 106.059405827000035, 29.367973458000051 ], [ 106.059407180000051, 29.367973413000069 ], [ 106.059470377000025, 29.367972928000079 ], [ 106.059532550000029, 29.367973792000047 ], [ 106.059591798000042, 29.367975751000067 ], [ 106.059648121000066, 29.367978808000082 ], [ 106.059701520000033, 29.367982960000059 ], [ 106.059751994000067, 29.367988209000089 ], [ 106.059799543000054, 29.367994554000063 ], [ 106.059844168000041, 29.368001996000089 ], [ 106.059885868000038, 29.368010534000067 ], [ 106.059926235000034, 29.368020262000076 ], [ 106.059966861000078, 29.368031274000092 ], [ 106.060007746000053, 29.368043569000065 ], [ 106.060048890000076, 29.368057148000045 ], [ 106.06009029300003, 29.368072010000049 ], [ 106.060131955000031, 29.368088156000059 ], [ 106.060173877000068, 29.368105585000077 ], [ 106.060216057000048, 29.368124298000058 ], [ 106.060256834000043, 29.368143251000053 ], [ 106.060294545000033, 29.368161400000073 ], [ 106.060329191000051, 29.36817874400009 ], [ 106.060355273000027, 29.368192405000059 ], [ 106.060369236000042, 29.368172687000076 ], [ 106.060386940000058, 29.368155288000086 ], [ 106.060398427000052, 29.368141187000045 ], [ 106.060395654000047, 29.36813080700005 ], [ 106.060385844000052, 29.368119634000038 ], [ 106.060355630000061, 29.368098062000058 ], [ 106.060295673000041, 29.368055463000072 ], [ 106.060272357000031, 29.36804284100009 ], [ 106.060264362000055, 29.368027408000035 ], [ 106.060264784000026, 29.36801360600009 ], [ 106.06031301400003, 29.367932025000073 ], [ 106.06043293700003, 29.367760870000037 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.058199449000028, 29.368103244000061 ], [ 106.05822986000004, 29.368100529000063 ], [ 106.058426210000064, 29.368054817000079 ], [ 106.058634604000076, 29.368013215000076 ], [ 106.058766369000068, 29.367989042000076 ], [ 106.059020930000031, 29.368001738000089 ], [ 106.059061171000053, 29.368007337000048 ], [ 106.059292552000045, 29.368039529000036 ], [ 106.059387586000071, 29.368079676000047 ], [ 106.059408573000042, 29.36798321800006 ], [ 106.059405827000035, 29.367973458000051 ], [ 106.059391915000049, 29.367924011000067 ], [ 106.059364886000026, 29.367896118000086 ], [ 106.059311134000041, 29.367869998000046 ], [ 106.059268191000058, 29.367854723000043 ], [ 106.059232330000057, 29.367834708000082 ], [ 106.059208833000071, 29.367803663000078 ], [ 106.059183474000065, 29.367764826000037 ], [ 106.059145361000049, 29.367699543000075 ], [ 106.059137712000052, 29.36762403200003 ], [ 106.059077151000054, 29.367661528000038 ], [ 106.059045216000072, 29.367677402000076 ], [ 106.059006019000037, 29.367680838000066 ], [ 106.058945425000047, 29.367684443000087 ], [ 106.058898934000069, 29.367672316000039 ], [ 106.058827317000066, 29.367644767000058 ], [ 106.058741403000056, 29.367614207000095 ], [ 106.058565912000063, 29.367543745000027 ], [ 106.058401637000031, 29.367523180000031 ], [ 106.058148496000058, 29.367531437000078 ], [ 106.057991967000078, 29.367570169000086 ], [ 106.057843023000032, 29.367652578000047 ], [ 106.057780364000052, 29.367739966000041 ], [ 106.057854349000081, 29.367775826000067 ], [ 106.058027245000062, 29.367879355000071 ], [ 106.058069462000049, 29.367933751000063 ], [ 106.058065246000069, 29.368029564000032 ], [ 106.058024019000072, 29.368070939000063 ], [ 106.057910044000053, 29.368126574000083 ], [ 106.057878852000044, 29.368131383000041 ], [ 106.057826788000057, 29.368131796000068 ], [ 106.057691469000076, 29.368137430000058 ], [ 106.057546019000029, 29.368170510000088 ], [ 106.057498073000033, 29.368209206000085 ], [ 106.057559032000029, 29.36822148900006 ], [ 106.05757834800005, 29.368226052000065 ], [ 106.057722650000088, 29.368260139000096 ], [ 106.057765939000035, 29.368268206000039 ], [ 106.057806675000052, 29.368261575000069 ], [ 106.057932815000072, 29.368157551000078 ], [ 106.057997248000049, 29.368121297000073 ], [ 106.058199449000028, 29.368103244000061 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.056528916000048, 29.368009021000042 ], [ 106.056469552000081, 29.368020460000086 ], [ 106.056391671000029, 29.368067270000044 ], [ 106.056321116000049, 29.368107547000065 ], [ 106.056292171000052, 29.368168216000083 ], [ 106.056277239000053, 29.368249497000072 ], [ 106.056262325000034, 29.368332504000076 ], [ 106.056247327000051, 29.368407453000096 ], [ 106.056216737000057, 29.368499794000055 ], [ 106.056201157000032, 29.368518337000065 ], [ 106.05619323600007, 29.36853695700006 ], [ 106.056310468000049, 29.368576558000086 ], [ 106.056376777000025, 29.368552068000035 ], [ 106.056470717000082, 29.368476448000081 ], [ 106.056589796000026, 29.368374322000083 ], [ 106.056632343000047, 29.368296143000059 ], [ 106.056631182000046, 29.368183683000044 ], [ 106.056630704000042, 29.36813737600006 ], [ 106.056599881000068, 29.368078078000057 ], [ 106.056528916000048, 29.368009021000042 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.055676729000027, 29.364216879000079 ], [ 106.055736024000055, 29.364343405000056 ], [ 106.056014537000067, 29.364587719000045 ], [ 106.056169927000042, 29.364729727000054 ], [ 106.056341711000073, 29.364808244000074 ], [ 106.05665420400004, 29.364915385000074 ], [ 106.056654476000062, 29.364913793000085 ], [ 106.056660172000079, 29.364878662000081 ], [ 106.05666586600006, 29.364845330000033 ], [ 106.056671558000062, 29.364813795000096 ], [ 106.056677247000039, 29.364784058000058 ], [ 106.056682935000026, 29.364756119000049 ], [ 106.056688620000045, 29.364729978000078 ], [ 106.056694303000029, 29.364705635000067 ], [ 106.056699984000034, 29.364683090000078 ], [ 106.056705720000025, 29.364660904000058 ], [ 106.05671156700005, 29.364637637000037 ], [ 106.056717525000067, 29.36461328900009 ], [ 106.056723595000051, 29.364587860000086 ], [ 106.056729776000068, 29.364561351000066 ], [ 106.056736068000077, 29.364533760000086 ], [ 106.056742472000053, 29.36450508900009 ], [ 106.056748987000063, 29.364475337000044 ], [ 106.05675500600006, 29.364445373000084 ], [ 106.056759923000072, 29.364416066000047 ], [ 106.05676373700004, 29.364387417000042 ], [ 106.056766449000065, 29.364359425000089 ], [ 106.056768058000046, 29.364332091000037 ], [ 106.056768564000038, 29.364305413000061 ], [ 106.056767968000031, 29.364279393000061 ], [ 106.056766269000036, 29.364254030000048 ], [ 106.05676401900007, 29.364229104000056 ], [ 106.056761773000062, 29.364204394000073 ], [ 106.056759528000043, 29.364179900000067 ], [ 106.05675728600005, 29.364155621000062 ], [ 106.056755047000081, 29.364131559000047 ], [ 106.056752810000035, 29.364107713000056 ], [ 106.056750575000081, 29.36408408200009 ], [ 106.056748343000038, 29.364060668000032 ], [ 106.056745568000053, 29.364038392000055 ], [ 106.056741706000025, 29.364018177000048 ], [ 106.056736757000067, 29.364000023000074 ], [ 106.056730721000065, 29.363983930000078 ], [ 106.056723598000076, 29.363969898000043 ], [ 106.056715388000043, 29.363957927000055 ], [ 106.056706091000081, 29.363948017000038 ], [ 106.056695707000074, 29.36394016800006 ], [ 106.05668459900005, 29.36393378300005 ], [ 106.056673130000036, 29.363928265000084 ], [ 106.056661301000076, 29.363923614000047 ], [ 106.056649112000059, 29.363919830000043 ], [ 106.05663656300004, 29.363916913000086 ], [ 106.056623653000031, 29.363914863000051 ], [ 106.056610383000077, 29.363913680000053 ], [ 106.056596752000075, 29.363913363000059 ], [ 106.056581529000027, 29.363914033000079 ], [ 106.056563482000058, 29.36391580600009 ], [ 106.056542611000054, 29.363918683000069 ], [ 106.056518915000026, 29.363922663000043 ], [ 106.056492395000092, 29.363927748000044 ], [ 106.056463051000037, 29.363933937000063 ], [ 106.056430883000075, 29.363941229000087 ], [ 106.056395891000079, 29.363949625000092 ], [ 106.056359181000062, 29.36395884600006 ], [ 106.056321861000072, 29.363968612000058 ], [ 106.056283930000063, 29.363978923000051 ], [ 106.05624538800005, 29.363989779000061 ], [ 106.056206236000037, 29.364001180000063 ], [ 106.056166473000076, 29.364013127000071 ], [ 106.056126100000029, 29.364025618000088 ], [ 106.056085116000077, 29.364038655000058 ], [ 106.056038430000072, 29.364055144000073 ], [ 106.055980952000027, 29.364077995000059 ], [ 106.055912682000042, 29.364107207000078 ], [ 106.055833618000065, 29.364142780000073 ], [ 106.055743762000077, 29.364184714000093 ], [ 106.055676729000027, 29.364216879000079 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.057543787000043, 29.36735973400004 ], [ 106.057569629000056, 29.367211676000061 ], [ 106.057553307000035, 29.367049322000071 ], [ 106.057581753000079, 29.366967856000084 ], [ 106.057692468000027, 29.366817323000081 ], [ 106.057789336000042, 29.366743865000039 ], [ 106.057878323000068, 29.366529040000046 ], [ 106.057860217000041, 29.366482856000061 ], [ 106.057770604000055, 29.366329351000047 ], [ 106.057736287000068, 29.366231675000048 ], [ 106.05768566200004, 29.366167473000072 ], [ 106.057630043000074, 29.366080386000089 ], [ 106.057482135000043, 29.365983611000043 ], [ 106.057419769000035, 29.365952812000049 ], [ 106.057363766000037, 29.365925156000067 ], [ 106.057300804000079, 29.365875639000087 ], [ 106.057243854000035, 29.365846784000041 ], [ 106.057121782000081, 29.365818446000052 ], [ 106.056956466000031, 29.365749421000089 ], [ 106.056871913000066, 29.365725559000051 ], [ 106.056859573000054, 29.365722076000051 ], [ 106.056744700000081, 29.365720974000052 ], [ 106.056641811000077, 29.365768072000023 ], [ 106.056587067000066, 29.365805734000045 ], [ 106.056508847000032, 29.365905962000049 ], [ 106.056447279000054, 29.365950217000087 ], [ 106.056391752000081, 29.365965002000046 ], [ 106.056435019000048, 29.365988830000049 ], [ 106.056516041000066, 29.366014912000086 ], [ 106.056608855000036, 29.366042739000072 ], [ 106.056631543000037, 29.366076867000071 ], [ 106.056651238000043, 29.366109302000041 ], [ 106.056667939000079, 29.366140043000083 ], [ 106.056681647000062, 29.366169091000081 ], [ 106.056692361000046, 29.366196446000064 ], [ 106.056700082000077, 29.366222107000052 ], [ 106.056704810000042, 29.366246075000046 ], [ 106.056706544000065, 29.366268349000052 ], [ 106.056706775000066, 29.366289241000068 ], [ 106.056706994000081, 29.366309061000035 ], [ 106.056707202000041, 29.366327811000076 ], [ 106.056707398000071, 29.366345488000036 ], [ 106.056707581000069, 29.366362095000053 ], [ 106.056707753000069, 29.366377630000052 ], [ 106.056707913000025, 29.366392094000048 ], [ 106.056708062000041, 29.366405486000073 ], [ 106.056707776000053, 29.36641840000005 ], [ 106.056706636000058, 29.366431428000059 ], [ 106.056704640000078, 29.366444571000049 ], [ 106.056701789000044, 29.366457828000076 ], [ 106.05669808200004, 29.366471199000031 ], [ 106.056693520000067, 29.366484685000039 ], [ 106.05668810300007, 29.366498285000034 ], [ 106.056681831000049, 29.366512 ], [ 106.056674947000033, 29.366525773000035 ], [ 106.056667696000034, 29.366539550000081 ], [ 106.056660079000054, 29.366553329000062 ], [ 106.056652094000071, 29.366567112000034 ], [ 106.056643742000063, 29.366580898000048 ], [ 106.056635023000069, 29.366594687000088 ], [ 106.056625937000035, 29.366608479000028 ], [ 106.056616484000074, 29.366622275000051 ], [ 106.056607450000072, 29.366635209000044 ], [ 106.056599620000043, 29.366646419000066 ], [ 106.056592995000074, 29.36665590400008 ], [ 106.056587574000062, 29.36666366500009 ], [ 106.056583358000069, 29.366669701000035 ], [ 106.056580347000079, 29.366674013000083 ], [ 106.056578540000032, 29.366676600000055 ], [ 106.056577938000032, 29.366677462000034 ], [ 106.056576057000029, 29.36667887100009 ], [ 106.056570414000078, 29.366683098000063 ], [ 106.056561008000074, 29.366690142000046 ], [ 106.056547840000064, 29.366700004000048 ], [ 106.056530911000038, 29.366712684000046 ], [ 106.056510219000074, 29.366728182000092 ], [ 106.056485764000058, 29.366746498000058 ], [ 106.05645754800004, 29.366767632000066 ], [ 106.056427019000068, 29.36678991000009 ], [ 106.056395628000075, 29.366811660000053 ], [ 106.056363375000046, 29.366832881000043 ], [ 106.056330259000049, 29.366853574000064 ], [ 106.056296280000026, 29.366873738000038 ], [ 106.056261440000071, 29.366893375000078 ], [ 106.056225736000044, 29.366912482000082 ], [ 106.056189171000028, 29.366931061000063 ], [ 106.056153273000078, 29.366949206000065 ], [ 106.056119575000025, 29.366967011000042 ], [ 106.056099216000064, 29.366978299000042 ], [ 106.056189579000034, 29.367083855000086 ], [ 106.05640224900003, 29.367269321000034 ], [ 106.056671323000046, 29.367323095000074 ], [ 106.057043121000049, 29.367311387000086 ], [ 106.057126611000072, 29.36733156900004 ], [ 106.057272556000044, 29.367351255000077 ], [ 106.057415970000079, 29.367372432000082 ], [ 106.057543787000043, 29.36735973400004 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.059559646000025, 29.367007274000063 ], [ 106.059550481000031, 29.366968944000067 ], [ 106.059529891000068, 29.366956307000066 ], [ 106.059409621000043, 29.366913740000083 ], [ 106.059177476000073, 29.366792697000058 ], [ 106.058983006000076, 29.366640633000081 ], [ 106.058856149000064, 29.366526434000033 ], [ 106.058791247000045, 29.366468066000035 ], [ 106.058741221000062, 29.36643518100005 ], [ 106.058700095000063, 29.366415026000084 ], [ 106.058623953000051, 29.366400270000042 ], [ 106.05852145700004, 29.366380602000053 ], [ 106.058433149000052, 29.36631986000009 ], [ 106.058302709000031, 29.366141685000063 ], [ 106.058233428000065, 29.365942543000067 ], [ 106.058254293000061, 29.365699164000031 ], [ 106.058226615000081, 29.365566256000076 ], [ 106.058211420000077, 29.365510053000037 ], [ 106.058178903000055, 29.365474469000056 ], [ 106.058128905000046, 29.365444144000033 ], [ 106.058099443000074, 29.365421336000054 ], [ 106.058025959000076, 29.36538095700007 ], [ 106.057926307000059, 29.365353586000083 ], [ 106.057861802000048, 29.365333616000054 ], [ 106.057823917000064, 29.365344157000035 ], [ 106.057809464000059, 29.365359633000086 ], [ 106.057763155000032, 29.365403523000065 ], [ 106.057737436000082, 29.365460050000081 ], [ 106.057747323000058, 29.365568351000036 ], [ 106.057698009000035, 29.365698456000068 ], [ 106.05758652600008, 29.365846122000047 ], [ 106.057419769000035, 29.365952812000049 ], [ 106.057482135000043, 29.365983611000043 ], [ 106.057630043000074, 29.366080386000089 ], [ 106.05768566200004, 29.366167473000072 ], [ 106.057736287000068, 29.366231675000048 ], [ 106.057770604000055, 29.366329351000047 ], [ 106.057860217000041, 29.366482856000061 ], [ 106.057878323000068, 29.366529040000046 ], [ 106.057879765000052, 29.366532717000045 ], [ 106.057901197000035, 29.366534631000036 ], [ 106.057912983000051, 29.366524117000033 ], [ 106.057927041000028, 29.36650316600009 ], [ 106.057962380000049, 29.366469541000075 ], [ 106.057981282000071, 29.366456887000087 ], [ 106.058002735000059, 29.366460885000034 ], [ 106.05801715900003, 29.366475359000052 ], [ 106.058076940000035, 29.36656584300005 ], [ 106.058140766000065, 29.366626523000033 ], [ 106.058210044000077, 29.366678419000039 ], [ 106.058335087000046, 29.366761922000077 ], [ 106.058421146000057, 29.366828253000055 ], [ 106.058507486000053, 29.366921775000041 ], [ 106.05856341100008, 29.366968921000076 ], [ 106.058596822000027, 29.366983224000084 ], [ 106.058626815000025, 29.366988813000034 ], [ 106.058664500000077, 29.366987542000061 ], [ 106.058797817000027, 29.366970556000069 ], [ 106.058857039000031, 29.366950662000086 ], [ 106.058868553000082, 29.366949016000039 ], [ 106.058884550000073, 29.366951997000058 ], [ 106.058906166000057, 29.366983681000079 ], [ 106.058906034000074, 29.366990394000084 ], [ 106.058983855000079, 29.366978071000066 ], [ 106.059050254000056, 29.366969223000066 ], [ 106.059107113000039, 29.366956291000065 ], [ 106.059154602000035, 29.366955914000059 ], [ 106.059216382000045, 29.366959583000039 ], [ 106.059288004000052, 29.366996457000077 ], [ 106.059388507000051, 29.367070542000075 ], [ 106.059417871000051, 29.36716273900004 ], [ 106.059464632000072, 29.367075232000051 ], [ 106.059514487000058, 29.367021073000046 ], [ 106.059559646000025, 29.367007274000063 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.05994297400008, 29.361922690000089 ], [ 106.059948647000056, 29.361912522000068 ], [ 106.059956751000072, 29.361838654000053 ], [ 106.059907295000073, 29.361773013000061 ], [ 106.059840465000036, 29.361742468000045 ], [ 106.059818175000032, 29.361730992000037 ], [ 106.059764486000063, 29.361684806000085 ], [ 106.059750344000065, 29.361571325000053 ], [ 106.059577549000053, 29.361547818000069 ], [ 106.059386976000042, 29.361497663000073 ], [ 106.059288244000072, 29.361456347000068 ], [ 106.05924420100007, 29.361422251000086 ], [ 106.059182168000063, 29.361338544000041 ], [ 106.059149027000046, 29.361302447000067 ], [ 106.059133479000081, 29.361277693000083 ], [ 106.059126590000062, 29.361245216000043 ], [ 106.059106417000066, 29.361195620000032 ], [ 106.059105823000039, 29.36113821500004 ], [ 106.059105505000048, 29.361107599000029 ], [ 106.059105188000046, 29.361076983000089 ], [ 106.059120242000063, 29.361053900000059 ], [ 106.05918084800004, 29.360999836000076 ], [ 106.05923305400006, 29.360978371000044 ], [ 106.059335223000062, 29.360929718000083 ], [ 106.05942253700006, 29.360923284000091 ], [ 106.059490290000042, 29.360926573000079 ], [ 106.059542893000071, 29.360943378000059 ], [ 106.059648806000055, 29.360983187000045 ], [ 106.059665963000043, 29.360948527000069 ], [ 106.059682288000033, 29.360919264000071 ], [ 106.059746397000026, 29.360831122000036 ], [ 106.059753332000071, 29.360821590000057 ], [ 106.059778142000027, 29.360757528000075 ], [ 106.059773570000061, 29.360761065000073 ], [ 106.059771604000048, 29.360761466000042 ], [ 106.059727939000027, 29.360794743000039 ], [ 106.059678483000027, 29.360799956000047 ], [ 106.059630897000034, 29.360781374000048 ], [ 106.059601125000029, 29.360766836000039 ], [ 106.05959781200005, 29.360759272000056 ], [ 106.059334511000031, 29.360769076000054 ], [ 106.059325946000058, 29.360618158000079 ], [ 106.059326174000049, 29.360530751000056 ], [ 106.059326863000081, 29.36033861500005 ], [ 106.059327264000046, 29.360238027000026 ], [ 106.059189785000058, 29.360236909000037 ], [ 106.05906009000006, 29.360358391000094 ], [ 106.059010218000026, 29.360387273000072 ], [ 106.059033043000056, 29.36039842700006 ], [ 106.059096680000039, 29.360448193000082 ], [ 106.059139065000068, 29.360486680000065 ], [ 106.059172309000076, 29.360543630000045 ], [ 106.059172923000062, 29.36060288200007 ], [ 106.059126719000062, 29.360646159000055 ], [ 106.059080304000076, 29.360669004000041 ], [ 106.059022229000064, 29.360691942000074 ], [ 106.05896881700005, 29.360714844000078 ], [ 106.058876385000076, 29.36071618000005 ], [ 106.05867373500007, 29.360794174000034 ], [ 106.058500149000054, 29.360871935000041 ], [ 106.058385015000056, 29.360981060000082 ], [ 106.058353833000083, 29.361127711000051 ], [ 106.058381140000051, 29.361308908000069 ], [ 106.058444887000078, 29.361500848000052 ], [ 106.058468524000034, 29.361538004000064 ], [ 106.058495826000069, 29.361554762000083 ], [ 106.058530913000041, 29.361574853000036 ], [ 106.058585339000047, 29.361591395000062 ], [ 106.058659246000047, 29.36161796700009 ], [ 106.05870215300007, 29.361644787000042 ], [ 106.058729559000028, 29.361671727000036 ], [ 106.058757177000075, 29.361719036000071 ], [ 106.058745937000026, 29.361756469000053 ], [ 106.058762140000056, 29.361824237000075 ], [ 106.058797437000067, 29.361864696000055 ], [ 106.058847953000054, 29.361877874000069 ], [ 106.058931081000026, 29.361865501000072 ], [ 106.059077417000026, 29.361823499000089 ], [ 106.059248079000042, 29.361796430000091 ], [ 106.059358846000066, 29.361821264000064 ], [ 106.059429428000044, 29.361893626000032 ], [ 106.059457010000074, 29.361937540000042 ], [ 106.059465393000039, 29.361998582000069 ], [ 106.059465780000053, 29.362035921000089 ], [ 106.059446967000042, 29.36209038900007 ], [ 106.059416317000057, 29.362124582000039 ], [ 106.059389367000051, 29.362141769000061 ], [ 106.059343076000062, 29.362162506000061 ], [ 106.059308552000061, 29.362196729000058 ], [ 106.059285828000043, 29.362247832000044 ], [ 106.059282304000078, 29.362281809000081 ], [ 106.059239978000051, 29.362386029000056 ], [ 106.059148268000058, 29.362511687000051 ], [ 106.059087138000052, 29.362596365000059 ], [ 106.059044158000063, 29.362637445000075 ], [ 106.059026204000077, 29.362700053000083 ], [ 106.059026794000047, 29.362757082000087 ], [ 106.059033359000068, 29.362792337000087 ], [ 106.059040415000027, 29.36280516700009 ], [ 106.059046948000059, 29.362804796000034 ], [ 106.059083085000069, 29.362786610000057 ], [ 106.05914628000005, 29.362750310000081 ], [ 106.059171066000033, 29.362732214000054 ], [ 106.059198040000069, 29.362706146000043 ], [ 106.059226977000037, 29.362650229000053 ], [ 106.059233623000068, 29.36263426500005 ], [ 106.059242600000061, 29.362624249000074 ], [ 106.05925613900007, 29.362616187000071 ], [ 106.059283318000041, 29.362610005000075 ], [ 106.059312912000053, 29.362617725000064 ], [ 106.059326554000052, 29.362619606000052 ], [ 106.059340195000061, 29.36262148600008 ], [ 106.059407327000031, 29.362581673000079 ], [ 106.059553419000054, 29.362438811000061 ], [ 106.059556077000096, 29.36242138700004 ], [ 106.059575657000039, 29.362393886000067 ], [ 106.059612315000038, 29.362371221000046 ], [ 106.059646213000065, 29.362356036000051 ], [ 106.05968051800005, 29.362311637000069 ], [ 106.059707447000065, 29.362171585000056 ], [ 106.059739050000076, 29.36214025900005 ], [ 106.059781325000074, 29.362111954000049 ], [ 106.059820116000026, 29.362089894000057 ], [ 106.059876356000089, 29.362039727000074 ], [ 106.059900864000056, 29.362008457000066 ], [ 106.059931233000043, 29.361943735000064 ], [ 106.05994297400008, 29.361922690000089 ] ], [ [ 106.058937117000028, 29.36079445900009 ], [ 106.058990768000058, 29.360800157000089 ], [ 106.059044462000031, 29.360809937000059 ], [ 106.05913804100004, 29.360845935000047 ], [ 106.059140666000076, 29.36087449200005 ], [ 106.059141131000047, 29.36091939500006 ], [ 106.059139329000061, 29.360970440000077 ], [ 106.059111750000056, 29.361007402000045 ], [ 106.059065425000028, 29.361034305000089 ], [ 106.059002664000047, 29.361049092000087 ], [ 106.058921073000079, 29.361045658000084 ], [ 106.058848528000055, 29.361015615000035 ], [ 106.058789857000079, 29.360975256000074 ], [ 106.05876861400003, 29.360948889000035 ], [ 106.058746947000031, 29.360881700000053 ], [ 106.058756013000064, 29.360857133000074 ], [ 106.058788210000046, 29.360816053000065 ], [ 106.058836950000071, 29.360797295000062 ], [ 106.058876475000034, 29.360788816000078 ], [ 106.058937117000028, 29.36079445900009 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.059648806000055, 29.360983187000045 ], [ 106.059542893000071, 29.360943378000059 ], [ 106.059490290000042, 29.360926573000079 ], [ 106.05942253700006, 29.360923284000091 ], [ 106.059335223000062, 29.360929718000083 ], [ 106.05923305400006, 29.360978371000044 ], [ 106.05918084800004, 29.360999836000076 ], [ 106.059120242000063, 29.361053900000059 ], [ 106.059105188000046, 29.361076983000089 ], [ 106.059105505000048, 29.361107599000029 ], [ 106.059105823000039, 29.36113821500004 ], [ 106.059106417000066, 29.361195620000032 ], [ 106.059126590000062, 29.361245216000043 ], [ 106.059133479000081, 29.361277693000083 ], [ 106.059149027000046, 29.361302447000067 ], [ 106.059182168000063, 29.361338544000041 ], [ 106.05924420100007, 29.361422251000086 ], [ 106.059288244000072, 29.361456347000068 ], [ 106.059386976000042, 29.361497663000073 ], [ 106.059577549000053, 29.361547818000069 ], [ 106.059750344000065, 29.361571325000053 ], [ 106.059745142000054, 29.361529585000085 ], [ 106.059697544000073, 29.361322148000056 ], [ 106.059668726000041, 29.361215558000083 ], [ 106.059646005000047, 29.361162327000049 ], [ 106.059634318000079, 29.361104154000085 ], [ 106.059633765000058, 29.361050748000075 ], [ 106.059644245000072, 29.360992399000068 ], [ 106.059648806000055, 29.360983187000045 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.056992965000063, 29.369047016000081 ], [ 106.057056010000053, 29.369027413000083 ], [ 106.05706522800007, 29.36902819800008 ], [ 106.057119718000081, 29.369024091000085 ], [ 106.057157457000073, 29.369038427000074 ], [ 106.057126946000039, 29.368979328000066 ], [ 106.057047604000047, 29.368912594000058 ], [ 106.057014349000042, 29.368892099000046 ], [ 106.05690760400006, 29.368826315000032 ], [ 106.05660021000007, 29.368893268000075 ], [ 106.056445027000052, 29.368894497000042 ], [ 106.056306271000039, 29.368876176000079 ], [ 106.056228479000026, 29.368857372000036 ], [ 106.05618938300006, 29.368828551000032 ], [ 106.056166913000027, 29.368799599000059 ], [ 106.056138852000061, 29.368765836000073 ], [ 106.056132608000041, 29.368697914000052 ], [ 106.056164859000035, 29.368600558000086 ], [ 106.056189609000057, 29.368545483000041 ], [ 106.05619323600007, 29.36853695700006 ], [ 106.056201157000032, 29.368518337000065 ], [ 106.056216737000057, 29.368499794000055 ], [ 106.056247327000051, 29.368407453000096 ], [ 106.056262325000034, 29.368332504000076 ], [ 106.056277239000053, 29.368249497000072 ], [ 106.056292171000052, 29.368168216000083 ], [ 106.056321116000049, 29.368107547000065 ], [ 106.056391671000029, 29.368067270000044 ], [ 106.056469552000081, 29.368020460000086 ], [ 106.056528916000048, 29.368009021000042 ], [ 106.056563008000069, 29.368002451000052 ], [ 106.056613880000043, 29.367993715000079 ], [ 106.056610871000032, 29.367983318000089 ], [ 106.056603878000033, 29.367959591000037 ], [ 106.056596089000038, 29.367935817000042 ], [ 106.056586958000025, 29.367912375000056 ], [ 106.056576484000061, 29.36788926700007 ], [ 106.056564668000078, 29.367866491000083 ], [ 106.056551510000077, 29.367844048000052 ], [ 106.056537010000056, 29.367821938000073 ], [ 106.056521167000028, 29.367800161000055 ], [ 106.056503981000048, 29.367778716000092 ], [ 106.056485135000059, 29.367756482000061 ], [ 106.056464310000081, 29.367732336000074 ], [ 106.056441506000056, 29.367706279000068 ], [ 106.056416723000041, 29.367678309000045 ], [ 106.056389961000036, 29.367648428000049 ], [ 106.056361220000042, 29.367616635000051 ], [ 106.056330499000069, 29.367582930000083 ], [ 106.056297800000038, 29.367547313000053 ], [ 106.056264675000079, 29.367511914000094 ], [ 106.056232677000025, 29.367478862000045 ], [ 106.056201806000047, 29.367448158000055 ], [ 106.056172063000076, 29.367419802000082 ], [ 106.056143447000068, 29.367393794000058 ], [ 106.056115959000067, 29.367370133000058 ], [ 106.056089598000028, 29.367348820000064 ], [ 106.056064364000065, 29.36732985500004 ], [ 106.056040612000061, 29.367312163000069 ], [ 106.056018698000059, 29.367294670000032 ], [ 106.055998622000061, 29.367277375000057 ], [ 106.055980384000065, 29.367260279000043 ], [ 106.055963983000026, 29.367243382000083 ], [ 106.055949420000047, 29.367226683000062 ], [ 106.055936695000071, 29.367210183000051 ], [ 106.05592580800004, 29.367193882000038 ], [ 106.055917675000046, 29.367177718000047 ], [ 106.055913214000043, 29.367161630000048 ], [ 106.055912425000031, 29.367145618000052 ], [ 106.055915308000067, 29.367129682000044 ], [ 106.055921863000037, 29.367113822000078 ], [ 106.055932090000056, 29.367098038000051 ], [ 106.055945988000076, 29.367082330000066 ], [ 106.05596355800003, 29.367066698000084 ], [ 106.055984064000029, 29.367050934000073 ], [ 106.056006768000032, 29.367034829000083 ], [ 106.056031672000074, 29.367018385000051 ], [ 106.056058774000078, 29.36700160100008 ], [ 106.056088075000048, 29.366984476000084 ], [ 106.056099216000064, 29.366978299000042 ], [ 106.05594063500007, 29.36679305500008 ], [ 106.055589662000045, 29.366392583000049 ], [ 106.055221313000061, 29.366141394000074 ], [ 106.054973912000037, 29.36599972800008 ], [ 106.054827686000067, 29.365884881000056 ], [ 106.054764337000051, 29.365829203000093 ], [ 106.054735616000073, 29.365736564000088 ], [ 106.054723229000047, 29.36549896800005 ], [ 106.054645373000042, 29.365292293000039 ], [ 106.054613459000066, 29.36518060800006 ], [ 106.054612413000029, 29.365079044000087 ], [ 106.05460951200007, 29.365027244000093 ], [ 106.054562901000054, 29.364868194000042 ], [ 106.054472451000038, 29.364933211000061 ], [ 106.054331481000077, 29.365038780000081 ], [ 106.054192756000077, 29.365146216000085 ], [ 106.054060302000039, 29.365251871000059 ], [ 106.05393411600005, 29.365355745000041 ], [ 106.053814201000094, 29.365457838000054 ], [ 106.053700555000049, 29.365558150000076 ], [ 106.053593179000075, 29.365656681000075 ], [ 106.053549039000089, 29.365698919000067 ], [ 106.053702143000066, 29.365841763000041 ], [ 106.05407653900005, 29.366065738000074 ], [ 106.054302680000035, 29.366201021000055 ], [ 106.054412036000031, 29.366266439000068 ], [ 106.05453858900006, 29.366414077000059 ], [ 106.054631029000063, 29.366718457000033 ], [ 106.054634653000051, 29.367070478000077 ], [ 106.054682605000039, 29.367200037000089 ], [ 106.054735702000073, 29.36734349600005 ], [ 106.055659873000081, 29.368609062000068 ], [ 106.055744934000074, 29.368594172000083 ], [ 106.055824426000072, 29.368647326000087 ], [ 106.056011144000081, 29.368829798000036 ], [ 106.056305524000038, 29.36901457100004 ], [ 106.056618245000038, 29.369071309000049 ], [ 106.056973307000078, 29.369053128000076 ], [ 106.056992965000063, 29.369047016000081 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.054562901000054, 29.364868194000042 ], [ 106.054525667000064, 29.36474114400005 ], [ 106.054513374000067, 29.364748205000076 ], [ 106.05447453000005, 29.364754192000074 ], [ 106.054412759000058, 29.364737641000094 ], [ 106.054240471000071, 29.364693562000067 ], [ 106.05410381300004, 29.364646361000041 ], [ 106.053945107000061, 29.364661815000083 ], [ 106.053797790000033, 29.364716956000048 ], [ 106.053790081000045, 29.36471984100007 ], [ 106.053732516000025, 29.364796978000076 ], [ 106.053614086000039, 29.364945597000087 ], [ 106.053382189000047, 29.365095111000066 ], [ 106.053198569000074, 29.365210163000086 ], [ 106.053133143000025, 29.365310894000057 ], [ 106.053200294000078, 29.365373545000072 ], [ 106.053549039000089, 29.365698919000067 ], [ 106.053593179000075, 29.365656681000075 ], [ 106.053700555000049, 29.365558150000076 ], [ 106.053814201000094, 29.365457838000054 ], [ 106.05393411600005, 29.365355745000041 ], [ 106.054060302000039, 29.365251871000059 ], [ 106.054192756000077, 29.365146216000085 ], [ 106.054331481000077, 29.365038780000081 ], [ 106.054472451000038, 29.364933211000061 ], [ 106.054562901000054, 29.364868194000042 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.048778407000043, 29.360505228000079 ], [ 106.048751138000057, 29.360469919000082 ], [ 106.048750866000049, 29.360443393000082 ], [ 106.048777509000047, 29.360416656000041 ], [ 106.048834131000035, 29.360360207000046 ], [ 106.048977413000046, 29.360223494000081 ], [ 106.049040130000037, 29.360170087000096 ], [ 106.049029353000037, 29.360159491000047 ], [ 106.04896782700007, 29.360060581000088 ], [ 106.048917477000032, 29.359945018000072 ], [ 106.048851931000058, 29.359822949000083 ], [ 106.04883880400007, 29.359722995000077 ], [ 106.048779856000067, 29.359580333000046 ], [ 106.048772448000079, 29.359447867000085 ], [ 106.048771878000025, 29.359392212000046 ], [ 106.048795809000069, 29.359365518000047 ], [ 106.048846616000048, 29.359304156000071 ], [ 106.048894694000069, 29.35927197500008 ], [ 106.048960953000062, 29.359242297000037 ], [ 106.049027185000057, 29.359209970000048 ], [ 106.049114811000038, 29.359198679000087 ], [ 106.04911971000007, 29.359195279000065 ], [ 106.049126984000054, 29.359178925000037 ], [ 106.049140718000046, 29.359163605000052 ], [ 106.049161366000078, 29.359145189000071 ], [ 106.049206229000049, 29.359117455000039 ], [ 106.049226815000054, 29.359092955000051 ], [ 106.049237015000074, 29.359071579000048 ], [ 106.049201790000041, 29.359023179000069 ], [ 106.049100182000075, 29.358935751000047 ], [ 106.049022787000069, 29.358839006000043 ], [ 106.048997918000055, 29.358784440000072 ], [ 106.048997421000081, 29.358735768000088 ], [ 106.048997170000064, 29.358711431000074 ], [ 106.049021166000045, 29.358680819000085 ], [ 106.049055518000046, 29.358644042000041 ], [ 106.049131633000073, 29.358616062000063 ], [ 106.049211285000069, 29.35859414000004 ], [ 106.049315055000079, 29.35855377300004 ], [ 106.04938332100005, 29.358437628000054 ], [ 106.04941229700006, 29.358215312000084 ], [ 106.049422092000043, 29.35815438900006 ], [ 106.049425066000026, 29.35810568900007 ], [ 106.049417965000046, 29.358090533000055 ], [ 106.049390090000031, 29.358081625000068 ], [ 106.049369379000041, 29.358093958000033 ], [ 106.049320702000045, 29.35808825600008 ], [ 106.049310003000073, 29.358060959000053 ], [ 106.049330216000044, 29.357999954000036 ], [ 106.049361157000078, 29.357969288000049 ], [ 106.049378362000027, 29.357953942000048 ], [ 106.049402514000064, 29.357938539000092 ], [ 106.04941618600003, 29.357917136000086 ], [ 106.049373830000036, 29.35785053800004 ], [ 106.049317521000035, 29.357777966000072 ], [ 106.049264591000053, 29.357696240000049 ], [ 106.049184505000042, 29.357675574000037 ], [ 106.049149531000069, 29.357651510000039 ], [ 106.049128196000041, 29.357603001000079 ], [ 106.049141401000043, 29.357535967000054 ], [ 106.049175410000032, 29.357465726000033 ], [ 106.049202440000059, 29.357392498000081 ], [ 106.049225969000076, 29.357316257000029 ], [ 106.049228881000047, 29.357261471000083 ], [ 106.049230700000066, 29.35710021500006 ], [ 106.049233112000081, 29.356996757000044 ], [ 106.049263523000036, 29.356914376000077 ], [ 106.049347778000026, 29.356664244000058 ], [ 106.049428592000027, 29.35641718200009 ], [ 106.049471957000037, 29.356243429000077 ], [ 106.049481813000057, 29.356188590000041 ], [ 106.049488383000039, 29.356152032000068 ], [ 106.049488103000044, 29.356124652000055 ], [ 106.049487697000075, 29.356085105000087 ], [ 106.049494082000081, 29.35603029400005 ], [ 106.049500653000052, 29.355993734000034 ], [ 106.049500497000054, 29.355978524000072 ], [ 106.049503875000028, 29.355969371000064 ], [ 106.049507222000045, 29.355957175000071 ], [ 106.049510632000079, 29.355951064000077 ], [ 106.049517354000045, 29.355906547000078 ], [ 106.049433686000043, 29.355919950000043 ], [ 106.049356271000079, 29.355988999000097 ], [ 106.049230764000072, 29.356084498000087 ], [ 106.049036120000039, 29.356185758000038 ], [ 106.048915728000054, 29.356220362000041 ], [ 106.048774989000037, 29.356260814000056 ], [ 106.048644503000048, 29.356306163000042 ], [ 106.048532246000036, 29.356387870000042 ], [ 106.048473315000081, 29.356445694000062 ], [ 106.048450229000025, 29.356516270000043 ], [ 106.048451062000026, 29.356597587000067 ], [ 106.048451036000074, 29.356599375000087 ], [ 106.048447561000046, 29.356836983000044 ], [ 106.048437153000066, 29.356983071000055 ], [ 106.048427639000067, 29.357024502000055 ], [ 106.04849420100004, 29.357174204000046 ], [ 106.048503011000037, 29.357366927000044 ], [ 106.048607433000029, 29.357552910000042 ], [ 106.048661438000067, 29.357620742000059 ], [ 106.048707461000049, 29.357710189000038 ], [ 106.04871307500008, 29.357751099000037 ], [ 106.048716324000054, 29.357774783000092 ], [ 106.048725151000042, 29.357835784000088 ], [ 106.04872621800007, 29.357939955000063 ], [ 106.04872636500005, 29.357954322000062 ], [ 106.048702277000075, 29.358004806000057 ], [ 106.048677970000043, 29.358033737000085 ], [ 106.04862883900006, 29.358041306000072 ], [ 106.04856707600004, 29.35801664600006 ], [ 106.048513438000043, 29.357984737000038 ], [ 106.048394232000078, 29.357956934000075 ], [ 106.048287402000028, 29.357936219000063 ], [ 106.048122944000056, 29.357894403000042 ], [ 106.048073518000081, 29.357873237000028 ], [ 106.048040678000064, 29.357869903000054 ], [ 106.04798729900007, 29.357863136000056 ], [ 106.047966797000072, 29.357863297000055 ], [ 106.047934105000095, 29.357874333000044 ], [ 106.047905659000051, 29.357899702000058 ], [ 106.04788534100004, 29.357917824000079 ], [ 106.047869161000051, 29.357939506000029 ], [ 106.047861401000034, 29.357982675000066 ], [ 106.047861657000055, 29.358007819000083 ], [ 106.047837496000056, 29.358051119000031 ], [ 106.047809014000052, 29.358072897000053 ], [ 106.047764168000072, 29.358098396000059 ], [ 106.047719321000045, 29.358123895000062 ], [ 106.047702918000027, 29.358124024000062 ], [ 106.04769481600006, 29.358123542000037 ], [ 106.047594362000041, 29.358117855000053 ], [ 106.047585834000074, 29.358136248000058 ], [ 106.047592770000051, 29.358178719000069 ], [ 106.047561246000043, 29.358317182000064 ], [ 106.047545059000072, 29.358429703000077 ], [ 106.04753944600003, 29.358558848000083 ], [ 106.047587683000074, 29.358698201000024 ], [ 106.047660099000041, 29.358828252000084 ], [ 106.047711929000059, 29.358979729000048 ], [ 106.047711812000045, 29.359137689000082 ], [ 106.047697439000046, 29.359182744000062 ], [ 106.048014308000063, 29.359839176000037 ], [ 106.048476534000031, 29.360500520000073 ], [ 106.048598734000052, 29.360588289000081 ], [ 106.048719993000077, 29.360524514000069 ], [ 106.048778407000043, 29.360505228000079 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.046975485000075, 29.358270014000087 ], [ 106.046974833000036, 29.35825262100008 ], [ 106.047019009000053, 29.358080330000064 ], [ 106.047079848000067, 29.357904251000036 ], [ 106.047111870000037, 29.357768640000078 ], [ 106.047047813000063, 29.357630124000082 ], [ 106.046996731000036, 29.357535408000047 ], [ 106.046967239000026, 29.357510030000075 ], [ 106.046929657000078, 29.357510325000082 ], [ 106.046850319000043, 29.35751094800008 ], [ 106.046762630000046, 29.357511637000066 ], [ 106.04665846100005, 29.357534403000031 ], [ 106.04647916700003, 29.357561419000024 ], [ 106.046357922000027, 29.357547736000075 ], [ 106.046257369000045, 29.357515601000046 ], [ 106.04623205300004, 29.357490190000089 ], [ 106.046215163000056, 29.357472030000057 ], [ 106.046206252000047, 29.35741722400007 ], [ 106.046205615000076, 29.357355037000048 ], [ 106.046225522000043, 29.357259763000055 ], [ 106.046241889000044, 29.357226709000088 ], [ 106.046312090000072, 29.357149333000052 ], [ 106.046549169000059, 29.357056013000083 ], [ 106.04664852600007, 29.356971091000041 ], [ 106.046709627000041, 29.356820618000082 ], [ 106.046699182000054, 29.35661583100006 ], [ 106.046623234000037, 29.356539602000058 ], [ 106.046430892000046, 29.35651550200004 ], [ 106.046201716000041, 29.35656485800007 ], [ 106.046084873000041, 29.356573091000083 ], [ 106.046022088000029, 29.356558950000078 ], [ 106.045971756000029, 29.356537395000085 ], [ 106.045929363000027, 29.356475534000094 ], [ 106.045945020000033, 29.356372978000081 ], [ 106.046043479000062, 29.356200261000087 ], [ 106.04620479600004, 29.356049003000063 ], [ 106.046245880000072, 29.355982830000059 ], [ 106.046274661000041, 29.355938704000035 ], [ 106.046286328000079, 29.355854469000064 ], [ 106.046273129000042, 29.355788722000053 ], [ 106.046226635000039, 29.355734210000037 ], [ 106.046067737000044, 29.355713507000061 ], [ 106.045737938000059, 29.355723409000053 ], [ 106.045637946000056, 29.35574614300009 ], [ 106.045604615000059, 29.355753722000092 ], [ 106.045521029000042, 29.355747061000052 ], [ 106.045466484000031, 29.355721879000043 ], [ 106.045432817000076, 29.35569653400006 ], [ 106.04541574100007, 29.355660084000071 ], [ 106.045419394000078, 29.355608839000077 ], [ 106.045427110000048, 29.355546585000074 ], [ 106.045451678000063, 29.355498834000052 ], [ 106.045480459000046, 29.355454708000078 ], [ 106.045571574000078, 29.355380826000044 ], [ 106.045596406000072, 29.355358681000034 ], [ 106.045646400000066, 29.355347314000092 ], [ 106.045721524000044, 29.355343066000046 ], [ 106.045834266000043, 29.355342183000054 ], [ 106.045968110000047, 29.355363084000082 ], [ 106.046429186000069, 29.355531411000072 ], [ 106.046551624000074, 29.355662152000033 ], [ 106.046561509000071, 29.355812068000027 ], [ 106.046517222000034, 29.355973384000031 ], [ 106.046488667000062, 29.356039458000058 ], [ 106.046493552000072, 29.356108930000058 ], [ 106.046523194000031, 29.356148940000082 ], [ 106.046556598000052, 29.356148678000068 ], [ 106.046610732000048, 29.356133619000051 ], [ 106.046681306000039, 29.356092823000036 ], [ 106.046751993000044, 29.356063001000049 ], [ 106.046814479000034, 29.356047878000087 ], [ 106.04689374000003, 29.356039939000087 ], [ 106.046943998000074, 29.356054179000065 ], [ 106.04699030300003, 29.356090399000042 ], [ 106.047036873000081, 29.35615222500007 ], [ 106.047128003000083, 29.356488081000069 ], [ 106.047178935000034, 29.356568165000056 ], [ 106.047233517000052, 29.356597004000037 ], [ 106.047308717000092, 29.356600072000045 ], [ 106.047408895000046, 29.356595627000051 ], [ 106.047479619000057, 29.356569463000081 ], [ 106.047550344000058, 29.356543299000066 ], [ 106.047621293000077, 29.35653908300009 ], [ 106.047654736000027, 29.356542478000058 ], [ 106.047688366000045, 29.356564164000069 ], [ 106.047717857000066, 29.356589542000052 ], [ 106.047743174000075, 29.356614952000093 ], [ 106.047747836000042, 29.356662474000075 ], [ 106.047775614000045, 29.356772448000072 ], [ 106.047796772000027, 29.356759186000094 ], [ 106.047861030000035, 29.356756596000086 ], [ 106.04788715400008, 29.356750133000059 ], [ 106.047925225000029, 29.356747748000089 ], [ 106.048046813000042, 29.356763480000044 ], [ 106.04808743600006, 29.356777761000043 ], [ 106.048128121000047, 29.356798299000058 ], [ 106.048171294000042, 29.356829248000054 ], [ 106.048253179000028, 29.356920379000091 ], [ 106.048289189000059, 29.356949297000085 ], [ 106.048307214000033, 29.356968248000044 ], [ 106.048310852000043, 29.356972071000079 ], [ 106.048357043000067, 29.357007166000066 ], [ 106.048369161000039, 29.357027929000079 ], [ 106.048387203000061, 29.357046038000071 ], [ 106.048393156000031, 29.357045991000064 ], [ 106.048410984000043, 29.357043244000067 ], [ 106.048425756000043, 29.357032698000079 ], [ 106.048427639000067, 29.357024502000055 ], [ 106.048437153000066, 29.356983071000055 ], [ 106.048447561000046, 29.356836983000044 ], [ 106.048451036000074, 29.356599375000087 ], [ 106.048419917000047, 29.356661649000042 ], [ 106.048401225000077, 29.356672088000039 ], [ 106.048356876000071, 29.356701256000068 ], [ 106.048333443000047, 29.356707616000055 ], [ 106.048269939000079, 29.35670194000005 ], [ 106.048239205000073, 29.356683654000051 ], [ 106.048220259000061, 29.35666939400005 ], [ 106.04821067000006, 29.356650941000058 ], [ 106.048198398000068, 29.35662303500003 ], [ 106.048196236000081, 29.356618117000043 ], [ 106.048195667000073, 29.35656254000008 ], [ 106.048248149000088, 29.356409792000079 ], [ 106.048275480000029, 29.356325176000038 ], [ 106.048290179000048, 29.356154198000066 ], [ 106.048284678000073, 29.356076015000042 ], [ 106.04823243800007, 29.35602290200006 ], [ 106.048193018000063, 29.355991979000066 ], [ 106.048191009000064, 29.35599449000005 ], [ 106.048169027000029, 29.356001689000038 ], [ 106.048122928000055, 29.356003808000079 ], [ 106.048076776000073, 29.356000658000088 ], [ 106.048026543000049, 29.355990512000059 ], [ 106.04798431100005, 29.355978547000063 ], [ 106.047915852000074, 29.355950979000056 ], [ 106.047839661000069, 29.355951577000042 ], [ 106.047813561000055, 29.355948270000056 ], [ 106.047812320000048, 29.355945995000077 ], [ 106.047799256000076, 29.355922032000088 ], [ 106.047792934000029, 29.355892219000058 ], [ 106.047806394000077, 29.355835899000059 ], [ 106.047837989000072, 29.355788221000072 ], [ 106.047875609000073, 29.355765377000061 ], [ 106.047804299000063, 29.355674929000081 ], [ 106.047784273000048, 29.355610064000075 ], [ 106.047805934000053, 29.35551942900009 ], [ 106.04782797200005, 29.35546554200004 ], [ 106.047830157000078, 29.355363752000066 ], [ 106.04778439100005, 29.355229150000063 ], [ 106.047777469000053, 29.355208791000052 ], [ 106.047773597000074, 29.355197401000062 ], [ 106.047772670000029, 29.355106943000067 ], [ 106.04777666800004, 29.355099205000041 ], [ 106.047674189000077, 29.354996850000081 ], [ 106.047594747000062, 29.354967331000068 ], [ 106.047481177000066, 29.354965209000063 ], [ 106.047350559000051, 29.354978292000055 ], [ 106.047199973000033, 29.355057849000051 ], [ 106.047155369000052, 29.355070256000094 ], [ 106.047086558000046, 29.35507079700005 ], [ 106.047014120000028, 29.355053279000064 ], [ 106.04694515500006, 29.355038748000094 ], [ 106.046872871000062, 29.355036301000037 ], [ 106.046817883000074, 29.355042761000046 ], [ 106.046731930000092, 29.355049464000043 ], [ 106.046625733000042, 29.355095514000091 ], [ 106.046495176000064, 29.355114625000056 ], [ 106.046422862000043, 29.355109163000062 ], [ 106.046346706000065, 29.355064544000072 ], [ 106.046283583000047, 29.355008933000079 ], [ 106.046200877000047, 29.354936068000089 ], [ 106.046131603000049, 29.354891395000038 ], [ 106.046059197000048, 29.35487689100006 ], [ 106.045583596000029, 29.354802245000087 ], [ 106.045234927000081, 29.354690431000044 ], [ 106.045093680000036, 29.354673450000071 ], [ 106.045092591000071, 29.354673459000075 ], [ 106.044897566000031, 29.354674985000091 ], [ 106.044888047000029, 29.354674080000056 ], [ 106.044780464000041, 29.354663846000051 ], [ 106.044607450000058, 29.354568740000055 ], [ 106.04454714700006, 29.354489785000052 ], [ 106.044534214000066, 29.354472852000058 ], [ 106.044526841000049, 29.354424678000036 ], [ 106.04452656400008, 29.35439755200008 ], [ 106.044532985000046, 29.354352286000044 ], [ 106.044560230000073, 29.354324942000062 ], [ 106.044594483000026, 29.354309602000061 ], [ 106.044659854000031, 29.354309090000068 ], [ 106.044773576000068, 29.354326286000056 ], [ 106.044849516000056, 29.354349806000069 ], [ 106.044935593000048, 29.354355161000065 ], [ 106.044969998000056, 29.354354891000071 ], [ 106.045028427000048, 29.354348405000056 ], [ 106.045052359000067, 29.354343369000045 ], [ 106.045073061000039, 29.354339012000082 ], [ 106.045127802000081, 29.354308439000079 ], [ 106.045248162000078, 29.354301466000035 ], [ 106.045606472000031, 29.354346890000041 ], [ 106.045782312000028, 29.354381684000092 ], [ 106.046048651000035, 29.354518259000088 ], [ 106.046173621000037, 29.354625798000082 ], [ 106.046263414000066, 29.354658252000043 ], [ 106.046296429000051, 29.354663493000089 ], [ 106.046335790000057, 29.354669742000056 ], [ 106.046480602000031, 29.354698750000068 ], [ 106.046577339000066, 29.35473717900005 ], [ 106.04680558900003, 29.354849935000058 ], [ 106.04692966500005, 29.354870061000042 ], [ 106.04705358800004, 29.354875119000042 ], [ 106.047143043000062, 29.354874416000079 ], [ 106.047263340000029, 29.354861414000091 ], [ 106.047349170000089, 29.354842654000034 ], [ 106.047550931000046, 29.354720494000052 ], [ 106.047669932000076, 29.354580895000083 ], [ 106.047784876000037, 29.35438104200006 ], [ 106.047818663000044, 29.354285862000047 ], [ 106.047804890000066, 29.35428838800004 ], [ 106.047796963000053, 29.354289842000071 ], [ 106.047707962000061, 29.354317748000085 ], [ 106.047465082000045, 29.354482901000036 ], [ 106.047369743000047, 29.354563538000029 ], [ 106.047241855000038, 29.354671705000037 ], [ 106.047098682000069, 29.354717042000065 ], [ 106.047063747000038, 29.354717315000077 ], [ 106.047009124000056, 29.354690536000078 ], [ 106.046985520000092, 29.354660114000065 ], [ 106.046972226000037, 29.354637331000049 ], [ 106.046947858000067, 29.354595574000086 ], [ 106.046942056000034, 29.354585634000035 ], [ 106.046822024000051, 29.354464143000083 ], [ 106.046734405000052, 29.354399532000063 ], [ 106.046714938000036, 29.354318063000051 ], [ 106.046693049000055, 29.354286120000033 ], [ 106.04668341100006, 29.354272057000053 ], [ 106.046667663000051, 29.354250414000035 ], [ 106.046645785000067, 29.354236982000089 ], [ 106.046630148000077, 29.354226222000076 ], [ 106.046620775000079, 29.354220854000058 ], [ 106.046583483000077, 29.354218426000045 ], [ 106.04654621800006, 29.35421871800008 ], [ 106.046512059000065, 29.354218986000028 ], [ 106.046487217000063, 29.354219181000076 ], [ 106.046465396000031, 29.354211190000054 ], [ 106.046440441000072, 29.354200503000072 ], [ 106.046415264000075, 29.354168051000052 ], [ 106.046370779000029, 29.354124036000091 ], [ 106.046352517000059, 29.35410596600007 ], [ 106.04631816300008, 29.354087191000083 ], [ 106.046280760000059, 29.35407388000004 ], [ 106.046227857000076, 29.354063411000077 ], [ 106.046190591000027, 29.354063704000051 ], [ 106.046075693000034, 29.354064605000069 ], [ 106.045945241000027, 29.35406290800006 ], [ 106.045702854000069, 29.354048483000039 ], [ 106.045618675000071, 29.35401649400006 ], [ 106.045593637000081, 29.353997645000035 ], [ 106.045571733000031, 29.353981493000049 ], [ 106.045504290000054, 29.35386502900008 ], [ 106.045402956000032, 29.35367355700004 ], [ 106.045290125000065, 29.353572868000072 ], [ 106.045248610000044, 29.35356230900004 ], [ 106.045215486000089, 29.353562569000069 ], [ 106.045161660000076, 29.353562989000075 ], [ 106.045149238000079, 29.353563088000037 ], [ 106.045053748000058, 29.353538442000058 ], [ 106.045020365000028, 29.35351330900005 ], [ 106.044987019000075, 29.35349180500009 ], [ 106.04495773900004, 29.35346301300007 ], [ 106.044936927000037, 29.353452293000093 ], [ 106.044887018000068, 29.353430919000061 ], [ 106.044808275000037, 29.353424281000066 ], [ 106.044688164000036, 29.353421593000068 ], [ 106.044683555000063, 29.353422542000093 ], [ 106.044593830000053, 29.353563633000078 ], [ 106.044205831000056, 29.354173743000047 ], [ 106.044111432000079, 29.354549992000052 ], [ 106.044159430000036, 29.354878183000039 ], [ 106.044363020000048, 29.35520147300009 ], [ 106.044473190000076, 29.355428214000085 ], [ 106.044659333000027, 29.355811306000078 ], [ 106.044894019000026, 29.356294287000075 ], [ 106.045057227000029, 29.356630169000084 ], [ 106.045107046000055, 29.356732698000094 ], [ 106.04547877300007, 29.357208293000035 ], [ 106.045514227000069, 29.357253654000097 ], [ 106.046342051000082, 29.357865196000027 ], [ 106.046951248000042, 29.358306439000049 ], [ 106.046975485000075, 29.358270014000087 ] ], [ [ 106.045216241000048, 29.355033167000038 ], [ 106.045294915000056, 29.355069707000041 ], [ 106.045324626000081, 29.355103773000049 ], [ 106.045331530000055, 29.355140875000082 ], [ 106.045328823000034, 29.355195202000058 ], [ 106.045228479000059, 29.355273161000071 ], [ 106.045173312000045, 29.35530217400008 ], [ 106.04510483200005, 29.355305570000045 ], [ 106.04505901400006, 29.355291637000047 ], [ 106.045042499000033, 29.355271759000058 ], [ 106.045025895000038, 29.355243307000077 ], [ 106.045012320000069, 29.355191967000049 ], [ 106.045024699000066, 29.355126130000091 ], [ 106.045046951000074, 29.355068792000054 ], [ 106.045069555000055, 29.355045749000048 ], [ 106.045144354000058, 29.355022297000055 ], [ 106.045216241000048, 29.355033167000038 ] ], [ [ 106.046590104000074, 29.354345017000064 ], [ 106.04659435700006, 29.354382287000075 ], [ 106.046592629000031, 29.354402647000082 ], [ 106.046581208000077, 29.354421389000038 ], [ 106.04657170400003, 29.354438419000068 ], [ 106.046554496000056, 29.354458902000093 ], [ 106.046535316000075, 29.35447600800007 ], [ 106.046508307000067, 29.354484698000078 ], [ 106.046350130000079, 29.354536807000045 ], [ 106.046276726000031, 29.354550948000053 ], [ 106.046245796000051, 29.354554581000059 ], [ 106.046210960000053, 29.354554855000053 ], [ 106.046181896000078, 29.354551691000044 ], [ 106.046156650000057, 29.354543411000066 ], [ 106.046146904000068, 29.354536705000044 ], [ 106.046138868000085, 29.354507943000041 ], [ 106.046146247000081, 29.35447227700007 ], [ 106.046165287000065, 29.35444160700008 ], [ 106.046205548000046, 29.354403988000058 ], [ 106.046238188000075, 29.354378298000089 ], [ 106.046363464000081, 29.354326447000066 ], [ 106.046456065000029, 29.354296896000061 ], [ 106.046502460000056, 29.354291445000051 ], [ 106.046529555000077, 29.354291232000033 ], [ 106.046548874000052, 29.354287691000089 ], [ 106.046590104000074, 29.354345017000064 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.046296429000051, 29.354663493000089 ], [ 106.046263414000066, 29.354658252000043 ], [ 106.046173621000037, 29.354625798000082 ], [ 106.046048651000035, 29.354518259000088 ], [ 106.045782312000028, 29.354381684000092 ], [ 106.045606472000031, 29.354346890000041 ], [ 106.045248162000078, 29.354301466000035 ], [ 106.045127802000081, 29.354308439000079 ], [ 106.045073061000039, 29.354339012000082 ], [ 106.045052359000067, 29.354343369000045 ], [ 106.04505566000006, 29.354398539000037 ], [ 106.04507374700006, 29.354492194000038 ], [ 106.045078872000047, 29.354574697000082 ], [ 106.045092715000067, 29.354672136000094 ], [ 106.045092591000071, 29.354673459000075 ], [ 106.045093680000036, 29.354673450000071 ], [ 106.045234927000081, 29.354690431000044 ], [ 106.045583596000029, 29.354802245000087 ], [ 106.046059197000048, 29.35487689100006 ], [ 106.046131603000049, 29.354891395000038 ], [ 106.046200877000047, 29.354936068000089 ], [ 106.046283583000047, 29.355008933000079 ], [ 106.046283036000034, 29.355005637000094 ], [ 106.046277829000076, 29.354909501000066 ], [ 106.046276696000064, 29.354798534000047 ], [ 106.046297127000059, 29.35473179000007 ], [ 106.046296429000051, 29.354663493000089 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.04777666800004, 29.355099205000041 ], [ 106.047788334000074, 29.355076620000091 ], [ 106.047832791000076, 29.354990563000058 ], [ 106.047986197000057, 29.354845179000044 ], [ 106.047997380000027, 29.354755332000082 ], [ 106.047995716000059, 29.354592792000062 ], [ 106.048018252000077, 29.354430060000087 ], [ 106.048019044000057, 29.354425260000081 ], [ 106.04803690600005, 29.354317074000047 ], [ 106.047964121000064, 29.354312335000085 ], [ 106.04793677400005, 29.35429554500007 ], [ 106.047893902000055, 29.354278877000066 ], [ 106.047835710000072, 29.354282736000066 ], [ 106.047818663000044, 29.354285862000047 ], [ 106.047784876000037, 29.35438104200006 ], [ 106.047669932000076, 29.354580895000083 ], [ 106.047550931000046, 29.354720494000052 ], [ 106.047349170000089, 29.354842654000034 ], [ 106.047263340000029, 29.354861414000091 ], [ 106.047143043000062, 29.354874416000079 ], [ 106.04705358800004, 29.354875119000042 ], [ 106.04692966500005, 29.354870061000042 ], [ 106.04680558900003, 29.354849935000058 ], [ 106.046577339000066, 29.35473717900005 ], [ 106.046480602000031, 29.354698750000068 ], [ 106.046335790000057, 29.354669742000056 ], [ 106.046296429000051, 29.354663493000089 ], [ 106.046297127000059, 29.35473179000007 ], [ 106.046276696000064, 29.354798534000047 ], [ 106.046277829000076, 29.354909501000066 ], [ 106.046283036000034, 29.355005637000094 ], [ 106.046283583000047, 29.355008933000079 ], [ 106.046346706000065, 29.355064544000072 ], [ 106.046422862000043, 29.355109163000062 ], [ 106.046495176000064, 29.355114625000056 ], [ 106.046625733000042, 29.355095514000091 ], [ 106.046731930000092, 29.355049464000043 ], [ 106.046817883000074, 29.355042761000046 ], [ 106.046872871000062, 29.355036301000037 ], [ 106.04694515500006, 29.355038748000094 ], [ 106.047014120000028, 29.355053279000064 ], [ 106.047086558000046, 29.35507079700005 ], [ 106.047155369000052, 29.355070256000094 ], [ 106.047199973000033, 29.355057849000051 ], [ 106.047350559000051, 29.354978292000055 ], [ 106.047481177000066, 29.354965209000063 ], [ 106.047594747000062, 29.354967331000068 ], [ 106.047674189000077, 29.354996850000081 ], [ 106.04777666800004, 29.355099205000041 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.047594362000041, 29.358117855000053 ], [ 106.047604917000058, 29.358095089000074 ], [ 106.047631942000066, 29.358067538000057 ], [ 106.047659964000061, 29.358010361000087 ], [ 106.047663942000042, 29.357890722000036 ], [ 106.047642228000029, 29.357802041000063 ], [ 106.047636864000026, 29.357786135000072 ], [ 106.047634054000071, 29.357765654000048 ], [ 106.047639045000039, 29.357745109000067 ], [ 106.04765049000008, 29.357719959000065 ], [ 106.047702994000076, 29.357640947000043 ], [ 106.047805233000076, 29.357593439000077 ], [ 106.047850262000054, 29.357546382000066 ], [ 106.047865562000027, 29.357516644000047 ], [ 106.047865340000044, 29.357495003000057 ], [ 106.047866279000061, 29.357459682000076 ], [ 106.047843961000069, 29.357311771000077 ], [ 106.047835879000047, 29.357284496000084 ], [ 106.047833034000064, 29.357260596000064 ], [ 106.047794826000043, 29.357211914000057 ], [ 106.047759371000041, 29.357178018000067 ], [ 106.047743536000041, 29.357155361000085 ], [ 106.047721164000052, 29.357129337000057 ], [ 106.047707929000069, 29.357106658000081 ], [ 106.047695936000025, 29.357078274000052 ], [ 106.047695679000071, 29.357053215000072 ], [ 106.047693739000067, 29.356990580000065 ], [ 106.047725486000047, 29.356916286000057 ], [ 106.047740867000073, 29.356894522000058 ], [ 106.047745507000059, 29.356839807000092 ], [ 106.047745182000043, 29.356807914000065 ], [ 106.047746306000079, 29.356790819000079 ], [ 106.047768702000042, 29.356776781000061 ], [ 106.047775614000045, 29.356772448000072 ], [ 106.047747836000042, 29.356662474000075 ], [ 106.047743174000075, 29.356614952000093 ], [ 106.047717857000066, 29.356589542000052 ], [ 106.047688366000045, 29.356564164000069 ], [ 106.047654736000027, 29.356542478000058 ], [ 106.047621293000077, 29.35653908300009 ], [ 106.047550344000058, 29.356543299000066 ], [ 106.047479619000057, 29.356569463000081 ], [ 106.047408895000046, 29.356595627000051 ], [ 106.047308717000092, 29.356600072000045 ], [ 106.047233517000052, 29.356597004000037 ], [ 106.047178935000034, 29.356568165000056 ], [ 106.047128003000083, 29.356488081000069 ], [ 106.047036873000081, 29.35615222500007 ], [ 106.04699030300003, 29.356090399000042 ], [ 106.046943998000074, 29.356054179000065 ], [ 106.04689374000003, 29.356039939000087 ], [ 106.046814479000034, 29.356047878000087 ], [ 106.046751993000044, 29.356063001000049 ], [ 106.046681306000039, 29.356092823000036 ], [ 106.046610732000048, 29.356133619000051 ], [ 106.046556598000052, 29.356148678000068 ], [ 106.046523194000031, 29.356148940000082 ], [ 106.046493552000072, 29.356108930000058 ], [ 106.046488667000062, 29.356039458000058 ], [ 106.046517222000034, 29.355973384000031 ], [ 106.046561509000071, 29.355812068000027 ], [ 106.046551624000074, 29.355662152000033 ], [ 106.046429186000069, 29.355531411000072 ], [ 106.045968110000047, 29.355363084000082 ], [ 106.045834266000043, 29.355342183000054 ], [ 106.045721524000044, 29.355343066000046 ], [ 106.045646400000066, 29.355347314000092 ], [ 106.045596406000072, 29.355358681000034 ], [ 106.045571574000078, 29.355380826000044 ], [ 106.045480459000046, 29.355454708000078 ], [ 106.045451678000063, 29.355498834000052 ], [ 106.045427110000048, 29.355546585000074 ], [ 106.045419394000078, 29.355608839000077 ], [ 106.04541574100007, 29.355660084000071 ], [ 106.045432817000076, 29.35569653400006 ], [ 106.045466484000031, 29.355721879000043 ], [ 106.045521029000042, 29.355747061000052 ], [ 106.045604615000059, 29.355753722000092 ], [ 106.045637946000056, 29.35574614300009 ], [ 106.045737938000059, 29.355723409000053 ], [ 106.046067737000044, 29.355713507000061 ], [ 106.046226635000039, 29.355734210000037 ], [ 106.046273129000042, 29.355788722000053 ], [ 106.046286328000079, 29.355854469000064 ], [ 106.046274661000041, 29.355938704000035 ], [ 106.046245880000072, 29.355982830000059 ], [ 106.04620479600004, 29.356049003000063 ], [ 106.046043479000062, 29.356200261000087 ], [ 106.045945020000033, 29.356372978000081 ], [ 106.045929363000027, 29.356475534000094 ], [ 106.045971756000029, 29.356537395000085 ], [ 106.046022088000029, 29.356558950000078 ], [ 106.046084873000041, 29.356573091000083 ], [ 106.046201716000041, 29.35656485800007 ], [ 106.046430892000046, 29.35651550200004 ], [ 106.046623234000037, 29.356539602000058 ], [ 106.046699182000054, 29.35661583100006 ], [ 106.046709627000041, 29.356820618000082 ], [ 106.04664852600007, 29.356971091000041 ], [ 106.046549169000059, 29.357056013000083 ], [ 106.046312090000072, 29.357149333000052 ], [ 106.046241889000044, 29.357226709000088 ], [ 106.046225522000043, 29.357259763000055 ], [ 106.046205615000076, 29.357355037000048 ], [ 106.046206252000047, 29.35741722400007 ], [ 106.046215163000056, 29.357472030000057 ], [ 106.04623205300004, 29.357490190000089 ], [ 106.046257369000045, 29.357515601000046 ], [ 106.046357922000027, 29.357547736000075 ], [ 106.04647916700003, 29.357561419000024 ], [ 106.04665846100005, 29.357534403000031 ], [ 106.046762630000046, 29.357511637000066 ], [ 106.046850319000043, 29.35751094800008 ], [ 106.046929657000078, 29.357510325000082 ], [ 106.046967239000026, 29.357510030000075 ], [ 106.046996731000036, 29.357535408000047 ], [ 106.047047813000063, 29.357630124000082 ], [ 106.047111870000037, 29.357768640000078 ], [ 106.047079848000067, 29.357904251000036 ], [ 106.047019009000053, 29.358080330000064 ], [ 106.046974833000036, 29.35825262100008 ], [ 106.046975485000075, 29.358270014000087 ], [ 106.046977561000062, 29.358325497000063 ], [ 106.047133734000056, 29.358438614000075 ], [ 106.047193924000055, 29.35848221100008 ], [ 106.047306214000059, 29.358396354000035 ], [ 106.047438115000034, 29.358227033000055 ], [ 106.047566440000026, 29.358116274000054 ], [ 106.047594362000041, 29.358117855000053 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.048427639000067, 29.357024502000055 ], [ 106.048425756000043, 29.357032698000079 ], [ 106.048410984000043, 29.357043244000067 ], [ 106.048393156000031, 29.357045991000064 ], [ 106.048387203000061, 29.357046038000071 ], [ 106.048369161000039, 29.357027929000079 ], [ 106.048357043000067, 29.357007166000066 ], [ 106.048310852000043, 29.356972071000079 ], [ 106.048307214000033, 29.356968248000044 ], [ 106.048286936000068, 29.356997529000065 ], [ 106.048264180000047, 29.357038311000053 ], [ 106.048211593000076, 29.357044808000065 ], [ 106.048216952000075, 29.357108641000082 ], [ 106.048239202000047, 29.357186766000041 ], [ 106.048246228000039, 29.357211437000046 ], [ 106.048248103000049, 29.357222241000049 ], [ 106.048261226000079, 29.357297862000053 ], [ 106.048224018000042, 29.357339363000051 ], [ 106.048258437000072, 29.357384425000085 ], [ 106.048324148000063, 29.357470449000065 ], [ 106.048324802000096, 29.35747869100004 ], [ 106.048334947000058, 29.357606360000094 ], [ 106.048411264000038, 29.357708786000046 ], [ 106.048453384000027, 29.357669151000039 ], [ 106.048530639000035, 29.357646948000085 ], [ 106.048597518000065, 29.357643337000066 ], [ 106.048650565000059, 29.357664516000057 ], [ 106.048682639000049, 29.357701288000047 ], [ 106.04871307500008, 29.357751099000037 ], [ 106.048707461000049, 29.357710189000038 ], [ 106.048661438000067, 29.357620742000059 ], [ 106.048607433000029, 29.357552910000042 ], [ 106.048503011000037, 29.357366927000044 ], [ 106.04849420100004, 29.357174204000046 ], [ 106.048427639000067, 29.357024502000055 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.049253678000071, 29.352242148000073 ], [ 106.049238332000073, 29.352184958000059 ], [ 106.049194064000062, 29.352150044000037 ], [ 106.049113340000076, 29.35212823800002 ], [ 106.048962834000079, 29.352081336000083 ], [ 106.048907361000033, 29.352024069000034 ], [ 106.04889928800003, 29.351950401000053 ], [ 106.048959945000036, 29.351799255000056 ], [ 106.049064967000049, 29.35169264000006 ], [ 106.049290369000062, 29.351549816000055 ], [ 106.049369911000042, 29.351456224000053 ], [ 106.049364806000028, 29.351315213000078 ], [ 106.049290579000058, 29.351213213000047 ], [ 106.049224425000034, 29.35118488200003 ], [ 106.049154907000059, 29.351185429000058 ], [ 106.048878085000069, 29.351309423000092 ], [ 106.048513779000089, 29.351466162000058 ], [ 106.048332118000076, 29.351592612000047 ], [ 106.048212788000072, 29.351731396000048 ], [ 106.048119004000057, 29.351863568000059 ], [ 106.048011305000045, 29.35206637400006 ], [ 106.047963807000031, 29.352099136000053 ], [ 106.048005361000037, 29.352162519000043 ], [ 106.048109543000066, 29.35223120400007 ], [ 106.048199465000039, 29.352254672000068 ], [ 106.048265337000032, 29.352287395000079 ], [ 106.048366442000045, 29.352392367000043 ], [ 106.04851691600004, 29.352602716000035 ], [ 106.048572596000042, 29.352650629000046 ], [ 106.048617868000079, 29.352692580000049 ], [ 106.048697381000068, 29.352710086000059 ], [ 106.048763036000025, 29.352721657000071 ], [ 106.048811262000072, 29.352715234000073 ], [ 106.048859300000075, 29.352690682000063 ], [ 106.048889815000052, 29.352639070000059 ], [ 106.04889255300003, 29.352569545000055 ], [ 106.04894889500008, 29.352345483000082 ], [ 106.049009957000067, 29.352245280000083 ], [ 106.049137354000038, 29.35222312500008 ], [ 106.049196049000059, 29.352228707000055 ], [ 106.049253678000071, 29.352242148000073 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.053113536000083, 29.352603202000068 ], [ 106.053113950000068, 29.35260211800005 ], [ 106.053118128000051, 29.352430168000062 ], [ 106.052903525000033, 29.352368036000087 ], [ 106.052700320000042, 29.35226582100006 ], [ 106.052657682000074, 29.352186765000056 ], [ 106.052515578000055, 29.35192528400005 ], [ 106.052403302000073, 29.351852887000064 ], [ 106.052298749000059, 29.351853711000039 ], [ 106.052013096000053, 29.351868178000075 ], [ 106.051720347000071, 29.351870486000049 ], [ 106.051615919000028, 29.351883523000083 ], [ 106.051582875000079, 29.351883784000051 ], [ 106.051596793000044, 29.35189552800006 ], [ 106.051614286000074, 29.351919565000063 ], [ 106.051655862000075, 29.351937369000041 ], [ 106.051728724000057, 29.351979102000083 ], [ 106.051777321000031, 29.352008936000065 ], [ 106.051829615000031, 29.352062919000048 ], [ 106.051847698000074, 29.352144366000065 ], [ 106.051869230000079, 29.352225787000062 ], [ 106.051873176000072, 29.352274106000042 ], [ 106.051863419000028, 29.352331599000092 ], [ 106.051839772000051, 29.352380136000082 ], [ 106.051791890000061, 29.352419798000085 ], [ 106.051711452000063, 29.352450010000034 ], [ 106.051637117000041, 29.352463324000034 ], [ 106.051519602000042, 29.352440077000033 ], [ 106.051456837000046, 29.352374090000076 ], [ 106.051296940000043, 29.352254474000063 ], [ 106.05126910000007, 29.352230518000052 ], [ 106.051206739000065, 29.352203812000077 ], [ 106.051179146000038, 29.352204030000053 ], [ 106.051113616000066, 29.35220454600006 ], [ 106.051082668000049, 29.352213857000031 ], [ 106.051055229000042, 29.352229181000041 ], [ 106.050993581000057, 29.352271973000089 ], [ 106.050939110000058, 29.352341906000053 ], [ 106.05086708400006, 29.352381758000032 ], [ 106.050787911000043, 29.35239749200008 ], [ 106.050725859000067, 29.352401001000089 ], [ 106.050615366000045, 29.352389784000074 ], [ 106.05052196400004, 29.352363323000073 ], [ 106.050258628000051, 29.35224754300009 ], [ 106.050116072000037, 29.352136856000072 ], [ 106.049924408000038, 29.351854529000029 ], [ 106.049896005000051, 29.35181994200007 ], [ 106.049828208000065, 29.351818428000055 ], [ 106.049775841000056, 29.351822200000075 ], [ 106.049742362000075, 29.351826782000042 ], [ 106.049712888000045, 29.351837381000049 ], [ 106.04968449900008, 29.351857473000052 ], [ 106.049681642000053, 29.35188510700004 ], [ 106.049684231000072, 29.35190965900005 ], [ 106.049686757000075, 29.35192806800007 ], [ 106.04971499100003, 29.351946275000042 ], [ 106.049720064000041, 29.351985141000057 ], [ 106.049736906000078, 29.352032105000028 ], [ 106.049763202000065, 29.352089233000072 ], [ 106.049773390000041, 29.352171060000046 ], [ 106.049715194000044, 29.352194042000061 ], [ 106.049665055000048, 29.352218973000046 ], [ 106.049555058000067, 29.352256103000059 ], [ 106.049472281000078, 29.352256753000056 ], [ 106.049392891000025, 29.352251334000073 ], [ 106.049296319000064, 29.352252093000054 ], [ 106.049253678000071, 29.352242148000073 ], [ 106.049196049000059, 29.352228707000055 ], [ 106.049137354000038, 29.35222312500008 ], [ 106.049009957000067, 29.352245280000083 ], [ 106.04894889500008, 29.352345483000082 ], [ 106.04889255300003, 29.352569545000055 ], [ 106.048889815000052, 29.352639070000059 ], [ 106.048859300000075, 29.352690682000063 ], [ 106.048811262000072, 29.352715234000073 ], [ 106.048763036000025, 29.352721657000071 ], [ 106.048697381000068, 29.352710086000059 ], [ 106.048617868000079, 29.352692580000049 ], [ 106.048572596000042, 29.352650629000046 ], [ 106.04851691600004, 29.352602716000035 ], [ 106.048366442000045, 29.352392367000043 ], [ 106.048265337000032, 29.352287395000079 ], [ 106.048199465000039, 29.352254672000068 ], [ 106.048109543000066, 29.35223120400007 ], [ 106.048005361000037, 29.352162519000043 ], [ 106.047963807000031, 29.352099136000053 ], [ 106.047910754000043, 29.352018211000079 ], [ 106.047819439000079, 29.351858769000046 ], [ 106.047656192000034, 29.351748242000038 ], [ 106.047530606000066, 29.351610220000055 ], [ 106.047442299000068, 29.35140743900007 ], [ 106.047335252000039, 29.351283375000033 ], [ 106.047274480000056, 29.35118715200008 ], [ 106.047195479000038, 29.351107188000057 ], [ 106.046987544000046, 29.350869707000083 ], [ 106.04693809500003, 29.35073259100006 ], [ 106.04684891800008, 29.350497472000082 ], [ 106.046812443000078, 29.35003427000003 ], [ 106.046647404000055, 29.34993229600007 ], [ 106.046504900000059, 29.349778511000071 ], [ 106.046409638000071, 29.349734359000081 ], [ 106.046373858000038, 29.349661840000064 ], [ 106.046393668000064, 29.349584323000052 ], [ 106.046481989000029, 29.34948839600008 ], [ 106.046439901000042, 29.349475307000041 ], [ 106.046209265000073, 29.349416045000051 ], [ 106.046118654000054, 29.349416757000078 ], [ 106.04609498700006, 29.349415215000072 ], [ 106.046102060000067, 29.350106517000079 ], [ 106.045934354000053, 29.35092143300005 ], [ 106.045855338000081, 29.351305379000049 ], [ 106.04559258200004, 29.35180811600009 ], [ 106.045301389000031, 29.352386029000055 ], [ 106.045449098000063, 29.352113429000042 ], [ 106.045517264000068, 29.352013173000039 ], [ 106.045552851000096, 29.352001162000082 ], [ 106.045577300000062, 29.35199119400005 ], [ 106.04561749100003, 29.351992834000043 ], [ 106.045711322000045, 29.352001875000045 ], [ 106.045805714000039, 29.352065661000047 ], [ 106.045875955000042, 29.35216874300005 ], [ 106.04591256100008, 29.352256446000062 ], [ 106.045916490000081, 29.352422618000048 ], [ 106.045945129000089, 29.352604240000062 ], [ 106.045947640000065, 29.352631595000048 ], [ 106.045956728000078, 29.352647167000043 ], [ 106.045963462000032, 29.352651024000071 ], [ 106.04598579900005, 29.352652804000055 ], [ 106.046023738000031, 29.352652508000059 ], [ 106.046068393000041, 29.352654112000032 ], [ 106.046146383000064, 29.352641768000069 ], [ 106.046213535000049, 29.352660795000077 ], [ 106.046249682000052, 29.352703529000053 ], [ 106.04624848900005, 29.352805216000029 ], [ 106.046228624000037, 29.352826880000059 ], [ 106.046213121000051, 29.352838734000038 ], [ 106.046175302000051, 29.35285076200006 ], [ 106.046148681000034, 29.352866614000042 ], [ 106.046119948000083, 29.352894214000059 ], [ 106.04609785100007, 29.352915895000077 ], [ 106.046089443000028, 29.352966801000036 ], [ 106.046089863000077, 29.353007859000062 ], [ 106.046094645000039, 29.353039107000086 ], [ 106.046099388000073, 29.353066444000032 ], [ 106.046109014000081, 29.353134805000082 ], [ 106.046107742000061, 29.353228671000064 ], [ 106.046072753000033, 29.353299337000063 ], [ 106.046033041000044, 29.353344621000073 ], [ 106.045997593000038, 29.353370319000071 ], [ 106.04598197200005, 29.353370441000038 ], [ 106.045946263000076, 29.353370721000093 ], [ 106.045921615000054, 29.353361138000075 ], [ 106.045903660000079, 29.353351502000066 ], [ 106.045867613000041, 29.353318544000047 ], [ 106.045854023000061, 29.353299097000047 ], [ 106.045796831000075, 29.353162672000046 ], [ 106.04574870600004, 29.353039863000049 ], [ 106.045710347000067, 29.352999102000073 ], [ 106.045685680000076, 29.352987564000042 ], [ 106.045663242000046, 29.352976007000048 ], [ 106.045629765000072, 29.35297627000006 ], [ 106.045585151000068, 29.352978575000058 ], [ 106.045516168000063, 29.352998669000044 ], [ 106.04545840100009, 29.353024541000078 ], [ 106.045415998000067, 29.353024873000034 ], [ 106.04537803900007, 29.35302321600005 ], [ 106.045286032000035, 29.352974402000079 ], [ 106.045216873000072, 29.352904551000051 ], [ 106.045196205000082, 29.352865769000065 ], [ 106.045167759000037, 29.352812221000079 ], [ 106.045170099000075, 29.352768207000043 ], [ 106.045179986000051, 29.352643477000075 ], [ 106.045232449000025, 29.352522851000053 ], [ 106.045143725000059, 29.352698936000081 ], [ 106.044683555000063, 29.353422542000093 ], [ 106.044688164000036, 29.353421593000068 ], [ 106.044808275000037, 29.353424281000066 ], [ 106.044887018000068, 29.353430919000061 ], [ 106.044936927000037, 29.353452293000093 ], [ 106.04495773900004, 29.35346301300007 ], [ 106.044987019000075, 29.35349180500009 ], [ 106.045020365000028, 29.35351330900005 ], [ 106.045053748000058, 29.353538442000058 ], [ 106.045149238000079, 29.353563088000037 ], [ 106.045161660000076, 29.353562989000075 ], [ 106.045215486000089, 29.353562569000069 ], [ 106.045248610000044, 29.35356230900004 ], [ 106.045290125000065, 29.353572868000072 ], [ 106.045402956000032, 29.35367355700004 ], [ 106.045504290000054, 29.35386502900008 ], [ 106.045571733000031, 29.353981493000049 ], [ 106.045593637000081, 29.353997645000035 ], [ 106.045618675000071, 29.35401649400006 ], [ 106.045702854000069, 29.354048483000039 ], [ 106.045945241000027, 29.35406290800006 ], [ 106.046075693000034, 29.354064605000069 ], [ 106.046190591000027, 29.354063704000051 ], [ 106.046227857000076, 29.354063411000077 ], [ 106.046280760000059, 29.35407388000004 ], [ 106.04631816300008, 29.354087191000083 ], [ 106.046352517000059, 29.35410596600007 ], [ 106.046370779000029, 29.354124036000091 ], [ 106.046379783000091, 29.35402376300004 ], [ 106.046390925000026, 29.353991522000051 ], [ 106.046466372000054, 29.353966814000042 ], [ 106.046482649000041, 29.353966007000047 ], [ 106.046464676000042, 29.353855837000083 ], [ 106.046410365000042, 29.353781746000038 ], [ 106.046362437000028, 29.353715885000042 ], [ 106.046361900000079, 29.353663452000038 ], [ 106.046361280000042, 29.353602740000039 ], [ 106.046373231000075, 29.353539169000051 ], [ 106.046469556000034, 29.353408700000045 ], [ 106.046624436000059, 29.353325109000082 ], [ 106.046635604000073, 29.353319081000038 ], [ 106.046704791000082, 29.353307499000039 ], [ 106.046777241000029, 29.353306931000084 ], [ 106.046831017000045, 29.353328588000071 ], [ 106.046872334000071, 29.353364142000089 ], [ 106.046935758000089, 29.35340504200008 ], [ 106.047005396000031, 29.353437615000079 ], [ 106.047112948000063, 29.353480928000064 ], [ 106.047236222000038, 29.353521358000069 ], [ 106.047447064000039, 29.353529052000056 ], [ 106.047485186000074, 29.353530443000061 ], [ 106.047762190000071, 29.353508947000076 ], [ 106.048058517000072, 29.353528699000023 ], [ 106.048115274000068, 29.353533773000038 ], [ 106.048156449000032, 29.353555529000058 ], [ 106.048197795000078, 29.353593843000056 ], [ 106.048226456000066, 29.353623975000062 ], [ 106.048258494000038, 29.353676160000088 ], [ 106.048268283000027, 29.353709203000044 ], [ 106.048271969000041, 29.353761611000035 ], [ 106.048282295000035, 29.353847086000084 ], [ 106.048263875000032, 29.353894148000055 ], [ 106.048226443000033, 29.353930321000057 ], [ 106.048210862000076, 29.353947002000037 ], [ 106.048198347000039, 29.353955380000063 ], [ 106.048082276000073, 29.35400321000008 ], [ 106.04800094000008, 29.354059046000089 ], [ 106.047960216000035, 29.354081445000073 ], [ 106.047931950000077, 29.354089947000091 ], [ 106.047891, 29.354090268000053 ], [ 106.047849711000026, 29.354057475000047 ], [ 106.047821049000049, 29.354027341000066 ], [ 106.047798914000055, 29.354019235000059 ], [ 106.047742327000037, 29.354030719000026 ], [ 106.047717268000042, 29.354044715000047 ], [ 106.047599967000068, 29.354280225000082 ], [ 106.047525440000072, 29.354385684000082 ], [ 106.047488007000027, 29.354421858000084 ], [ 106.047409706000053, 29.354466630000054 ], [ 106.047379683000031, 29.354493408000053 ], [ 106.04737224400003, 29.35450004300009 ], [ 106.047366170000032, 29.354522169000063 ], [ 106.047369743000047, 29.354563538000029 ], [ 106.047465082000045, 29.354482901000036 ], [ 106.047707962000061, 29.354317748000085 ], [ 106.047796963000053, 29.354289842000071 ], [ 106.047804890000066, 29.35428838800004 ], [ 106.047818663000044, 29.354285862000047 ], [ 106.047835710000072, 29.354282736000066 ], [ 106.047893902000055, 29.354278877000066 ], [ 106.04793677400005, 29.35429554500007 ], [ 106.047964121000064, 29.354312335000085 ], [ 106.04803690600005, 29.354317074000047 ], [ 106.048057352000058, 29.354318405000079 ], [ 106.048158207000029, 29.354310811000065 ], [ 106.048263362000057, 29.354343995000079 ], [ 106.048415829000078, 29.354448225000052 ], [ 106.048439828000028, 29.354458847000046 ], [ 106.048563043000058, 29.354513386000061 ], [ 106.048743706000039, 29.354622496000054 ], [ 106.048875500000065, 29.354697980000083 ], [ 106.048924413000066, 29.354735856000044 ], [ 106.048929395000073, 29.354748571000073 ], [ 106.04894897800007, 29.354765421000074 ], [ 106.048973413000056, 29.354782233000048 ], [ 106.049007422000045, 29.354786217000086 ], [ 106.049031683000067, 29.354786027000038 ], [ 106.049045935000038, 29.354756156000072 ], [ 106.04901118500004, 29.354679909000076 ], [ 106.048985531000028, 29.354544073000049 ], [ 106.048920623000072, 29.354366035000062 ], [ 106.048920231000068, 29.354327777000041 ], [ 106.048895667000068, 29.354298212000067 ], [ 106.048880935000057, 29.354281324000059 ], [ 106.048914552000042, 29.354247049000044 ], [ 106.048967838000067, 29.35423812900007 ], [ 106.049026327000036, 29.354263176000082 ], [ 106.049285755000042, 29.354482197000031 ], [ 106.049451906000058, 29.354595670000048 ], [ 106.049648756000067, 29.354627068000074 ], [ 106.049818092000066, 29.354577910000046 ], [ 106.049884102000078, 29.354508309000035 ], [ 106.04992307100008, 29.354167910000058 ], [ 106.049952634000093, 29.354093281000072 ], [ 106.050072085000068, 29.353911667000084 ], [ 106.050112633000026, 29.35372535900007 ], [ 106.050165158000027, 29.353671806000079 ], [ 106.05036453200006, 29.353594513000079 ], [ 106.05075819700005, 29.353388154000072 ], [ 106.051187884000072, 29.35314564100009 ], [ 106.051623070000062, 29.352885149000091 ], [ 106.051770498000053, 29.352844132000087 ], [ 106.051975093000067, 29.352832554000084 ], [ 106.052128617000051, 29.352831344000041 ], [ 106.052230862000044, 29.352820574000084 ], [ 106.052344174000041, 29.352779826000059 ], [ 106.052485965000074, 29.352743834000087 ], [ 106.052741017000073, 29.352662112000075 ], [ 106.052849577000075, 29.352574074000078 ], [ 106.052904156000082, 29.352570456000077 ], [ 106.053019051000035, 29.352589253000072 ], [ 106.053113536000083, 29.352603202000068 ] ], [ [ 106.046265351000045, 29.352423776000073 ], [ 106.046261592000064, 29.352421946000042 ], [ 106.046246410000037, 29.352386010000092 ], [ 106.046189612000049, 29.352294094000058 ], [ 106.046189280000078, 29.352261547000055 ], [ 106.046125257000028, 29.352187882000052 ], [ 106.046082511000066, 29.352147014000085 ], [ 106.04603523000003, 29.352122661000067 ], [ 106.046006803000068, 29.352102283000079 ], [ 106.045992483000077, 29.352081792000046 ], [ 106.045992315000035, 29.35206531200004 ], [ 106.046010875000036, 29.352040443000078 ], [ 106.046043583000028, 29.352019586000036 ], [ 106.046076293000056, 29.351998726000083 ], [ 106.046118534000087, 29.351990154000077 ], [ 106.046146877000069, 29.352002293000055 ], [ 106.046156367000037, 29.352010460000084 ], [ 106.04617081300006, 29.352043310000056 ], [ 106.04619462200003, 29.352071967000086 ], [ 106.046256432000064, 29.352137408000083 ], [ 106.046375659000034, 29.352200080000049 ], [ 106.046403223000027, 29.352193813000042 ], [ 106.046487716000073, 29.352154529000078 ], [ 106.046516899000039, 29.35208582700005 ], [ 106.04650437600003, 29.351985230000075 ], [ 106.04636653600005, 29.351768805000063 ], [ 106.046328545000051, 29.351650281000051 ], [ 106.046334638000076, 29.351571690000071 ], [ 106.046361727000033, 29.351523144000055 ], [ 106.046391238000069, 29.35148666200007 ], [ 106.046411823000028, 29.351476430000048 ], [ 106.046443941000064, 29.351470136000046 ], [ 106.046470737000064, 29.35145794500005 ], [ 106.046512676000091, 29.351463731000084 ], [ 106.046593532000031, 29.351521191000071 ], [ 106.046717234000027, 29.351673097000059 ], [ 106.046801773000027, 29.351843934000037 ], [ 106.046856147000028, 29.351941977000074 ], [ 106.046910213000046, 29.351996246000056 ], [ 106.047004408000078, 29.352050200000061 ], [ 106.04714341600004, 29.352122146000049 ], [ 106.047220506000031, 29.352253503000043 ], [ 106.047271520000038, 29.352446440000048 ], [ 106.047282363000093, 29.352607469000066 ], [ 106.047247342000063, 29.352779600000073 ], [ 106.047223182000053, 29.352814697000035 ], [ 106.04716845400003, 29.352858091000087 ], [ 106.046985114000051, 29.352913235000084 ], [ 106.046911778000037, 29.35293529300008 ], [ 106.046868871000072, 29.352935629000065 ], [ 106.046819669000058, 29.352919904000071 ], [ 106.04679178300006, 29.352890585000068 ], [ 106.046773258000044, 29.352877304000057 ], [ 106.046699071000035, 29.352816125000064 ], [ 106.046538191000081, 29.352669699000039 ], [ 106.046386423000058, 29.352515146000087 ], [ 106.04627827700007, 29.352430068000039 ], [ 106.046265351000045, 29.352423776000073 ] ], [ [ 106.04952968300006, 29.353937371000089 ], [ 106.049585004000051, 29.354018087000043 ], [ 106.04956097400003, 29.354066012000089 ], [ 106.049400412000068, 29.354093804000055 ], [ 106.04931476400003, 29.35396770300008 ], [ 106.049303279000071, 29.353910510000052 ], [ 106.049392642000043, 29.353857298000033 ], [ 106.049479548000079, 29.353830359000082 ], [ 106.04952968300006, 29.353937371000089 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 1 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.046375659000034, 29.352200080000049 ], [ 106.046488134000072, 29.352259203000067 ], [ 106.046488513000043, 29.352296284000094 ], [ 106.046460675000048, 29.352333587000093 ], [ 106.046381106000069, 29.352371295000065 ], [ 106.046265351000045, 29.352423776000073 ], [ 106.04627827700007, 29.352430068000039 ], [ 106.046386423000058, 29.352515146000087 ], [ 106.046538191000081, 29.352669699000039 ], [ 106.046699071000035, 29.352816125000064 ], [ 106.046773258000044, 29.352877304000057 ], [ 106.04679178300006, 29.352890585000068 ], [ 106.046819669000058, 29.352919904000071 ], [ 106.046868871000072, 29.352935629000065 ], [ 106.046911778000037, 29.35293529300008 ], [ 106.046985114000051, 29.352913235000084 ], [ 106.04716845400003, 29.352858091000087 ], [ 106.047223182000053, 29.352814697000035 ], [ 106.047247342000063, 29.352779600000073 ], [ 106.047282363000093, 29.352607469000066 ], [ 106.047271520000038, 29.352446440000048 ], [ 106.047220506000031, 29.352253503000043 ], [ 106.04714341600004, 29.352122146000049 ], [ 106.047004408000078, 29.352050200000061 ], [ 106.046910213000046, 29.351996246000056 ], [ 106.046856147000028, 29.351941977000074 ], [ 106.046801773000027, 29.351843934000037 ], [ 106.046717234000027, 29.351673097000059 ], [ 106.046593532000031, 29.351521191000071 ], [ 106.046512676000091, 29.351463731000084 ], [ 106.046470737000064, 29.35145794500005 ], [ 106.046443941000064, 29.351470136000046 ], [ 106.046411823000028, 29.351476430000048 ], [ 106.046391238000069, 29.35148666200007 ], [ 106.046361727000033, 29.351523144000055 ], [ 106.046334638000076, 29.351571690000071 ], [ 106.046328545000051, 29.351650281000051 ], [ 106.04636653600005, 29.351768805000063 ], [ 106.04650437600003, 29.351985230000075 ], [ 106.046516899000039, 29.35208582700005 ], [ 106.046487716000073, 29.352154529000078 ], [ 106.046403223000027, 29.352193813000042 ], [ 106.046375659000034, 29.352200080000049 ] ] ] ] } }, +{ "type": "Feature", "properties": { "CHG_FLAG": 2 }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 106.049517354000045, 29.355906547000078 ], [ 106.049567393000075, 29.355898529000051 ], [ 106.049693289000061, 29.355931758000057 ], [ 106.049757782000029, 29.355963027000083 ], [ 106.049762988000055, 29.355966009000042 ], [ 106.04981672100007, 29.355996783000084 ], [ 106.049897854000051, 29.356018144000075 ], [ 106.049959282000032, 29.356022549000041 ], [ 106.050015080000037, 29.35602210900004 ], [ 106.050084777000052, 29.35601667200007 ], [ 106.050209990000042, 29.356001958000036 ], [ 106.050175093000064, 29.355954226000051 ], [ 106.05016555800006, 29.355894390000053 ], [ 106.050305783000056, 29.355651040000051 ], [ 106.050490040000057, 29.355352641000085 ], [ 106.050595547000057, 29.355203336000045 ], [ 106.050624877000075, 29.355164033000055 ], [ 106.050667652000072, 29.35513668700008 ], [ 106.050702796000053, 29.355149556000072 ], [ 106.050768579000078, 29.35522352900006 ], [ 106.050804170000049, 29.355251184000043 ], [ 106.050878631000046, 29.355263622000045 ], [ 106.05093511900003, 29.355263177000047 ], [ 106.050960137000061, 29.355247215000087 ], [ 106.051039596000066, 29.355191816000062 ], [ 106.051215849000087, 29.355064451000096 ], [ 106.051258539000059, 29.355020570000082 ], [ 106.051257822000025, 29.354950741000032 ], [ 106.051240522000057, 29.354890888000064 ], [ 106.051195471000028, 29.354846963000053 ], [ 106.051159448000078, 29.354813383000064 ], [ 106.051141421000082, 29.354795292000055 ], [ 106.051123342000039, 29.354771991000064 ], [ 106.051081083000042, 29.354701609000067 ], [ 106.051096378000068, 29.354666106000085 ], [ 106.051129160000073, 29.354647795000059 ], [ 106.051167793000062, 29.354637381000092 ], [ 106.051220988000068, 29.354600135000059 ], [ 106.051266468000065, 29.354410655000034 ], [ 106.051262807000057, 29.354375717000039 ], [ 106.051247021000052, 29.354335692000067 ], [ 106.051168616000041, 29.354258488000077 ], [ 106.051153244000048, 29.354209117000039 ], [ 106.051135737000038, 29.354128588000048 ], [ 106.051168315000041, 29.354071678000079 ], [ 106.05132573800006, 29.353923834000057 ], [ 106.051392255000053, 29.353798275000088 ], [ 106.051498755000068, 29.353673963000066 ], [ 106.051624446000062, 29.353602157000072 ], [ 106.051753237000071, 29.353554499000044 ], [ 106.051783974000045, 29.353520211000045 ], [ 106.051732321000031, 29.353409970000097 ], [ 106.051745345000029, 29.353353691000052 ], [ 106.051789648000067, 29.353315891000076 ], [ 106.051869167000063, 29.353301647000066 ], [ 106.051923447000036, 29.353289303000047 ], [ 106.051983397000072, 29.353261593000063 ], [ 106.052054848000068, 29.353218474000069 ], [ 106.052250209000078, 29.353131818000065 ], [ 106.05294149100007, 29.352890007000042 ], [ 106.053061829000058, 29.352737979000032 ], [ 106.053113536000083, 29.352603202000068 ], [ 106.053019051000035, 29.352589253000072 ], [ 106.052904156000082, 29.352570456000077 ], [ 106.052849577000075, 29.352574074000078 ], [ 106.052741017000073, 29.352662112000075 ], [ 106.052485965000074, 29.352743834000087 ], [ 106.052344174000041, 29.352779826000059 ], [ 106.052230862000044, 29.352820574000084 ], [ 106.052128617000051, 29.352831344000041 ], [ 106.051975093000067, 29.352832554000084 ], [ 106.051770498000053, 29.352844132000087 ], [ 106.051623070000062, 29.352885149000091 ], [ 106.051187884000072, 29.35314564100009 ], [ 106.05075819700005, 29.353388154000072 ], [ 106.05036453200006, 29.353594513000079 ], [ 106.050165158000027, 29.353671806000079 ], [ 106.050112633000026, 29.35372535900007 ], [ 106.050072085000068, 29.353911667000084 ], [ 106.049952634000093, 29.354093281000072 ], [ 106.04992307100008, 29.354167910000058 ], [ 106.049884102000078, 29.354508309000035 ], [ 106.049818092000066, 29.354577910000046 ], [ 106.049648756000067, 29.354627068000074 ], [ 106.049451906000058, 29.354595670000048 ], [ 106.049285755000042, 29.354482197000031 ], [ 106.049026327000036, 29.354263176000082 ], [ 106.048967838000067, 29.35423812900007 ], [ 106.048914552000042, 29.354247049000044 ], [ 106.048880935000057, 29.354281324000059 ], [ 106.048895667000068, 29.354298212000067 ], [ 106.048920231000068, 29.354327777000041 ], [ 106.048920623000072, 29.354366035000062 ], [ 106.048985531000028, 29.354544073000049 ], [ 106.04901118500004, 29.354679909000076 ], [ 106.049045935000038, 29.354756156000072 ], [ 106.049031683000067, 29.354786027000038 ], [ 106.049007422000045, 29.354786217000086 ], [ 106.048973413000056, 29.354782233000048 ], [ 106.04894897800007, 29.354765421000074 ], [ 106.048929395000073, 29.354748571000073 ], [ 106.048924413000066, 29.354735856000044 ], [ 106.048875500000065, 29.354697980000083 ], [ 106.048743706000039, 29.354622496000054 ], [ 106.048563043000058, 29.354513386000061 ], [ 106.048439828000028, 29.354458847000046 ], [ 106.048614023000027, 29.354606485000087 ], [ 106.048693868000043, 29.354722473000038 ], [ 106.048734034000063, 29.354804317000067 ], [ 106.04873479400004, 29.354878522000032 ], [ 106.048728934000053, 29.354897119000047 ], [ 106.048701927000081, 29.354918534000035 ], [ 106.048677780000048, 29.354924026000045 ], [ 106.048650555000052, 29.354924240000063 ], [ 106.048614091000061, 29.354908624000071 ], [ 106.048565310000072, 29.354871902000063 ], [ 106.04852266100005, 29.354843084000031 ], [ 106.048465104000059, 29.354835586000029 ], [ 106.048434827000051, 29.354833173000088 ], [ 106.048404577000042, 29.354833410000076 ], [ 106.048389668000027, 29.35485473000006 ], [ 106.048390048000044, 29.354891832000078 ], [ 106.048393643000054, 29.354947461000052 ], [ 106.048406041000078, 29.354976517000068 ], [ 106.048479538000052, 29.355063402000035 ], [ 106.048607595000092, 29.355160457000068 ], [ 106.048650679000048, 29.355231678000052 ], [ 106.048660459000089, 29.35530051100006 ], [ 106.048661029000073, 29.355356163000078 ], [ 106.048661409000033, 29.355393264000043 ], [ 106.048584495000057, 29.355563491000062 ], [ 106.048516358000029, 29.355704495000058 ], [ 106.04842149600006, 29.355861705000049 ], [ 106.048422085000027, 29.355919204000099 ], [ 106.048480203000068, 29.355985834000069 ], [ 106.048565397000061, 29.35602589600007 ], [ 106.048672149000026, 29.356034641000072 ], [ 106.048735072000056, 29.356036542000084 ], [ 106.048795212000073, 29.356033674000059 ], [ 106.048891834000074, 29.35603283600004 ], [ 106.048922330000053, 29.35605644900005 ], [ 106.048940724000033, 29.356080157000068 ], [ 106.048943940000072, 29.356098684000074 ], [ 106.048944238000047, 29.356127837000091 ], [ 106.048944618000064, 29.356164938000056 ], [ 106.048938758000077, 29.356183536000067 ], [ 106.048915728000054, 29.356220362000041 ], [ 106.049036120000039, 29.356185758000038 ], [ 106.049230764000072, 29.356084498000087 ], [ 106.049356271000079, 29.355988999000097 ], [ 106.049433686000043, 29.355919950000043 ], [ 106.049517354000045, 29.355906547000078 ] ] ] ] } } +] +} diff --git a/docs/finals/evidence/world_model_bishan_20260730_155442/paper9_agent_audit.json b/docs/finals/evidence/world_model_bishan_20260730_155442/paper9_agent_audit.json new file mode 100644 index 00000000..b9555a09 --- /dev/null +++ b/docs/finals/evidence/world_model_bishan_20260730_155442/paper9_agent_audit.json @@ -0,0 +1,40 @@ +{ + "all_expected_outputs_exist": true, + "artifacts": { + "optimized_spatial_result": { + "exists": true, + "path": "/app/data_agent/uploads/admin/world_model_v21/20260730_155442_050986/optimized_dltb.shp" + }, + "summary": { + "exists": true, + "path": "/app/data_agent/uploads/admin/world_model_v21/20260730_155442_050986/mpc_summary.json", + "sha256": "fda6d569410097edf80333835d7632689ec753a7ec232518833685493df5eeb9" + } + }, + "attempt": 0, + "failure_reasons": [], + "hard_constraint_passed": true, + "next_action": "commit_verified_episode", + "out_dir": "/app/data_agent/uploads/admin/world_model_v21/20260730_155442_050986", + "policy": { + "cultivated_area_floor_delta_ha": 0.0, + "max_replans": 1, + "require_contiguity_improvement": true, + "require_slope_improvement": true + }, + "records": [ + { + "baimu_area_change_ha": 35.13161927157044, + "baimu_count_change": 0.0, + "cont_change": 0.020184135977336926, + "cultivated_area_change_ha": 1.935935926192999, + "episode": 0, + "slope_change_pct": -0.6077654972924247, + "steps_run": 100, + "total_reward": 37.40937856603974 + } + ], + "recovery_hints": [], + "retryable": false, + "schema_version": "paper9.agent_audit.v1" +} diff --git a/docs/finals/pitch_script.md b/docs/finals/pitch_script.md new file mode 100644 index 00000000..7a1ae3be --- /dev/null +++ b/docs/finals/pitch_script.md @@ -0,0 +1,74 @@ +# 4 分 40 秒决赛逐字口播 + +目标时长:`4:40`。现场硬上限是 `5:00`,本稿固定预留 `20` 秒处理切屏、掌声或评委打断。主路演只讲六页;附录只在 Q&A 中按问题调用。 + +## 计时总表 + +| 时间 | 页 | 必须让评委记住的结论 | 屏幕动作 | +|---|---:|---|---| +| 0:00-0:30 | 1 | 这不是聊天地图,而是可执行、可审计、可复用的 GIS Agent | PPT | +| 0:30-1:05 | 2 | 同一 Agent 覆盖高频问数和高价值规划,模型与确定性工具职责分离 | PPT | +| 1:05-1:55 | 3 | Gemma 4 26B 经 CQ-125 选型,空间 SQL 被真实执行 | 锁定视频或实时结果 | +| 1:55-3:25 | 4 | Gemma 4 + ADK 控制 Agent,GWM 领域原型 + MPC 负责空间推演与搜索 | 成功链视频或实时轨迹 | +| 3:25-4:20 | 5 | 编排、算法、工程和历史环境证据彼此独立、可复核 | PPT | +| 4:20-4:40 | 6 | 下一代空间智能体将由 LLM + GWM 共同驱动 | PPT | + +## 01 · 开场 · 0:00-0:30 + +屏幕:停在封面,指向右侧真实空间成果,不移动鼠标追逐细节。 + +口播: + +> 各位评委好,我是周宁。GIS Data Agent 不是会聊天的地图,而是把自然语言问题落到可执行、可审计、可复用 GIS 行动的受控 Agent。今天我只展示两件事:高频空间问数,以及高价值县域耕地规划。右侧不是示意图,是本次决赛代码真实运行产生的空间成果。 + +## 02 · 真实需求与架构边界 · 0:30-1:05 + +屏幕:先指左、右两个场景,再沿底部从 Gemma 4 指到已验证经验库。 + +口播: + +> 空间问数看似是 NL2SQL,但距离、坐标系和空间连接,都会让“看似正确”的 SQL 在执行时失败;它是 GIS 分析师的高频刚需。县域耕地规划频率更低、价值更高,必须同时满足面积、坡度和连片度约束。边界很清楚:Gemma 4 选择和解释,Google ADK 承载函数调用,PostGIS 和县域耕地空间优化引擎负责确定性计算,治理代码决定能否提交。 + +## 03 · NL2Semantic2GeoSQL · 1:05-1:55 + +屏幕:切入锁定片段;结果出现后停在 `ST_DWithin(...::geography, 100)` 和 `35`。不要滚动整段 SQL。 + +口播: + +> 先看空间问数。我们锁定同一个问题:最长桥梁一百米范围内有多少高德 POI。系统先做 schema 和空间语义 grounding,再由 Gemma 4 生成 SQL;这里最关键的是把距离按 geography 的米制单位执行,并通过只读护栏访问 PostGIS,结果是三十五。模型也不是凭印象选择:在同一主机、同一 CQ-125 上,Gemma 4 26B 是一百一十三题正确,只比 31B 少一题,但完整运行约快百分之三十七点六,因此选为准确率与现场时延的工程平衡点。 + +## 04 · 县域耕地规划 Agent · 1:55-3:25 + +屏幕:成功链按 `status -> inspect -> recall -> pipeline/plan -> audit -> commit` 出现;随后定格地图与四个业务指标。 + +口播: + +> 第二个场景不是生成一段建议,而是执行县域耕地空间布局优化。这里有两层规划:Gemma 4 观察版本、资源和已验证经验,再决定下一工具;Google ADK 把六个决策落实为结构化原生函数调用。县域耕地空间优化引擎则把图斑和空间块作为状态,用学习型状态转移模型集成预测候选行动后果,再由 MPC 搜索方案,不让大模型猜空间数值。 +> +> 这也是我们走向地理空间世界模型的领域原型:状态转移模型是动力学内核雏形,MPC 使用预测搜索方案,硬约束校验负责结果验收;当前还不是完整通用 GWM。只有校验通过的方案才会写入已验证经验库;失败最多重规划一次,再失败转人工。这就是受控自主:模型能选择、观察和恢复,但不能绕过业务规则。界面同时显示六次函数调用各自的真实用时、总用时和规划用时。 +> +> 这次真实 MPC 规划处理十万一千六百五十七条输入,完成四百零六对双向置换。结果耕地增加一点九四公顷,平均坡度下降百分之零点六零八,连片度和百亩方面积同时提升,并生成可交付的空间成果。此前锁定路径两次真实通过,耗时约一分半到两分钟;现场片段只加速等待段,不改写工具、用时和结果。 + +## 05 · 分层证据 · 3:25-4:20 + +屏幕:先扫过四个顶栏数字,再落到左侧三条可靠性分支,最后指向右侧真实环境证据。 + +口播: + +> 一次跑通不能证明可靠。模型侧,真实 Gemma 4 26B 加 ADK 在首次成功、版本阻断和一次恢复三个分支各跑十次,三十次全部符合契约;Wilson 百分之九十五区间是百分之八十八点六五到一百,因此不夸大为普遍百分之百。算法侧是一次真实 MPC 规划和空间产物,不能与前面的确定性工具替身编排评测混算。工程侧分为二百三十六个镜像运行时测试、六个宿主交付契约和五十二个接口兼容测试,三个核心容器健康。历史内网记录与当前本机验证也严格分层,两者都不等于本系统生产验收。 + +## 06 · 收束 · 4:20-4:40 + +屏幕:停在总结页,结束后不要跳到附录。 + +口播: + +> 下一代空间智能体不会只是给大模型不断增加 GIS 工具,而会由 LLM 加地理空间世界模型共同驱动:Gemma 4 与 ADK 理解目标、选择工具和协同,GWM 表示空间状态并推演行动后果,MPC 搜索方案,审核机制决定结果能否保存。今天我们已经验证空间问数、GWM 领域原型和受控闭环;下一步扩展多尺度、多行动与长期不确定性推演。谢谢。 + +## 现场纪律 + +- 到 `1:05` 和 `1:55` 必须完成切屏;任何一次首帧等待超过 `5` 秒,立即播放同版本离线片段。 +- 不朗读完整 SQL、工具参数或测试文件名;只说自然语言问题、关键空间语义、执行结果和证据边界。 +- 到 `4:20` 无论前面是否有小延迟,都必须进入总结页;绝不占用 Q&A 时间补讲。 +- 面向评委统一称“县域耕地空间优化引擎”;`Paper9` 仅在被追问研发来源时说明为内部代号。 +- 不说“完整通用 GWM”“生产部署”“全国泛化”“百分之百可靠”或“30 次真实算法重跑”。 diff --git a/docs/finals/qa.md b/docs/finals/qa.md new file mode 100644 index 00000000..15fcad6e --- /dev/null +++ b/docs/finals/qa.md @@ -0,0 +1,60 @@ +# 3 分钟 Q&A 口径 + +更新时间:2026-07-30 + +每个答案控制在 15–25 秒。顺序固定为:一句结论、一个证据、一个边界。附录 A1–A5 分别对应前五个高概率问题。 + +## A1. Gemma 4 真的在规划,还是 Python 固定流程? + +结论:系统有两层规划。Gemma 4 通过 Google ADK 根据版本、资源、已验证经验和审计反馈选择下一工具、停止或恢复;县域耕地空间优化引擎再做确定性数值规划。真实 Gemma 4 + ADK 已跑出版本阻断、首次成功和一次恢复三种不同轨迹。边界是 A/B/C/D 仍为确定性算法阶段,不能冒充 LLM 动态规划。 + +## A2. 县域耕地优化引擎是不是地理空间世界模型? + +结论:它是领域化 GWM 原型,不是完整通用地理空间世界模型。图斑和空间块构成状态,候选地类置换构成行动,学习型状态转移模型集成预测行动后果,这一部分是 GWM 动力学内核的雏形;MPC 使用预测搜索方案,硬约束校验负责结果验收。内部研发代号是 `Paper9`。当前还缺多尺度、多行动、长期与不确定性推演、因果校准和跨区域验证。 + +## A3. 结果为什么可信,失败时怎么办? + +结论:模型编排、真实算法和约束校验分开验证。Gemma 4 + ADK 三类受控场景为 30/30,真实 MPC 另行产生 406 对置换和空间成果;只有面积、坡度、连片度及产物完整性全部通过硬约束校验,经验才允许保存。边界是 30/30 的 Wilson 95% 区间为 88.65%–100%,且规划工具使用确定性替身,不是 30 次算法重跑;失败最多重规划一次,再失败转人工。 + +## A4. 真实落地证据是什么,哪些还没有证明? + +结论:需求、受众、规模、历史环境与当前运行都有分层证据。系统面向 GIS 分析师和自然资源、县域整治人员;当前规划处理 101,657 条输入记录,底层引擎旧版本的内部交接材料记录曾在目标内网使用真实权威数据完成全流程,当前 0.3.3 / 2.2.3 则在本机完成真实 MPC 闭环。边界是这不等于当前版本部内复测或生产验收,也没有公开用户数、节省工时和人工修订率。 + +## A5. 如何落地、扩展,并保证工程质量? + +结论:核心链路可本地离线运行,并按数据契约、区域适配器和工具接口解耦扩展。工程证据分为 236 个最终镜像运行时测试、6 个宿主交付契约和 52 个接口兼容测试,另有 Ruff、编译、前端构建、Compose 解析和 3/3 核心容器健康证据。边界是这些测试集合范围不同,不能直接混成一个“总测试数”,新增地区仍需独立数据检查和硬约束验证。 + +## 备用 1. 为什么一定要用 Google ADK? + +ADK 不是展示用依赖,而是主运行时:它承载 `LlmAgent`、10 个原生函数工具、长任务工具、session 和函数调用事件。Gemma 4 是决策面,ADK 把决策变成结构化调用,PostGIS 与县域耕地优化引擎是行动面。这种分层让模型选择、数值计算和治理审计可以分别评测。 + +## 备用 2. 为什么选择 Gemma 4 26B,不选 31B? + +同一 CQ-125 上,26B 为 113/125,31B 为 114/125,只差 1 题;26B 完整运行 12.50 分钟,31B 为 20.04 分钟,约快 37.6%。这是空间 SQL 准确率与现场延迟的工程权衡,不声称 26B 在统计上显著优于 31B。 + +## 备用 3. 和普通 NL2SQL 有什么区别? + +空间查询还要处理 SRID、`geometry/geography` 单位、距离面积长度、空间谓词和空间 join 去重。系统先做语义与 schema grounding,再由 Gemma 4 生成 SQL,通过只读护栏真实执行并把结果加载到地图。CQ-125 是可复核的空间 SQL 基准,不是几个手工案例。 + +## 备用 4. Memory 如何提升自主性?为什么不自动更新领域规则? + +系统只保存通过硬约束校验且空间产物完整的已验证经验,并记录版本、参数和摘要哈希;下一任务先召回这些经验。Agent 可以提出知识候选,但高风险耕地规则必须带来源、版本和作用域并经人工审批后才能激活。目标是受控自主,而不是让模型无限自我修改。 + +## 备用 5. 自然资源部测试的到底是什么? + +底层县域耕地优化引擎旧版本的内部交接材料记录曾在目标内网以真实权威数据完成全流程;测试对象不是整个 GIS Data Agent。当前系统绑定 0.3.3 / 2.2.3 做本机验证,并复用历史 Prepare / ONNX 产物。不能说当前版本已完成部内复测或生产验收。 + +## 备用 6. AlphaEarth 和 OKF 是否已经在主链使用? + +没有。Google ADK 已进入主链;AlphaEarth 只作为长期空间状态表征的 `Tech Preview`,OKF 只作为人和 Agent 可读的知识交换 sidecar。比赛没有“Google 技术越多越加分”的明示规则,只有能解释必要性、调用位置和证据的技术才会转化为技术分。 + +## 备用 7. 如何扩展到其他地区? + +Agent 与工具接口按数据集解耦。新增地区需要完成数据契约、坐标与编码检查、prepared/ensemble 绑定,并使用该地区的独立硬约束校验进行验收。架构支持扩展,但当前证据不能直接外推为全国稳定性。 + +## 禁止口径 + +- 不说“Paper9 是完整通用 GWM”或“MPC 本身就是世界模型”。 +- 不说“v2.2.3 已在自然资源部完成生产验证”。 +- 不说“30/30 证明系统在所有真实问题上 100% 可靠”。 +- 不说“AlphaEarth 或 OKF 已进入生产闭环”。 diff --git a/docs/finals/quality_gate_report.md b/docs/finals/quality_gate_report.md new file mode 100644 index 00000000..212b3653 --- /dev/null +++ b/docs/finals/quality_gate_report.md @@ -0,0 +1,152 @@ +# 决赛质量检查报告 + +验证日期:2026-07-30 + +本报告记录决赛关键链路的可重复检查。它不把局部测试集合表述为整个仓库的零缺陷证明,也不把模型编排评测表述为底层规划算法重复运行。 + +## 1. 结论 + +| 检查项 | 结果 | 覆盖范围 | +|---|---:|---| +| 最终镜像运行时回归 | 236 passed | NL2SQL、WorldModel、Paper9 治理、预检、路由、展示与验证器 | +| 仓库交付契约 | 6 passed | Compose、环境模板、模型配置、Agent instruction 和脚本入口 | +| 真实提示词验收 | 2/2 场景 passed | 最终 NL2SQL 连续 3 次;Paper9 锁定路径两次通过且最终代码状态末次通过 | +| 决赛关键 Python 测试 | 73 passed | Paper9 服务、ADK 工具、治理、展示、路由、预检和部署契约 | +| 模型网关与工具过滤兼容测试 | 52 passed | thinking 参数、离线模型路由、六字段意图路由和工具分类 | +| 确定性行为契约 | 5/5 | 首次成功、一次恢复、二次失败转人工、版本阻断、禁止未审计写入 | +| Ruff | passed | 9 个决赛关键模块与脚本,包含 PPT 构建器 | +| Python 编译 | passed | 9 个决赛关键模块与脚本,包含 PPT 构建器 | +| 前端生产构建 | passed | TypeScript + Vite,4,134 个模块完成转换 | +| Compose 配置解析 | passed | `docker-compose.gemma4-demo.yml` | +| 运行中容器 | 3/3 healthy | app、PostGIS、Redis | +| 主机只读预检 | 6/6 passed | Paper9 版本、prepared、ONNX ensemble、Gemma 4 标签 | +| PPT/PDF 包完整性 | passed | 11 页、11/11 speaker notes、11/11 视觉检查;业务截图与 406 结果一致,PPTX/PDF 哈希校验通过 | +| `git diff --check` | passed | 决赛范围差异的空白与冲突标记检查 | + +## 2. 精确测试集合 + +最终镜像运行时回归: + +```bash +docker exec gisdataagent-app-1 python -m pytest \ + data_agent/test_finals_demo_verifier.py \ + data_agent/test_finals_preflight.py \ + data_agent/test_nl2sql_executor.py \ + data_agent/test_nl2sql_semantic_rewrite.py \ + data_agent/test_nl2sql_tools.py \ + data_agent/test_nl2sql_toolset_registration.py \ + data_agent/test_paper9_agent_evaluation.py \ + data_agent/test_paper9_agent_governance.py \ + data_agent/test_world_model_v21.py \ + data_agent/test_world_model_v21_presentation.py \ + data_agent/test_world_model_v21_routes.py \ + data_agent/test_world_model_v21_tools.py -q +``` + +结果:`236 passed, 5 warnings`。仓库根文件不打包进运行镜像,因此部署契约在宿主仓库单独运行, +结果为 `6 passed`;没有用 skip 掩盖测试分层。 + +精确真实提示词验收: + +```bash +docker exec gisdataagent-app-1 python scripts/verify_gemma4_finals_demo.py \ + --nl2sql-repeats 3 \ + --paper9-timeout 360 \ + --output /tmp/verified_finals_demo_report.json +``` + +最终报告 `passed=true`:NL2SQL 三次均为 `35`;县域耕地规划 Agent 严格六次函数调用,指标来自 +同一个最终运行目录,硬约束校验、空间产物和已验证经验写入全部通过。历史锁定路径耗时为 +`93.490s / 112.940s`;新版中文 UI 浏览器运行总用时 `88.6s`、MPC 规划 `73.7s`,业务指标一致。 + +决赛关键测试命令: + +```bash +.venv/bin/python -m pytest -q \ + data_agent/test_world_model_v21.py \ + data_agent/test_world_model_v21_tools.py \ + data_agent/test_world_model_v21_presentation.py \ + data_agent/test_world_model_v21_routes.py \ + data_agent/test_paper9_agent_governance.py \ + data_agent/test_paper9_agent_evaluation.py \ + data_agent/test_finals_preflight.py \ + data_agent/test_finals_deployment_contract.py +``` + +结果:`73 passed, 1 warning`。警告来自 OpenTelemetry 依赖的弃用提示,不影响测试结论。 + +接口兼容测试命令: + +```bash +.venv/bin/python -m pytest -q \ + data_agent/test_model_gateway.py \ + data_agent/test_tool_filter.py +``` + +结果:`52 passed, 3 warnings`。测试已与当前 DeepSeek thinking 配置、Gemma 4 离线优选和六字段意图路由接口对齐。 + +## 3. 其他可重复检查 + +```bash +uvx ruff check \ + data_agent/finals_preflight.py \ + data_agent/paper9_agent_governance.py \ + data_agent/paper9_agent_evaluation.py \ + data_agent/paper9_agent_prompt.py \ + data_agent/world_model_v21_presentation.py \ + scripts/check_gemma4_finals_preflight.py \ + scripts/run_paper9_adk_reliability_eval.py \ + scripts/run_paper9_finals_contract_eval.py \ + scripts/build_gemma4_finals_ppt.py +``` + +结果:`All checks passed!` + +```bash +.venv/bin/python scripts/run_paper9_finals_contract_eval.py +``` + +结果:`5/5`,报告写入 `data_agent/demo_evidence/paper9/finals_20260730/behavior_contract_report.json`。 + +```bash +cd frontend && npm run build +``` + +结果:构建成功。当前仍有 loader `spawn` 导出提示和大于 500 kB 的 chunk 警告,因此不能表述为“零警告构建”。 + +```bash +docker compose -f docker-compose.gemma4-demo.yml config --quiet +docker compose -f docker-compose.gemma4-demo.yml ps +``` + +结果:配置解析通过;app、db、redis 均为 `healthy`。正式换机时仍应先复制 `.env.finals.example` 为 `.env.finals` 并填写主机绝对路径。 + +PPT 交付检查: + +```bash +uv run python scripts/build_gemma4_finals_ppt.py +unzip -t docs/finals/GIS_Data_Agent_Gemma4_Finals_CN.pptx +pdfinfo docs/finals/GIS_Data_Agent_Gemma4_Finals_CN.pdf +``` + +结果:PPTX 为 11 页且 11 页均含 speaker notes;ZIP 包无损坏;LibreOffice 成功导出 11 页、 +16:9 PDF。主 6 页与附录 5 页逐页检查无重叠和裁切,主路演不含旧版指标或未解释的内部代号; +`release_manifest.sha256` 已按最终 PPTX/PDF 重建并通过校验。 + +## 4. 与模型和算法证据的关系 + +| 证据 | 数量 | 证明对象 | +|---|---:|---| +| 确定性行为契约 | 5/5 | 治理状态机和经验写入规则 | +| 真实 Gemma 4 26B + ADK | 30/30 | 三类受控场景中的工具选择、停止和恢复 | +| 真实 MPC 规划 | 锁定路径 2 次 + 新版浏览器 1 次 | 当前 0.3.3 / 2.2.3 代码绑定、MPC 执行、空间产物、硬约束校验和经验写入 | + +30/30 的总体 Wilson 95% 区间为 88.65%–100%,规划工具在该评测中使用确定性替身。真实 MPC 运行复用了历史数据准备与 ONNX 产物。详细主张边界见 [claim_register.md](claim_register.md)。 + +## 5. 已知非阻断项 + +- 前端主包较大,赛后应继续拆分;当前不影响本机决赛演示。 +- 运行时回归保留 5 个 ADK/asyncio 依赖弃用警告;真实 MPC 保留空分组除法 RuntimeWarning,均未中止验收,不能表述为零警告。 +- 恢复的数据库卷含非决赛 UWM migration ownership 日志;不能描述为全仓库零警告运行。 +- 仍需按 [rehearsal_log.md](rehearsal_log.md) 完成真实投影设备上的三轮计时彩排。 +- 完整六次函数调用与非空地图截图已自动留存;该截图生成于快速调用耗时精度调整前,只作链路证据。五个视频尚未录制,最终录制前需按最新版演示脚本人工复跑并覆盖截图。 diff --git a/docs/finals/rehearsal_log.md b/docs/finals/rehearsal_log.md new file mode 100644 index 00000000..d5ec3db5 --- /dev/null +++ b/docs/finals/rehearsal_log.md @@ -0,0 +1,40 @@ +# 决赛彩排与现场验收记录 + +本文件只记录真实执行结果。没有完成的项目保留“待执行”,不得用计划值代替实测值。 + +## 三轮完整彩排 + +| 轮次 | 日期/场地 | 总时长 | Demo 路径 | 切换最慢耗时 | Q&A 题目 | 发现问题 | 结论 | +|---|---|---:|---|---:|---|---|---| +| 1 · 内容轮 | 待执行 | - | 实时优先 | - | 3 题 | - | 待执行 | +| 2 · 故障轮 | 待执行 | - | 主动切视频/静态证据 | - | 3 题 | - | 待执行 | +| 3 · 场地轮 | 待执行 | - | 决赛设备与投影 | - | 3 题 | - | 待执行 | + +## 放行标准 + +| 维度 | 必须达到 | 结果 | +|---|---|---| +| 路演时长 | 三轮均 `<= 4:45`,目标 `4:40` | 待执行 | +| 故障切换 | 模型、数据库、前端任一故障均在 `<= 5s` 进入备份证据 | 待执行 | +| 可读性 | 最后一排可读第 3、4、5 页最小文字与地图图例 | 待执行 | +| 离线能力 | 断网后 PPT、五个 MP4、PostGIS 快照和县域耕地优化真实产物可打开 | 待执行 | +| 主张一致性 | PPT、口播、字幕、README 无越界表述 | 待执行 | +| 工程预检 | `ready=true`;app/PostGIS/Redis `3/3 healthy` | 待执行 | +| Q&A | 任取三题,单题 `15-25s`,先结论再证据和边界 | 待执行 | + +## 每轮必测故障 + +1. 模型首 token 超过 8 秒:不等待第二次,切 `03_farmland_planning_success_70s.mp4`。 +2. 县域优化工具报错:切封存的 Tool 4 地图、审计 JSON 和 verified episode,不现场重跑高成本任务。 +3. PostGIS 不可用:切 `02_nl2geosql_locked_35s.mp4`,明确使用固定数据库快照。 +4. 前端空白:直接回 PPT 第 3 或第 4 页,不打开开发者工具。 +5. 完全断网:确认 Gemma 4、PostGIS、县域耕地优化主链不依赖公网;Google 扩展预览不进入主 Demo。 + +## 场地交付清单 + +- [ ] 演示电脑本机:PPTX、PDF、五个 MP4、关键 PNG、预检 JSON。 +- [ ] U 盘:同一份只读副本,目录结构与本机一致。 +- [ ] 浏览器:已登录、固定缩放、关闭自动填充弹窗与通知。 +- [ ] 投影:16:9、1080p、镜像/扩展模式已确认,地图红绿标记可区分。 +- [ ] 电源与网络:电源适配器、有线/无线备份;断网路径已演练。 +- [ ] 计时:演讲者可见倒计时,`4:20` 强制进入总结页。 diff --git a/docs/finals/release_manifest.sha256 b/docs/finals/release_manifest.sha256 new file mode 100644 index 00000000..7bbd371f --- /dev/null +++ b/docs/finals/release_manifest.sha256 @@ -0,0 +1,43 @@ +e8bb1c4dad6b04bf0cc6eca168bb86de6b0db4c6d1f40ebe53646fd18aaac95d GIS_Data_Agent_Gemma4_Finals_Technical_Handbook_CN.md +689721bf3ae74e69762c75023536d46f71c9be0137a58012c43f5e41f90fcf55 README.md +33ae9ceabae0002cd99615e2997538560b5b6ffbbcfc76889eddf143add71016 claim_register.md +ec4f534c6e46028a1bf21a5669715a15e300b6d28e1927ba2dd097b876761645 demo_runbook.md +9e8f2f583953f43c1388eb70f83f43d2e075d45ebd20bf9fb170ecb5968326de deployment.md +9295048373989a2b88deee11421c5b12da04b30f83374218c0f11af6c193e92a pitch_script.md +3bd8a7aecfd9bde65cdcfbfa07e7a5a1c90638bea6acdfafa301dd38f179afe1 qa.md +5633eb2d6c45139b3772223abe874b40e95a377d334a88a811865fd46e9e7f37 quality_gate_report.md +825329e4df0d8eba6c33aa9a5050406557d07b7f11138dc0391653c5544fc189 rehearsal_log.md +4b7a5a76c32bd9eff45963a20962a57142a31f5793c60a4dbcca08674756f673 scoring_evidence_matrix.md +3ecee80cf24b171c7a636ff31c5a0ac2af192637da923df9eaa2f9d4542d9d3f technical_report.md +925324baa8d12e9fa4402246c6b58a4e6b8e94bcd52f30cb6e920f8e07790ed9 verified_demo_script.md +1b024a4e17040b6b3883dc14ea7d48efcc52c32d7c9e33e3ecbbacf35a1974a8 video_script.md +43b7825c413eca1f182ece8285364140b6d47c806521a990b2b34cc579c455b5 GIS_Data_Agent_Gemma4_Finals_CN.pptx +3b1097b8d2a3a49880bac9b9980477efa86fb2da8a63409e666abe00b60aa977 GIS_Data_Agent_Gemma4_Finals_CN.pdf +eb280638b94d536c03193c5a8830db4f0fefe1ddc2fee9dbc31caf9e480dbc22 GIS_Data_Agent_Gemma4_Finals_Technical_Handbook_CN.pdf +b4604582a11ad956a659fb493beccfaa07f0151dac7bd42117cc100752908554 GIS_Data_Agent_Gemma4_Finals_Technical_Handbook_CN.docx +7f302bfca5d96064864cb909b20ac73f75352e9afc484b92fbd134ae68c0048c assets/farmland_mpc_change_map.png +33fd9092b622e337353ed18aacd05476b2ae015fc32cfea86d6d02f53d5aaac7 assets/gemma4_model_selection.png +72b4925bddb2a862335c23eac7774bbcf91307bd7ac63f253f106cbf65c2de31 assets/nl2geosql_demo_crop.png +01b80a897f139facc5e37981192c693314d25957ad10dedb1d0e56c8cfd759e7 assets/paper9_tool4_change_map.png +deedc82d85eed5f1a053304ecff464921e25e08baa95cbd682b297c97ffac7b8 assets/diagrams/adk_tool_trajectories.png +92e7ba08c4aa828035e0ad8ccf060cc5d2cff20fe8bbbbcc972b4bf588b8532b assets/diagrams/architecture_overview.png +350d93fc9d9765c1bf67ec4d15ce0c685f757210e2a9fde0c3eebd7045bebf79 assets/diagrams/autonomy_state_machine.png +6d07433da854a94249314aceb03e18995f294085bf3787a363acb62e0012c079 assets/diagrams/deployment_topology.png +1498036b67af9492272baf7637bf02d67cadfc773f81b02b3b9889643f90fab8 assets/diagrams/gwm_mpc_architecture.png +3e76d214df663a308ec609403e3700f6f7f01d1e4324c89548c4f141ba93e611 assets/diagrams/knowledge_memory_loop.png +f3197df665c53a93edae0b55d19b6e1db91a8c725dcc7fed69384a754e50b691 assets/diagrams/nl2semantic2geosql_pipeline.png +8ce12e725935f529f7c2057c8364e6d08d0619a941d46ce2282bdcf4bd73c8fd assets/diagrams/transition_network.png +f61140e85c346cbfec1612fb82cdb4c726004c0b1ea4502f9da2b61671ec40c0 assets/diagrams/two_level_planning.png +c083b4cfdea231d28f7048c6b5b0109b6827f1f641b278e8e4798d42fbe71bc4 assets/diagrams/adk_tool_trajectories.svg +8487dd276476c043d85e49560b432404380f3f50c5d03b83ec94bd276c6bf973 assets/diagrams/architecture_overview.svg +0bb8b8f7fc4adaad7d2a07500102a736c6f0500736848fae3e45cf391d8bfdcc assets/diagrams/autonomy_state_machine.svg +011e8ed77d18e17316cbc66dce670c2b3d058d9bab14c11a17c446c609890b84 assets/diagrams/deployment_topology.svg +291d200720a30d5bb173114d6b152d282be833abe1801f65e81f1ce88b7caa30 assets/diagrams/gwm_mpc_architecture.svg +b9bb096e5e2d4eb76023b89814285ee57bc63f416c3f63be3f571b3329963884 assets/diagrams/knowledge_memory_loop.svg +0124a7626a6e7e34d34924b337a03effccf2c71c1462baf6d83b67e786de8d5d assets/diagrams/nl2semantic2geosql_pipeline.svg +f73d5cdca85a068071bfaf44e08d89984d8c17bf5e5a8bea3f63914fc7fd9911 assets/diagrams/transition_network.svg +1511080da9bcafcb14f219d45b26dfd93e8536280c4a366b3beab95c9213becb assets/diagrams/two_level_planning.svg +8ed6a4962063901526378727ae6a4a2b3850b6f7716468d34b007e3e3a7e682d evidence/world_model_bishan_20260730_155442/README.md +fda6d569410097edf80333835d7632689ec753a7ec232518833685493df5eeb9 evidence/world_model_bishan_20260730_155442/mpc_summary.json +23a6bdc89b407521131fde2c77bcfcc676eef441a9de3953366b3bd489b21409 evidence/world_model_bishan_20260730_155442/optimized_changes.geojson +6dcdd8370d0da3639f18a4395471062db41e0d1d106929d665d57e064fec3748 evidence/world_model_bishan_20260730_155442/paper9_agent_audit.json diff --git a/docs/finals/scoring_evidence_matrix.md b/docs/finals/scoring_evidence_matrix.md new file mode 100644 index 00000000..64a47feb --- /dev/null +++ b/docs/finals/scoring_evidence_matrix.md @@ -0,0 +1,64 @@ +# 决赛评分证据矩阵 + +更新时间:2026-07-30 + +## 1. 真实影响力 30% + +| 评审关注 | 当前证据 | 路演位置 | 状态与缺口 | +|---|---|---|---| +| 是否解决真实需求 | GIS 智能问数解决空间谓词、单位、SRID、空间连接等落地难点;县域耕地空间优化引擎解决耕地布局的面积、坡度与连片度约束 | 第 1、3、4 页 | 已有技术与运行证据;仍缺公开的用户数量和节省工时统计 | +| 受众是否清晰 | 国土空间规划、自然资源调查、GIS 数据分析和县域耕地整治人员 | 第 1 页 | 路演必须说具体岗位,不能只说“政府用户” | +| 是否可量化 | CQ-125:Gemma 4 26B 为 113/125;当前 MPC 处理 101,657 条输入并给出面积、坡度、连片度和百亩方面积变化 | 第 2、4 页 | 技术规模已量化;用户数、节省工时与人工修订率仍缺 | +| 是否有真实环境证据 | 底层优化引擎内部交接材料记录历史版本在目标内网和真实权威数据上运行;当前 v2.2.3 本机 MPC 另行验证 | 第 4 页、Q&A | 必须区分历史内网记录和当前本机验证,不声称 v2.2.3 已部内复测 | +| 是否可扩展 | 语义层、PostGIS 工具、规划引擎适配器和已验证经验库均按数据集/区域解耦 | 第 5 页 | 架构可扩展不等于已跨全国验证 | + +## 2. 技术卓越度 25% + +| 评审关注 | 当前证据 | 代码或报告 | 状态 | +|---|---|---|---| +| Gemma 4 使用深度 | 26B 基于五规格 CQ-125 选型;真实 ADK 运行控制 2/6/8 工具分支 | `model_gateway.py`, `adk_reliability_report.json` | 已就绪 | +| 原生函数调用 | 10 个 ADK `FunctionTool` / `LongRunningFunctionTool`,参数和响应均结构化 | `toolsets/world_model_v21_tools.py` | 已就绪 | +| 多步规划 | `状态检查 -> 资源检查 -> 经验召回 -> MPC 规划 -> 硬约束审计 -> 经验写入/重规划/人工` | `paper9_agent_prompt.py` | 已就绪;与 MPC 数值规划明确分层 | +| GWM 技术关系 | 状态 `S`、受限行动 `A`、学习型转移预测 `Tθ`、MPC 规划器与治理外环分层 | 第 4、6 页、附录 A2、[technical_report.md](technical_report.md) | 已讲清;当前只称领域原型,不称完整通用 GWM | +| 架构设计 | LLM 决策、ADK 运行时、确定性 GIS 行动、审计治理和知识层分离 | [technical_report.md](technical_report.md) | 已就绪 | +| 代码质量 | 版本 fail-closed、纯函数审计、幂等 append-only memory、schema version、SHA-256、CI lint/test/eval | 最终镜像 236 个运行时测试、宿主 6 个交付契约、52 个兼容测试、[quality_gate_report.md](quality_gate_report.md) | 已就绪;三类测试范围不同,不直接混加;保留非阻断警告 | +| 可靠性统计 | 30/30;总体 Wilson 95% 区间 88.65%–100%;每场景轨迹一致性 100% | `adk_reliability_report.json` | 基线已建立,仍应持续增加变体输入 | + +## 3. 功能完备性 20% + +| 评审关注 | 当前证据 | 现场动作 | 状态 | +|---|---|---|---| +| Demo 可运行 | Compose 可解析;app/PostGIS/Redis 3/3 healthy;主机预检 6/6 | 演示前执行预检并保存 JSON | 已就绪 | +| 核心功能完整 | NL2Semantic2GeoSQL 可执行;县域耕地规划 Agent 可规划、审计、生成地图并提交已验证经验 | NL2SQL 可实时;县域规划播放真实母版的 70 秒等待段加速版 | 已就绪 | +| 报告交付 | 同一次规划生成约 5 页 A4 图文 PDF,含指标看板、真实变化地图、六步调用轨迹、逐函数用时和审计表 | Demo 后点击“导出 PDF 报告”,附录 A4/A5 | 已完成自动验收;录制前人工复核 PDF 与当前会话一致 | +| 边缘情况 | 版本不兼容停止、首次审计失败仅重规划一次、二次失败转人工、缺空间产物拒绝提交 | 视频或附录轨迹 | 已就绪 | +| 可复现 | `.env.finals.example`、Docker Compose、部署文档和固定版本 | 代码仓库 | 已就绪 | +| 演示降级 | 预录视频、已保存真实产物、静态轨迹和截图四级备份 | [demo_runbook.md](demo_runbook.md) | 需在最终场地完成三轮彩排 | + +## 4. 创新性 15% + +| 创新点 | 与普通方案的差异 | 证据 | 表述边界 | +|---|---|---|---| +| NL2Semantic2GeoSQL | 不只生成 SQL,而是做空间语义 grounding、只读执行和结果校验 | CQ-125、真实 PostGIS 查询 | 不说成“所有空间问题都准确” | +| LLM + GWM 领域原型 | Gemma 4 负责任务决策;学习型状态转移模型预测行动后果;MPC 比较方案;硬约束校验控制结果保存 | 第 4、6 页、附录 A2、真实 MPC 产物 | 最大创新主张;当前不是完整通用 GWM,MPC 也不是世界模型本身 | +| 受控自主性 | LLM 可选择、观察和恢复;确定性代码守住版本与业务约束 | 2/6/8 工具分支重复评测 | 不把固定 A/B/C/D 内部流程说成 LLM 动态规划 | +| 受治理经验库 | 只有通过硬约束校验且产物完整的经验可复用 | append-only store 与禁止写入测试 | 当前不是自主改写高风险领域规则 | +| Google 扩展生态 | ADK 为主运行时;AlphaEarth 与 OKF 提供未来表征和知识交换方向 | 代码与架构 | AlphaEarth=`Tech Preview`;OKF=`sidecar` | + +## 5. 演示表现 10% + +| 评审关注 | 交付 | 完成标准 | +|---|---|---| +| 技术报告清晰 | [technical_report.md](technical_report.md) | 所有关键数字可追溯到文件 | +| 视频专业 | [video_script.md](video_script.md) 定义 4:40 主备视频、35 秒问数、70 秒成功链、45 秒恢复和 15 秒阻断 | 镜头与字幕脚本已就绪;五个成片仍待录制 | +| 代码文档完善 | README、部署、claim register、Q&A、质量检查报告、CI | 新机器按文档可完成预检 | +| Q&A 清晰 | 附录 A1–A5 分别回答规划归属、GWM 边界、可信与失败、落地证据、工程扩展 | 每题 15–25 秒,先结论、再证据、最后边界 | +| 现场节奏 | 6 页主 PPT,5:00 内结束 | 三次彩排均不超过 4:45,留 15 秒缓冲 | + +## 决赛前剩余硬门槛 + +1. 使用有效本地 UI 凭据,从当前健康 Compose 环境保存完整 6 工具轨迹与 5 页图文报告截图。 +2. 按 [video_script.md](video_script.md) 录制五个主备片段;异常分支只在预录评测中展示。 +3. 唯一 NL2Semantic2GeoSQL 问题已经锁定;录制时冻结返回 `35` 的数据库快照并记录校验信息。 +4. 按 [rehearsal_log.md](rehearsal_log.md) 完成三轮彩排,并记录时长、投影可读性与故障切换。 +5. 将 PPTX、PDF、MP4 和关键 PNG 复制到 U 盘,并在离线设备上核对 SHA-256 与播放能力。 diff --git a/docs/finals/technical_report.md b/docs/finals/technical_report.md new file mode 100644 index 00000000..9022e5f6 --- /dev/null +++ b/docs/finals/technical_report.md @@ -0,0 +1,196 @@ +# GIS Data Agent 决赛技术报告 + +版本:2026-07-30 finals baseline + +本文件是决赛技术报告短版。现场遇到模型、ADK、GeoSQL、GWM、MPC、受控自主、记忆、审计、部署或工程质量的深入追问时,使用 [GIS_Data_Agent_Gemma4_Finals_Technical_Handbook_CN.md](GIS_Data_Agent_Gemma4_Finals_Technical_Handbook_CN.md)。 + +## 摘要 + +GIS Data Agent 面向两类真实地理空间任务:高频的自然语言空间问数,以及低频但高价值的耕地空间布局优化。系统使用 Gemma 4 26B 理解目标和选择工具,使用 Google ADK 承载函数调用与 Agent 运行时,并将 PostGIS、GIS 与县域耕地空间优化引擎封装为确定性行动工具。该优化引擎的内部研发代号为 `Paper9`,面向评委统一使用业务名称。 + +决赛版本的核心改进是把县域耕地空间优化从固定流水线升级为受控自主闭环。Gemma 4 可以根据版本、资源和审计反馈选择提交、一次重规划或转人工;代码强制禁止未审计结果进入经验记忆。当前三类行为分支共完成 30 次真实 Gemma 4 + ADK 运行,30/30 通过契约。 + +## 1. 问题与用户 + +目标用户是自然资源与国土空间规划人员、县域耕地整治人员和 GIS 数据分析师。 + +他们面对两个共性问题: + +- 空间问数不是普通 SQL。距离、面积、长度、SRID、`geometry/geography`、空间谓词和空间连接去重都会造成可执行错误或语义错误。 +- 空间规划不是文字建议。结果必须满足面积不减少、坡度下降、连片度提升等硬约束,并生成可审查的空间成果。 + +因此系统不让大模型直接编造 GIS 结果,而是让大模型负责决策与编排,让领域工具负责计算和验证。 + +## 2. Gemma 4 选型 + +模型选择基于同一主机和同一 CQ-125 PostGIS 基准: + +| 模型 | 执行正确率 | 完整时间 | +|---|---:|---:| +| Gemma4:12b | 107/125 = 85.6% | 16.45 min | +| Gemma4:26b | 113/125 = 90.4% | 12.50 min | +| Gemma4:31b | 114/125 = 91.2% | 20.04 min | + +26B 只比 31B 少 1 道正确题,但整体运行约快 37.6%,适合严格 5 分钟的现场工具调用。该结果是固定环境部署探针,不声称 26B 在统计上显著优于 31B。 + +本地运行通过 `ollama_chat/Gemma4:26b` 接入 ADK/LiteLLM,并固定 `think=false`,避免模型思维流占满输出预算或导致工具回合空响应。 + +## 3. 系统架构 + +```text +用户目标 +-> Gemma 4 26B:理解、选择、解释 +-> Google ADK:LlmAgent、Toolset、FunctionTool、运行事件 +-> PostGIS / GIS / 县域耕地空间优化引擎:确定性执行 +-> 版本兼容性检查 / 硬约束校验:确定性验证 +-> Verified Memory:只保存通过结果 +-> UI / Map / Report / Trace:可审计呈现 +``` + +职责边界: + +| 层 | 责任 | +|---|---| +| Gemma 4 | 数据集识别、工具选择、根据反馈选择下一动作、结果解释 | +| Google ADK | Agent 生命周期、函数声明、调用事件、session 与运行轨迹 | +| 县域耕地空间优化引擎 / PostGIS / GIS | SQL 执行、状态转移预测、MPC 和空间成果生成 | +| 治理代码 | 版本兼容性检查、硬约束校验、重规划次数、经验保存权限 | +| 知识与记忆 | 为下一任务提供已验证上下文,不直接覆盖高风险规则 | + +Google ADK 是主架构的一部分,不是附加 Logo。AlphaEarth 只作为地理表征扩展的 `Tech Preview`;OKF 只作为知识交换 sidecar。 + +## 4. 两类核心场景 + +### 4.1 NL2Semantic2GeoSQL + +链路为: + +```text +自然语言问题 +-> semantic/schema grounding +-> Gemma 4 SQL 生成 +-> 空间语义改写与只读护栏 +-> PostGIS 真实执行 +-> 结果和地图 +-> 经验证成功案例进入 reference queries +``` + +差异化来自空间语义与执行正确性,不是普通的文本到 SQL。CQ-125 同时承担模型选型和回归基准的作用。 + +### 4.2 县域耕地空间优化与 GWM 领域原型 + +县域耕地空间优化引擎使用 learned transition model ensemble 与 MPC 做 model-based spatial planning。决赛版本向 Gemma 4 暴露 10 个 ADK 工具:状态、资源检查、经验召回、Prepare、Sample、Train、Plan、Pipeline、审计和提交经验。 + +它与地理空间世界模型的关系必须分层说明: + +| 组成 | 当前实现 | 与 GWM 的关系 | +|---|---|---| +| 状态 `S` | 图斑、空间块、地类、坡度和连片度等状态 | 领域状态表示 | +| 行动 `A` | 候选地类置换 | 当前受限行动空间 | +| 转移模型 `Tθ` | 学习型状态转移模型集成预测行动后果 | GWM 动力学内核雏形 | +| 规划器 | MPC 消费预测并比较候选方案 | 世界模型的消费者,不是世界模型本身 | +| 治理外环 | 版本兼容性检查、硬约束审计、保存或转人工 | 决策治理外环 | + +因此当前整体应称为“领域化 GWM 原型”,不能称为完整通用地理空间世界模型。完整 GWM 仍需多尺度状态、多行动动力学、长期 rollout、不确定性估计、因果校准和跨区域验证。 + +首次成功轨迹: + +```text +status -> inspect -> recall -> pipeline -> audit -> commit +``` + +恢复轨迹: + +```text +status -> inspect -> recall -> pipeline -> audit(失败) +-> plan -> audit -> commit 或转人工 +``` + +自主性来自 Gemma 4 根据工具反馈选择分支;A/B/C/D 仍是确定性算法阶段。二者必须明确区分。 + +每次通过的规划可导出约 5 页 A4 图文报告,包含规划成效看板、按 `CHG_FLAG` 渲染的变化地图、六步原生函数调用轨迹、逐函数用时、审计表和交付物摘要;报告数据直接来自同一次运行产物,不从聊天文本推断。 + +## 5. 自主性、记忆与知识循环 + +系统将自主性限定在可审计边界内: + +- 版本或资源不兼容时停止,不降级为旧算法后宣称成功。 +- 审计失败最多允许一次重规划,禁止无限循环。 +- 耕地面积、坡度和连片度由确定性代码审计,不由 LLM 自评。 +- 空间产物缺失时 fail closed。 +- 只有通过硬约束校验且成果完整的 episode 能进入 append-only memory。 +- 同一 episode 提交幂等,记录版本、参数、输出目录和摘要 SHA-256。 +- 高风险领域规则只能由 Agent 提出候选,不能自主激活。 + +这形成一个有限闭环: + +```text +validated context -> plan -> act -> observe -> audit +-> replan/escalate -> verified commit -> next-task recall +``` + +## 6. 真实验证 + +### 6.1 Gemma 4 + ADK 编排 + +三类场景各运行 10 次: + +| 场景 | 通过 | 轨迹一致性 | 平均延迟 | P95 | +|---|---:|---:|---:|---:| +| 首次审计通过 | 10/10 | 100% | 7.97 s | 9.53 s | +| 版本不兼容停止 | 10/10 | 100% | 3.24 s | 4.88 s | +| 一次重规划后通过 | 10/10 | 100% | 13.57 s | 15.31 s | + +总体 30/30,Wilson 95% 区间为 88.65%–100%。工具响应使用确定性替身,以隔离测量模型和 ADK 的工具编排;它不等于 30 次县域耕地优化算法计算。 + +### 6.2 县域耕地空间优化引擎真实 Tool 4 + +当前绑定: + +- 包:`paper9-mnr-offline-package 0.3.3` +- 算法:`paper9v2 2.2.3` +- commit:`848514383948474e4b6387f171aea8a9272821db` +- 101,657 条输入空间记录,53,004 个环境图斑,2,640 个 blocks +- 100 个 MPC 步骤,406 对置换 +- 耕地面积 `+1.935936 ha` +- 平均坡度 `-0.607765%` +- 连片度 `+0.020184` +- 百亩方面积 `+35.131619 ha` +- 硬约束校验通过 +- 锁定路径两次真实 Gemma 4 + ADK 六工具闭环通过,总耗时 `93.490s / 112.940s`;末次对应最终代码状态 + +该运行使用当前 0.3.3 / 2.2.3 代码执行 Tool 4,并由同一次 Agent 轨迹完成审计与 verified memory 提交; +但它复用了旧流程生成的 Prepare / ONNX 产物,输入被识别为旧三位测试编码。它不是 v2.2.3 +真实权威四库的完整重训证据。 + +## 7. 工程质量 + +- `paper9_agent_governance.py` 与 ADK 解耦,核心审计可做确定性单元测试。 +- JSON 报告均带 schema version;关键摘要保存 SHA-256。 +- 版本、资源、输出缺失均 fail closed。 +- verified memory 为 append-only、幂等写入并执行 `fsync`。 +- CI 使用 Python 3.11,运行 Ruff、行为契约、单元测试和前端构建。 +- live ADK 随机评测不放入无 Ollama 的普通 CI;其报告作为版本化基线保存。 + +2026-07-30 决赛质量检查结果: + +| 检查 | 结果 | +|---|---:| +| 最终镜像运行时回归 | 236 passed | +| 宿主交付契约 | 6 passed | +| 模型网关与工具过滤兼容测试 | 52 passed | +| 确定性行为契约 | 5/5 | +| Ruff / Python 编译 | passed / passed | +| 前端生产构建 / Compose 解析 | passed / passed | +| 运行中容器 | 3/3 healthy | + +另有 `73 passed` 的决赛关键子集用于快速复核;它与上述集合存在范围关系,不能累加为总测试数。前端仍有大 chunk 和 loader 导出警告,依赖仍有弃用提示,因此本报告不声称零警告。完整命令与范围见 [quality_gate_report.md](quality_gate_report.md)。 + +## 8. 局限与后续 + +- 30 次编排基线仍是受控输入,不替代长尾用户问题和负载测试。 +- 当前 v2.2.3 本机验证不是 A/B/C/D 全量重训,也不是部内复测。 +- 自然资源历史内网证据属于底层县域耕地优化项目,不等于 GIS Data Agent 部署验收。 +- AlphaEarth 尚处于 Tech Preview;OKF 尚未自动驱动知识晋升。 +- 当前仅为领域化 GWM 原型,不具备完整通用 GWM 的多尺度、多行动、长期与不确定性推演能力。 +- 下一阶段需要增加提示词变体、超时/缺产物、二次失败转人工和前端端到端测试。 diff --git a/docs/finals/verified_demo_script.md b/docs/finals/verified_demo_script.md new file mode 100644 index 00000000..e38be931 --- /dev/null +++ b/docs/finals/verified_demo_script.md @@ -0,0 +1,181 @@ +# 决赛唯一最新版演示脚本 + +更新时间:2026-07-30 +适用版本:Gemma 4 26B + Google ADK + 县域耕地空间优化引擎 `0.3.3 / 2.2.3` +状态:新版中文输出已完成真实浏览器验收;等待录制前人工 UI 复核 + +本文件是当前唯一的演示操作与口播基线。若其他旧文档中的数字、时长或提示词与本文件冲突,以本文件和 +[`verified_finals_demo_report.json`](../../data_agent/demo_evidence/paper9/finals_20260730/verified_finals_demo_report.json) +为准。 + +> 重要:最终截图、录屏和 PPT 必须使用同一份 `406` 对置换证据。每次人工复跑都会产生新的 +> 经验编号和实际用时,字幕只能引用录制母版当次界面显示的数字。 + +## 1. 已自动验证的事实 + +2026-07-30 使用与界面相同的两个提示词,在决赛 Docker 环境中完成真实验证: + +| 项目 | 已验证结果 | +|---|---| +| 环境预检 | 6/6 通过;规划引擎 0.3.3、算法 2.2.3、Bishan prepared、3 个 ONNX 成员、Gemma4:26b 均就绪 | +| NL2SQL | 最终验收连续 3 次通过,均返回 `35`;延迟 `14.414 / 6.761 / 6.884s` | +| GeoSQL 语义 | 使用 `ST_DWithin`、`geography`、`100m` 和锁定的 roads/POI 表 | +| 县域耕地规划 Agent | 新版浏览器运行通过;严格六次函数调用,无重规划,地图非空 | +| 规划数据规模 | 输入 `101,657` 条,其中 `53,004` 条进入县域环境,共 `2,640` 个空间块 | +| MPC 优化 | 耕地 `+1.9359 ha`,坡度 `-0.6078%`,连片度 `+0.02018`,百亩方面积 `+35.13 ha` | +| 空间交换 | 耕地转林地 `406`,林地转耕地 `406`,等量双向交换 | +| 治理闭环 | 硬约束校验通过,空间产物存在,已验证经验成功保存 | +| 最新浏览器运行 | 总用时 `88.6s`,MPC 规划 `73.7s`;经验编号 `9cfab6f00ec9a551dfc3` | +| 历史总耗时 | `93.490s / 112.940s`;仅用于估算等待时间,录屏以当次界面真实用时为准 | + +说明:人工复跑会产生新的 `out_dir`、时间戳和 episode ID,这是正常现象;其余锁定结果应一致。当前 +Bishan 输入为旧三位测试编码,不得描述为最新真实权威四库数据。 + +最新 UI 证据:`tests/e2e/artifacts/world_model_v21_finals_2026_07_30/response.txt` 与 +`response_top.png`。截图同时显示中文 Agent 轨迹、实际总用时和右侧非空规划地图。该截图生成于 +快速调用耗时精度调整前,只作链路证据,不直接进入最终录屏;录制前复跑会覆盖为毫秒级显示。 + +## 2. 录制前只运行这两条命令 + +在仓库根目录下执行: + +```bash +docker compose -f docker-compose.gemma4-demo.yml up -d --build app +docker exec gisdataagent-app-1 python scripts/check_gemma4_finals_preflight.py \ + --output /tmp/gemma4_finals_preflight.json +``` + +开始人工验证的硬门槛:预检输出必须为 `"ready": true` 且 `failed_checks` 为空; +`docker compose -f docker-compose.gemma4-demo.yml ps` 中 app、db、redis 必须为 `healthy`。 + +浏览器打开:`http://127.0.0.1:8000`。使用新会话,浏览器缩放建议 125%,关闭通知和任何可能显示密钥的终端窗口。 + +## 3. 人工验证一:NL2Semantic2GeoSQL + +在聊天框原样输入,不增加解释性文字: + +```text +@NL2SQL 统计距离道路网络中最长桥梁100米范围内的高德POI数量。 +``` + +必须逐项确认: + +- 路由到 `MentionNL2SQL`,实际工具为 `run_nl2semantic2sql`。 +- 状态为成功,结果为 `35`。 +- 最终 SQL 同时包含 `cq_osm_roads_2021`、`cq_amap_poi_2024`、`ST_DWithin`、`geography` 和 `100`。 +- 最长桥梁 CTE 仍查询 roads 表,不能被语义修正误换成 POI 表。 +- 右侧地图自动加载三层真实 PostGIS 结果:高德 POI `35` 个、最长桥梁 `1` 条、100 米范围 `1` 个;图层数与标量结果必须一致。 +- 地图摘要中的最长桥梁应为 `osm_id=708725252`(龙溪河大道),长度约 `2167.57 m`;三个图层来自同一条 PostGIS 伴随查询快照。 + +截图:自然语言问题、关键 SQL、结果 `35` 和右侧三层地图必须同屏;展开地图图层控制,保留 `35 个` POI 的图层名称。不要截图密钥、连接串、绝对用户路径或内部思考文本。 + +判退条件:结果不是 35、缺任一关键空间语义、SQL 未成功执行、界面显示的表与锁定表不一致、地图未自动加载,或 POI 图层不是 35 个要素。 + +## 4. 人工验证二:县域耕地规划 Agent + +新建会话,在聊天框原样输入: + +```text +@WorldModelV21 请使用 bishan 数据集运行一次快速县域 MPC 规划,完成硬约束审计,并仅在通过后保存已验证经验。 +``` + +历史两次真实端到端运行分别耗时 93.490 秒和 112.940 秒。人工验证按 1.5-2 分钟预留,不要在 5 分钟 +路演中承诺 70 秒现场完成。等待到最终回答和地图完全出现,不要中途刷新页面。 + +必须逐项确认: + +1. 路由到 `MentionWorldModelV21`。 +2. 工具轨迹严格为: + +```text +world_model_v21_status +-> paper9_inspect_resources +-> paper9_recall_verified_episodes +-> world_model_v21_pipeline +-> paper9_audit_run +-> paper9_commit_verified_episode +``` + +3. `world_model_v21_pipeline` 首次规划已带 `cultivated_area_floor_delta_ha=0`;数据准备、样本生成和模型训练显示“已复用(未重复执行)”,MPC 规划显示“完成”。 +4. 没有出现 `world_model_v21_plan` 二次调用;若出现,说明首次规划未走锁定成功路径,本轮不能用于主视频。 +5. 中文主标题必须是“县域耕地受控规划完成”;页面说明 Gemma 4 负责工具决策、Google ADK 承载 `6` 次原生函数调用,数值计算由县域耕地空间优化引擎完成。 +6. “受控自主决策轨迹”严格显示六步“观察/决策 → 结果 → 内部函数名”;除代码格式的内部函数名和版本字段外,不应出现中英文混排的状态标签。 +7. 六次函数调用每一步均显示真实用时;小于 0.1 秒的调用显示三位小数,不能再显示为 `0.0 秒`。“运行耗时”同时显示总用时、MPC 规划用时、审计与经验提交用时。总用时应不小于六次调用用时之和,允许包含模型推理和 UI 编排开销。 +8. `hard_constraint_passed=true`、`all_expected_outputs_exist=true`、commit 状态为 `committed`;界面对应显示“硬约束校验:通过”“已验证经验库:已写入”。 +9. 最终指标应为: + +```text +input_features=101657 +environment_parcels=53004 +n_blocks=2640 +swaps_completed=406 +farm_to_forest=406 +forest_to_farm=406 +cultivated_area_change_ha=+1.9359359262 +slope_change_pct=-0.6077654973 +cont_change=+0.0201841360 +baimu_area_change_ha=+35.1316192716 +``` + +10. 右侧地图存在且非空,按 `CHG_FLAG` 显示:灰色不变、红色耕地转林地、绿色林地转耕地。 +11. 最终回答不显示 prepared/ensemble 绝对路径;交付成果只显示文件名。 +12. 最终回答不能把 Gemma 4 描述为直接计算 MPC 数值;正确关系是 Gemma 4 选择工具,ADK 执行函数调用,县域耕地空间优化引擎计算,治理代码审计。面向评委统一使用“县域耕地空间优化引擎”,不直接使用内部代号 `Paper9`。 +13. 点击“导出 PDF 报告”,下载文件名应为 `County_Farmland_Planning_Report.pdf`,不能仍是仅含聊天文字的通用报告。 +14. PDF 应为 5 页左右的 A4 报告,至少包含 3 组真实可视化:规划成效看板、按 `CHG_FLAG` 渲染的县域变化地图、六步原生函数调用轨迹。 +15. PDF 中的图斑数、置换数、四项业务指标、逐函数用时、审计状态和经验编号必须与当前会话一致;不得出现本机或容器绝对路径。报告中的内部函数标识只作为审计证据,不作为产品名称。 +16. 若现场解释 GWM 关系,必须使用以下口径:图斑与空间块是状态,候选地类置换是行动,学习型状态转移模型集成是动力学内核雏形,MPC 消费预测并搜索方案,硬约束校验负责结果验收;当前整体是领域原型,不是完整通用 GWM。 + +截图至少保留四张:六次函数调用与真实用时、硬约束校验与经验写入状态、优化地图与四项业务指标、PDF 的地图或审计页。 + +判退条件:轨迹不是六次函数调用、任一步没有真实用时、发生二次重规划、面积减少、坡度未下降、连片度未提升、空间产物缺失、未通过审计却写入经验,出现内部绝对路径、地图空白,或 PDF 仍只有聊天文字。 + +## 5. 70 秒县域耕地规划成片剪辑 + +先保留完整无剪辑母版,再生成 70 秒现场播放版。只能加速 `world_model_v21_pipeline` 的等待段, +不能改写工具顺序、隐藏失败或拼接不同运行的指标。字幕必须填写录制母版的实际总耗时, +不能机械沿用本次验证数字。 + +| 成片时间 | 画面 | 验收内容 | +|---|---|---| +| 0:00-0:06 | 输入锁定提示词 | `bishan`、MPC、审计后才保存 | +| 0:06-0:16 | 状态、资源、经验召回 | 0.3.3 / 2.2.3、资源就绪、已验证经验召回 | +| 0:16-0:52 | MPC 规划等待段加速 | 叠字“本次原始总用时 XXX.X 秒,MPC 规划 XXX.X 秒,本等待段加速” | +| 0:52-1:01 | 审计、经验写入 | 硬约束校验通过、已写入、两步实际用时 | +| 1:01-1:10 | 地图与指标定格 | `101,657 / 53,004 / 2,640 / 406` 与四项变化 | + +## 6. 4 分 40 秒逐字口播 + +### 0:00-0:30 · 第 1 页 + +> 各位评委好,我是周宁。GIS Data Agent 不是会聊天的地图,而是把自然语言问题落到可执行、可审计、可复用 GIS 行动的受控 Agent。今天我只展示两件事:高频空间问数,以及高价值县域耕地规划。右侧不是示意图,是本次决赛代码真实运行产生的空间成果。 + +### 0:30-1:05 · 第 2 页 + +> 空间问数看似是 NL2SQL,但距离、坐标系和空间连接,都会让看似正确的 SQL 在执行时失败;它是 GIS 分析师的高频刚需。县域耕地规划频率更低、价值更高,必须同时满足面积、坡度和连片度约束。边界很清楚:Gemma 4 选择和解释,Google ADK 承载函数调用,PostGIS 和县域耕地空间优化引擎负责确定性计算,治理代码决定能否提交。 + +### 1:05-1:55 · 第 3 页与 NL2SQL 片段 + +> 先看空间问数。我们锁定同一个问题:最长桥梁一百米范围内有多少高德 POI。系统先做 schema 和空间语义 grounding,再由 Gemma 4 生成 SQL;关键是把距离按 geography 的米制单位执行,并通过只读护栏访问 PostGIS,结果是三十五。右侧同步加载同一 PostGIS 快照中的最长桥梁、百米范围和三十五个 POI,让标量答案可核查。模型也不是凭印象选择:在同一主机、同一 CQ-125 上,Gemma 4 26B 是一百一十三题正确,只比 31B 少一题,但完整运行约快百分之三十七点六,因此选为准确率与现场时延的工程平衡点。 + +### 1:55-3:25 · 第 4 页与县域耕地规划加速片段 + +> 第二个场景不是生成一段建议,而是执行县域耕地空间布局优化。这里有两层规划:Gemma 4 先观察版本、资源和已验证经验,再决定下一工具;Google ADK 把六个决策落实为结构化原生函数调用。县域耕地空间优化引擎把图斑和空间块作为状态,用学习型状态转移模型集成预测候选行动后果,再由 MPC 搜索方案,不让大模型猜空间数值。 +> +> 这也是我们走向地理空间世界模型的领域原型:状态转移模型是动力学内核雏形,MPC 使用预测搜索方案,硬约束校验负责结果验收;当前还不是完整通用 GWM。只有校验通过的方案才会写入已验证经验库;失败最多重规划一次,再失败转人工。界面显示六次调用各自的真实用时、总用时和 MPC 规划用时。这次运行处理十万一千六百五十七条输入,完成四百零六对双向置换,面积、坡度和连片度指标均通过审计。 + +### 3:25-4:20 · 第 5 页 + +> 一次跑通不能证明可靠。模型侧,真实 Gemma 4 26B 加 ADK 在首次成功、版本阻断和一次恢复三个分支各跑十次,三十次全部符合契约;但这是编排评测,不是三十次算法重跑。算法侧是当前这次真实 MPC 规划和空间产物。工程侧分为二百三十六个镜像运行时测试、六个宿主交付契约和五十二个接口兼容测试。环境侧,历史内网记录与当前本机验证严格分层,二者都不等于生产验收。 + +### 4:20-4:40 · 第 6 页 + +> 下一代空间智能体不会只是给大模型不断增加 GIS 工具,而会由 LLM 加地理空间世界模型共同驱动:Gemma 4 与 ADK 理解目标、选择工具和协同,GWM 表示空间状态并推演行动后果,MPC 搜索方案,审核机制决定结果能否保存。今天我们已经验证空间问数、GWM 领域原型和受控闭环;下一步扩展多尺度、多行动与长期不确定性推演。谢谢。 + +## 7. 最终录制纪律 + +- 主路演播放 70 秒加速版,不现场等待约 1.5-2 分钟的高成本规划;完整母版保留给技术核查,字幕保留当次真实用时。 +- NL2SQL 可以实时运行;首 token 或页面响应超过 8 秒,立即切同版本锁定视频。 +- 不说“v2.2.3 已在自然资源部内网完成生产验证”“全国泛化”或“30 次真实算法重跑”。 +- 不说“Paper9 是完整通用 GWM”或“MPC 本身就是世界模型”;主画面与主口播统一使用业务名称。 +- 不展示 AlphaEarth 或 OKF 主流程;仅在 Q&A 中按 Tech Preview / knowledge sidecar 口径回答。 +- 到 4:20 必须进入第 6 页,4:40 结束,保留 20 秒缓冲。 diff --git a/docs/finals/video_script.md b/docs/finals/video_script.md new file mode 100644 index 00000000..92390447 --- /dev/null +++ b/docs/finals/video_script.md @@ -0,0 +1,87 @@ +# 决赛视频脚本与镜头验收 + +所有片段使用本机离线文件,统一为 H.264 MP4、`1920x1080`、30 fps。字幕只陈述画面中可复核的事实,不出现密码、Token、绝对路径、内网地址或个人通知。 + +## 交付清单 + +| 文件名 | 时长 | 用途 | 当前状态 | +|---|---:|---|---| +| `01_main_fallback_4m40s.mp4` | 4:40 | 实时演示整体不可用时的完整备份 | 待录制 | +| `02_nl2geosql_locked_35s.mp4` | 0:35 | 主路演第 3 页锁定问题 | 待录制 | +| `03_farmland_planning_success_70s.mp4` | 1:10 | 完整真实运行母版的等待段加速版 | 待人工 UI 验收后录制 | +| `04_farmland_planning_recovery_45s.mp4` | 0:45 | Q&A 展示一次受控恢复 | 待录制 | +| `05_version_block_15s.mp4` | 0:15 | Q&A 展示 fail-closed | 待录制 | + +## 1. 完整备份视频 · 4:40 + +完整视频严格复用 [pitch_script.md](pitch_script.md) 的时间轴和口播,不制作第二套叙事。PPT 页面、Demo 片段和字幕中的数字必须来自同一份构建产物。 + +| 时间 | 画面 | 验收点 | +|---|---|---| +| 0:00-0:30 | 第 1 页,右侧真实 MPC 规划地图 | 无加载、地图非空 | +| 0:30-1:05 | 第 2 页,两类用户与五层架构 | 用户岗位清晰 | +| 1:05-1:40 | 插入 NL2GeoSQL 锁定片段 | 问题、`geography, 100`、结果 `35` 同屏出现 | +| 1:40-1:55 | 第 3 页 benchmark 定格 | `113/125`、`90.4%`、26B 选型可读 | +| 1:55-3:05 | 插入县域耕地规划成功片段 | 六次函数调用、硬约束校验、经验写入和真实用时均可见 | +| 3:05-3:25 | 第 4 页真实地图与业务指标 | GWM 领域原型关系、四项变化与 MPC 规划规模可读 | +| 3:25-4:20 | 第 5 页分层证据 | 30/30 边界字幕不得省略 | +| 4:20-4:40 | 第 6 页 `LLM + GWM` 总结 | 已验证能力与未来路线边界同时可读;4:40 前结束 | + +## 2. NL2Semantic2GeoSQL 锁定片段 · 35 秒 + +| 时间 | 画面 | 字幕/高亮 | +|---|---|---| +| 0:00-0:04 | 已登录应用,输入锁定问题 | “最长桥梁 100 米范围内的高德 POI 数量” | +| 0:04-0:10 | 展示意图识别与 schema grounding | 只保留数据表和关键字段,不展开内部提示词 | +| 0:10-0:22 | SQL 结果区域 | 高亮 `ST_DWithin(...::geography, 100)` 与只读执行 | +| 0:22-0:30 | 执行结果出现 | 放大结果 `35`,禁止剪掉执行状态 | +| 0:30-0:35 | 定格证据 | “Gemma 4 26B · locked PostGIS snapshot” | + +## 3. 县域耕地规划真实成功链 · 70 秒加速版 + +此片段只能使用 2026-07-30 已验证的真实 Gemma 4 + ADK 六次函数调用轨迹和同一次 MPC 空间产物。 +锁定路径两次验收总耗时为 `93.490s / 112.940s`,末次对应最终代码;录制时先保留完整母版,再只加速 pipeline +等待段,并在画面注明该母版的实际总耗时。 +不得用旧两工具截图代替六工具链,也不得拼接不同运行的指标。 +面向评委的字幕统一使用“县域耕地空间优化引擎”;`paper9_*` 只保留为可审计的内部函数名。 + +| 时间 | 画面 | 必须出现的证据 | +|---|---|---| +| 0:00-0:06 | 输入唯一县域规划提示词 | 数据集 `bishan`、快速县域 MPC、审计后才保存 | +| 0:06-0:18 | `status`、`inspect` | 包/算法版本和资源状态 | +| 0:18-0:27 | `recall` | 只召回 verified episode;没有也允许继续 | +| 0:27-0:46 | 加速 `world_model_v21_pipeline` 等待段 | ADK 函数调用事件;字幕注明该母版真实总耗时与 MPC 规划用时 | +| 0:46-0:57 | `paper9_audit_run` | 硬约束校验通过、空间产物存在、显示本次调用用时 | +| 0:57-1:04 | `paper9_commit_verified_episode` | 已验证经验写入,显示本次调用用时与经验编号 | +| 1:04-1:10 | 地图与指标定格 | `101,657`、`53,004`、`2,640`、`406` | + +## 4. 一次受控恢复 · 45 秒 + +片头和片尾都必须注明:“Gemma 4 + ADK 编排评测;规划工具响应为确定性替身”。它证明工具选择与恢复行为,不证明又完成了一次真实 MPC 算法运行。 + +| 时间 | 画面 | 必须出现的证据 | +|---|---|---| +| 0:00-0:04 | 评测边界字幕 | 真实 Gemma 4 26B + ADK;确定性工具替身 | +| 0:04-0:12 | `status -> inspect -> recall` | 版本与资源先行 | +| 0:12-0:22 | `pipeline` 后首次 `audit` | `attempt=0`、`retryable=true`、失败原因 | +| 0:22-0:32 | Gemma 4 选择 `plan` | 只能重规划一次,展示调整后的参数摘要 | +| 0:32-0:39 | 第二次 `audit` | `attempt=1`、passed | +| 0:39-0:43 | `commit` | 只有通过后写入已验证经验库 | +| 0:43-0:45 | 轨迹定格 | `8 tools · single bounded replan` | + +## 5. 版本阻断 · 15 秒 + +| 时间 | 画面 | 必须出现的证据 | +|---|---|---| +| 0:00-0:04 | `status` | 显示不兼容的版本契约 | +| 0:04-0:09 | `inspect` | 资源可见,但版本兼容性检查未通过 | +| 0:09-0:13 | Agent 停止 | 无 `pipeline`、无 `audit`、无 `commit` | +| 0:13-0:15 | 结论定格 | “安全停止 · 2 次调用 · 不写入经验” | + +## 统一验收标准 + +- 视频首帧在 `1` 秒内出现;任意切换不得出现桌面、终端历史、密码管理器或通知中心。 +- 演示浏览器使用 125%-150% 缩放;投影设备上最小字幕不少于等效 24 px。 +- 录制后断网复播一遍;使用系统自带播放器从 U 盘再复播一遍。 +- 每个片段的画面、字幕和口播必须通过 [claim_register.md](claim_register.md);不能用剪辑隐藏失败或伪造工具返回。 +- 保留无旁白母版和有旁白成片;现场优先使用无旁白片段,由演讲者同步口播。 diff --git a/pyproject.toml b/pyproject.toml index da6f7dc3..164fa50c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,6 +83,7 @@ dev = [ "pytest>=9.0", "pytest-asyncio>=0.23", "coverage>=7.0", + "ruff>=0.9", ] [project.scripts] @@ -107,3 +108,10 @@ data_agent = [ filterwarnings = [ "ignore:BaseAgentConfig is deprecated.*:DeprecationWarning", ] + +[tool.ruff] +target-version = "py311" +line-length = 100 + +[tool.ruff.lint] +select = ["E", "F", "I", "B", "UP"] diff --git a/scripts/build_finals_technical_diagrams.mjs b/scripts/build_finals_technical_diagrams.mjs new file mode 100644 index 00000000..a4c4636d --- /dev/null +++ b/scripts/build_finals_technical_diagrams.mjs @@ -0,0 +1,419 @@ +#!/usr/bin/env node + +import { mkdir, writeFile } from "node:fs/promises"; +import path from "node:path"; +import process from "node:process"; + +import { chromium } from "playwright"; + +const ROOT = process.cwd(); +const OUTPUT_DIR = path.join(ROOT, "docs", "finals", "assets", "diagrams"); + +const C = { + ink: "#17313A", + muted: "#60727A", + line: "#8CA0A8", + pale: "#F4F7F8", + blue: "#1976D2", + blueFill: "#EAF3FC", + teal: "#087E8B", + tealFill: "#E7F5F5", + green: "#2E7D32", + greenFill: "#EDF7EE", + amber: "#A86200", + amberFill: "#FFF5E5", + red: "#C33C54", + redFill: "#FCECEF", + violet: "#6950A1", + violetFill: "#F2EEFA", + white: "#FFFFFF", +}; + +function esc(value) { + return String(value) + .replaceAll("&", "&") + .replaceAll("<", "<") + .replaceAll(">", ">") + .replaceAll('"', """); +} + +function textLines({ x, y, lines, size = 24, weight = 400, fill = C.ink, lineHeight = 34, anchor = "start", klass = "" }) { + const body = lines + .map((line, index) => `${esc(line)}`) + .join(""); + return `${body}`; +} + +function title(text, subtitle = "") { + return [ + textLines({ x: 70, y: 70, lines: [text], size: 38, weight: 700 }), + subtitle ? textLines({ x: 70, y: 110, lines: [subtitle], size: 20, fill: C.muted }) : "", + ``, + ].join(""); +} + +function box({ x, y, w, h, heading, lines = [], accent = C.blue, fill = C.white, headingSize = 25, bodySize = 20, center = false, dashed = false }) { + const tx = center ? x + w / 2 : x + 26; + const anchor = center ? "middle" : "start"; + const lineStart = y + (lines.length ? 70 : h / 2 + 9); + return [ + `` , + ``, + textLines({ x: tx, y: lines.length ? y + 39 : y + h / 2 + 9, lines: [heading], size: headingSize, weight: 700, anchor }), + lines.length ? textLines({ x: tx, y: lineStart, lines, size: bodySize, fill: C.muted, lineHeight: bodySize + 10, anchor }) : "", + ].join(""); +} + +function pill({ x, y, w, text, color = C.blue, fill = C.blueFill, size = 18 }) { + return [ + ``, + textLines({ x: x + w / 2, y: y + 25, lines: [text], size, weight: 600, fill: color, anchor: "middle" }), + ].join(""); +} + +function arrow(x1, y1, x2, y2, { color = C.line, dashed = false, label = "", labelX, labelY } = {}) { + return [ + ``, + label ? textLines({ x: labelX ?? (x1 + x2) / 2, y: labelY ?? (y1 + y2) / 2 - 10, lines: [label], size: 17, weight: 600, fill: color, anchor: "middle" }) : "", + ].join(""); +} + +function polyline(points, { color = C.line, dashed = false, label = "", labelX = 0, labelY = 0 } = {}) { + return [ + ``, + label ? textLines({ x: labelX, y: labelY, lines: [label], size: 17, weight: 600, fill: color, anchor: "middle" }) : "", + ].join(""); +} + +function dot(x, y, number, color = C.blue) { + return [ + ``, + textLines({ x, y: y + 7, lines: [number], size: 19, weight: 700, fill: C.white, anchor: "middle" }), + ].join(""); +} + +function diamond({ cx, cy, w, h, heading, color = C.amber, fill = C.amberFill }) { + const points = `${cx},${cy - h / 2} ${cx + w / 2},${cy} ${cx},${cy + h / 2} ${cx - w / 2},${cy}`; + return [ + ``, + textLines({ x: cx, y: cy + 7, lines: [heading], size: 22, weight: 700, anchor: "middle" }), + ].join(""); +} + +function svgFrame(body, { width = 1600, height = 1000, ariaLabel }) { + return ` + + + + + + + + + ${body} +`; +} + +function architectureOverview() { + const parts = [title("GIS Data Agent 总体技术架构", "模型负责决策,专业工具负责计算,独立代码负责审核与证据")]; + parts.push(box({ x: 70, y: 160, w: 300, h: 105, heading: "用户目标", lines: ["自然语言问题", "显式 @ 路由"], accent: C.teal, fill: C.tealFill })); + parts.push(box({ x: 450, y: 160, w: 480, h: 105, heading: "@NL2SQL", lines: ["高频空间问数", "Gemma 4 合成 GeoSQL"], accent: C.blue, fill: C.blueFill })); + parts.push(box({ x: 1010, y: 160, w: 520, h: 105, heading: "@WorldModelV21", lines: ["县域空间优化", "Gemma 4 动态选择下一工具"], accent: C.violet, fill: C.violetFill })); + parts.push(arrow(370, 212, 450, 212)); + parts.push(polyline([[370, 225], [410, 225], [410, 145], [1270, 145], [1270, 160]])); + + parts.push(box({ x: 70, y: 315, w: 1460, h: 125, heading: "Gemma 4 26B 决策面", lines: ["意图理解 · GeoSQL 合成 · 工具选择 · 根据反馈停止 / 恢复 / 提交"], accent: C.blue, fill: C.blueFill, center: true, headingSize: 29, bodySize: 22 })); + parts.push(arrow(690, 265, 690, 315)); + parts.push(arrow(1270, 265, 1270, 315)); + + parts.push(box({ x: 70, y: 490, w: 1460, h: 120, heading: "Google ADK 运行时", lines: ["LlmAgent / BaseAgent · 10 个函数工具 · session / event · function_call / function_response"], accent: C.teal, fill: C.tealFill, center: true, headingSize: 29, bodySize: 22 })); + parts.push(arrow(800, 440, 800, 490)); + + parts.push(box({ x: 70, y: 660, w: 700, h: 135, heading: "NL2Semantic2GeoSQL 行动面", lines: ["Semantic Layer + GeoSQL Harness", "PostGIS 只读执行 + 三层地图证据"], accent: C.blue, fill: C.white })); + parts.push(box({ x: 830, y: 660, w: 700, h: 135, heading: "县域耕地空间优化行动面", lines: ["Transition Ensemble + ONNX Runtime", "MPC + 真实县域环境执行"], accent: C.violet, fill: C.white })); + parts.push(arrow(530, 610, 420, 660)); + parts.push(arrow(1070, 610, 1180, 660)); + + parts.push(box({ x: 70, y: 845, w: 1460, h: 105, heading: "治理与证据面", lines: ["版本兼容 · SQL 安全 · 硬约束校验 · Verified Episodic Memory · Map / Trace / PDF"], accent: C.green, fill: C.greenFill, center: true, headingSize: 28, bodySize: 21 })); + parts.push(arrow(420, 795, 420, 845)); + parts.push(arrow(1180, 795, 1180, 845)); + return svgFrame(parts.join(""), { ariaLabel: "GIS Data Agent 总体技术架构" }); +} + +function twoLevelPlanning() { + const p = [title("两层规划:任务决策与数值优化", "两层都称为规划,但责任、输入和证据完全不同")]; + p.push(``); + p.push(textLines({ x: 105, y: 205, lines: ["任务级规划"], size: 29, weight: 700, fill: C.blue })); + p.push(pill({ x: 1250, y: 177, w: 230, text: "由 Gemma 4 决定", color: C.blue, fill: C.white })); + const task = [ + [110, "用户目标", ["问题、版本、资源"]], + [420, "Gemma 4 + ADK", ["理解目标并选工具"]], + [760, "函数工具反馈", ["状态、结果、审计结论"]], + [1100, "下一动作", ["停止 / 恢复 / 提交"]], + ]; + task.forEach(([x, heading, lines]) => p.push(box({ x, y: 250, w: 270, h: 130, heading, lines, accent: C.blue, fill: C.white, center: true, headingSize: 23, bodySize: 18 }))); + p.push(arrow(380, 315, 420, 315)); + p.push(arrow(690, 315, 760, 315)); + p.push(arrow(1030, 315, 1100, 315)); + p.push(polyline([[1235, 380], [1235, 425], [555, 425], [555, 380]], { color: C.blue, label: "结构化反馈驱动下一步", labelX: 900, labelY: 418 })); + + p.push(``); + p.push(textLines({ x: 105, y: 560, lines: ["数值级规划"], size: 29, weight: 700, fill: C.violet })); + p.push(pill({ x: 1240, y: 532, w: 240, text: "确定性算法执行", color: C.violet, fill: C.white })); + const numeric = [ + [110, "空间状态", ["17 维 block", "12 维全局"]], + [420, "转移模型集成", ["预测 s' 与 reward"]], + [760, "MPC 搜索", ["比较候选 rollout"]], + [1100, "真实环境执行", ["执行首个行动", "重新观测状态"]], + ]; + numeric.forEach(([x, heading, lines]) => p.push(box({ x, y: 610, w: 270, h: 145, heading, lines, accent: C.violet, fill: C.white, center: true, headingSize: 23, bodySize: 18 }))); + p.push(arrow(380, 682, 420, 682)); + p.push(arrow(690, 682, 760, 682)); + p.push(arrow(1030, 682, 1100, 682)); + p.push(polyline([[1235, 755], [1235, 790], [245, 790], [245, 755]], { color: C.violet, label: "滚动优化:每一步重新观测", labelX: 740, labelY: 786 })); + + p.push(box({ x: 315, y: 865, w: 970, h: 70, heading: "责任边界:Gemma 4 决定调用什么;MPC 计算具体空间行动;独立代码审核结果", accent: C.red, fill: C.redFill, center: true, headingSize: 22 })); + return svgFrame(p.join(""), { ariaLabel: "任务级规划与数值级规划的责任边界" }); +} + +function adkTrajectories() { + const p = [title("Gemma 4 + ADK 三类真实工具轨迹", "同一 Agent 根据版本、资源和审计反馈形成 2 / 6 / 8 工具分支")]; + const cols = [ + { x: 70, title: "版本不兼容", badge: "2 个工具后停止", color: C.red, fill: C.redFill, toolCount: 2, nodes: ["检查版本与能力", "检查资源与契约", "停止并报告缺口"] }, + { x: 570, title: "首次规划成功", badge: "6 个工具后提交", color: C.green, fill: C.greenFill, nodes: ["检查版本与能力", "检查资源与契约", "召回已验证经验", "执行 / 复用 A–D", "确定性审计通过", "提交已验证经验"] }, + { x: 1070, title: "失败后恢复", badge: "8 个工具,一次重规划", color: C.amber, fill: C.amberFill, nodes: ["检查版本与能力", "检查资源与契约", "召回已验证经验", "执行 / 复用 A–D", "首次审计失败", "单独重跑 MPC", "再次审计通过", "提交已验证经验"] }, + ]; + cols.forEach((col) => { + p.push(``); + p.push(textLines({ x: col.x + 225, y: 212, lines: [col.title], size: 28, weight: 700, fill: col.color, anchor: "middle" })); + p.push(pill({ x: col.x + 95, y: 235, w: 260, text: col.badge, color: col.color, fill: C.white, size: 17 })); + const gap = col.nodes.length <= 3 ? 145 : col.nodes.length === 6 ? 92 : 72; + const start = col.nodes.length <= 3 ? 365 : 335; + col.nodes.forEach((node, index) => { + const cy = start + index * gap; + const terminal = index === col.nodes.length - 1; + const markerText = terminal && col.toolCount ? "×" : String(index + 1); + p.push(dot(col.x + 55, cy, markerText, terminal ? col.color : C.ink)); + p.push(``); + p.push(textLines({ x: col.x + 252, y: cy + 7, lines: [node], size: 19, weight: terminal ? 700 : 500, fill: terminal ? col.color : C.ink, anchor: "middle" })); + if (!terminal) p.push(arrow(col.x + 55, cy + 24, col.x + 55, cy + gap - 24)); + }); + }); + p.push(textLines({ x: 800, y: 965, lines: ["可靠性证据:三类受控场景各 10 次,30/30 达到预期终态与精确工具轨迹"], size: 21, weight: 600, fill: C.ink, anchor: "middle" })); + return svgFrame(p.join(""), { ariaLabel: "ADK 两工具、六工具和八工具轨迹" }); +} + +function nl2sqlPipeline() { + const p = [title("NL2Semantic2GeoSQL 完整执行链", "Gemma 4 负责 SQL 合成;语义约束、安全、执行与地图证据由确定性组件负责")]; + const steps = [ + ["用户问题", "自然语言空间目标", C.teal, C.tealFill], + ["显式路由", "MentionNL2SQL", C.blue, C.blueFill], + ["语义解析", "表 / 字段 / 别名 / 单位", C.teal, C.tealFill], + ["实时 Grounding", "类型 / geometry / SRID", C.teal, C.tealFill], + ["Few-shot 检索", "相似参考查询", C.teal, C.tealFill], + ["Gemma 4 合成", "SQL only · T=0", C.blue, C.blueFill], + ["空间语义改写", "米制距离 / SRID / 去重", C.violet, C.violetFill], + ["安全与运行校验", "只读 / AST / allow-list", C.red, C.redFill], + ["PostGIS 执行", "真实数据 · 结构化结果", C.green, C.greenFill], + ["证据与沉淀", "标量 + SQL + 地图 + 案例", C.green, C.greenFill], + ]; + const xs = [70, 375, 680, 985, 1290]; + steps.forEach(([heading, body, accent, fill], index) => { + const row = index < 5 ? 0 : 1; + const position = row === 0 ? index : 9 - index; + const x = xs[position]; + const y = row === 0 ? 210 : 570; + p.push(dot(x + 28, y - 25, String(index + 1), accent)); + p.push(box({ x, y, w: 240, h: 150, heading, lines: [body], accent, fill, center: true, headingSize: 23, bodySize: 18 })); + if (index < 4) p.push(arrow(x + 240, y + 75, xs[position + 1], y + 75)); + if (index === 4) p.push(polyline([[x + 120, y + 150], [x + 120, 500], [xs[4] + 120, 500], [xs[4] + 120, 570]])); + if (index >= 5 && index < 9) p.push(arrow(x, y + 75, xs[position - 1] + 240, y + 75)); + }); + p.push(``); + p.push(textLines({ x: 105, y: 830, lines: ["关键失败策略"], size: 23, weight: 700, fill: C.red })); + p.push(textLines({ x: 105, y: 868, lines: ["未 grounding 表、未知列、写操作、危险 SQL 或地图数量不一致:拒绝执行或判定演示失败"], size: 21, fill: C.ink })); + p.push(pill({ x: 1120, y: 820, w: 350, text: "运行成功 ≠ 语义必然正确", color: C.red, fill: C.white, size: 19 })); + return svgFrame(p.join(""), { ariaLabel: "NL2Semantic2GeoSQL 十步执行链" }); +} + +function gwmMpcArchitecture() { + const p = [title("领域化 GWM 原型与 MPC 的严格关系", "学习型状态转移模型是动力学内核;MPC 消费模型预测,但不是世界模型本身")]; + p.push(box({ x: 430, y: 155, w: 740, h: 105, heading: "Gemma 4 + Google ADK 任务级控制", lines: ["理解目标 · 选择工具 · 根据反馈停止 / 恢复 / 提交"], accent: C.blue, fill: C.blueFill, center: true, headingSize: 27, bodySize: 20 })); + p.push(``); + p.push(textLines({ x: 105, y: 350, lines: ["GWM 动力学内核"], size: 29, weight: 700, fill: C.violet })); + p.push(box({ x: 110, y: 405, w: 300, h: 130, heading: "状态 S", lines: ["2,640 blocks × 17 维", "县域全局 12 维"], accent: C.teal, fill: C.white, center: true, headingSize: 24, bodySize: 18 })); + p.push(box({ x: 110, y: 575, w: 300, h: 105, heading: "行动 A", lines: ["选择可行 block", "执行 paired swaps"], accent: C.amber, fill: C.white, center: true, headingSize: 24, bodySize: 18 })); + p.push(box({ x: 500, y: 440, w: 355, h: 190, heading: "转移模型集成 Tθ", lines: ["3 个独立 ONNX 成员", "预测 next state", "预测 reward"], accent: C.violet, fill: C.white, center: true, headingSize: 25, bodySize: 19 })); + p.push(arrow(410, 470, 500, 500, { label: "s", labelY: 462 })); + p.push(arrow(410, 625, 500, 575, { label: "a", labelY: 630 })); + + p.push(box({ x: 1000, y: 335, w: 500, h: 145, heading: "MPC 规划器", lines: ["在模型上比较候选 rollout", "只执行预测回报最高方案的第一步"], accent: C.blue, fill: C.blueFill, center: true, headingSize: 27, bodySize: 19 })); + p.push(arrow(855, 500, 1000, 420, { label: "ŝ' , r̂", labelY: 438 })); + p.push(box({ x: 1000, y: 535, w: 500, h: 145, heading: "真实县域环境", lines: ["执行行动并重新观测", "产生真实 reward 与空间产物"], accent: C.green, fill: C.greenFill, center: true, headingSize: 27, bodySize: 19 })); + p.push(arrow(1250, 480, 1250, 535, { label: "首个行动", labelX: 1355, labelY: 516 })); + p.push(polyline([[1000, 610], [940, 610], [940, 760], [260, 760], [260, 535]], { color: C.green, label: "真实观测形成下一状态", labelX: 610, labelY: 750 })); + + p.push(box({ x: 100, y: 820, w: 650, h: 115, heading: "独立硬约束校验", lines: ["面积不减少 · 坡度下降 · 连片度提升 · 产物完整"], accent: C.red, fill: C.redFill, center: true, headingSize: 25, bodySize: 19 })); + p.push(box({ x: 850, y: 820, w: 650, h: 115, heading: "Verified Episodic Memory", lines: ["仅通过校验的运行经验可保存并被下次召回"], accent: C.green, fill: C.greenFill, center: true, headingSize: 25, bodySize: 19 })); + p.push(polyline([[1250, 680], [1250, 790], [800, 790], [800, 878], [750, 878]], { color: C.green, label: "真实结果与空间产物", labelX: 1015, labelY: 780 })); + p.push(arrow(750, 878, 850, 878, { label: "通过后提交", labelY: 860 })); + p.push(polyline([[1175, 820], [1540, 820], [1540, 210], [1170, 210]], { color: C.green, dashed: true, label: "下一任务召回", labelX: 1370, labelY: 198 })); + return svgFrame(p.join(""), { ariaLabel: "地理空间世界模型原型、MPC 和审核记忆的关系" }); +} + +function transitionNetwork() { + const p = [title("状态转移模型成员结构", "每个成员约 237K 参数;3 个独立成员导出 ONNX 并在 CPU 上批量推理")]; + const inputs = [ + { y: 205, title: "Block 状态", lines: ["2,640 × 17"], color: C.teal, fill: C.tealFill }, + { y: 410, title: "行动索引", lines: ["Discrete(n_blocks)"], color: C.amber, fill: C.amberFill }, + { y: 615, title: "县域全局状态", lines: ["12 维"], color: C.blue, fill: C.blueFill }, + ]; + inputs.forEach((item) => p.push(box({ x: 70, y: item.y, w: 270, h: 120, heading: item.title, lines: item.lines, accent: item.color, fill: item.fill, center: true, headingSize: 23, bodySize: 19 }))); + p.push(box({ x: 425, y: 185, w: 300, h: 150, heading: "共享 Block Encoder", lines: ["17 → 64 → 32", "所有 blocks 共享权重"], accent: C.teal, fill: C.white, center: true, headingSize: 23, bodySize: 19 })); + p.push(box({ x: 425, y: 395, w: 300, h: 150, heading: "Action Embedding", lines: ["n_blocks → 32", "选择目标 block"], accent: C.amber, fill: C.white, center: true, headingSize: 23, bodySize: 19 })); + p.push(box({ x: 425, y: 605, w: 300, h: 150, heading: "Global Encoder", lines: ["12 → 64 → 32"], accent: C.blue, fill: C.white, center: true, headingSize: 23, bodySize: 19 })); + p.push(arrow(340, 265, 425, 265)); + p.push(arrow(340, 470, 425, 470)); + p.push(arrow(340, 675, 425, 675)); + p.push(box({ x: 795, y: 235, w: 310, h: 120, heading: "Mean Pooling", lines: ["所有 block 编码 → 32"], accent: C.teal, fill: C.tealFill, center: true, headingSize: 23, bodySize: 19 })); + p.push(box({ x: 795, y: 440, w: 310, h: 180, heading: "Context 拼接", lines: ["selected block 32", "+ action 32 + global 32", "+ mean pool 32 = 128"], accent: C.violet, fill: C.violetFill, center: true, headingSize: 25, bodySize: 19 })); + p.push(arrow(725, 260, 795, 295)); + p.push(polyline([[725, 315], [755, 315], [755, 480], [795, 480]], { label: "selected", labelX: 785, labelY: 380 })); + p.push(polyline([[725, 470], [760, 470], [760, 520], [795, 520]])); + p.push(polyline([[725, 680], [760, 680], [760, 560], [795, 560]])); + p.push(arrow(950, 355, 950, 440)); + + const heads = [ + { y: 190, title: "Block Delta Head", lines: ["128 → 256 → 256 → 17"], color: C.teal, fill: C.tealFill }, + { y: 390, title: "Global Delta Head", lines: ["128 → 256 → 12"], color: C.blue, fill: C.blueFill }, + { y: 590, title: "Reward Head", lines: ["128 → 64 → 1"], color: C.green, fill: C.greenFill }, + ]; + heads.forEach((item) => { + p.push(box({ x: 1180, y: item.y, w: 350, h: 135, heading: item.title, lines: item.lines, accent: item.color, fill: item.fill, center: true, headingSize: 23, bodySize: 19 })); + p.push(arrow(1105, 530, 1180, item.y + 68)); + }); + p.push(box({ x: 300, y: 830, w: 1000, h: 95, heading: "3-member Ensemble → ONNX Runtime → MPC 批量评估候选行动", accent: C.violet, fill: C.pale, center: true, headingSize: 26 })); + return svgFrame(p.join(""), { width: 1600, height: 970, ariaLabel: "237K 参数状态转移网络结构" }); +} + +function autonomyStateMachine() { + const p = [title("受控自主决策状态机", "自主性体现在观察、选择、反馈后恢复或停止;权限边界由代码强制执行")]; + p.push(pill({ x: 695, y: 155, w: 210, text: "START", color: C.ink, fill: C.pale, size: 21 })); + p.push(box({ x: 550, y: 230, w: 500, h: 95, heading: "检查版本、能力与资源", accent: C.blue, fill: C.blueFill, center: true, headingSize: 24 })); + p.push(arrow(800, 193, 800, 230)); + p.push(diamond({ cx: 800, cy: 390, w: 390, h: 105, heading: "版本与资源可用?", color: C.amber, fill: C.amberFill })); + p.push(arrow(800, 325, 800, 338)); + p.push(box({ x: 1125, y: 340, w: 370, h: 100, heading: "停止并报告缺口", lines: ["不自动降级旧算法"], accent: C.red, fill: C.redFill, center: true, headingSize: 23, bodySize: 18 })); + p.push(arrow(995, 390, 1125, 390, { color: C.red, label: "否", labelY: 375 })); + p.push(box({ x: 550, y: 485, w: 500, h: 95, heading: "召回已验证经验", accent: C.teal, fill: C.tealFill, center: true, headingSize: 24 })); + p.push(arrow(800, 443, 800, 485, { color: C.green, label: "是", labelX: 835, labelY: 472 })); + p.push(box({ x: 550, y: 635, w: 500, h: 95, heading: "执行 Pipeline / MPC Plan", accent: C.violet, fill: C.violetFill, center: true, headingSize: 24 })); + p.push(arrow(800, 580, 800, 635)); + p.push(diamond({ cx: 800, cy: 805, w: 430, h: 115, heading: "确定性审核通过?", color: C.amber, fill: C.amberFill })); + p.push(arrow(800, 730, 800, 748)); + p.push(box({ x: 1130, y: 755, w: 370, h: 100, heading: "提交已验证经验", lines: ["幂等写入 + SHA-256"], accent: C.green, fill: C.greenFill, center: true, headingSize: 22, bodySize: 18 })); + p.push(arrow(1015, 805, 1130, 805, { color: C.green, label: "通过", labelY: 790 })); + p.push(box({ x: 105, y: 755, w: 340, h: 100, heading: "最多重规划一次", lines: ["仅重跑 Tool 4 MPC"], accent: C.amber, fill: C.amberFill, center: true, headingSize: 22, bodySize: 18 })); + p.push(arrow(585, 805, 445, 805, { color: C.amber, label: "首次失败", labelY: 790 })); + p.push(arrow(800, 862, 800, 910, { color: C.red, label: "缺产物", labelX: 860, labelY: 895 })); + p.push(box({ x: 105, y: 910, w: 340, h: 100, heading: "再次确定性审核", accent: C.amber, fill: C.white, center: true, headingSize: 22 })); + p.push(arrow(275, 855, 275, 910)); + p.push(box({ x: 630, y: 910, w: 340, h: 100, heading: "转人工复核", lines: ["二次失败或缺少空间产物"], accent: C.red, fill: C.redFill, center: true, headingSize: 22, bodySize: 17 })); + p.push(arrow(445, 960, 630, 960, { color: C.red, label: "失败", labelY: 945 })); + p.push(polyline([[275, 1010], [275, 1035], [1315, 1035], [1315, 855]], { color: C.green, label: "通过", labelX: 800, labelY: 1028 })); + return svgFrame(p.join(""), { width: 1600, height: 1080, ariaLabel: "受控自主决策状态机" }); +} + +function knowledgeMemoryLoop() { + const p = [title("知识与记忆的受控更新闭环", "记忆保存已发生且可复核的经验;知识保存领域定义、规则与适用范围")]; + const nodes = [ + { x: 100, y: 235, w: 360, h: 125, title: "候选事实 / 经验", lines: ["GeoSQL 成功案例", "县域规划 episode"], color: C.teal, fill: C.tealFill }, + { x: 620, y: 175, w: 360, h: 145, title: "来源与适用范围", lines: ["版本 · 时间 · 空间范围", "数据集 · 摘要哈希"], color: C.blue, fill: C.blueFill }, + { x: 1140, y: 235, w: 360, h: 125, title: "分级验证", lines: ["自动校验", "高风险项人工审批"], color: C.amber, fill: C.amberFill }, + { x: 1140, y: 610, w: 360, h: 125, title: "激活为可用知识", lines: ["Verified Memory", "Reference Query / Registry"], color: C.green, fill: C.greenFill }, + { x: 620, y: 680, w: 360, h: 145, title: "运行中检索与引用", lines: ["按数据集与版本隔离", "记录 provenance"], color: C.violet, fill: C.violetFill }, + { x: 100, y: 610, w: 360, h: 125, title: "新结果与新证据", lines: ["真实执行结果", "审核结论与反馈"], color: C.teal, fill: C.tealFill }, + ]; + nodes.forEach((n) => p.push(box({ x: n.x, y: n.y, w: n.w, h: n.h, heading: n.title, lines: n.lines, accent: n.color, fill: n.fill, center: true, headingSize: 24, bodySize: 18 }))); + p.push(arrow(460, 297, 620, 248)); + p.push(arrow(980, 248, 1140, 297)); + p.push(arrow(1320, 360, 1320, 610)); + p.push(arrow(1140, 672, 980, 752)); + p.push(arrow(620, 752, 460, 672)); + p.push(arrow(280, 610, 280, 360)); + p.push(box({ x: 535, y: 420, w: 530, h: 150, heading: "治理规则", lines: ["SQL 可执行 ≠ 语义正确", "审核未通过不得写入经验", "新证据可触发再验证 / 降级 / 废止"], accent: C.red, fill: C.redFill, center: true, headingSize: 25, bodySize: 19 })); + p.push(polyline([[800, 420], [800, 350], [1140, 350]], { color: C.red, dashed: true })); + p.push(pill({ x: 100, y: 855, w: 420, text: "即时 / 会话记忆:提供上下文", color: C.muted, fill: C.pale, size: 19 })); + p.push(pill({ x: 590, y: 855, w: 420, text: "领域经验:只追加、带证据", color: C.green, fill: C.greenFill, size: 19 })); + p.push(pill({ x: 1080, y: 855, w: 420, text: "语义知识:版本化、可撤销", color: C.blue, fill: C.blueFill, size: 19 })); + return svgFrame(p.join(""), { ariaLabel: "知识与记忆更新闭环" }); +} + +function deploymentTopology() { + const p = [title("决赛运行与部署拓扑", "核心服务本地或内网部署;模型、数据、算法资源与用户产物边界清晰")]; + p.push(box({ x: 70, y: 330, w: 270, h: 145, heading: "现场浏览器", lines: ["PPT / Demo 操作端", "HTTP :8000"], accent: C.teal, fill: C.tealFill, center: true, headingSize: 25, bodySize: 19 })); + p.push(``); + p.push(textLines({ x: 445, y: 215, lines: ["Docker Compose / 内网运行边界"], size: 28, weight: 700, fill: C.ink })); + p.push(box({ x: 465, y: 295, w: 380, h: 210, heading: "GIS Data Agent App", lines: ["Chainlit + API", "Google ADK 运行时", "用户与运行目录隔离"], accent: C.blue, fill: C.blueFill, center: true, headingSize: 26, bodySize: 19 })); + p.push(arrow(340, 402, 465, 402, { label: "请求 / 地图 / 报告", labelX: 402, labelY: 372 })); + + p.push(box({ x: 930, y: 260, w: 250, h: 125, heading: "Gemma 4 / Ollama", lines: ["本地模型服务"], accent: C.blue, fill: C.white, center: true, headingSize: 22, bodySize: 18 })); + p.push(box({ x: 1225, y: 260, w: 240, h: 125, heading: "PostGIS", lines: ["只读空间查询", ":5432"], accent: C.teal, fill: C.white, center: true, headingSize: 22, bodySize: 18 })); + p.push(box({ x: 930, y: 440, w: 250, h: 125, heading: "Redis", lines: ["会话与运行状态", ":6379"], accent: C.amber, fill: C.white, center: true, headingSize: 22, bodySize: 18 })); + p.push(box({ x: 1225, y: 440, w: 240, h: 125, heading: "MinIO(可选)", lines: ["对象存储扩展", "非主 Demo 依赖"], accent: C.muted, fill: C.white, center: true, headingSize: 21, bodySize: 17 })); + p.push(arrow(845, 350, 930, 322)); + p.push(polyline([[845, 375], [885, 375], [885, 235], [1345, 235], [1345, 260]])); + p.push(arrow(845, 425, 930, 502)); + p.push(polyline([[845, 450], [885, 450], [885, 590], [1345, 590], [1345, 565]], { dashed: true })); + + p.push(box({ x: 465, y: 610, w: 310, h: 140, heading: "只读算法资源", lines: ["0.3.3 / 2.2.3 包", "Bishan prepared + ONNX"], accent: C.violet, fill: C.violetFill, center: true, headingSize: 23, bodySize: 18 })); + p.push(box({ x: 835, y: 610, w: 310, h: 140, heading: "按用户隔离的产物", lines: ["uploads / output", "Map / Audit / PDF"], accent: C.green, fill: C.greenFill, center: true, headingSize: 23, bodySize: 18 })); + p.push(box({ x: 1205, y: 610, w: 260, h: 140, heading: "预检与健康检查", lines: ["版本 · 模型 · 数据", "app / db / redis"], accent: C.red, fill: C.redFill, center: true, headingSize: 22, bodySize: 18 })); + p.push(arrow(620, 610, 620, 505)); + p.push(arrow(790, 505, 935, 610)); + p.push(polyline([[1205, 680], [1175, 680], [1175, 785], [430, 785], [430, 475], [465, 475]], { color: C.red, dashed: true, label: "启动前", labelX: 800, labelY: 776 })); + p.push(box({ x: 260, y: 865, w: 1080, h: 75, heading: "失败策略:版本、模型、数据或核心服务预检不通过时停止,不在现场临时降级", accent: C.red, fill: C.redFill, center: true, headingSize: 22 })); + return svgFrame(p.join(""), { ariaLabel: "GIS Data Agent 决赛运行和部署拓扑" }); +} + +const diagrams = [ + ["architecture_overview", architectureOverview], + ["two_level_planning", twoLevelPlanning], + ["adk_tool_trajectories", adkTrajectories], + ["nl2semantic2geosql_pipeline", nl2sqlPipeline], + ["gwm_mpc_architecture", gwmMpcArchitecture], + ["transition_network", transitionNetwork], + ["autonomy_state_machine", autonomyStateMachine], + ["knowledge_memory_loop", knowledgeMemoryLoop], + ["deployment_topology", deploymentTopology], +]; + +async function main() { + await mkdir(OUTPUT_DIR, { recursive: true }); + const browser = await chromium.launch({ headless: true }); + try { + for (const [name, build] of diagrams) { + const svg = build(); + if (svg.includes("undefined")) throw new Error(`${name}: generated SVG contains undefined`); + const svgPath = path.join(OUTPUT_DIR, `${name}.svg`); + const pngPath = path.join(OUTPUT_DIR, `${name}.png`); + await writeFile(svgPath, svg, "utf8"); + + const dimensions = /width="(\d+)" height="(\d+)"/.exec(svg); + const width = Number(dimensions[1]); + const height = Number(dimensions[2]); + const context = await browser.newContext({ viewport: { width, height }, deviceScaleFactor: 2 }); + const page = await context.newPage(); + await page.setContent(`${svg}`); + await page.locator("svg").screenshot({ path: pngPath, animations: "disabled" }); + await context.close(); + process.stdout.write(`${name}: ${width * 2}x${height * 2}\n`); + } + } finally { + await browser.close(); + } +} + +await main(); diff --git a/scripts/build_gemma4_finals_ppt.py b/scripts/build_gemma4_finals_ppt.py new file mode 100644 index 00000000..3bc8c7b3 --- /dev/null +++ b/scripts/build_gemma4_finals_ppt.py @@ -0,0 +1,2086 @@ +#!/usr/bin/env python3 +"""Build the evidence-backed Gemma 4 finals deck and its visual assets.""" + +from __future__ import annotations + +import argparse +import csv +import json +from pathlib import Path +from typing import Any + +import geopandas as gpd +import matplotlib.pyplot as plt +from matplotlib import font_manager +from matplotlib.patches import Patch +from PIL import Image, ImageOps +from pptx import Presentation +from pptx.dml.color import RGBColor +from pptx.enum.shapes import MSO_AUTO_SHAPE_TYPE, MSO_CONNECTOR +from pptx.enum.text import MSO_ANCHOR, PP_ALIGN +from pptx.util import Inches, Pt + +ROOT = Path(__file__).resolve().parents[1] +FINALS_DIR = ROOT / "docs" / "finals" +ASSET_DIR = FINALS_DIR / "assets" +DEFAULT_TEMPLATE = Path.home() / "Downloads" / "路演框架(GDG Shanghai).pptx" +DEFAULT_OUTPUT = FINALS_DIR / "GIS_Data_Agent_Gemma4_Finals_CN.pptx" + +BENCHMARK_CSV = ROOT / "docs" / "assets" / "gemma4_host228_scale_sweep_summary.csv" +RELIABILITY_JSON = ( + ROOT + / "data_agent" + / "demo_evidence" + / "paper9" + / "finals_20260730" + / "adk_reliability_report.json" +) +PREFLIGHT_JSON = RELIABILITY_JSON.with_name("finals_preflight_final.json") +FARMLAND_BASE_RUN_DIR = ( + ROOT + / "data_agent" + / "uploads" + / "finals_verification_fixed" + / "world_model_v21" + / "20260730_003511_666173" +) +FARMLAND_EVIDENCE_DIR = ( + FINALS_DIR / "evidence" / "world_model_bishan_20260730_155442" +) +FARMLAND_SUMMARY_JSON = FARMLAND_EVIDENCE_DIR / "mpc_summary.json" +FARMLAND_AUDIT_JSON = FARMLAND_EVIDENCE_DIR / "paper9_agent_audit.json" +FARMLAND_CHANGES_GEOJSON = FARMLAND_EVIDENCE_DIR / "optimized_changes.geojson" +FARMLAND_BASE_SHP = FARMLAND_BASE_RUN_DIR / "optimized_dltb.shp" +NL2SQL_SCREENSHOT = ( + ROOT + / "tests" + / "e2e" + / "artifacts" + / "nl2sql_longest_bridge_map_2026_07_30" + / "result.png" +) + +FONT = "Microsoft YaHei" +WIDE = Inches(13.333333) +HIGH = Inches(7.5) + +COLORS = { + "bg": RGBColor(247, 249, 252), + "white": RGBColor(255, 255, 255), + "ink": RGBColor(22, 29, 44), + "muted": RGBColor(91, 102, 121), + "line": RGBColor(219, 226, 235), + "navy": RGBColor(20, 31, 51), + "blue": RGBColor(66, 133, 244), + "green": RGBColor(52, 168, 83), + "yellow": RGBColor(251, 188, 5), + "red": RGBColor(234, 67, 53), + "cyan": RGBColor(0, 137, 123), + "pale_blue": RGBColor(232, 240, 254), + "pale_green": RGBColor(231, 244, 234), + "pale_yellow": RGBColor(254, 247, 224), + "pale_red": RGBColor(253, 235, 233), + "pale_cyan": RGBColor(226, 242, 241), +} + + +def color(name: str) -> RGBColor: + return COLORS[name] + + +def load_json(path: Path) -> dict[str, Any]: + with path.open(encoding="utf-8") as handle: + return json.load(handle) + + +def load_benchmark() -> list[dict[str, str]]: + with BENCHMARK_CSV.open(encoding="utf-8") as handle: + return list(csv.DictReader(handle)) + + +def finals_evidence() -> dict[str, Any]: + benchmark = load_benchmark() + reliability = load_json(RELIABILITY_JSON) + summary = load_json(FARMLAND_SUMMARY_JSON) + audit = load_json(FARMLAND_AUDIT_JSON) + preflight = load_json(PREFLIGHT_JSON) + runs = reliability["runs"] + result = summary["results"][0] + spatial_output = summary["shapefile_output"] + if not audit.get("hard_constraint_passed"): + raise ValueError("Finals farmland evidence did not pass the hard-constraint audit") + if spatial_output["n_farm_to_forest"] != result["swaps_completed"]: + raise ValueError("Farmland-to-forest feature count disagrees with swaps_completed") + if spatial_output["n_forest_to_farm"] != result["swaps_completed"]: + raise ValueError("Forest-to-farmland feature count disagrees with swaps_completed") + return { + "benchmark": benchmark, + "reliability": reliability, + "reliability_passed": sum(bool(run["passed"]) for run in runs), + "reliability_total": len(runs), + "summary": summary, + "result": result, + "audit": audit, + "preflight": preflight, + } + + +def ensure_assets(evidence: dict[str, Any]) -> dict[str, Path]: + ASSET_DIR.mkdir(parents=True, exist_ok=True) + benchmark_path = ASSET_DIR / "gemma4_model_selection.png" + map_path = ASSET_DIR / "farmland_mpc_change_map.png" + nl2sql_path = ASSET_DIR / "nl2geosql_demo_crop.png" + build_benchmark_chart(evidence["benchmark"], benchmark_path) + if FARMLAND_BASE_SHP.exists(): + build_farmland_optimization_map( + FARMLAND_BASE_SHP, + FARMLAND_CHANGES_GEOJSON, + evidence["summary"], + map_path, + ) + elif not map_path.exists(): + raise FileNotFoundError( + "The base Shapefile is unavailable and no evidence-backed map asset exists" + ) + + if NL2SQL_SCREENSHOT.exists(): + build_nl2sql_crop(NL2SQL_SCREENSHOT, nl2sql_path) + elif not nl2sql_path.exists(): + raise FileNotFoundError( + "The NL2SQL screenshot is unavailable and no verified crop asset exists" + ) + return {"benchmark": benchmark_path, "map": map_path, "nl2sql": nl2sql_path} + + +def chart_font() -> font_manager.FontProperties: + candidates = [ + Path("/System/Library/Fonts/STHeiti Light.ttc"), + Path("/System/Library/Fonts/STHeiti Medium.ttc"), + Path("/System/Library/Fonts/Supplemental/Arial Unicode.ttf"), + ] + selected = next((path for path in candidates if path.exists()), None) + return ( + font_manager.FontProperties(fname=str(selected)) + if selected + else font_manager.FontProperties() + ) + + +def build_benchmark_chart(rows: list[dict[str, str]], output: Path) -> None: + labels = [row["model"].replace("Gemma4:", "") for row in rows] + accuracy = [float(row["full_ex_pct"]) for row in rows] + runtime = [float(row["full_minutes"]) for row in rows] + selected = labels.index("26b") + font = chart_font() + + fig, ax = plt.subplots(figsize=(12.5, 5.6), dpi=160) + fig.patch.set_facecolor("#F7F9FC") + ax.set_facecolor("#F7F9FC") + bars = ax.bar( + labels, + accuracy, + color=["#D7DFEA" if index != selected else "#4285F4" for index in range(len(labels))], + width=0.58, + zorder=3, + ) + ax.set_ylim(55, 100) + ax.set_ylabel("CQ-125 执行正确率 (%)", fontproperties=font, color="#5B6679") + ax.grid(axis="y", color="#E4E9F0", linewidth=0.8, zorder=0) + ax.spines[["top", "right", "left"]].set_visible(False) + ax.tick_params(axis="y", length=0, colors="#5B6679") + ax.tick_params(axis="x", length=0, colors="#161D2C", labelsize=11) + for index, bar in enumerate(bars): + ax.text( + bar.get_x() + bar.get_width() / 2, + bar.get_height() + 0.9, + f"{accuracy[index]:.1f}%", + ha="center", + va="bottom", + fontsize=11, + color="#4285F4" if index == selected else "#5B6679", + fontweight="bold" if index == selected else "normal", + ) + + runtime_ax = ax.twinx() + runtime_ax.plot( + labels, runtime, color="#EA4335", marker="o", linewidth=2.2, markersize=6, zorder=4 + ) + runtime_ax.set_ylim(0, 25) + runtime_ax.set_ylabel("完整运行时间 (min)", fontproperties=font, color="#EA4335") + runtime_ax.spines[["top", "right", "left"]].set_visible(False) + runtime_ax.tick_params(axis="y", length=0, colors="#EA4335") + for index, value in enumerate(runtime): + runtime_ax.text( + index, value + 0.9, f"{value:.1f}", ha="center", fontsize=9, color="#EA4335" + ) + ax.set_title( + "同一主机 · 同一 CQ-125 · 26B 是准确率与时延的工程平衡点", + fontproperties=font, + fontsize=15, + fontweight="bold", + color="#161D2C", + loc="left", + pad=14, + ) + fig.tight_layout(pad=1.4) + fig.savefig(output, bbox_inches="tight", facecolor=fig.get_facecolor()) + plt.close(fig) + + +def build_farmland_optimization_map( + background_shapefile: Path, + changes_geojson: Path, + summary: dict[str, Any], + output: Path, +) -> None: + background = gpd.read_file(background_shapefile, columns=[]) + changes = gpd.read_file(changes_geojson, columns=["CHG_FLAG"]) + if background.crs != changes.crs: + changes = changes.to_crs(background.crs) + farm_to_forest = changes[changes["CHG_FLAG"] == 1] + forest_to_farm = changes[changes["CHG_FLAG"] == 2] + spatial_output = summary["shapefile_output"] + expected_swaps = int(summary["results"][0]["swaps_completed"]) + if len(farm_to_forest) != expected_swaps or len(forest_to_farm) != expected_swaps: + raise ValueError("Change-map feature counts disagree with the planning summary") + unchanged_count = int(spatial_output["n_input"]) - len(changes) + + fig, ax = plt.subplots(figsize=(9, 9), dpi=170) + fig.patch.set_facecolor("#F7F9FC") + ax.set_facecolor("#F7F9FC") + background.plot(ax=ax, color="#D8DEE8", edgecolor="none", rasterized=True) + farm_to_forest.plot(ax=ax, color="#EA4335", edgecolor="#B82C20", linewidth=0.12) + forest_to_farm.plot(ax=ax, color="#34A853", edgecolor="#1F7A38", linewidth=0.12) + ax.set_axis_off() + ax.margins(0.015) + ax.legend( + handles=[ + Patch(facecolor="#D8DEE8", label=f"保持不变 {unchanged_count:,}"), + Patch(facecolor="#EA4335", label=f"耕地 → 林地 {len(farm_to_forest):,}"), + Patch(facecolor="#34A853", label=f"林地 → 耕地 {len(forest_to_farm):,}"), + ], + loc="lower left", + prop=chart_font(), + frameon=True, + framealpha=0.96, + facecolor="white", + edgecolor="#DBE2EB", + fontsize=10, + ) + fig.tight_layout(pad=0.15) + fig.savefig(output, bbox_inches="tight", facecolor=fig.get_facecolor()) + plt.close(fig) + + +def build_nl2sql_crop(source: Path, output: Path) -> None: + with Image.open(source) as image: + if image.width / image.height > 1.4: + rgb = image.convert("RGB") + result_crop = rgb.crop( + ( + int(image.width * 0.047), + int(image.height * 0.255), + int(image.width * 0.214), + int(image.height * 0.785), + ) + ) + map_crop = rgb.crop( + ( + int(image.width * 0.214), + int(image.height * 0.037), + int(image.width * 0.625), + image.height, + ) + ) + canvas = Image.new("RGB", (1500, 1500), "#E8EAED") + result_panel = ImageOps.contain( + result_crop, + (650, 1500), + method=Image.Resampling.LANCZOS, + ) + map_panel = ImageOps.contain( + map_crop, + (850, 1500), + method=Image.Resampling.LANCZOS, + ) + canvas.paste(result_panel, (0, int((1500 - result_panel.height) / 2))) + canvas.paste(map_panel, (650, int((1500 - map_panel.height) / 2))) + fitted = canvas + else: + crop = image.crop((70, 250, 1320, 1770)).convert("RGB") + fitted = ImageOps.fit(crop, (1500, 1500), method=Image.Resampling.LANCZOS) + fitted.save(output, quality=94) + + +def set_fill(shape, fill: str) -> None: + shape.fill.solid() + shape.fill.fore_color.rgb = color(fill) + + +def set_line(shape, line: str = "line", width: float = 0.8) -> None: + shape.line.color.rgb = color(line) + shape.line.width = Pt(width) + + +def apply_font(run, size: float, fill: str = "ink", bold: bool = False) -> None: + run.font.name = FONT + run.font.size = Pt(size) + run.font.color.rgb = color(fill) + run.font.bold = bold + + +def add_text( + slide, + x, + y, + w, + h, + value: str, + size: float = 16, + fill: str = "ink", + bold: bool = False, + align=PP_ALIGN.LEFT, + anchor=MSO_ANCHOR.TOP, + margin: float = 0.02, +): + box = slide.shapes.add_textbox(x, y, w, h) + frame = box.text_frame + frame.clear() + frame.word_wrap = True + frame.margin_left = Inches(margin) + frame.margin_right = Inches(margin) + frame.margin_top = Inches(margin) + frame.margin_bottom = Inches(margin) + frame.vertical_anchor = anchor + for index, line in enumerate(value.split("\n")): + paragraph = frame.paragraphs[0] if index == 0 else frame.add_paragraph() + paragraph.alignment = align + paragraph.space_after = Pt(0) + paragraph.line_spacing = 1.0 + run = paragraph.add_run() + run.text = line + apply_font(run, size, fill, bold) + return box + + +def rect(slide, x, y, w, h, fill: str = "white", line: str = "line", radius: bool = False): + kind = MSO_AUTO_SHAPE_TYPE.ROUNDED_RECTANGLE if radius else MSO_AUTO_SHAPE_TYPE.RECTANGLE + shape = slide.shapes.add_shape(kind, x, y, w, h) + set_fill(shape, fill) + set_line(shape, line) + return shape + + +def pill(slide, x, y, w, h, label: str, fill: str, text_fill: str = "white", size: float = 11): + shape = rect(slide, x, y, w, h, fill, fill, radius=True) + add_text(slide, x, y, w, h, label, size, text_fill, True, PP_ALIGN.CENTER, MSO_ANCHOR.MIDDLE) + return shape + + +def add_image(slide, path: Path, x, y, w, h, line: str = "line"): + rect(slide, x, y, w, h, "white", line, radius=True) + with Image.open(path) as image: + width, height = image.size + ratio = min(w / width, h / height) + placed_w = int(width * ratio) + placed_h = int(height * ratio) + placed_x = x + int((w - placed_w) / 2) + placed_y = y + int((h - placed_h) / 2) + return slide.shapes.add_picture(str(path), placed_x, placed_y, placed_w, placed_h) + + +def add_notes(slide, text: str) -> None: + frame = slide.notes_slide.notes_text_frame + frame.clear() + frame.text = text + + +def base_background(slide, dark: bool = False) -> None: + slide.background.fill.solid() + slide.background.fill.fore_color.rgb = color("navy" if dark else "bg") + x = 0.0 + for fill, width in (("blue", 3.333), ("red", 3.333), ("yellow", 3.333), ("green", 3.333)): + bar = rect(slide, Inches(x), 0, Inches(width), Inches(0.065), fill, fill) + bar.line.fill.background() + x += width + + +def header(slide, section: str, title: str, subtitle: str, page: str) -> None: + base_background(slide) + pill( + slide, + Inches(0.56), + Inches(0.27), + Inches(1.42), + Inches(0.32), + section, + "pale_blue", + "blue", + 9.5, + ) + add_text(slide, Inches(0.56), Inches(0.72), Inches(11.6), Inches(0.45), title, 23, "ink", True) + add_text(slide, Inches(0.58), Inches(1.18), Inches(11.3), Inches(0.3), subtitle, 11.5, "muted") + rect(slide, Inches(0.58), Inches(1.6), Inches(0.62), Inches(0.045), "green", "green") + footer(slide, page) + + +def footer(slide, page: str, source: str | None = None) -> None: + add_text( + slide, + Inches(0.56), + Inches(7.08), + Inches(5.4), + Inches(0.18), + "GIS Data Agent · Gemma 4 AI Agent Finals", + 8, + "muted", + ) + if source: + add_text( + slide, + Inches(5.0), + Inches(7.08), + Inches(6.9), + Inches(0.18), + source, + 7.2, + "muted", + False, + PP_ALIGN.RIGHT, + ) + add_text( + slide, + Inches(12.22), + Inches(7.06), + Inches(0.55), + Inches(0.2), + page, + 8.5, + "muted", + False, + PP_ALIGN.RIGHT, + ) + + +def metric_block(slide, x, y, w, value: str, label: str, note: str, accent: str): + rect(slide, x, y, w, Inches(1.08), "white", "line", radius=True) + rect(slide, x, y, Inches(0.055), Inches(1.08), accent, accent) + add_text( + slide, + x + Inches(0.18), + y + Inches(0.12), + w - Inches(0.32), + Inches(0.32), + value, + 22, + accent, + True, + ) + add_text( + slide, + x + Inches(0.18), + y + Inches(0.51), + w - Inches(0.32), + Inches(0.2), + label, + 10.5, + "ink", + True, + ) + add_text( + slide, + x + Inches(0.18), + y + Inches(0.77), + w - Inches(0.32), + Inches(0.18), + note, + 8.2, + "muted", + ) + + +def flow_arrow(slide, x1, y1, x2, y2, fill: str = "muted"): + line = slide.shapes.add_connector(MSO_CONNECTOR.STRAIGHT, x1, y1, x2, y2) + line.line.color.rgb = color(fill) + line.line.width = Pt(1.6) + line.line.end_arrowhead = True + return line + + +def slide_cover(prs: Presentation, evidence: dict[str, Any], assets: dict[str, Path]): + slide = prs.slides.add_slide(prs.slide_layouts[6]) + base_background(slide, dark=True) + rect(slide, Inches(0.0), Inches(0.065), Inches(7.35), Inches(7.435), "bg", "bg") + add_text( + slide, + Inches(0.72), + Inches(0.86), + Inches(5.9), + Inches(0.55), + "GIS Data Agent", + 34, + "ink", + True, + ) + add_text( + slide, + Inches(0.74), + Inches(1.45), + Inches(5.95), + Inches(0.36), + "Gemma 4 驱动的受控空间决策 Agent", + 17, + "blue", + True, + ) + add_text( + slide, + Inches(0.74), + Inches(2.07), + Inches(5.9), + Inches(1.05), + "让自然语言问题落到\n可执行、可审计、可复用的 GIS 行动", + 23, + "ink", + True, + ) + stages = [("问", "blue"), ("算", "green"), ("验", "yellow"), ("记", "red")] + for index, (label, accent) in enumerate(stages): + x = Inches(0.78 + index * 1.35) + pill(slide, x, Inches(3.46), Inches(0.76), Inches(0.55), label, accent, "white", 16) + if index < len(stages) - 1: + add_text( + slide, + x + Inches(0.85), + Inches(3.56), + Inches(0.26), + Inches(0.22), + "→", + 14, + "muted", + True, + ) + value = evidence["result"] + mini = [ + ("90.4%", "CQ-125", "blue"), + ("30/30", "Gemma 4 + ADK", "green"), + ("硬约束校验", "真实 MPC 规划", "red"), + ] + for index, (number, label, accent) in enumerate(mini): + x = Inches(0.74 + index * 2.02) + rect(slide, x, Inches(4.65), Inches(1.72), Inches(0.94), "white", "line", radius=True) + add_text( + slide, + x + Inches(0.15), + Inches(4.8), + Inches(1.42), + Inches(0.26), + number, + 15, + accent, + True, + PP_ALIGN.CENTER, + ) + add_text( + slide, + x + Inches(0.15), + Inches(5.18), + Inches(1.42), + Inches(0.18), + label, + 8.5, + "muted", + False, + PP_ALIGN.CENTER, + ) + add_text( + slide, + Inches(0.76), + Inches(6.45), + Inches(5.7), + Inches(0.2), + "周宁 · Gemma 4 AI Agent 赛道 A 决赛", + 9.5, + "muted", + ) + + add_image(slide, assets["map"], Inches(7.66), Inches(0.74), Inches(5.12), Inches(5.72), "navy") + pill( + slide, + Inches(8.0), + Inches(5.98), + Inches(2.15), + Inches(0.42), + "101,657 条空间记录", + "white", + "navy", + 9.5, + ) + pill( + slide, + Inches(10.36), + Inches(5.98), + Inches(2.03), + Inches(0.42), + f"坡度 {value['slope_change_pct']:.3f}%", + "green", + "white", + 9.5, + ) + add_text( + slide, + Inches(7.82), + Inches(6.72), + Inches(4.75), + Inches(0.22), + "县域耕地空间优化引擎 · 真实 MPC 规划产物", + 9, + "white", + True, + PP_ALIGN.CENTER, + ) + add_text( + slide, + Inches(12.18), + Inches(7.05), + Inches(0.6), + Inches(0.2), + "01", + 8.5, + "white", + False, + PP_ALIGN.RIGHT, + ) + add_notes( + slide, + ( + "0:00-0:30。开场:GIS Data Agent 不是会聊天的地图,而是把自然语言问题落到" + "可执行、可审计、可复用 GIS 行动的受控 Agent。今天只展示两件事:高频空间" + "问数,以及高价值县域规划。右侧不是示意图,是本次决赛版本真实 MPC 规划产物。" + ), + ) + return slide + + +def slide_problem_solution(prs: Presentation, evidence: dict[str, Any], assets: dict[str, Path]): + del evidence, assets + slide = prs.slides.add_slide(prs.slide_layouts[6]) + header( + slide, + "真实影响 30%", + "空间数据不是问答题,而是带约束的执行题", + "同一个 Agent 覆盖高频问数与低频高价值规划,但每一步都必须留下证据。", + "02", + ) + + rect( + slide, Inches(0.65), Inches(1.94), Inches(5.78), Inches(2.52), "white", "line", radius=True + ) + pill( + slide, + Inches(0.92), + Inches(2.2), + Inches(1.24), + Inches(0.34), + "高频刚需", + "blue", + "white", + 9.5, + ) + add_text( + slide, + Inches(0.92), + Inches(2.73), + Inches(4.95), + Inches(0.35), + "NL2Semantic2GeoSQL", + 18, + "ink", + True, + ) + add_text( + slide, + Inches(0.92), + Inches(3.2), + Inches(5.0), + Inches(0.64), + ( + "空间距离、面积、SRID、geometry/geography、空间 join 去重,都会让普通 " + "NL2SQL 的“看似正确”在执行时失败。" + ), + 12.2, + "muted", + ) + add_text( + slide, + Inches(0.92), + Inches(4.02), + Inches(5.0), + Inches(0.2), + "用户:GIS 分析师、空间数据库团队", + 10.5, + "blue", + True, + ) + + rect(slide, Inches(6.9), Inches(1.94), Inches(5.78), Inches(2.52), "white", "line", radius=True) + pill( + slide, + Inches(7.17), + Inches(2.2), + Inches(1.52), + Inches(0.34), + "高价值决策", + "green", + "white", + 9.5, + ) + add_text( + slide, + Inches(7.17), + Inches(2.73), + Inches(4.95), + Inches(0.35), + "县域耕地空间布局优化", + 18, + "ink", + True, + ) + add_text( + slide, + Inches(7.17), + Inches(3.2), + Inches(5.0), + Inches(0.64), + "结果必须同时满足耕地面积不减少、坡度下降、连片度提升,并生成可交付的空间成果,而不是文字建议。", + 12.2, + "muted", + ) + add_text( + slide, + Inches(7.17), + Inches(4.02), + Inches(5.0), + Inches(0.2), + "用户:自然资源、国土规划、县域整治人员", + 10.5, + "green", + True, + ) + + flow_y = Inches(5.18) + steps = [ + ("目标", "Gemma 4", "blue"), + ("运行时", "Google ADK", "green"), + ("行动", "PostGIS / MPC 引擎", "yellow"), + ("校验", "硬约束校验", "red"), + ("复用", "已验证经验库", "cyan"), + ] + for index, (kind, label, accent) in enumerate(steps): + x = Inches(0.62 + index * 2.54) + rect(slide, x, flow_y, Inches(2.03), Inches(0.86), "white", "line", radius=True) + add_text( + slide, + x + Inches(0.14), + flow_y + Inches(0.12), + Inches(1.75), + Inches(0.16), + kind, + 8.5, + accent, + True, + PP_ALIGN.CENTER, + ) + add_text( + slide, + x + Inches(0.14), + flow_y + Inches(0.42), + Inches(1.75), + Inches(0.2), + label, + 11.2, + "ink", + True, + PP_ALIGN.CENTER, + ) + if index < len(steps) - 1: + flow_arrow( + slide, + x + Inches(2.08), + flow_y + Inches(0.43), + x + Inches(2.41), + flow_y + Inches(0.43), + ) + add_text( + slide, + Inches(1.0), + Inches(6.38), + Inches(11.3), + Inches(0.32), + "核心边界:模型负责选择和解释,确定性工具负责计算,治理代码决定结果能否保存和复用。", + 13, + "navy", + True, + PP_ALIGN.CENTER, + ) + add_notes( + slide, + ( + "0:30-1:05。空间问数是高频刚需,难点不是生成 SQL,而是空间语义与真实执行。" + "县域规划频率更低,但每次价值更高,必须满足业务硬约束并交付空间成果。架构上 " + "Gemma 4 做决策,ADK 承载原生函数调用,PostGIS 与县域耕地空间优化引擎" + "做确定性计算,硬约束校验决定结果能否进入已验证经验库。" + ), + ) + return slide + + +def slide_nl2sql(prs: Presentation, evidence: dict[str, Any], assets: dict[str, Path]): + selected = next(row for row in evidence["benchmark"] if row["model"] == "Gemma4:26b") + slide = prs.slides.add_slide(prs.slide_layouts[6]) + header( + slide, + "Demo 1 · 0:50", + "NL2Semantic2GeoSQL:不是生成 SQL,而是让空间语义真正执行", + "同一 CQ-125 基准选模型;现场锁定一个问题、一段 GeoSQL、一个可核查地图结果。", + "03", + ) + add_image( + slide, assets["nl2sql"], Inches(0.62), Inches(1.86), Inches(4.45), Inches(4.92), "line" + ) + add_image( + slide, assets["benchmark"], Inches(5.42), Inches(1.84), Inches(7.25), Inches(2.78), "line" + ) + + rect( + slide, Inches(5.42), Inches(4.91), Inches(7.25), Inches(1.85), "white", "line", radius=True + ) + pill( + slide, + Inches(5.7), + Inches(5.16), + Inches(1.2), + Inches(0.34), + "锁定问题", + "blue", + "white", + 9.5, + ) + add_text( + slide, + Inches(7.08), + Inches(5.08), + Inches(5.1), + Inches(0.38), + "最长桥梁 100 米范围内有多少高德 POI?", + 14, + "ink", + True, + ) + add_text( + slide, + Inches(5.7), + Inches(5.56), + Inches(6.45), + Inches(0.24), + "语义 / Schema Grounding → Gemma 4 生成 GeoSQL → 只读执行 → 地图核验", + 9.6, + "blue", + True, + ) + add_text( + slide, + Inches(5.7), + Inches(5.95), + Inches(4.6), + Inches(0.27), + "ST_DWithin(...::geography, 100)", + 12.5, + "navy", + True, + ) + pill( + slide, + Inches(10.62), + Inches(5.84), + Inches(1.55), + Inches(0.52), + "35 + 地图", + "green", + "white", + 15, + ) + add_text( + slide, + Inches(5.7), + Inches(6.4), + Inches(6.45), + Inches(0.2), + ( + f"Gemma 4 26B:{selected['full_ex_correct']}/{selected['full_ex_total']} = " + f"{float(selected['full_ex_pct']):.1f}% · 只比 31B 少 1 题,约快 37.6%" + ), + 9.5, + "muted", + ) + footer(slide, "03", "证据:CQ-125 模型选型 + 锁定 PostGIS 演示快照") + add_notes( + slide, + ( + "1:05-1:55。这里先播放约 35 秒锁定视频,或直接展示结果。问题是最长桥梁 100 米" + "范围内有多少高德 POI。系统先做语义与 schema grounding,再由 Gemma 4 生成 GeoSQL," + "关键是 geography 米制距离和只读执行;结果为 35,并自动加载同一 PostGIS 查询快照的" + "桥梁、百米范围和 35 个 POI。模型不是凭印象选的:同一 CQ-125 上 " + "26B 为 113/125,只比 31B 少一题,但完整运行约快 37.6%。" + ), + ) + return slide + + +def slide_farmland_planning( + prs: Presentation, + evidence: dict[str, Any], + assets: dict[str, Path], +): + result = evidence["result"] + summary = evidence["summary"] + spatial_output = summary["shapefile_output"] + config = summary["config"] + slide = prs.slides.add_slide(prs.slide_layouts[6]) + header( + slide, + "Demo 2 · 1:30", + "Gemma 4 + 地理空间世界模型领域原型", + ( + "县域耕地空间优化引擎预测行动后果并搜索方案;Gemma 4 + ADK 负责目标理解、" + "工具决策与闭环控制。" + ), + "04", + ) + add_image(slide, assets["map"], Inches(0.62), Inches(1.84), Inches(5.18), Inches(4.95), "line") + + trace = [ + ("1", "状态检查", "观察版本", "blue"), + ("2", "资源检查", "判断复用", "green"), + ("3", "经验召回", "注入上下文", "cyan"), + ("4", "MPC 规划", "执行空间行动", "yellow"), + ("5", "硬约束审计", "独立验收", "red"), + ("6", "经验写入 / 人工", "按结果分支", "green"), + ] + pill( + slide, + Inches(6.18), + Inches(1.84), + Inches(3.86), + Inches(0.34), + "LLM 控制面 · Gemma 4 + ADK · 6 次函数调用", + "pale_blue", + "blue", + 8.8, + ) + for index, (number, tool, meaning, accent) in enumerate(trace): + y = Inches(2.35 + index * 0.43) + pill(slide, Inches(6.18), y, Inches(0.4), Inches(0.3), number, accent, "white", 9) + add_text( + slide, + Inches(6.75), + y - Inches(0.01), + Inches(1.82), + Inches(0.22), + tool, + 10.3, + "ink", + True, + ) + add_text( + slide, + Inches(8.7), + y - Inches(0.01), + Inches(1.34), + Inches(0.22), + meaning, + 8.7, + "muted", + ) + if index < len(trace) - 1: + flow_arrow( + slide, + Inches(6.38), + y + Inches(0.31), + Inches(6.38), + y + Inches(0.4), + accent, + ) + + rect( + slide, Inches(10.38), Inches(1.95), Inches(2.27), Inches(2.95), "navy", "navy", radius=True + ) + add_text( + slide, + Inches(10.62), + Inches(2.2), + Inches(1.78), + Inches(0.24), + "真实 MPC 规划", + 12, + "white", + True, + PP_ALIGN.CENTER, + ) + metrics = [ + (f"{spatial_output['n_input']:,}", "输入空间记录"), + (f"{spatial_output['n_in_env']:,}", "环境图斑"), + (f"{config['n_blocks']:,}", "空间块"), + (f"{result['swaps_completed']:,}", "双向置换"), + ] + for index, (value, label) in enumerate(metrics): + y = Inches(2.72 + index * 0.48) + add_text( + slide, + Inches(10.58), + y, + Inches(0.84), + Inches(0.22), + value, + 12.5, + "white", + True, + PP_ALIGN.RIGHT, + ) + add_text( + slide, Inches(11.55), y + Inches(0.02), Inches(0.78), Inches(0.18), label, 7.9, "white" + ) + + rect( + slide, + Inches(6.15), + Inches(5.02), + Inches(6.5), + Inches(0.37), + "pale_yellow", + "yellow", + radius=True, + ) + add_text( + slide, + Inches(6.3), + Inches(5.1), + Inches(6.2), + Inches(0.18), + "GWM 领域原型 · S 空间状态 + A 候选置换 → Tθ 转移预测 → MPC 搜索 → 校验", + 9.2, + "navy", + True, + PP_ALIGN.CENTER, + ) + + changes = [ + (f"+{result['cultivated_area_change_ha']:.3f} ha", "耕地面积", "green"), + (f"{result['slope_change_pct']:.3f}%", "平均坡度", "blue"), + (f"+{result['cont_change']:.4f}", "连片度", "cyan"), + (f"+{result['baimu_area_change_ha']:.2f} ha", "百亩方", "red"), + ] + for index, (value, label, accent) in enumerate(changes): + x = Inches(6.15 + (index % 2) * 3.3) + y = Inches(5.55 + (index // 2) * 0.66) + rect(slide, x, y, Inches(3.02), Inches(0.58), "white", "line", radius=True) + add_text( + slide, + x + Inches(0.16), + y + Inches(0.11), + Inches(1.6), + Inches(0.23), + value, + 12, + accent, + True, + ) + add_text( + slide, + x + Inches(1.84), + y + Inches(0.13), + Inches(0.92), + Inches(0.2), + label, + 9, + "muted", + False, + PP_ALIGN.RIGHT, + ) + footer( + slide, + "04", + "当前边界:领域化、基于模型的空间规划原型,不等同于完整通用 GWM", + ) + add_notes( + slide, + ( + "1:55-3:25。现场运行成功链或播放约 70 秒同版本视频。Gemma 4 通过 Google ADK" + "原生函数调用检查版本与资源、召回经验,并根据观察选择快速 MPC 路径;硬约束审计" + "通过才写入已验证经验库,失败只允许重规划一次,再失败转人工。空间算法使用学习型" + "状态转移模型集成预测候选行动,再由 MPC 搜索,确定性 Python 负责数值计算。Paper9" + "不是完整 GWM,而是它的领域原型:图斑与空间块构成状态,地类置换构成行动,学习型" + "转移模型预测行动后果,MPC 消费这些预测并搜索方案。县域耕地空间优化引擎的" + "内部研发代号是 Paper9,但主路演统一使用业务名称。" + f"本次真实运行处理 {spatial_output['n_input']:,} 条输入、" + f"{spatial_output['n_in_env']:,} 个环境图斑、{config['n_blocks']:,} 个空间块," + f"完成 {result['swaps_completed']:,} 对置换;耕地面积不减少,坡度下降," + "连片度和百亩方面积提升。A/B/C/D 是算法阶段,不冒充 Gemma 4 动态规划。" + ), + ) + return slide + + +def slide_evidence(prs: Presentation, evidence: dict[str, Any], assets: dict[str, Path]): + del assets + passed = evidence["reliability_passed"] + total = evidence["reliability_total"] + slide = prs.slides.add_slide(prs.slide_layouts[6]) + header( + slide, + "证据 · 1:00", + "这不是一次成功 Demo,而是一套分层证据", + "模型编排、算法运行、工程质量和历史环境记录分别证明不同问题。", + "05", + ) + blocks = [ + (f"{passed}/{total}", "Gemma 4 + ADK", "三场景各 10 次", "blue"), + ("236", "镜像运行时测试", "另有 6 交付 + 52 兼容", "green"), + ("3/3", "容器 healthy", "app / PostGIS / Redis", "yellow"), + ("硬约束校验", "真实 MPC 规划", "1 次规划 + 空间产物", "red"), + ] + for index, block in enumerate(blocks): + metric_block(slide, Inches(0.66 + index * 3.12), Inches(1.92), Inches(2.72), *block) + + rect(slide, Inches(0.66), Inches(3.36), Inches(7.3), Inches(2.7), "white", "line", radius=True) + add_text( + slide, + Inches(0.96), + Inches(3.62), + Inches(6.65), + Inches(0.28), + "可靠性基线:成功、恢复、停止都可重复", + 15, + "ink", + True, + ) + rows = [ + ("首次通过", "6 次函数调用", "10/10", "7.97 s"), + ("版本不兼容", "2 次调用 → 停止", "10/10", "3.24 s"), + ("一次重规划", "8 次函数调用", "10/10", "13.57 s"), + ] + for index, row in enumerate(rows): + y = Inches(4.16 + index * 0.47) + if index % 2 == 0: + rect( + slide, + Inches(0.92), + y - Inches(0.04), + Inches(6.76), + Inches(0.38), + "pale_blue", + "pale_blue", + ) + for col, (value, width) in enumerate(zip(row, (1.5, 1.85, 1.2, 1.2), strict=True)): + x = Inches(1.02 + sum((1.5, 1.85, 1.2, 1.2)[:col])) + add_text(slide, x, y, Inches(width), Inches(0.2), value, 10.2, "ink", col == 0) + add_text( + slide, + Inches(0.96), + Inches(5.7), + Inches(6.65), + Inches(0.2), + "30/30 Wilson 95% CI:88.65%–100% · 工具响应为确定性替身", + 8.8, + "muted", + ) + + rect( + slide, + Inches(8.3), + Inches(3.36), + Inches(4.38), + Inches(2.7), + "pale_yellow", + "yellow", + radius=True, + ) + add_text( + slide, + Inches(8.62), + Inches(3.63), + Inches(3.72), + Inches(0.3), + "真实环境可行性:证据分层", + 14, + "ink", + True, + ) + add_text( + slide, + Inches(8.62), + Inches(4.18), + Inches(3.72), + Inches(0.96), + ( + "历史版本:内部交接材料记录在目标内网使用真实权威数据完成全流程。\n" + "当前版本:0.3.3 / 2.2.3 本机 MPC 完成;\n硬约束校验通过。" + ), + 11.2, + "ink", + ) + add_text( + slide, + Inches(8.62), + Inches(5.34), + Inches(3.72), + Inches(0.4), + "历史记录 ≠ 当前部内复测 ≠ GIS Data Agent 生产部署", + 9.5, + "muted", + True, + ) + footer(slide, "05", "证据分类相互独立;详见 claim_register.md") + add_notes( + slide, + ( + "3:25-4:20。这不是一次跑通就算完成。Gemma 4 与 ADK 在首次成功、版本阻断和" + "一次恢复三个分支各跑十次,30/30 通过;Wilson 区间说明我们没有把它夸大成" + "普遍 100%。工程侧分为 236 个镜像运行时测试、6 个宿主交付契约、52 个兼容" + "测试和三个健康容器;这些范围不同,不能混成一个总数。真实" + "环境证据也严格分层:历史内网记录证明底层耕地优化引擎的工程可行性,当前 " + "v2.2.3 本机运行证明适配与 MPC 规划,不把两者混成生产验收。" + ), + ) + return slide + + +def slide_close(prs: Presentation, evidence: dict[str, Any], assets: dict[str, Path]): + del evidence, assets + slide = prs.slides.add_slide(prs.slide_layouts[6]) + base_background(slide, dark=True) + add_text( + slide, + Inches(0.72), + Inches(0.78), + Inches(11.5), + Inches(0.56), + "下一代空间智能体:LLM + GWM", + 30, + "white", + True, + ) + add_text( + slide, + Inches(0.74), + Inches(1.46), + Inches(11.2), + Inches(0.38), + "语言智能负责理解与协同,地理空间世界模型负责推演行动后果。", + 16.5, + "white", + ) + rect(slide, Inches(0.74), Inches(2.25), Inches(11.9), Inches(0.055), "green", "green") + + columns = [ + ("Gemma 4 + ADK", "理解目标\n选择工具\n人机协同", "blue"), + ("GWM", "表示空间状态\n预测行动后果\n反事实推演", "green"), + ("规划器", "MPC / 搜索\n方案比较\n行动选择", "yellow"), + ("审核控制", "规则校验\n证据边界\n保存 / 人工", "red"), + ] + for index, (title, body, accent) in enumerate(columns): + x = Inches(0.72 + index * 3.13) + rect(slide, x, Inches(2.78), Inches(2.72), Inches(2.2), "white", "white", radius=True) + pill( + slide, + x + Inches(0.25), + Inches(3.04), + Inches(1.55), + Inches(0.35), + title, + accent, + "white", + 9.5, + ) + add_text( + slide, + x + Inches(0.28), + Inches(3.68), + Inches(2.15), + Inches(0.92), + body, + 12.2, + "navy", + True, + PP_ALIGN.LEFT, + ) + if index < len(columns) - 1: + add_text( + slide, + x + Inches(2.78), + Inches(3.72), + Inches(0.28), + Inches(0.3), + "→", + 16, + "white", + True, + PP_ALIGN.CENTER, + ) + + rect( + slide, + Inches(0.88), + Inches(5.43), + Inches(11.58), + Inches(0.76), + "white", + "white", + radius=True, + ) + add_text( + slide, + Inches(1.12), + Inches(5.58), + Inches(2.0), + Inches(0.22), + "今天已验证", + 12, + "green", + True, + ) + add_text( + slide, + Inches(2.55), + Inches(5.56), + Inches(9.55), + Inches(0.28), + "空间问数 + GWM 领域原型 + 硬约束校验 + 已验证经验", + 12, + "navy", + True, + ) + add_text( + slide, + Inches(1.12), + Inches(6.45), + Inches(11.1), + Inches(0.26), + "路线:多尺度状态 · 多行动动力学 · 长期/不确定性推演 · 因果校准 · 证据校验", + 12.5, + "white", + True, + PP_ALIGN.CENTER, + ) + add_text( + slide, + Inches(12.18), + Inches(7.05), + Inches(0.6), + Inches(0.2), + "06", + 8.5, + "white", + False, + PP_ALIGN.RIGHT, + ) + add_notes( + slide, + ( + "4:20-4:40。总结:我们的目标不是不断给 LLM 增加 GIS 工具,而是走向 LLM + GWM。" + "Gemma 4 与 ADK 负责理解目标、选择工具和人机协同;GWM 负责表示空间状态、预测" + "行动后果和反事实推演;MPC 消费预测做方案选择,审核机制决定能否保存。今天已经" + "验证空间问数、GWM 领域原型和受控闭环,下一步扩展多尺度、多行动、长期与" + "不确定性推演。谢谢。" + ), + ) + return slide + + +def appendix_header(slide, title: str, subtitle: str, page: str): + header(slide, "Q&A 附录", title, subtitle, page) + + +def appendix_architecture(prs: Presentation, evidence: dict[str, Any], assets: dict[str, Path]): + del evidence, assets + slide = prs.slides.add_slide(prs.slide_layouts[6]) + appendix_header( + slide, + "Gemma 4 真的在规划,还是 Python 固定流程?", + "直接结论:Gemma 4 规划工具调用与恢复分支;确定性代码负责空间数值计算。", + "A1", + ) + rect(slide, Inches(0.72), Inches(1.88), Inches(5.9), Inches(3.55), "white", "line", radius=True) + pill( + slide, + Inches(0.98), + Inches(2.12), + Inches(2.25), + Inches(0.38), + "Agent 规划 · Gemma 4 + ADK", + "blue", + "white", + 9.3, + ) + add_text( + slide, + Inches(4.95), + Inches(2.17), + Inches(1.35), + Inches(0.2), + "模型动态选择", + 9.5, + "blue", + True, + PP_ALIGN.RIGHT, + ) + agent_steps = ["理解目标", "版本资源\n检查", "召回经验", "选择工具", "观察后分支"] + for index, label in enumerate(agent_steps): + x = Inches(0.98 + index * 1.08) + rect(slide, x, Inches(3.0), Inches(0.88), Inches(0.88), "pale_blue", "blue", radius=True) + add_text( + slide, + x + Inches(0.08), + Inches(3.19), + Inches(0.72), + Inches(0.44), + label, + 8.6, + "blue", + True, + PP_ALIGN.CENTER, + MSO_ANCHOR.MIDDLE, + ) + if index < len(agent_steps) - 1: + flow_arrow( + slide, + x + Inches(0.89), + Inches(3.44), + x + Inches(1.03), + Inches(3.44), + "blue", + ) + add_text( + slide, + Inches(1.0), + Inches(4.33), + Inches(5.3), + Inches(0.54), + "可停止 · 可保存 · 可重规划一次 · 可转人工", + 11.5, + "ink", + True, + PP_ALIGN.CENTER, + ) + + rect( + slide, + Inches(6.82), + Inches(1.88), + Inches(5.78), + Inches(3.55), + "white", + "line", + radius=True, + ) + pill( + slide, + Inches(7.08), + Inches(2.12), + Inches(2.7), + Inches(0.38), + "算法规划 · 县域耕地优化引擎", + "green", + "white", + 9.3, + ) + add_text( + slide, + Inches(11.08), + Inches(2.17), + Inches(1.22), + Inches(0.2), + "确定性执行", + 9.5, + "green", + True, + PP_ALIGN.RIGHT, + ) + algorithm_steps = [ + ("S", "空间状态"), + ("Tθ", "预测后果"), + ("MPC", "搜索方案"), + ("校验", "验收成果"), + ] + for index, (symbol, label) in enumerate(algorithm_steps): + x = Inches(7.15 + index * 1.33) + rect(slide, x, Inches(2.93), Inches(1.05), Inches(1.02), "pale_green", "green", radius=True) + add_text( + slide, + x, + Inches(3.07), + Inches(1.05), + Inches(0.24), + symbol, + 13, + "green", + True, + PP_ALIGN.CENTER, + ) + add_text( + slide, + x, + Inches(3.48), + Inches(1.05), + Inches(0.22), + label, + 8.8, + "ink", + True, + PP_ALIGN.CENTER, + ) + if index < len(algorithm_steps) - 1: + flow_arrow( + slide, + x + Inches(1.06), + Inches(3.44), + x + Inches(1.27), + Inches(3.44), + "green", + ) + add_text( + slide, + Inches(7.12), + Inches(4.33), + Inches(5.1), + Inches(0.54), + "A/B/C/D 是算法阶段,不冒充 LLM 动态规划", + 11.5, + "ink", + True, + PP_ALIGN.CENTER, + ) + + branches = [ + ("2 次调用", "版本不兼容 → 停止", "red"), + ("6 次调用", "首次审计通过 → 保存", "green"), + ("8 次调用", "审计失败 → 一次恢复", "yellow"), + ] + for index, (count, result, accent) in enumerate(branches): + x = Inches(0.82 + index * 4.16) + rect(slide, x, Inches(5.78), Inches(3.72), Inches(0.76), "white", "line", radius=True) + pill( + slide, + x + Inches(0.18), + Inches(5.99), + Inches(0.9), + Inches(0.34), + count, + accent, + "white", + 8.5, + ) + add_text( + slide, + x + Inches(1.25), + Inches(6.02), + Inches(2.22), + Inches(0.24), + result, + 9.3, + "ink", + True, + ) + footer(slide, "A1", "边界:Gemma 4 决策工具与分支;GIS 数值由确定性工具计算") + add_notes( + slide, + ( + "结论先说:两层规划。Gemma 4 通过 ADK 根据版本、资源、经验和审计反馈选择" + "下一工具与停止条件;县域耕地优化引擎则用状态转移模型和 MPC 做空间数值规划。" + "三个 2/6/8 次调用分支已分别重复验证,但 A/B/C/D 仍是确定性算法阶段。" + ), + ) + return slide + + +def appendix_reliability(prs: Presentation, evidence: dict[str, Any], assets: dict[str, Path]): + del evidence, assets + slide = prs.slides.add_slide(prs.slide_layouts[6]) + appendix_header( + slide, + "县域耕地优化引擎是不是地理空间世界模型?", + "直接结论:它是领域化 GWM 原型,不是完整通用地理空间世界模型。", + "A2", + ) + stages = [ + ("空间状态 S", "图斑 · 空间块\n地类 · 坡度", "blue"), + ("转移模型 Tθ", "学习型模型集成\n预测行动后果", "green"), + ("规划器 MPC", "消费预测\n比较候选方案", "yellow"), + ("治理外环", "硬约束审计\n保存 / 转人工", "red"), + ] + for index, (title, body, accent) in enumerate(stages): + x = Inches(0.72 + index * 3.13) + rect(slide, x, Inches(2.02), Inches(2.72), Inches(1.78), "white", "line", radius=True) + pill( + slide, + x + Inches(0.2), + Inches(2.22), + Inches(1.48), + Inches(0.36), + title, + accent, + "white", + 9.2, + ) + add_text( + slide, + x + Inches(0.2), + Inches(2.88), + Inches(2.28), + Inches(0.58), + body, + 10.7, + "ink", + True, + PP_ALIGN.CENTER, + ) + if index < len(stages) - 1: + flow_arrow( + slide, + x + Inches(2.73), + Inches(2.91), + x + Inches(3.04), + Inches(2.91), + accent, + ) + + rect( + slide, + Inches(0.82), + Inches(4.28), + Inches(5.72), + Inches(1.7), + "pale_green", + "green", + radius=True, + ) + add_text( + slide, + Inches(1.1), + Inches(4.56), + Inches(5.12), + Inches(0.28), + "今天已经具备", + 14, + "green", + True, + ) + add_text( + slide, + Inches(1.1), + Inches(5.05), + Inches(5.12), + Inches(0.56), + "状态表示 · 学习型转移预测 · MPC 搜索\n硬约束校验 · 已验证经验闭环", + 10.8, + "ink", + True, + ) + rect( + slide, + Inches(6.8), + Inches(4.28), + Inches(5.72), + Inches(1.7), + "pale_red", + "red", + radius=True, + ) + add_text( + slide, + Inches(7.08), + Inches(4.56), + Inches(5.12), + Inches(0.28), + "距离完整 GWM 还缺", + 14, + "red", + True, + ) + add_text( + slide, + Inches(7.08), + Inches(5.05), + Inches(5.12), + Inches(0.56), + "多尺度 / 多行动 · 长期推演与不确定性\n因果校准 · 跨区域验证", + 10.8, + "ink", + True, + ) + footer(slide, "A2", "内部研发代号 Paper9;MPC 是世界模型的消费者,不是世界模型本身") + add_notes( + slide, + ( + "严格地说,它不是完整 GWM,而是领域化原型。图斑和空间块构成状态,学习型" + "状态转移模型集成预测候选行动的后果,这一部分是 GWM 动力学内核的雏形;MPC" + "消费预测并搜索方案,硬约束校验负责验收。下一步还要补齐多尺度、多行动、长期" + "不确定性推演、因果校准和跨区域验证。" + ), + ) + return slide + + +def appendix_claims(prs: Presentation, evidence: dict[str, Any], assets: dict[str, Path]): + del assets + slide = prs.slides.add_slide(prs.slide_layouts[6]) + appendix_header( + slide, + "结果为什么可信,失败时怎么办?", + "直接结论:模型编排、真实算法和约束校验分别验证;任何一层失败都不会冒充成功。", + "A3", + ) + result = evidence["result"] + cards = [ + ( + "模型编排证据", + "30/30", + "首次成功 / 版本阻断 / 一次恢复\nWilson 95% CI:88.65%–100%", + "blue", + ), + ( + "真实算法证据", + f"{result['swaps_completed']} 对置换", + "101,657 条输入 · 真实 MPC\n面积不减 · 坡度下降 · 连片度提升", + "green", + ), + ( + "治理证据", + "硬约束校验通过", + "产物完整才保存经验\n失败 → 重规划一次 → 转人工", + "red", + ), + ] + for index, (title, value, body, accent) in enumerate(cards): + x = Inches(0.72 + index * 4.18) + rect(slide, x, Inches(2.0), Inches(3.72), Inches(3.15), "white", "line", radius=True) + pill( + slide, + x + Inches(0.25), + Inches(2.26), + Inches(1.7), + Inches(0.38), + title, + accent, + "white", + 9.3, + ) + add_text( + slide, + x + Inches(0.25), + Inches(3.0), + Inches(3.2), + Inches(0.42), + value, + 18, + accent, + True, + ) + add_text( + slide, + x + Inches(0.25), + Inches(3.82), + Inches(3.2), + Inches(0.8), + body, + 10.5, + "ink", + ) + rect( + slide, + Inches(0.95), + Inches(5.72), + Inches(11.42), + Inches(0.74), + "pale_yellow", + "yellow", + radius=True, + ) + add_text( + slide, + Inches(1.22), + Inches(5.96), + Inches(10.88), + Inches(0.26), + "边界:30/30 验证的是 Gemma 4 + ADK 编排;真实 MPC 运行另行验证,二者不混算。", + 11.2, + "ink", + True, + PP_ALIGN.CENTER, + ) + footer(slide, "A3", "任何版本不兼容、二次审计失败或空间产物缺失均安全停止") + add_notes( + slide, + ( + "可信性不是一个数字。三十次真实 Gemma 4 加 ADK 运行验证工具编排;本机真实 MPC" + "运行验证算法和空间产物;硬约束校验决定能否保存。三十次使用确定性工具替身," + "不等于三十次算法重跑。任何版本、审计或产物失败都会停止,最多恢复一次后转人工。" + ), + ) + return slide + + +def appendix_google(prs: Presentation, evidence: dict[str, Any], assets: dict[str, Path]): + del assets + slide = prs.slides.add_slide(prs.slide_layouts[6]) + appendix_header( + slide, + "真实落地证据是什么,哪些还没有证明?", + "直接结论:需求、规模、历史环境与当前运行均有证据;生产成效仍需继续量化。", + "A4", + ) + spatial_output = evidence["summary"]["shapefile_output"] + items = [ + ( + "真实需求", + "GIS 分析师的高频空间问数;自然资源与县域整治人员的高价值布局优化", + "受众清晰", + "blue", + ), + ( + "当前规模", + f"{spatial_output['n_input']:,} 条输入空间记录;CQ-125 可复核空间 SQL 基准", + "可量化", + "green", + ), + ( + "历史环境", + "底层引擎旧版本的内部交接材料记录:曾在目标内网以真实权威数据完成全流程", + "工程可行性", + "yellow", + ), + ( + "当前运行", + "0.3.3 / 2.2.3 本机真实 MPC、地图、图文 PDF、硬约束校验和经验保存", + "当前可运行", + "red", + ), + ] + for index, (kind, fact, meaning, accent) in enumerate(items): + y = Inches(1.9 + index * 1.02) + pill(slide, Inches(0.75), y, Inches(1.22), Inches(0.38), kind, accent, "white", 9.3) + rect( + slide, + Inches(2.2), + y - Inches(0.08), + Inches(10.25), + Inches(0.82), + "white", + "line", + radius=True, + ) + add_text( + slide, + Inches(2.47), + y + Inches(0.05), + Inches(7.92), + Inches(0.35), + fact, + 10.5, + "ink", + True, + ) + add_text( + slide, + Inches(10.58), + y + Inches(0.09), + Inches(1.5), + Inches(0.22), + meaning, + 9.3, + accent, + True, + PP_ALIGN.RIGHT, + ) + rect( + slide, + Inches(0.95), + Inches(6.02), + Inches(11.42), + Inches(0.58), + "pale_red", + "red", + radius=True, + ) + add_text( + slide, + Inches(1.22), + Inches(6.18), + Inches(10.88), + Inches(0.24), + "尚未证明:v2.2.3 部内复测或生产验收、全国泛化、公开用户数、节省工时与人工修订率。", + 10.5, + "red", + True, + PP_ALIGN.CENTER, + ) + footer(slide, "A4", "历史内网记录 ≠ 当前版本部内复测 ≠ GIS Data Agent 生产部署") + add_notes( + slide, + ( + "已证明的是问题真实、受众明确、规模可量化、底层旧版本有历史内网工程记录," + "以及当前版本能在本机完成真实 MPC 闭环。没有证明的是当前版本已部内复测或" + "生产验收,也没有公开用户数、节省工时和人工修订率,所以这些指标不会编造。" + ), + ) + return slide + + +def appendix_quality(prs: Presentation, evidence: dict[str, Any], assets: dict[str, Path]): + del evidence, assets + slide = prs.slides.add_slide(prs.slide_layouts[6]) + appendix_header( + slide, + "如何落地、扩展,并保证工程质量?", + "直接结论:主链本地可运行、接口按区域解耦、质量检查和演示降级均已文档化。", + "A5", + ) + gates = [ + ("236", "镜像运行时测试", "green"), + ("6", "宿主交付契约", "blue"), + ("52", "接口兼容测试", "yellow"), + ("3/3", "核心容器 healthy", "red"), + ] + for index, (value, label, accent) in enumerate(gates): + metric_block( + slide, + Inches(0.7 + index * 3.13), + Inches(1.92), + Inches(2.72), + value, + label, + "2026-07-30 决赛基线", + accent, + ) + + columns = [ + ( + "本地落地", + ["Gemma 4 + ADK 主链", "PostGIS + 优化引擎离线", "地图与 5 页图文 PDF"], + "blue", + ), + ( + "按区域扩展", + [ + "数据契约 / 坐标 / 编码检查", + "区域适配器与工具接口解耦", + "新区域独立硬约束校验", + ], + "green", + ), + ( + "质量与演示", + ["Ruff / 编译 / 构建 / CI", "版本不兼容与缺产物安全停止", "实时 → 视频 → 封存产物"], + "red", + ), + ] + for index, (title, lines, accent) in enumerate(columns): + x = Inches(0.8 + index * 4.13) + rect(slide, x, Inches(3.42), Inches(3.5), Inches(2.45), "white", "line", radius=True) + add_text( + slide, + x + Inches(0.25), + Inches(3.7), + Inches(2.98), + Inches(0.26), + title, + 14, + accent, + True, + ) + add_text( + slide, + x + Inches(0.25), + Inches(4.28), + Inches(2.98), + Inches(1.0), + "\n".join(f"• {line}" for line in lines), + 11, + "ink", + ) + add_text( + slide, + Inches(1.05), + Inches(6.25), + Inches(11.0), + Inches(0.3), + "Google 栈口径:ADK 是已验证主运行时;AlphaEarth 仅 Tech Preview;OKF 仅知识交换 sidecar。", + 10, + "navy", + True, + PP_ALIGN.CENTER, + ) + footer(slide, "A5", "Google 技术的深度、必要性和证据比 Logo 数量更重要") + add_notes( + slide, + ( + "当前主链可本地运行,并按数据契约、区域适配器和工具接口解耦扩展。工程证据" + "分为 236 个镜像运行时测试、6 个宿主交付契约和 52 个接口兼容测试,不能直接" + "混成一个总数。ADK 已进入主链;AlphaEarth 和 OKF 只作为未来扩展,不冒充现有能力。" + ), + ) + return slide + + +def build_deck(template: Path | None, output: Path) -> None: + evidence = finals_evidence() + assets = ensure_assets(evidence) + if template and template.exists(): + reference = Presentation(str(template)) + slide_width = reference.slide_width + slide_height = reference.slide_height + else: + slide_width = WIDE + slide_height = HIGH + # Reusing a template after deleting every slide can create duplicate part + # names in python-pptx. Start clean and inherit only its 16:9 canvas. + prs = Presentation() + prs.slide_width = slide_width + prs.slide_height = slide_height + + builders = [ + slide_cover, + slide_problem_solution, + slide_nl2sql, + slide_farmland_planning, + slide_evidence, + slide_close, + appendix_architecture, + appendix_reliability, + appendix_claims, + appendix_google, + appendix_quality, + ] + for builder in builders: + builder(prs, evidence, assets) + + output.parent.mkdir(parents=True, exist_ok=True) + prs.save(output) + print(json.dumps({"output": str(output), "slides": len(prs.slides)}, ensure_ascii=False)) + + +def parse_args() -> argparse.Namespace: + parser = argparse.ArgumentParser(description=__doc__) + parser.add_argument("--output", type=Path, default=DEFAULT_OUTPUT) + parser.add_argument("--template", type=Path, default=DEFAULT_TEMPLATE) + parser.add_argument("--no-template", action="store_true") + return parser.parse_args() + + +def main() -> None: + args = parse_args() + build_deck(None if args.no_template else args.template, args.output) + + +if __name__ == "__main__": + main() diff --git a/scripts/check_gemma4_finals_preflight.py b/scripts/check_gemma4_finals_preflight.py new file mode 100755 index 00000000..8fd2dc52 --- /dev/null +++ b/scripts/check_gemma4_finals_preflight.py @@ -0,0 +1,88 @@ +#!/usr/bin/env python3 +"""Run read-only host checks required by the Gemma 4 finals demo.""" + +from __future__ import annotations + +import argparse +import json +import os +import sys +from pathlib import Path + +ROOT = Path(__file__).resolve().parents[1] +if str(ROOT) not in sys.path: + sys.path.insert(0, str(ROOT)) + +from data_agent.finals_preflight import ( # noqa: E402 + fetch_ollama_tags, + inspect_finals_host, +) + +DEFAULT_REPO = Path("/app/paper9-demo") +DEFAULT_BISHAN_RUNS = Path("/app/bishan-runs") + + +def _default_repo() -> Path: + return Path( + os.environ.get("PAPER9_HOST_REPO") + or os.environ.get("PAPER9_FARMLAND_MPC_REPO") + or DEFAULT_REPO + ) + + +def _default_bishan_runs() -> Path: + host_runs = os.environ.get("PAPER9_BISHAN_RUNS_HOST") + if host_runs: + return Path(host_runs) + prepared_dir = os.environ.get("PAPER9_FARMLAND_MPC_DEFAULT_PREPARED_DIR") + if prepared_dir: + prepared = Path(prepared_dir) + return prepared.parent if prepared.name == "prepared" else prepared + return DEFAULT_BISHAN_RUNS + + +def main() -> int: + parser = argparse.ArgumentParser() + parser.add_argument( + "--paper9-repo", + type=Path, + default=_default_repo(), + ) + parser.add_argument( + "--bishan-runs", + type=Path, + default=_default_bishan_runs(), + ) + parser.add_argument( + "--ollama-api-base", + default=os.environ.get("OLLAMA_API_BASE", "http://localhost:11434"), + ) + parser.add_argument("--model-tag", default="Gemma4:26b") + parser.add_argument("--output", type=Path) + args = parser.parse_args() + + try: + tags = fetch_ollama_tags(args.ollama_api_base) + ollama_error = None + except Exception as exc: + tags = [] + ollama_error = f"{type(exc).__name__}: {exc}" + + report = inspect_finals_host( + paper9_repo=args.paper9_repo, + bishan_runs=args.bishan_runs, + model_tag=args.model_tag, + ollama_tags=tags, + ) + if ollama_error: + report["ollama_error"] = ollama_error + rendered = json.dumps(report, ensure_ascii=False, indent=2, sort_keys=True) + "\n" + if args.output: + args.output.parent.mkdir(parents=True, exist_ok=True) + args.output.write_text(rendered, encoding="utf-8") + print(rendered, end="") + return 0 if report["ready"] else 1 + + +if __name__ == "__main__": + raise SystemExit(main()) diff --git a/scripts/format_finals_technical_handbook.py b/scripts/format_finals_technical_handbook.py new file mode 100644 index 00000000..3404cfc4 --- /dev/null +++ b/scripts/format_finals_technical_handbook.py @@ -0,0 +1,276 @@ +"""Apply the final A4 layout to the Gemma 4 technical handbook DOCX.""" + +from __future__ import annotations + +import argparse +from pathlib import Path + +from docx import Document +from docx.enum.style import WD_STYLE_TYPE +from docx.enum.text import WD_ALIGN_PARAGRAPH +from docx.oxml import OxmlElement +from docx.oxml.ns import qn +from docx.shared import Cm, Pt, RGBColor + + +def _set_east_asia_font(style, name: str) -> None: + style.font.name = name + r_pr = style.element.get_or_add_rPr() + r_fonts = r_pr.get_or_add_rFonts() + r_fonts.set(qn("w:ascii"), name) + r_fonts.set(qn("w:hAnsi"), name) + r_fonts.set(qn("w:eastAsia"), name) + + +def _clear_paragraph(paragraph) -> None: + for child in list(paragraph._p): + paragraph._p.remove(child) + + +def _add_page_number(paragraph) -> None: + run = paragraph.add_run() + begin = OxmlElement("w:fldChar") + begin.set(qn("w:fldCharType"), "begin") + instruction = OxmlElement("w:instrText") + instruction.set(qn("xml:space"), "preserve") + instruction.text = " PAGE " + separate = OxmlElement("w:fldChar") + separate.set(qn("w:fldCharType"), "separate") + end = OxmlElement("w:fldChar") + end.set(qn("w:fldCharType"), "end") + run._r.extend([begin, instruction, separate, end]) + + +def _heading_level(paragraph) -> int | None: + style_name = paragraph.style.name + if style_name == "Heading 1": + return 1 + if style_name == "Heading 2": + return 2 + return None + + +def _heading_bookmark(paragraph) -> str | None: + for bookmark in paragraph._p.iter(qn("w:bookmarkStart")): + name = bookmark.get(qn("w:name")) + if name and not name.startswith("_"): + return name + + # Pandoc emits heading bookmarks as body-level siblings immediately before + # the paragraph, while Word may move the same bookmark inside it. + sibling = paragraph._p.getprevious() + while sibling is not None and sibling.tag == qn("w:bookmarkStart"): + name = sibling.get(qn("w:name")) + if name and not name.startswith("_"): + return name + sibling = sibling.getprevious() + return None + + +def _ensure_toc_style(doc, name: str, level: int) -> None: + if name in doc.styles: + style = doc.styles[name] + else: + style = doc.styles.add_style(name, WD_STYLE_TYPE.PARAGRAPH) + style.base_style = doc.styles["Normal"] + + _set_east_asia_font(style, "PingFang SC") + style.font.size = Pt(9.5 if level == 1 else 8.75) + style.font.bold = level == 1 + style.font.color.rgb = RGBColor(0x20, 0x2A, 0x35) + style.paragraph_format.left_indent = Cm(0 if level == 1 else 0.65) + style.paragraph_format.space_before = Pt(1.5 if level == 1 else 0) + style.paragraph_format.space_after = Pt(0) + style.paragraph_format.line_spacing = Pt(10.5) + + +def _add_internal_hyperlink(paragraph, text: str, anchor: str) -> None: + hyperlink = OxmlElement("w:hyperlink") + hyperlink.set(qn("w:anchor"), anchor) + hyperlink.set(qn("w:history"), "1") + + run = paragraph.add_run(text) + run.font.name = "PingFang SC" + run.font.color.rgb = RGBColor(0x1F, 0x4E, 0x79) + run.font.underline = False + run._element.get_or_add_rPr().get_or_add_rFonts().set( + qn("w:eastAsia"), "PingFang SC" + ) + hyperlink.append(run._r) + paragraph._p.append(hyperlink) + + +def _insert_clickable_toc(doc) -> None: + has_toc = any( + paragraph.text.strip() == "目录" + and paragraph.style.name == "Heading 1" + for paragraph in doc.paragraphs + ) + if has_toc: + _ensure_toc_style(doc, "TOC 1", 1) + _ensure_toc_style(doc, "TOC 2", 2) + return + + targets = [] + for paragraph in doc.paragraphs: + level = _heading_level(paragraph) + if level is None: + continue + text = paragraph.text.strip() + bookmark = _heading_bookmark(paragraph) + if text and bookmark: + targets.append((paragraph, level, text, bookmark)) + + if not targets: + raise ValueError("No bookmarked Heading 1/2 paragraphs found for the TOC") + + _ensure_toc_style(doc, "TOC 1", 1) + _ensure_toc_style(doc, "TOC 2", 2) + + first_heading = targets[0][0] + toc_heading = first_heading.insert_paragraph_before("目录", style="Heading 1") + toc_heading.paragraph_format.page_break_before = True + toc_heading.paragraph_format.space_after = Pt(4) + + note = first_heading.insert_paragraph_before() + note.alignment = WD_ALIGN_PARAGRAPH.LEFT + note.paragraph_format.space_after = Pt(8) + note_run = note.add_run( + "点击目录条目可跳转至正文;在 Word 中打开“导航窗格”可使用完整章节树。" + ) + note_run.font.name = "PingFang SC" + note_run.font.size = Pt(9) + note_run.font.color.rgb = RGBColor(0x66, 0x66, 0x66) + note_run._element.get_or_add_rPr().get_or_add_rFonts().set( + qn("w:eastAsia"), "PingFang SC" + ) + + chapter_starts = [ + index for index, (_, level, _, _) in enumerate(targets) if level == 1 + ] + split_index = min( + (index for index in chapter_starts if index > 0), + key=lambda index: abs(index - len(targets) / 2), + ) + + for index, (_, level, text, bookmark) in enumerate(targets): + entry = first_heading.insert_paragraph_before(style=f"TOC {level}") + _add_internal_hyperlink(entry, text, bookmark) + entry.paragraph_format.page_break_before = index == split_index + next_level = targets[index + 1][1] if index + 1 < len(targets) else None + entry.paragraph_format.keep_with_next = level == 1 and next_level == 2 + + first_heading.paragraph_format.page_break_before = True + + +def format_docx(path: Path) -> None: + doc = Document(path) + + body = doc.styles["Normal"] + _set_east_asia_font(body, "PingFang SC") + body.font.size = Pt(10.5) + body.paragraph_format.space_after = Pt(4) + body.paragraph_format.line_spacing = 1.15 + + style_sizes = { + "Title": 24, + "Subtitle": 13, + "Author": 10.5, + "Date": 10.5, + "Heading 1": 18, + "Heading 2": 14, + "Heading 3": 12, + } + for style_name, size in style_sizes.items(): + if style_name not in doc.styles: + continue + style = doc.styles[style_name] + _set_east_asia_font(style, "PingFang SC") + style.font.size = Pt(size) + if style_name.startswith("Heading"): + style.paragraph_format.keep_with_next = True + + if "Image Caption" in doc.styles: + caption = doc.styles["Image Caption"] + _set_east_asia_font(caption, "PingFang SC") + caption.font.size = Pt(9) + caption.font.italic = False + caption.font.color.rgb = RGBColor(0x66, 0x66, 0x66) + caption.paragraph_format.alignment = WD_ALIGN_PARAGRAPH.CENTER + caption.paragraph_format.space_before = Pt(2) + caption.paragraph_format.space_after = Pt(6) + + if "Captioned Figure" in doc.styles: + figure = doc.styles["Captioned Figure"] + figure.paragraph_format.alignment = WD_ALIGN_PARAGRAPH.CENTER + figure.paragraph_format.space_before = Pt(4) + figure.paragraph_format.space_after = Pt(0) + + _insert_clickable_toc(doc) + + for section in doc.sections: + section.page_width = Cm(21.0) + section.page_height = Cm(29.7) + section.top_margin = Cm(1.7) + section.bottom_margin = Cm(1.7) + section.left_margin = Cm(1.7) + section.right_margin = Cm(1.7) + section.header_distance = Cm(0.7) + section.footer_distance = Cm(0.7) + + header = section.header.paragraphs[0] + _clear_paragraph(header) + header.alignment = WD_ALIGN_PARAGRAPH.RIGHT + header_run = header.add_run("GIS Data Agent | Gemma 4 决赛技术答辩手册") + header_run.font.name = "PingFang SC" + header_run.font.size = Pt(8) + header_run.font.color.rgb = RGBColor(0x66, 0x66, 0x66) + + footer = section.footer.paragraphs[0] + _clear_paragraph(footer) + footer.alignment = WD_ALIGN_PARAGRAPH.CENTER + footer_run = footer.add_run("第 ") + footer_run.font.name = "PingFang SC" + footer_run.font.size = Pt(8) + _add_page_number(footer) + tail = footer.add_run(" 页") + tail.font.name = "PingFang SC" + tail.font.size = Pt(8) + + for table in doc.tables: + table.autofit = True + header_text = table.cell(0, 0).text.strip() if table.rows else "" + compact_scoring_table = header_text == "评审维度" + for row_index, row in enumerate(table.rows): + tr_pr = row._tr.get_or_add_trPr() + if tr_pr.find(qn("w:cantSplit")) is None: + tr_pr.append(OxmlElement("w:cantSplit")) + for cell in row.cells: + for paragraph in cell.paragraphs: + paragraph.paragraph_format.space_after = Pt( + 0 if compact_scoring_table else 1 + ) + if compact_scoring_table: + paragraph.paragraph_format.line_spacing = 1.0 + for run in paragraph.runs: + run.font.name = "PingFang SC" + run._element.get_or_add_rPr().get_or_add_rFonts().set( + qn("w:eastAsia"), "PingFang SC" + ) + if compact_scoring_table: + run.font.size = Pt(7.5 if row_index else 8) + else: + run.font.size = Pt(8.5 if row_index else 9) + + doc.save(path) + + +def main() -> None: + parser = argparse.ArgumentParser() + parser.add_argument("docx", type=Path) + args = parser.parse_args() + format_docx(args.docx.resolve()) + + +if __name__ == "__main__": + main() diff --git a/scripts/run_paper9_adk_reliability_eval.py b/scripts/run_paper9_adk_reliability_eval.py new file mode 100755 index 00000000..37a1fb03 --- /dev/null +++ b/scripts/run_paper9_adk_reliability_eval.py @@ -0,0 +1,423 @@ +#!/usr/bin/env python3 +"""Measure Gemma 4 + ADK Paper9 orchestration with deterministic tool doubles.""" + +from __future__ import annotations + +import argparse +import asyncio +import hashlib +import json +import os +import time +import uuid +from dataclasses import dataclass +from datetime import UTC, datetime +from pathlib import Path +from typing import Any + +from google.adk.agents.llm_agent import LlmAgent +from google.adk.runners import Runner +from google.adk.sessions import InMemorySessionService +from google.adk.tools import FunctionTool +from google.genai import types + +from data_agent.model_gateway import create_model +from data_agent.paper9_agent_evaluation import ( + evaluate_paper9_tool_trajectory, + summarize_repeated_agent_runs, +) +from data_agent.paper9_agent_prompt import PAPER9_AGENT_INSTRUCTION + +ROOT = Path(__file__).resolve().parents[1] +DEFAULT_OUTPUT = ( + ROOT + / "data_agent" + / "demo_evidence" + / "paper9" + / "finals_20260730" + / "adk_reliability_report.json" +) + + +@dataclass(frozen=True) +class Scenario: + name: str + prompt: str + version_compatible: bool + planning_ready: bool + audit_outcomes: tuple[bool, ...] + expected_terminal: str + + +SCENARIOS = ( + Scenario( + name="verified_first_pass", + prompt="使用 bishan 数据集运行一次快速县域 MPC 规划,并按约束审计后处理结果。", + version_compatible=True, + planning_ready=True, + audit_outcomes=(True,), + expected_terminal="verified_commit", + ), + Scenario( + name="version_mismatch_stops", + prompt="使用 bishan 数据集运行一次快速县域 MPC 规划。", + version_compatible=False, + planning_ready=False, + audit_outcomes=(), + expected_terminal="preflight_stop", + ), + Scenario( + name="single_replan_then_verified", + prompt="使用 bishan 数据集完成县域 MPC 规划;若硬约束失败,按允许范围恢复。", + version_compatible=True, + planning_ready=True, + audit_outcomes=(False, True), + expected_terminal="verified_commit", + ), +) + + +class ToolDoubleState: + def __init__(self, scenario: Scenario, run_id: str): + self.scenario = scenario + self.run_id = run_id + self.audit_calls = 0 + + def audit(self, attempt: int) -> dict[str, Any]: + index = min(self.audit_calls, max(0, len(self.scenario.audit_outcomes) - 1)) + passed = bool(self.scenario.audit_outcomes[index]) + self.audit_calls += 1 + retryable = not passed and attempt == 0 and len(self.scenario.audit_outcomes) > 1 + return { + "attempt": attempt, + "hard_constraint_passed": passed, + "retryable": retryable, + "next_action": ( + "commit_verified_episode" + if passed + else "replan_once" + if retryable + else "stop_and_request_human_review" + ), + "out_dir": f"/evidence/{self.run_id}", + "all_expected_outputs_exist": True, + } + + +def _named_tool(function, name: str, description: str) -> FunctionTool: + function.__name__ = name + function.__qualname__ = name + function.__doc__ = description + return FunctionTool(function) + + +def build_tool_doubles(scenario: Scenario, run_id: str) -> list[FunctionTool]: + """Expose the production tool names while keeping algorithm output deterministic.""" + + state = ToolDoubleState(scenario, run_id) + + def status() -> dict[str, Any]: + return { + "status": "ready" if scenario.version_compatible else "unavailable", + "version": "2.1.0", + "paper9": { + "package_version": "0.3.3" if scenario.version_compatible else "0.2.1", + "algorithm_version": "2.2.3" if scenario.version_compatible else "2.1.0", + }, + "finals": {"version_compatible": scenario.version_compatible}, + } + + def inspect( + dataset: str = "bishan", + prepared_dir: str = "", + ensemble_dir: str = "", + ) -> dict[str, Any]: + return { + "dataset": dataset, + "planning_ready": scenario.planning_ready, + "reusable_stages": ["prepare", "sample", "train"] + if scenario.planning_ready + else [], + "required_stages": [] if scenario.planning_ready else ["repair_version"], + "prepared_dir": prepared_dir or "/app/bishan-runs/prepared", + "ensemble_dir": ensemble_dir or "/app/bishan-runs/prepared/ensemble_seed0", + } + + def recall(dataset: str = "bishan", limit: int = 3) -> dict[str, Any]: + return {"status": "ok", "dataset": dataset, "limit": limit, "count": 0, "episodes": []} + + def prepare( + dltb_path: str = "", + dem_path: str = "", + prepared_dir: str = "", + ) -> dict[str, Any]: + return {"status": "ok", "mode": "tool1_prepare", "prepared_dir": prepared_dir} + + def sample(prepared_dir: str = "") -> dict[str, Any]: + return {"status": "ok", "mode": "tool2_sample", "prepared_dir": prepared_dir} + + def train(prepared_dir: str = "") -> dict[str, Any]: + return { + "status": "ok", + "mode": "tool3_train", + "ensemble_dir": f"{prepared_dir}/ensemble_seed0", + } + + def plan( + dataset: str = "bishan", + prepared_dir: str = "", + ensemble_dir: str = "", + horizon: int = 1, + top_k: int = 1, + n_episodes: int = 1, + cultivated_area_floor_delta_ha: float = 0.0, + ) -> dict[str, Any]: + return { + "status": "ok", + "mode": "tool4_plan", + "dataset": dataset, + "out_dir": f"/evidence/{run_id}", + "summary": {"horizon": horizon, "top_k": top_k, "n_episodes": n_episodes}, + "cultivated_area_floor_delta_ha": cultivated_area_floor_delta_ha, + "prepared_dir": prepared_dir, + "ensemble_dir": ensemble_dir, + } + + def pipeline( + dataset: str = "bishan", + prepared_dir: str = "", + ensemble_dir: str = "", + reuse_existing: bool = True, + horizon: int = 1, + top_k: int = 1, + n_episodes: int = 1, + ) -> dict[str, Any]: + return { + "status": "ok", + "mode": "pipeline_a_to_d", + "dataset": dataset, + "out_dir": f"/evidence/{run_id}", + "steps": [ + {"step": "prepare", "status": "skipped_reused"}, + {"step": "sample", "status": "skipped_reused"}, + {"step": "train", "status": "skipped_reused"}, + {"step": "plan", "status": "ok"}, + ], + "reuse_existing": reuse_existing, + "summary": {"horizon": horizon, "top_k": top_k, "n_episodes": n_episodes}, + "prepared_dir": prepared_dir, + "ensemble_dir": ensemble_dir, + } + + def audit( + out_dir: str, + attempt: int = 0, + cultivated_area_floor_delta_ha: float = 0.0, + ) -> dict[str, Any]: + result = state.audit(int(attempt)) + result["cultivated_area_floor_delta_ha"] = cultivated_area_floor_delta_ha + result["out_dir"] = out_dir + return result + + def commit( + out_dir: str, + dataset: str = "bishan", + goal: str = "", + plan_args: str = "{}", + ) -> dict[str, Any]: + return { + "status": "committed", + "out_dir": out_dir, + "dataset": dataset, + "goal": goal, + "plan_args": plan_args, + "episode": {"episode_id": f"eval-{run_id}"}, + } + + return [ + _named_tool(status, "world_model_v21_status", "Check Paper9 versions before any work."), + _named_tool(inspect, "paper9_inspect_resources", "Inspect reusable planning resources."), + _named_tool(recall, "paper9_recall_verified_episodes", "Recall verified prior episodes."), + _named_tool(prepare, "world_model_v21_prepare", "Run Paper9 Tool 1 preparation."), + _named_tool(sample, "world_model_v21_sample", "Run Paper9 Tool 2 sampling."), + _named_tool(train, "world_model_v21_train", "Run Paper9 Tool 3 training."), + _named_tool(plan, "world_model_v21_plan", "Run only Paper9 Tool 4 planning."), + _named_tool(pipeline, "world_model_v21_pipeline", "Run or reuse Paper9 A/B/C/D stages."), + _named_tool(audit, "paper9_audit_run", "Audit a planning output against hard gates."), + _named_tool( + commit, + "paper9_commit_verified_episode", + "Commit an audited successful run to verified episodic memory.", + ), + ] + + +def _normalize_response(value: Any) -> dict[str, Any]: + if isinstance(value, dict): + if set(value) == {"result"} and isinstance(value["result"], dict): + return value["result"] + return value + if isinstance(value, str): + try: + parsed = json.loads(value) + except json.JSONDecodeError: + return {"result": value} + return parsed if isinstance(parsed, dict) else {"result": parsed} + return {"result": value} + + +async def run_once(model: Any, scenario: Scenario, run_number: int, timeout: int) -> dict[str, Any]: + run_id = f"{scenario.name}-{run_number}-{uuid.uuid4().hex[:8]}" + agent = LlmAgent( + name="Paper9FinalsReliabilityAgent", + model=model, + instruction=PAPER9_AGENT_INSTRUCTION, + tools=build_tool_doubles(scenario, run_id), + ) + session_service = InMemorySessionService() + runner = Runner( + agent=agent, + app_name="paper9_finals_reliability", + session_service=session_service, + auto_create_session=True, + ) + message = types.Content(role="user", parts=[types.Part(text=scenario.prompt)]) + events: list[dict[str, Any]] = [] + final_text: list[str] = [] + input_tokens = 0 + output_tokens = 0 + started = time.perf_counter() + error = None + try: + async with asyncio.timeout(timeout): + stream = runner.run_async( + user_id="finals-evaluator", + session_id=run_id, + new_message=message, + ) + async for event in stream: + usage = getattr(event, "usage_metadata", None) + if usage: + input_tokens += getattr(usage, "prompt_token_count", 0) or 0 + output_tokens += getattr(usage, "candidates_token_count", 0) or 0 + content = getattr(event, "content", None) + for part in getattr(content, "parts", None) or []: + if part.function_response: + events.append( + { + "tool": part.function_response.name, + "response": _normalize_response( + part.function_response.response + ), + } + ) + if part.text: + final_text.append(part.text) + except Exception as exc: + error = f"{type(exc).__name__}: {exc}" + + latency_ms = (time.perf_counter() - started) * 1000 + contract = evaluate_paper9_tool_trajectory(events) + passed = bool( + not error + and contract["passed"] + and contract["terminal"] == scenario.expected_terminal + ) + return { + "scenario": scenario.name, + "run_number": run_number, + "run_id": run_id, + "passed": passed, + "expected_terminal": scenario.expected_terminal, + "terminal": contract["terminal"], + "tool_count": contract["tool_count"], + "tool_trace": contract["tool_trace"], + "violations": contract["violations"], + "latency_ms": latency_ms, + "input_tokens": input_tokens, + "output_tokens": output_tokens, + "error": error, + "final_response": "".join(final_text)[-2000:], + } + + +async def run(args: argparse.Namespace) -> dict[str, Any]: + os.environ.setdefault("MODEL_CONFIG_FORCE_ENV", "true") + os.environ.setdefault("OLLAMA_API_BASE", args.ollama_api_base) + model = create_model(args.model) + rows = [] + selected_scenarios = [ + scenario + for scenario in SCENARIOS + if not args.scenario or scenario.name in args.scenario + ] + for scenario in selected_scenarios: + for run_number in range(1, args.runs_per_scenario + 1): + result = await run_once(model, scenario, run_number, args.timeout) + rows.append(result) + status = "PASS" if result["passed"] else "FAIL" + print( + f"{scenario.name} run={run_number} {status} " + f"terminal={result['terminal']} tools={result['tool_count']} " + f"latency_ms={result['latency_ms']:.0f}", + flush=True, + ) + + statistical = summarize_repeated_agent_runs( + rows, pass_rate_threshold=args.pass_rate_threshold + ) + return { + "schema_version": "paper9.adk_reliability_report.v1", + "generated_at": datetime.now(UTC).isoformat(), + "scope": "live_gemma4_adk_orchestration_with_deterministic_tool_doubles", + "model": args.model, + "ollama_api_base": args.ollama_api_base, + "runs_per_scenario": args.runs_per_scenario, + "scenarios": [scenario.name for scenario in selected_scenarios], + "prompt_sha256": hashlib.sha256( + PAPER9_AGENT_INSTRUCTION.encode("utf-8") + ).hexdigest(), + "limitations": [ + "This report measures live Gemma 4 and Google ADK tool orchestration.", + "Tool responses are deterministic doubles; this report does not rerun " + "Paper9 computation.", + "Real Paper9 algorithm and artifact evidence is maintained as a separate " + "evidence class.", + ], + "statistics": statistical, + "runs": rows, + } + + +def main() -> int: + parser = argparse.ArgumentParser() + parser.add_argument("--model", default="gemma4-26b-ollama") + parser.add_argument("--ollama-api-base", default="http://localhost:11434") + parser.add_argument("--runs-per-scenario", type=int, default=10) + parser.add_argument("--timeout", type=int, default=300) + parser.add_argument("--pass-rate-threshold", type=float, default=0.8) + parser.add_argument( + "--scenario", + action="append", + choices=[scenario.name for scenario in SCENARIOS], + help="Run only the named scenario; repeat the flag to select more than one.", + ) + parser.add_argument("--output", type=Path, default=DEFAULT_OUTPUT) + args = parser.parse_args() + if args.runs_per_scenario < 1: + parser.error("--runs-per-scenario must be at least 1") + if not 0 <= args.pass_rate_threshold <= 1: + parser.error("--pass-rate-threshold must be between 0 and 1") + + report = asyncio.run(run(args)) + args.output.parent.mkdir(parents=True, exist_ok=True) + args.output.write_text( + json.dumps(report, ensure_ascii=False, indent=2, sort_keys=True) + "\n", + encoding="utf-8", + ) + print(json.dumps(report["statistics"], ensure_ascii=False, indent=2)) + return 0 if report["statistics"]["release_gate"]["passed"] else 1 + + +if __name__ == "__main__": + raise SystemExit(main()) diff --git a/scripts/run_paper9_finals_contract_eval.py b/scripts/run_paper9_finals_contract_eval.py new file mode 100755 index 00000000..8fd26cb7 --- /dev/null +++ b/scripts/run_paper9_finals_contract_eval.py @@ -0,0 +1,72 @@ +#!/usr/bin/env python3 +"""Run deterministic Paper9 behavior contracts and write a JSON report.""" + +from __future__ import annotations + +import argparse +import json +from datetime import UTC, datetime +from pathlib import Path + +from data_agent.paper9_agent_evaluation import evaluate_paper9_tool_trajectory + +ROOT = Path(__file__).resolve().parents[1] +DEFAULT_CASES = ROOT / "data_agent" / "evals" / "paper9_finals" / "behavior_contract_cases.json" +DEFAULT_OUTPUT = ( + ROOT + / "data_agent" + / "demo_evidence" + / "paper9" + / "finals_20260730" + / "behavior_contract_report.json" +) + + +def main() -> int: + parser = argparse.ArgumentParser() + parser.add_argument("--cases", type=Path, default=DEFAULT_CASES) + parser.add_argument("--output", type=Path, default=DEFAULT_OUTPUT) + args = parser.parse_args() + + payload = json.loads(args.cases.read_text(encoding="utf-8")) + results = [] + for case in payload.get("cases", []): + actual = evaluate_paper9_tool_trajectory(case.get("events", [])) + matched = actual["passed"] is bool(case.get("expected_pass")) + results.append( + { + "id": case.get("id"), + "expected_pass": bool(case.get("expected_pass")), + "matched_expectation": matched, + "evaluation": actual, + } + ) + + passed = sum(1 for result in results if result["matched_expectation"]) + report = { + "schema_version": "paper9.behavior_contract_report.v1", + "generated_at": datetime.now(UTC).isoformat(), + "scope": "deterministic_offline_behavior_contracts", + "limitations": [ + "This report validates control-flow invariants, not stochastic Gemma 4 " + "tool-selection reliability.", + "Live model reliability must be measured separately with repeated ADK runs.", + ], + "summary": { + "total": len(results), + "matched": passed, + "pass_rate": passed / len(results) if results else 0.0, + }, + "results": results, + } + args.output.parent.mkdir(parents=True, exist_ok=True) + args.output.write_text( + json.dumps(report, ensure_ascii=False, indent=2, sort_keys=True) + "\n", + encoding="utf-8", + ) + print(json.dumps(report["summary"], ensure_ascii=False)) + return 0 if passed == len(results) else 1 + + +if __name__ == "__main__": + raise SystemExit(main()) diff --git a/scripts/verify_gemma4_finals_demo.py b/scripts/verify_gemma4_finals_demo.py new file mode 100755 index 00000000..0815dc7e --- /dev/null +++ b/scripts/verify_gemma4_finals_demo.py @@ -0,0 +1,317 @@ +#!/usr/bin/env python3 +"""Verify the exact Gemma 4 finals demo prompts against the running system.""" + +from __future__ import annotations + +import argparse +import asyncio +import json +import sys +import time +import uuid +from datetime import UTC, datetime +from pathlib import Path +from typing import Any + +ROOT = Path(__file__).resolve().parents[1] +if str(ROOT) not in sys.path: + sys.path.insert(0, str(ROOT)) + +from google.adk.agents.run_config import RunConfig # noqa: E402 +from google.adk.runners import Runner # noqa: E402 +from google.adk.sessions import InMemorySessionService # noqa: E402 +from google.genai import types # noqa: E402 + +from data_agent.agent import _make_agent_by_name # noqa: E402 +from data_agent.nl2sql_executor import run_nl2semantic2sql # noqa: E402 +from data_agent.toolsets.nl2sql_tools import execute_safe_sql # noqa: E402 +from data_agent.toolsets.world_model_v21_tools import ( # noqa: E402 + paper9_inspect_resources, + world_model_v21_status, +) + +NL2SQL_UI_PROMPT = "@NL2SQL 统计距离道路网络中最长桥梁100米范围内的高德POI数量。" +NL2SQL_QUESTION = NL2SQL_UI_PROMPT.split(" ", 1)[1] +PAPER9_UI_PROMPT = ( + "@WorldModelV21 请使用 bishan 数据集运行一次快速县域 MPC 规划," + "完成硬约束审计,并仅在通过后保存已验证经验。" +) +PAPER9_QUESTION = PAPER9_UI_PROMPT.split(" ", 1)[1] + +REFERENCE_SQL = """ +WITH longest_bridge AS ( + SELECT geometry + FROM cq_osm_roads_2021 + WHERE bridge = 'T' + ORDER BY ST_Length(geometry::geography) DESC + LIMIT 1 +) +SELECT COUNT(DISTINCT p."ID") AS poi_count +FROM cq_amap_poi_2024 AS p +CROSS JOIN longest_bridge AS lb +WHERE ST_DWithin(p.geometry::geography, lb.geometry::geography, 100) +""".strip() + +EXPECTED_PAPER9_TRACE = [ + "world_model_v21_status", + "paper9_inspect_resources", + "paper9_recall_verified_episodes", + "world_model_v21_pipeline", + "paper9_audit_run", + "paper9_commit_verified_episode", +] + + +def _decode(value: Any) -> Any: + current = value + for _ in range(3): + if isinstance(current, str): + try: + current = json.loads(current) + except json.JSONDecodeError: + return current + continue + if isinstance(current, dict) and set(current) == {"result"}: + current = current["result"] + continue + break + return current + + +def _single_value(execution: dict[str, Any]) -> Any: + data = execution.get("data") or [] + if len(data) != 1 or not isinstance(data[0], dict) or len(data[0]) != 1: + return None + return next(iter(data[0].values())) + + +def _validate_nl2sql_payload(payload: dict[str, Any]) -> dict[str, Any]: + execution = payload.get("execution") or {} + sql = str(payload.get("sql") or "") + value = _single_value(execution) + checks = { + "status_ok": payload.get("status") == "ok", + "single_result_is_35": value == 35, + "uses_st_dwithin": "ST_DWITHIN" in sql.upper(), + "uses_geography": "GEOGRAPHY" in sql.upper(), + "uses_100_meters": "100" in sql, + "uses_expected_tables": all( + table in sql for table in ("cq_osm_roads_2021", "cq_amap_poi_2024") + ), + } + return { + "passed": all(checks.values()), + "checks": checks, + "status": payload.get("status"), + "error": payload.get("error"), + "value": value, + "sql": sql, + "corrections": payload.get("corrections") or [], + } + + +def run_nl2sql_checks(repeats: int) -> dict[str, Any]: + reference_payload = _decode(execute_safe_sql(REFERENCE_SQL)) + reference_value = _single_value(reference_payload) + runs: list[dict[str, Any]] = [] + for run_number in range(1, repeats + 1): + started = time.perf_counter() + payload = _decode(run_nl2semantic2sql(NL2SQL_QUESTION)) + result = _validate_nl2sql_payload(payload if isinstance(payload, dict) else {}) + result["run"] = run_number + result["latency_s"] = round(time.perf_counter() - started, 3) + runs.append(result) + return { + "ui_prompt": NL2SQL_UI_PROMPT, + "reference_sql": REFERENCE_SQL, + "reference_value": reference_value, + "reference_passed": reference_value == 35, + "repeats": repeats, + "runs": runs, + "passed": reference_value == 35 and all(run["passed"] for run in runs), + } + + +def _paper9_data_checks( + pipeline: dict[str, Any], + audit: dict[str, Any], + commit: dict[str, Any], +) -> tuple[dict[str, bool], dict[str, Any]]: + plan = pipeline.get("plan_result") or pipeline + committed_episode = commit.get("episode") or {} + final_out_dir = ( + committed_episode.get("out_dir") + or audit.get("out_dir") + or plan.get("out_dir") + ) + summary: dict[str, Any] = {} + summary_error = None + if final_out_dir: + summary_path = Path(str(final_out_dir)) / "mpc_summary.json" + try: + loaded = json.loads(summary_path.read_text(encoding="utf-8")) + if isinstance(loaded, dict): + summary = loaded + else: + summary_error = "mpc_summary.json is not a JSON object" + except (OSError, json.JSONDecodeError) as exc: + summary_error = f"{type(exc).__name__}: {exc}" + result_rows = summary.get("results") or [] + result = result_rows[0] if result_rows else {} + shape = summary.get("shapefile_output") or {} + audit_artifacts = audit.get("artifacts") or {} + optimized_artifact = audit_artifacts.get("optimized_spatial_result") or {} + checks = { + "pipeline_ok": pipeline.get("status") == "ok", + "tool4_plan_ok": plan.get("status") == "ok", + "final_summary_loaded": summary_error is None and bool(result_rows), + "hard_gate_passed": audit.get("hard_constraint_passed") is True, + "all_outputs_exist": audit.get("all_expected_outputs_exist") is True, + "verified_memory_committed": commit.get("status") == "committed", + "cultivated_area_not_reduced": float( + result.get("cultivated_area_change_ha", -1) + ) + >= 0, + "slope_reduced": float(result.get("slope_change_pct", 1)) < 0, + "contiguity_improved": float(result.get("cont_change", 0)) > 0, + "optimized_spatial_artifact": optimized_artifact.get("exists") is True, + } + metrics = { + "out_dir": final_out_dir, + "summary_error": summary_error, + "steps_run": result.get("steps_run"), + "swaps_completed": result.get("swaps_completed"), + "cultivated_area_change_ha": result.get("cultivated_area_change_ha"), + "slope_change_pct": result.get("slope_change_pct"), + "cont_change": result.get("cont_change"), + "baimu_area_change_ha": result.get("baimu_area_change_ha"), + "n_input": shape.get("n_input"), + "n_in_env": shape.get("n_in_env"), + "n_farm_to_forest": shape.get("n_farm_to_forest"), + "n_forest_to_farm": shape.get("n_forest_to_farm"), + "land_use_code_scheme": shape.get("land_use_code_scheme"), + "episode_id": (commit.get("episode") or {}).get("episode_id"), + } + return checks, metrics + + +async def run_live_paper9(timeout_s: int) -> dict[str, Any]: + agent = _make_agent_by_name("WorldModelV21") + if agent is None: + return {"passed": False, "error": "WorldModelV21 agent is not registered"} + session_id = f"finals-demo-{uuid.uuid4().hex[:10]}" + runner = Runner( + agent=agent, + app_name="gemma4_finals_demo_verification", + session_service=InMemorySessionService(), + auto_create_session=True, + ) + message = types.Content(role="user", parts=[types.Part(text=PAPER9_QUESTION)]) + trace: list[str] = [] + responses: dict[str, dict[str, Any]] = {} + final_text: list[str] = [] + started = time.perf_counter() + error = None + try: + async with asyncio.timeout(timeout_s): + events = runner.run_async( + user_id="finals-demo-verifier", + session_id=session_id, + new_message=message, + run_config=RunConfig(max_llm_calls=12), + ) + async for event in events: + content = getattr(event, "content", None) + for part in getattr(content, "parts", None) or []: + if part.function_response: + name = part.function_response.name + trace.append(name) + decoded = _decode(part.function_response.response) + responses[name] = decoded if isinstance(decoded, dict) else { + "result": decoded + } + if part.text: + final_text.append(part.text) + except Exception as exc: + error = f"{type(exc).__name__}: {exc}" + + pipeline = responses.get("world_model_v21_pipeline") or {} + audit = responses.get("paper9_audit_run") or {} + commit = responses.get("paper9_commit_verified_episode") or {} + checks, metrics = _paper9_data_checks(pipeline, audit, commit) + checks["exact_six_tool_trace"] = trace == EXPECTED_PAPER9_TRACE + return { + "ui_prompt": PAPER9_UI_PROMPT, + "session_id": session_id, + "latency_s": round(time.perf_counter() - started, 3), + "trace": trace, + "expected_trace": EXPECTED_PAPER9_TRACE, + "checks": checks, + "metrics": metrics, + "error": error, + "final_text": "".join(final_text)[-4000:], + "passed": error is None and all(checks.values()), + } + + +def run_paper9_preflight() -> dict[str, Any]: + status = _decode(world_model_v21_status()) + inspect = _decode(paper9_inspect_resources(dataset="bishan")) + checks = { + "status_ready": status.get("status") == "ready", + "package_0_3_3": (status.get("paper9") or {}).get("package_version") == "0.3.3", + "algorithm_2_2_3": (status.get("paper9") or {}).get("algorithm_version") == "2.2.3", + "version_compatible": (status.get("finals") or {}).get("version_compatible") is True, + "planning_ready": inspect.get("planning_ready") is True, + "three_onnx_members": ( + ((inspect.get("stages") or {}).get("train") or {}).get("onnx_member_count") + == 3 + ), + } + return { + "checks": checks, + "status": status, + "inspect": inspect, + "passed": all(checks.values()), + } + + +def main() -> int: + parser = argparse.ArgumentParser(description=__doc__) + parser.add_argument("--nl2sql-repeats", type=int, default=3) + parser.add_argument("--skip-nl2sql", action="store_true") + parser.add_argument("--skip-paper9-live", action="store_true") + parser.add_argument("--paper9-timeout", type=int, default=240) + parser.add_argument("--output", type=Path) + args = parser.parse_args() + if args.nl2sql_repeats < 1: + parser.error("--nl2sql-repeats must be at least 1") + + preflight = run_paper9_preflight() + nl2sql = None if args.skip_nl2sql else run_nl2sql_checks(args.nl2sql_repeats) + paper9 = ( + None + if args.skip_paper9_live + else asyncio.run(run_live_paper9(args.paper9_timeout)) + ) + sections = [preflight, nl2sql, paper9] + passed = all(section is None or section.get("passed") for section in sections) + report = { + "schema_version": "gemma4.finals_demo_verification.v1", + "generated_at": datetime.now(UTC).isoformat(), + "scope": "exact_production_prompts_against_running_data_and_tools", + "passed": passed, + "paper9_preflight": preflight, + "nl2sql": nl2sql, + "paper9_live_agent": paper9, + } + rendered = json.dumps(report, ensure_ascii=False, indent=2, sort_keys=True) + "\n" + if args.output: + args.output.parent.mkdir(parents=True, exist_ok=True) + args.output.write_text(rendered, encoding="utf-8") + print(rendered, end="") + return 0 if passed else 1 + + +if __name__ == "__main__": + raise SystemExit(main()) diff --git a/tests/e2e/nl2sql_longest_bridge_map_real_e2e.py b/tests/e2e/nl2sql_longest_bridge_map_real_e2e.py new file mode 100644 index 00000000..6d65e0ce --- /dev/null +++ b/tests/e2e/nl2sql_longest_bridge_map_real_e2e.py @@ -0,0 +1,120 @@ +"""Real browser E2E for the longest-bridge 100m AMap POI map handoff.""" + +import json +import os +from pathlib import Path + +from playwright.sync_api import sync_playwright + +BASE_URL = os.environ.get("GIS_AGENT_E2E_URL", "http://127.0.0.1:8000") +USERNAME = os.environ.get("GIS_AGENT_E2E_USER", "admin") +PASSWORD = os.environ.get("GIS_AGENT_E2E_PASSWORD", "") +PROMPT = "@NL2SQL 统计距离道路网络中最长桥梁100米范围内的高德POI数量。" +ARTIFACT_DIR = Path("tests/e2e/artifacts/nl2sql_longest_bridge_map_2026_07_30") + + +def main() -> None: + if not PASSWORD: + raise RuntimeError("GIS_AGENT_E2E_PASSWORD is required for real browser E2E") + ARTIFACT_DIR.mkdir(parents=True, exist_ok=True) + with sync_playwright() as playwright: + browser = playwright.chromium.launch(headless=True) + page = browser.new_page(viewport={"width": 1920, "height": 1080}) + page.goto(BASE_URL, wait_until="domcontentloaded") + page.locator("#username").fill(USERNAME) + page.locator("#password").fill(PASSWORD) + page.get_by_role("button", name="登录").click() + page.locator(".app-header").wait_for(state="visible", timeout=30_000) + page.wait_for_timeout(12_000) + + box = page.get_by_placeholder("输入消息... (Enter 发送)") + box.fill(PROMPT) + box.press("Enter") + + response = page.locator( + ".chat-message.assistant", + has_text="POI数量:35", + ).last + response.wait_for(timeout=120_000) + response_text = response.inner_text() + assert "已默认加载地图:高德 POI 35 个" in response_text + assert "同一 PostGIS 查询快照" in response_text + + map_update = page.wait_for_function( + """() => { + const update = window.__lastMapUpdate; + return update?.summary?.query_type === 'longest_bridge_poi_100m' + ? update + : null; + }""", + timeout=30_000, + ).json_value() + assert map_update["summary"]["scalar_poi_count"] == 35 + assert map_update["summary"]["poi_feature_count"] == 35 + assert map_update["summary"]["bridge_feature_count"] == 1 + assert map_update["summary"]["buffer_feature_count"] == 1 + assert map_update["summary"]["geometry_snapshot"] == "single_postgis_statement" + assert [layer["type"] for layer in map_update["layers"]] == [ + "polygon", + "line", + "point", + ] + + feature_counts = page.evaluate( + """async (update) => { + const counts = {}; + for (const layer of update.layers) { + const response = await fetch(`/api/user/files/${layer.geojson}`, { + credentials: 'include', + }); + if (!response.ok) throw new Error(`${layer.name}: ${response.status}`); + const geojson = await response.json(); + counts[layer.type] = geojson.features.length; + } + return counts; + }""", + map_update, + ) + assert feature_counts == {"polygon": 1, "line": 1, "point": 35} + + page.wait_for_function( + """() => Array.from( + document.querySelectorAll('.leaflet-overlay-pane path.leaflet-interactive') + ).filter(path => path.getAttribute('fill') === '#2563eb').length === 35""", + timeout=30_000, + ) + page.locator(".layer-control-toggle").click() + for layer in map_update["layers"]: + page.get_by_text(layer["name"], exact=True).wait_for(timeout=10_000) + + (ARTIFACT_DIR / "map_update.json").write_text( + json.dumps(map_update, ensure_ascii=False, indent=2), + encoding="utf-8", + ) + (ARTIFACT_DIR / "verification.json").write_text( + json.dumps( + { + "prompt": PROMPT, + "response_contains_count_35": True, + "feature_counts": feature_counts, + "rendered_poi_paths": 35, + }, + ensure_ascii=False, + indent=2, + ), + encoding="utf-8", + ) + page.screenshot(path=str(ARTIFACT_DIR / "result.png"), full_page=True) + browser.close() + + print(json.dumps({ + "status": "passed", + "prompt": PROMPT, + "feature_counts": feature_counts, + "bridge_osm_id": map_update["summary"]["bridge_osm_id"], + "artifacts": str(ARTIFACT_DIR), + }, ensure_ascii=False)) + + +if __name__ == "__main__": + main() diff --git a/tests/e2e/world_model_v21_finals_real_e2e.py b/tests/e2e/world_model_v21_finals_real_e2e.py new file mode 100644 index 00000000..b2255cc4 --- /dev/null +++ b/tests/e2e/world_model_v21_finals_real_e2e.py @@ -0,0 +1,268 @@ +"""Real browser E2E for the Gemma 4 finals county planning prompt.""" + +from __future__ import annotations + +import json +import os +import re +import time +from pathlib import Path +from urllib.parse import quote + +from playwright.sync_api import sync_playwright + +BASE_URL = os.environ.get("GIS_AGENT_E2E_URL", "http://127.0.0.1:8000") +USERNAME = os.environ.get("GIS_AGENT_E2E_USER", "admin") +PASSWORD = os.environ.get("GIS_AGENT_E2E_PASSWORD", "") +PROMPT = ( + "@WorldModelV21 请使用 bishan 数据集运行一次快速县域 MPC 规划," + "完成硬约束审计,并仅在通过后保存已验证经验。" +) +ARTIFACT_DIR = Path("tests/e2e/artifacts/world_model_v21_finals_2026_07_30") + +EXPECTED_TOOLS = [ + "world_model_v21_status", + "paper9_inspect_resources", + "paper9_recall_verified_episodes", + "world_model_v21_pipeline", + "paper9_audit_run", + "paper9_commit_verified_episode", +] + +REPORT_FILENAME = "County_Farmland_Planning_Report.pdf" + + +def _browse_user_files(page) -> list[dict]: + payload = page.evaluate( + """async () => { + const response = await fetch('/api/user/files/browse?path=', { + credentials: 'include', + }); + if (!response.ok) { + throw new Error(`file browse failed: HTTP ${response.status}`); + } + return response.json(); + }""" + ) + return payload.get("entries", []) + + +def _wait_for_new_report(page, previous_modified: float) -> dict: + handle = page.wait_for_function( + """async ({filename, previousModified}) => { + const response = await fetch('/api/user/files/browse?path=', { + credentials: 'include', + }); + if (!response.ok) return false; + const payload = await response.json(); + const entry = (payload.entries || []).find( + item => item.name === filename && item.type === 'pdf' + ); + return entry && entry.size > 0 && entry.modified > previousModified + ? entry + : false; + }""", + arg={ + "filename": REPORT_FILENAME, + "previousModified": previous_modified, + }, + polling=500, + timeout=180_000, + ) + return handle.json_value() + + +def _duration_after_tool(response_text: str, tool_name: str) -> float: + offset = response_text.index(tool_name) + match = re.search(r"(\d+(?:\.\d+)?)\s*秒", response_text[offset : offset + 120]) + assert match, f"missing duration after {tool_name}" + return float(match.group(1)) + + +def _summary_duration(response_text: str, label: str) -> float: + match = re.search(rf"{re.escape(label)}\s*(\d+(?:\.\d+)?)\s*秒", response_text) + assert match, f"missing summary duration: {label}" + return float(match.group(1)) + + +def main() -> None: + if not PASSWORD: + raise RuntimeError("GIS_AGENT_E2E_PASSWORD is required for real browser E2E") + ARTIFACT_DIR.mkdir(parents=True, exist_ok=True) + with sync_playwright() as playwright: + browser = playwright.chromium.launch(headless=True) + page = browser.new_page(viewport={"width": 1920, "height": 1080}) + page.goto(BASE_URL, wait_until="domcontentloaded") + page.locator("#username").fill(USERNAME) + page.locator("#password").fill(PASSWORD) + page.get_by_role("button", name="登录").click() + page.locator(".app-header").wait_for(state="visible", timeout=30_000) + page.wait_for_timeout(5_000) + + box = page.get_by_placeholder("输入消息... (Enter 发送)") + box.fill(PROMPT) + box.press("Enter") + + response = page.locator( + ".chat-message.assistant", + has_text="县域耕地受控规划完成", + ).last + response.wait_for(timeout=240_000) + response_text = response.inner_text() + + required_text = [ + "Gemma 4 + Google ADK", + "6 次原生函数调用", + "受控自主决策轨迹", + "县域耕地空间优化引擎", + "学习型状态转移模型集成 + MPC", + "A / 数据准备:已复用(未重复执行)", + "B / 样本生成:已复用(未重复执行)", + "C / 状态转移模型训练:已复用(未重复执行)", + "D / MPC 规划执行:完成", + "完成双向置换:406 对", + "耕地面积变化:1.9359 ha", + "平均坡度变化:-0.6078%", + "连片度变化:0.0202", + "百亩方面积变化:35.13 ha", + "硬约束校验:通过", + "已验证经验库:已写入", + ] + for text in required_text: + assert text in response_text, f"missing UI evidence: {text}" + + forbidden_text = [ + "Status:", + "Adapter Version:", + "Paper9 Package:", + "Paper9 Algorithm:", + "Tool 4", + "Hard Gate", + "Verified Memory", + "Prepared Dir:", + "Ensemble Dir:", + "/app/bishan-runs", + "/app/data_agent/uploads", + ] + for text in forbidden_text: + assert text not in response_text, f"internal presentation leaked: {text}" + + positions = [response_text.index(tool) for tool in EXPECTED_TOOLS] + assert positions == sorted(positions) + tool_durations = { + tool: _duration_after_tool(response_text, tool) for tool in EXPECTED_TOOLS + } + total_duration = _summary_duration(response_text, "总用时") + planning_duration = _summary_duration(response_text, "MPC 规划") + governance_duration = _summary_duration(response_text, "审计与经验提交") + assert total_duration >= sum(tool_durations.values()) - 0.7 + assert abs(planning_duration - tool_durations["world_model_v21_pipeline"]) <= 0.2 + assert ( + abs( + governance_duration + - tool_durations["paper9_audit_run"] + - tool_durations["paper9_commit_verified_episode"] + ) + <= 0.3 + ) + (ARTIFACT_DIR / "response.txt").write_text( + response_text + "\n", + encoding="utf-8", + ) + + map_update = page.wait_for_function( + """() => { + const update = window.__lastMapUpdate; + return update?.layers?.some(layer => layer.type === 'fgb') + ? update + : null; + }""", + timeout=60_000, + ).json_value() + assert len(map_update["layers"]) == 1 + layer = map_update["layers"][0] + assert layer["type"] == "fgb" + assert layer["category_column"] == "CHG_FLAG" + assert set(layer["category_labels"].values()) == { + "保持不变", + "耕地 -> 林地", + "林地 -> 耕地", + } + + map_panel = page.locator(".map-3d-container") + map_panel.wait_for(state="visible", timeout=60_000) + page.wait_for_timeout(18_000) + canvases = map_panel.locator("canvas") + assert canvases.count() >= 1 + + existing_report = next( + ( + entry + for entry in _browse_user_files(page) + if entry.get("name") == REPORT_FILENAME + ), + None, + ) + previous_modified = float((existing_report or {}).get("modified") or 0.0) + report_started = time.monotonic() + page.get_by_role("button", name="导出 PDF 报告").last.click() + report_entry = _wait_for_new_report(page, previous_modified) + report_duration = time.monotonic() - report_started + assert page.get_by_text("生成失败:").count() == 0 + + report_response = page.context.request.get( + f"{BASE_URL}/api/user/files/{quote(REPORT_FILENAME)}" + ) + assert report_response.ok, f"report download failed: {report_response.status}" + report_bytes = report_response.body() + assert report_bytes.startswith(b"%PDF-"), "downloaded report is not a PDF" + assert len(report_bytes) == report_entry["size"] + (ARTIFACT_DIR / REPORT_FILENAME).write_bytes(report_bytes) + + verification = { + "status": "passed", + "prompt": PROMPT, + "public_agent_name": "县域耕地规划 Agent", + "public_engine_name": "县域耕地空间优化引擎", + "tool_trace": EXPECTED_TOOLS, + "tool_durations_s": tool_durations, + "total_duration_s": total_duration, + "planning_duration_s": planning_duration, + "governance_duration_s": governance_duration, + "map_layer": { + "name": layer["name"], + "type": layer["type"], + "category_column": layer["category_column"], + "category_labels": layer["category_labels"], + "canvas_count": canvases.count(), + }, + "report": { + "file_name": REPORT_FILENAME, + "generation_duration_s": round(report_duration, 3), + "size_bytes": report_entry["size"], + "modified": report_entry["modified"], + "download_verified": True, + }, + } + (ARTIFACT_DIR / "map_update.json").write_text( + json.dumps(map_update, ensure_ascii=False, indent=2), + encoding="utf-8", + ) + (ARTIFACT_DIR / "verification.json").write_text( + json.dumps(verification, ensure_ascii=False, indent=2), + encoding="utf-8", + ) + chat = page.locator(".chat-messages") + chat.evaluate("element => { element.scrollTop = 0; }") + page.wait_for_timeout(500) + page.screenshot( + path=str(ARTIFACT_DIR / "response_top.png"), + timeout=120_000, + ) + browser.close() + + print(json.dumps(verification, ensure_ascii=False)) + + +if __name__ == "__main__": + main()