From 8fe9a0b272a4b5f66fb562b32b1427df38250dcd Mon Sep 17 00:00:00 2001 From: coolsunwind Date: Thu, 14 Nov 2019 01:48:33 +0800 Subject: [PATCH] =?UTF-8?q?Handle=20=E5=AF=8C=E6=B3=B0=E5=8D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/utils/features.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/src/utils/features.js b/web/src/utils/features.js index af1bccbc..5c331e61 100644 --- a/web/src/utils/features.js +++ b/web/src/utils/features.js @@ -57,6 +57,7 @@ export const adjustConcavePolygonCentroid = (year, code) => { 2003: { D14: [114.154877, 22.248274], L12: [113.989521, 22.365375], + L28: [113.984099, 22.41374], P03: [114.165739, 22.455871], P16: [114.1620147228241, 22.45361940935254], }, @@ -64,6 +65,7 @@ export const adjustConcavePolygonCentroid = (year, code) => { 2007: { D01: [114.154877, 22.248274], L12: [113.989521, 22.365375], + L28: [113.984099, 22.41374], P03: [114.165739, 22.455871], P16: [114.1620147228241, 22.45361940935254], }, @@ -71,12 +73,14 @@ export const adjustConcavePolygonCentroid = (year, code) => { 2011: { D01: [114.154877, 22.248274], L12: [113.989521, 22.365375], + L28: [113.984099, 22.41374], P03: [114.165739, 22.455871], P16: [114.1620147228241, 22.45361940935254], }, 2015: { D01: [114.154877, 22.248274], L12: [113.989521, 22.365375], + L28: [113.984099, 22.41374], P03: [114.165739, 22.455871], P16: [114.1620147228241, 22.45361940935254], }, @@ -85,6 +89,7 @@ export const adjustConcavePolygonCentroid = (year, code) => { D01: [114.154877, 22.248274], L12: [114.006628, 22.377846], L13: [113.989521, 22.365375], + L30: [113.984099, 22.41374], P02: [114.165739, 22.455871], P16: [114.1620147228241, 22.45361940935254], R09: [114.198862, 22.370661],