Skip to content

Commit

Permalink
Handle 富泰區
Browse files Browse the repository at this point in the history
  • Loading branch information
cswbrian committed Nov 13, 2019
1 parent ddc938b commit 8fe9a0b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions web/src/utils/features.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,26 +57,30 @@ 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],
},

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],
},

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],
},
Expand All @@ -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],
Expand Down

0 comments on commit 8fe9a0b

Please sign in to comment.