@mptw/skylens-ui 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.editorconfig +12 -0
- package/.eslintrc.cjs +4 -0
- package/.nuxtrc +1 -0
- package/.playground/app.config.ts +5 -0
- package/.playground/nuxt.config.ts +3 -0
- package/README.md +73 -0
- package/app.config.ts +5 -0
- package/app.vue +3 -0
- package/assets/css/fonts/MEShPlus-font-icon.eot +0 -0
- package/assets/css/fonts/MEShPlus-font-icon.svg +186 -0
- package/assets/css/fonts/MEShPlus-font-icon.ttf +0 -0
- package/assets/css/fonts/MEShPlus-font-icon.woff +0 -0
- package/assets/css/icons.css +555 -0
- package/assets/css/layout.styl +98 -0
- package/assets/css/tailwind.css +3 -0
- package/assets/images/commons/app-logo-white.png +0 -0
- package/assets/images/commons/app-logo.png +0 -0
- package/assets/images/commons/empty-box.png +0 -0
- package/assets/images/commons/watermark.svg +15 -0
- package/components/SLAlertModal.vue +99 -0
- package/components/SLBreadcrumbs.vue +42 -0
- package/components/SLButton.vue +301 -0
- package/components/SLCalendarButton.vue +259 -0
- package/components/SLCalendarPopup.vue +832 -0
- package/components/SLCard.vue +118 -0
- package/components/SLChart.vue +181 -0
- package/components/SLCheckbox.vue +179 -0
- package/components/SLCircleButton.vue +95 -0
- package/components/SLCollapsableBlock.vue +116 -0
- package/components/SLCollapsableMulitPillSelect.vue +92 -0
- package/components/SLConfirmModal.vue +122 -0
- package/components/SLDateInput.vue +460 -0
- package/components/SLDatePicker.vue +143 -0
- package/components/SLDistributor.vue +30 -0
- package/components/SLDownloadButton.vue +410 -0
- package/components/SLDraggable.vue +151 -0
- package/components/SLDropdown.vue +277 -0
- package/components/SLDropdownItem.vue +31 -0
- package/components/SLElementWithTitle.vue +181 -0
- package/components/SLEyeCheckbox.vue +162 -0
- package/components/SLFileInput.vue +101 -0
- package/components/SLGenderAgeSelect.vue +279 -0
- package/components/SLHeatMap.vue +151 -0
- package/components/SLHourRangeInput.vue +211 -0
- package/components/SLIOSSwitch.vue +235 -0
- package/components/SLIcon.vue +35 -0
- package/components/SLIconButton.vue +130 -0
- package/components/SLInfoTip.vue +221 -0
- package/components/SLInsightSitePage.vue +27 -0
- package/components/SLLegend.vue +76 -0
- package/components/SLLinearProgressBar.vue +35 -0
- package/components/SLLink.vue +162 -0
- package/components/SLLoading.vue +127 -0
- package/components/SLMapChart.vue +151 -0
- package/components/SLModal.vue +377 -0
- package/components/SLMonthCalendarButton.vue +378 -0
- package/components/SLMonthPicker.vue +151 -0
- package/components/SLMultiSelect.vue +121 -0
- package/components/SLNoData.vue +43 -0
- package/components/SLPageModal.vue +64 -0
- package/components/SLPagination.vue +192 -0
- package/components/SLPillCheckbox.vue +207 -0
- package/components/SLPillLabel.vue +101 -0
- package/components/SLPopupMenuButton.vue +158 -0
- package/components/SLProfileButton.vue +186 -0
- package/components/SLRadioButton.vue +97 -0
- package/components/SLRadioButtonGroup.vue +113 -0
- package/components/SLRadioGroup.vue +201 -0
- package/components/SLRangeInput.vue +209 -0
- package/components/SLRegionsMapChart.vue +151 -0
- package/components/SLRightSider.vue +242 -0
- package/components/SLSearchInput.vue +87 -0
- package/components/SLSelect.vue +545 -0
- package/components/SLSelectAllToggle.vue +118 -0
- package/components/SLSiderbarNav.vue +394 -0
- package/components/SLSiderbarNavItem.vue +204 -0
- package/components/SLSitePage.vue +96 -0
- package/components/SLSkyInsightSitePage.vue +27 -0
- package/components/SLSortByDropdown.vue +189 -0
- package/components/SLSpinIcon.vue +24 -0
- package/components/SLStayRangeInput.vue +306 -0
- package/components/SLTab.vue +159 -0
- package/components/SLTable.vue +409 -0
- package/components/SLTableTooltip.vue +111 -0
- package/components/SLTabs.vue +388 -0
- package/components/SLTextInput.vue +362 -0
- package/components/SLTextarea.vue +134 -0
- package/components/SLToast.vue +71 -0
- package/components/SLToggleButton.vue +78 -0
- package/components/SLTwoLayerMultiSelect.vue +428 -0
- package/components/SLTwoLayerSelect.vue +265 -0
- package/components/SLWarnModal.vue +75 -0
- package/interface/IDateRange.ts +5 -0
- package/interface/IHourRange.ts +4 -0
- package/interface/IInputOption.ts +6 -0
- package/interface/ILegendItem.ts +7 -0
- package/interface/IPopupMenuButton.ts +5 -0
- package/interface/IStayRange.ts +15 -0
- package/interface/ITableField.ts +19 -0
- package/interface/IWeb.ts +5 -0
- package/interface/NavConfigType.ts +14 -0
- package/interface/commons.ts +7 -0
- package/models/DateRange.ts +21 -0
- package/nuxt.config.ts +22 -0
- package/package.json +52 -0
- package/plugins/googlemaps.ts +17 -0
- package/plugins/v-calendar.ts +5 -0
- package/public/assets/files/taiwan-regions.json +7 -0
- package/public/assets/files/taiwan.json +24 -0
- package/public/assets/images/commons/default-favico.png +0 -0
- package/public/assets/images/dashboard/closure-button-icon.png +0 -0
- package/public/assets/images/dashboard/dashboard-widget-bar-chart-icon-disabled.png +0 -0
- package/public/assets/images/dashboard/dashboard-widget-bar-chart-icon-poi.png +0 -0
- package/public/assets/images/dashboard/dashboard-widget-bar-chart-icon-web.png +0 -0
- package/public/assets/images/dashboard/dashboard-widget-country-heatmap-chart-icon-disabled.png +0 -0
- package/public/assets/images/dashboard/dashboard-widget-country-heatmap-chart-icon.png +0 -0
- package/public/assets/images/dashboard/dashboard-widget-geo-list-icon-disabled.png +0 -0
- package/public/assets/images/dashboard/dashboard-widget-geo-list-icon-poi.png +0 -0
- package/public/assets/images/dashboard/dashboard-widget-geo-list-icon-web.png +0 -0
- package/public/assets/images/dashboard/dashboard-widget-heatmap-chart-icon-disabled.png +0 -0
- package/public/assets/images/dashboard/dashboard-widget-heatmap-chart-icon-web.png +0 -0
- package/public/assets/images/dashboard/dashboard-widget-line-chart-icon-disabled.png +0 -0
- package/public/assets/images/dashboard/dashboard-widget-line-chart-icon-poi.png +0 -0
- package/public/assets/images/dashboard/dashboard-widget-list-icon-disabled.png +0 -0
- package/public/assets/images/dashboard/dashboard-widget-list-icon-poi.png +0 -0
- package/public/assets/images/dashboard/dashboard-widget-list-icon-web.png +0 -0
- package/public/assets/images/dashboard/dashboard-widget-pie-chart-icon-disabled.png +0 -0
- package/public/assets/images/dashboard/dashboard-widget-pie-chart-icon-poi.png +0 -0
- package/public/assets/images/dashboard/dashboard-widget-pie-chart-icon-web.png +0 -0
- package/public/assets/images/dashboard/drag-hint-icon.svg +3 -0
- package/public/assets/images/dashboard/extend-button-icon.png +0 -0
- package/public/assets/images/dashboard/map-list-chart-icon.svg +17 -0
- package/public/assets/images/dashboard/map-marker-chart-icon.svg +32 -0
- package/public/assets/images/dashboard/pie-chart-icon.svg +4 -0
- package/public/assets/images/dashboard/poi-gender-age-chart-icon.svg +20 -0
- package/public/assets/images/dashboard/poi-nav-icon.png +0 -0
- package/public/assets/images/dashboard/web-gender-age-chart-icon.svg +20 -0
- package/public/assets/images/dashboard/web-nav-icon.png +0 -0
- package/tailwind.config.js +300 -0
- package/tsconfig.json +8 -0
- package/utils/constants.ts +160 -0
- package/utils/generateSheet.ts +36 -0
- package/utils/index.ts +539 -0
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
<template lang="pug">
|
|
2
|
+
SLModal(
|
|
3
|
+
:show="show"
|
|
4
|
+
:title="title"
|
|
5
|
+
size="xs"
|
|
6
|
+
:backdrop="backdrop"
|
|
7
|
+
:closeButton="false"
|
|
8
|
+
modalClass='warn-modal'
|
|
9
|
+
@update:show="onUpdatedShow"
|
|
10
|
+
)
|
|
11
|
+
SLIcon(:icon="icon" :class="iconClass")
|
|
12
|
+
p {{ message }}
|
|
13
|
+
</template>
|
|
14
|
+
|
|
15
|
+
<script lang="ts">
|
|
16
|
+
export default defineComponent({
|
|
17
|
+
name: "SLWarnModal",
|
|
18
|
+
components: {},
|
|
19
|
+
props: {
|
|
20
|
+
show: {
|
|
21
|
+
type: Boolean,
|
|
22
|
+
default: false,
|
|
23
|
+
},
|
|
24
|
+
title: {
|
|
25
|
+
type: String,
|
|
26
|
+
default: "",
|
|
27
|
+
},
|
|
28
|
+
icon: {
|
|
29
|
+
type: String,
|
|
30
|
+
required: true,
|
|
31
|
+
},
|
|
32
|
+
color: {
|
|
33
|
+
type: String,
|
|
34
|
+
default: "",
|
|
35
|
+
},
|
|
36
|
+
message: {
|
|
37
|
+
type: String,
|
|
38
|
+
default: "",
|
|
39
|
+
},
|
|
40
|
+
backdrop: {
|
|
41
|
+
type: Boolean,
|
|
42
|
+
default: false,
|
|
43
|
+
},
|
|
44
|
+
},
|
|
45
|
+
emits: ["update:show"],
|
|
46
|
+
setup(props, { emit }) {
|
|
47
|
+
const { color } = toRefs(props);
|
|
48
|
+
|
|
49
|
+
const iconClass = computed(() => {
|
|
50
|
+
if (color.value === "") return "";
|
|
51
|
+
|
|
52
|
+
return `text-${color.value}`;
|
|
53
|
+
});
|
|
54
|
+
|
|
55
|
+
function onUpdatedShow(isShow: boolean) {
|
|
56
|
+
emit("update:show", isShow);
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
return {
|
|
60
|
+
iconClass,
|
|
61
|
+
onUpdatedShow,
|
|
62
|
+
};
|
|
63
|
+
},
|
|
64
|
+
});
|
|
65
|
+
</script>
|
|
66
|
+
|
|
67
|
+
<style lang="stylus">
|
|
68
|
+
.warn-modal
|
|
69
|
+
.modal-body
|
|
70
|
+
&-content
|
|
71
|
+
@apply flex flex-col items-center space-y-6 text-base text-gray-2
|
|
72
|
+
|
|
73
|
+
.icon
|
|
74
|
+
@apply text-16xl
|
|
75
|
+
</style>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export enum StayRangeLevel {
|
|
2
|
+
Minutes = 'minutes',
|
|
3
|
+
Hours = 'hours',
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
export default interface IStayRange {
|
|
7
|
+
start: {
|
|
8
|
+
value: number | null,
|
|
9
|
+
level: StayRangeLevel,
|
|
10
|
+
} | null;
|
|
11
|
+
end: {
|
|
12
|
+
value: number | null,
|
|
13
|
+
level: StayRangeLevel,
|
|
14
|
+
} | null;
|
|
15
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export default interface ITableField {
|
|
2
|
+
key: string;
|
|
3
|
+
label: string;
|
|
4
|
+
_style?: string | Object;
|
|
5
|
+
_class?: string | Object | Array<string | Object>;
|
|
6
|
+
sortable?: boolean;
|
|
7
|
+
filterable?: boolean;
|
|
8
|
+
colspan?: number;
|
|
9
|
+
col?: {
|
|
10
|
+
span?:number,
|
|
11
|
+
};
|
|
12
|
+
filterOptions?: {
|
|
13
|
+
key: string;
|
|
14
|
+
label?: string;
|
|
15
|
+
icon?: string;
|
|
16
|
+
_iconClass?: string;
|
|
17
|
+
}[];
|
|
18
|
+
tooltip?: string;
|
|
19
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export type NavItemConfigType = {
|
|
2
|
+
moduleType: 'project' | 'org' | 'system' | 'dashboard',
|
|
3
|
+
title: string;
|
|
4
|
+
to?: string;
|
|
5
|
+
code?: string;
|
|
6
|
+
emit?: string;
|
|
7
|
+
preIcon?: string;
|
|
8
|
+
postIcon?: string;
|
|
9
|
+
subItems?: NavItemConfigType[];
|
|
10
|
+
include?: string[];
|
|
11
|
+
inDev?: boolean;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
export type NavConfigType = (NavItemConfigType | null)[];
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { format } from 'date-fns';
|
|
2
|
+
import type IDateRange from '~ui/interface/IDateRange';
|
|
3
|
+
|
|
4
|
+
class DateRange implements IDateRange {
|
|
5
|
+
start: Date;
|
|
6
|
+
end: Date;
|
|
7
|
+
|
|
8
|
+
constructor(start: Date, end: Date) {
|
|
9
|
+
this.start = start;
|
|
10
|
+
this.end = end;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
toString() {
|
|
14
|
+
return `${format(this.start, 'yyyy/MM/dd')} - ${format(
|
|
15
|
+
this.end,
|
|
16
|
+
'yyyy/MM/dd'
|
|
17
|
+
)}`;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
export default DateRange;
|
package/nuxt.config.ts
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
// https://nuxt.com/docs/api/configuration/nuxt-config
|
|
2
|
+
import { fileURLToPath } from 'url';
|
|
3
|
+
import { dirname, join } from 'path';
|
|
4
|
+
|
|
5
|
+
const currentDir = dirname(fileURLToPath(import.meta.url));
|
|
6
|
+
|
|
7
|
+
export default defineNuxtConfig({
|
|
8
|
+
alias: { '~ui': currentDir, 'images': fileURLToPath(new URL('./assets/images', import.meta.url)) },
|
|
9
|
+
devtools: { enabled: true },
|
|
10
|
+
components: [
|
|
11
|
+
{ path: '~ui/components' }
|
|
12
|
+
],
|
|
13
|
+
css: [
|
|
14
|
+
'~ui/assets/css/icons.css',
|
|
15
|
+
'~ui/assets/css/layout.styl',
|
|
16
|
+
],
|
|
17
|
+
modules: ['@nuxtjs/tailwindcss'],
|
|
18
|
+
plugins: [
|
|
19
|
+
'~ui/plugins/googlemaps.ts',
|
|
20
|
+
'~ui/plugins/v-calendar.ts',
|
|
21
|
+
]
|
|
22
|
+
})
|
package/package.json
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@mptw/skylens-ui",
|
|
3
|
+
"type": "module",
|
|
4
|
+
"version": "1.0.0",
|
|
5
|
+
"main": "./nuxt.config.ts",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"dev": "nuxi dev .playground",
|
|
8
|
+
"build": "nuxt build .playground",
|
|
9
|
+
"generate": "nuxt generate .playground",
|
|
10
|
+
"preview": "nuxt preview .playground",
|
|
11
|
+
"lint": "eslint .",
|
|
12
|
+
"postinstall": "nuxt prepare .playground"
|
|
13
|
+
},
|
|
14
|
+
"devDependencies": {
|
|
15
|
+
"@nuxt/eslint-config": "^0.3.7",
|
|
16
|
+
"eslint": "^9.0.0",
|
|
17
|
+
"nuxt": "^3.11.2",
|
|
18
|
+
"typescript": "^5.4.5"
|
|
19
|
+
},
|
|
20
|
+
"dependencies": {
|
|
21
|
+
"@deck.gl/core": "^8.9.35",
|
|
22
|
+
"@deck.gl/google-maps": "^8.9.35",
|
|
23
|
+
"@deck.gl/layers": "^8.9.35",
|
|
24
|
+
"@googlemaps/js-api-loader": "^1.16.6",
|
|
25
|
+
"@gtm-support/vue-gtm": "^2.2.0",
|
|
26
|
+
"@nuxtjs/tailwindcss": "^6.11.4",
|
|
27
|
+
"@popperjs/core": "^2.11.8",
|
|
28
|
+
"@types/commonmark": "^0.27.9",
|
|
29
|
+
"@types/dompurify": "^3.0.5",
|
|
30
|
+
"@types/google.maps": "^3.55.7",
|
|
31
|
+
"@types/lodash": "^4.17.0",
|
|
32
|
+
"@types/sortablejs": "^1.15.8",
|
|
33
|
+
"@vue/language-plugin-pug": "^2.0.13",
|
|
34
|
+
"commonmark": "^0.31.0",
|
|
35
|
+
"date-fns": "^3.6.0",
|
|
36
|
+
"dompurify": "^3.1.0",
|
|
37
|
+
"echarts": "^5.5.0",
|
|
38
|
+
"exceljs": "^4.4.0",
|
|
39
|
+
"gsap": "^3.12.5",
|
|
40
|
+
"html-to-image": "^1.11.11",
|
|
41
|
+
"lodash-es": "^4.17.21",
|
|
42
|
+
"pug": "^3.0.2",
|
|
43
|
+
"rxjs": "^7.8.1",
|
|
44
|
+
"sortablejs": "^1.15.2",
|
|
45
|
+
"stylus": "^0.63.0",
|
|
46
|
+
"tailwindcss-textshadow": "^2.1.3",
|
|
47
|
+
"v-calendar": "^3.1.2",
|
|
48
|
+
"vue": "^3.4.22",
|
|
49
|
+
"vue-echarts": "^6.6.9",
|
|
50
|
+
"vue-slider-component": "^4.1.0-beta.7"
|
|
51
|
+
}
|
|
52
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Loader } from "@googlemaps/js-api-loader";
|
|
2
|
+
|
|
3
|
+
declare module '#app' {
|
|
4
|
+
interface NuxtApp {
|
|
5
|
+
$googlemapsLoader: Loader;
|
|
6
|
+
}
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
export default defineNuxtPlugin((nuxtApp) => {
|
|
10
|
+
const loader = new Loader({
|
|
11
|
+
apiKey: MAP_API_KEY,
|
|
12
|
+
version: "weekly",
|
|
13
|
+
libraries: ["core", "maps", "marker", "visualization"],
|
|
14
|
+
});
|
|
15
|
+
|
|
16
|
+
nuxtApp.provide('googlemapsLoader', loader);
|
|
17
|
+
});
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{"type":"FeatureCollection", "features": [
|
|
2
|
+
{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[119.622289,24.764586],[119.608994,24.76107],[119.608754,24.749809],[119.622382,24.756503],[119.622289,24.764586]]],[[[119.582038,24.776095],[119.561686,24.773297],[119.566302,24.766539],[119.574624,24.764252],[119.585053,24.772612],[119.582038,24.776095]]],[[[119.554478,24.969174],[119.552337,24.95664],[119.555114,24.951894],[119.546349,24.939345],[119.563259,24.932409],[119.571884,24.939688],[119.579438,24.937253],[119.592439,24.944619],[119.59955,24.952319],[119.596775,24.962115],[119.581775,24.958969],[119.579311,24.952903],[119.562044,24.955227],[119.565159,24.963641],[119.554478,24.969174]]],[[[119.633864,25.032083],[119.621754,25.019738],[119.608692,25.014807],[119.613295,25.009195],[119.625024,25.012629],[119.633796,25.011937],[119.644007,25.020503],[119.633864,25.032083]]],[[[119.627059,25.07587],[119.616259,25.063644],[119.625364,25.061145],[119.62967,25.068946],[119.627059,25.07587]]],[[[120.117042,25.176996],[120.111335,25.170014],[120.118473,25.164792],[120.1228,25.162925],[120.120666,25.15456],[120.125964,25.151378],[120.142439,25.159565],[120.133332,25.17263],[120.129742,25.164975],[120.118965,25.165225],[120.1209,25.171185],[120.117042,25.176996]]],[[[119.693555,24.318801],[119.675227,24.314492],[119.668544,24.299056],[119.661501,24.290507],[119.659261,24.277277],[119.670661,24.267487],[119.676986,24.275189],[119.690954,24.27673],[119.694612,24.284032],[119.711014,24.290567],[119.713864,24.308424],[119.704744,24.315192],[119.693555,24.318801]]],[[[119.856004,24.394585],[119.84154,24.381991],[119.836732,24.374047],[119.828738,24.370539],[119.830401,24.356033],[119.823754,24.347483],[119.807818,24.334114],[119.795134,24.334097],[119.776047,24.341484],[119.76286,24.355598],[119.752182,24.358214],[119.737435,24.35236],[119.730916,24.337265],[119.740045,24.3248],[119.740249,24.318441],[119.746885,24.308639],[119.746902,24.298688],[119.735613,24.281287],[119.722848,24.275468],[119.734665,24.267358],[119.74189,24.257991],[119.749557,24.258248],[119.755081,24.252238],[119.768332,24.248391],[119.778933,24.253527],[119.78593,24.271197],[119.798602,24.285456],[119.817526,24.294361],[119.83051,24.297574],[119.847307,24.297422],[119.855206,24.291004],[119.87216,24.286332],[119.880515,24.27052],[119.900736,24.280229],[119.911215,24.294024],[119.905329,24.299954],[119.916998,24.303666],[119.920896,24.31572],[119.910867,24.323586],[119.906642,24.346701],[119.894251,24.3671],[119.895322,24.372347],[119.880355,24.376921],[119.87402,24.389821],[119.856004,24.394585]]]]},"properties":{"name":"金門、馬祖"},"id":"3d1d600f-2fd3-446d-9743-3ce0dc844952"},
|
|
3
|
+
{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[121.959708455,24.84493697],[121.956171797,24.850652513],[121.947528635,24.851250363],[121.940218139,24.838569014],[121.948005578,24.835339364],[121.965091741,24.838991874],[121.959708455,24.84493697]]],[[[121.96602789,24.983084399],[121.962811762,24.987763829],[121.943922464,24.987943025],[121.933491466,24.980900312],[121.916242017,24.979476807],[121.902819509,24.974382986],[121.897195211,24.967071166],[121.871543219,24.960722682],[121.861224407,24.963666696],[121.847170041,24.96036129],[121.841379037,24.95416721],[121.839839034,24.942206263],[121.84661884,24.937841847],[121.852115566,24.923739129],[121.831812059,24.904910796],[121.810494133,24.90366794],[121.79250274,24.900004107],[121.790001962,24.893457355],[121.78166394,24.889397692],[121.78492228,24.875621415],[121.775183923,24.866617934],[121.769159591,24.865921525],[121.760976912,24.856704022],[121.741981602,24.852462234],[121.732621249,24.855819404],[121.72191297,24.849852731],[121.714258929,24.841786163],[121.688897167,24.826204658],[121.689320651,24.817330956],[121.676746855,24.814120273],[121.668768605,24.816935157],[121.660203841,24.81110876],[121.647473328,24.813880259],[121.630052164,24.808941555],[121.620429821,24.792556454],[121.609628438,24.793768253],[121.605635352,24.789128676],[121.591946419,24.787505124],[121.59756169,24.772553029],[121.590485673,24.760742174],[121.589953107,24.751891835],[121.595355387,24.739123753],[121.594070804,24.729266104],[121.587679063,24.720331963],[121.577810559,24.721778845],[121.577273989,24.714876362],[121.558232655,24.71093036],[121.543395359,24.705738794],[121.537843617,24.699722335],[121.53686466,24.688496959],[121.523787179,24.683297072],[121.512202891,24.684477733],[121.492717562,24.673193758],[121.479988183,24.673850633],[121.45949003,24.673159038],[121.447924115,24.655107173],[121.451371218,24.651057185],[121.444980047,24.642948868],[121.434830544,24.624456562],[121.427803648,24.606087101],[121.418279902,24.601035422],[121.412774045,24.60365126],[121.403038938,24.591708194],[121.412154748,24.573103903],[121.403927377,24.568975263],[121.39467297,24.555575253],[121.398755073,24.548204159],[121.39673962,24.539823519],[121.401626574,24.529239424],[121.391866007,24.524112304],[121.383719351,24.510355563],[121.373346743,24.509896609],[121.370660001,24.497870555],[121.357743322,24.486609617],[121.342410946,24.481714344],[121.335993775,24.467366776],[121.323789162,24.456722108],[121.317658864,24.441489409],[121.328059892,24.433912369],[121.327434519,24.413021993],[121.324990147,24.406913285],[121.338474664,24.390054406],[121.355316376,24.39314913],[121.364881206,24.389075055],[121.367145108,24.379211344],[121.373572838,24.368166053],[121.381127988,24.366866959],[121.389188404,24.374154945],[121.400588118,24.379585612],[121.407899782,24.37754964],[121.429364089,24.383061418],[121.437779609,24.382877858],[121.442882447,24.373153864],[121.452005017,24.364681666],[121.464970622,24.355558778],[121.485475814,24.348375794],[121.498113943,24.339236298],[121.522151153,24.343024475],[121.540527361,24.335914696],[121.544723801,24.33782523],[121.556070684,24.33115694],[121.560077629,24.322638342],[121.569599128,24.317944136],[121.575847022,24.319673347],[121.60701494,24.312640575],[121.596562667,24.328142399],[121.599443354,24.333376644],[121.615722048,24.333224123],[121.620278633,24.345337691],[121.626681891,24.335629818],[121.632963618,24.334967196],[121.635109241,24.348368328],[121.627407108,24.349448887],[121.621746126,24.357172198],[121.621705952,24.366630895],[121.630942702,24.370552738],[121.648903045,24.349401063],[121.64817737,24.358367989],[121.6739744,24.343401058],[121.684002435,24.340778389],[121.68949101,24.333587494],[121.697315193,24.334264002],[121.714337577,24.326724501],[121.744727664,24.322858146],[121.759104614,24.314210522],[121.774056693,24.315277433],[121.770882332,24.332593913],[121.773573541,24.343718326],[121.787018051,24.372503152],[121.791137822,24.408236691],[121.801854308,24.434343379],[121.810826508,24.441453474],[121.821840253,24.455868124],[121.820368238,24.461427985],[121.833331799,24.467958292],[121.841215894,24.475590591],[121.855439735,24.480592397],[121.850716666,24.484898442],[121.85049242,24.494679906],[121.840224502,24.498042025],[121.838229575,24.506543369],[121.841902215,24.520254255],[121.868563443,24.52766049],[121.873696982,24.534640699],[121.869820989,24.576089203],[121.884988131,24.599615663],[121.880854643,24.605566626],[121.86611894,24.609928805],[121.858753578,24.616704012],[121.852112625,24.628006477],[121.841504282,24.656241785],[121.838176308,24.672898053],[121.836301819,24.70823945],[121.839128986,24.717419034],[121.832774792,24.7198993],[121.825869262,24.733005746],[121.820975659,24.747698041],[121.817989018,24.778140217],[121.819681949,24.803219103],[121.824296099,24.828873969],[121.830612646,24.850450145],[121.842681311,24.876160533],[121.851353672,24.890117087],[121.860465059,24.894464679],[121.885365773,24.91889442],[121.887880566,24.935093174],[121.894922473,24.940657943],[121.916264247,24.951863665],[121.925583253,24.96856355],[121.936220685,24.973855007],[121.96602789,24.983084399]]],[[[121.403038938,24.591708194],[121.391325038,24.586458653],[121.372775917,24.593747627],[121.363323965,24.603128568],[121.358850028,24.617374865],[121.365617923,24.631754026],[121.357807553,24.633712872],[121.352388296,24.643541607],[121.353221835,24.666322531],[121.3398398,24.670390968],[121.33898449,24.679072722],[121.329391613,24.691326682],[121.318172145,24.697991369],[121.303896125,24.692918166],[121.299478,24.695567886],[121.307609389,24.719905795],[121.298111647,24.733233629],[121.307707619,24.754983504],[121.300294107,24.763556307],[121.277415335,24.770925321],[121.271160755,24.777875455],[121.258485834,24.785084057],[121.261201584,24.790322844],[121.247834449,24.796619974],[121.247434437,24.803494248],[121.238236702,24.804655217],[121.221564561,24.799416541],[121.217032329,24.812417055],[121.207638732,24.806989931],[121.196510341,24.817813721],[121.183118929,24.825054093],[121.17629636,24.831995698],[121.159508008,24.838579777],[121.152828432,24.846166362],[121.161376676,24.859470875],[121.155662494,24.880711381],[121.138846153,24.882364892],[121.134401658,24.878325883],[121.113488406,24.882559987],[121.109071691,24.897738273],[121.091271974,24.893362615],[121.061412779,24.90380963],[121.058231214,24.913904468],[121.060847478,24.920336794],[121.055440593,24.936242709],[121.038656921,24.94599824],[121.01936163,24.94041882],[121.006606442,24.945941651],[120.989905867,24.936031978],[120.982025461,24.939976473],[120.969665906,24.928467822],[120.958880808,24.902866218],[120.952605108,24.895378373],[120.94654011,24.878656016],[120.939248168,24.867182809],[120.925221256,24.854813764],[120.940441796,24.849964643],[120.944809598,24.841068902],[120.955284137,24.834363483],[120.974637859,24.829957763],[120.981450722,24.831232489],[120.987684245,24.825565815],[121.000383575,24.82206115],[121.018151138,24.807350787],[121.023043554,24.795757805],[121.024947231,24.779990246],[121.029665452,24.776448918],[121.032397987,24.761693045],[121.020869676,24.75655945],[121.0135526,24.770936721],[120.995977447,24.779986175],[120.985832738,24.77690939],[120.988322959,24.76845618],[120.979480567,24.76330733],[120.969833104,24.765164709],[120.967404891,24.756465492],[120.953893829,24.743420913],[120.946142408,24.745281912],[120.938131203,24.727513945],[120.93542097,24.712596586],[120.941918406,24.707354353],[120.948155688,24.711216411],[120.954780155,24.704351407],[120.962465186,24.711031287],[120.9738716,24.71182344],[120.974051112,24.699388209],[120.965163449,24.688109201],[120.976420586,24.683141878],[120.976516968,24.675424381],[120.997108385,24.654665613],[121.008085166,24.650378656],[121.014381151,24.640852051],[121.043228824,24.627229913],[121.053194736,24.615404502],[121.06151808,24.621768584],[121.073788812,24.613197967],[121.076349628,24.603065334],[121.081271547,24.600570677],[121.083027545,24.589759621],[121.075457452,24.581032273],[121.070585042,24.563357514],[121.06218587,24.556154917],[121.073460693,24.549420529],[121.080237568,24.541444478],[121.077430258,24.528208368],[121.067022112,24.522982744],[121.072058191,24.498413623],[121.085551462,24.501308288],[121.097750196,24.496381896],[121.109172685,24.501187922],[121.113331463,24.506465233],[121.123696399,24.510075055],[121.136991074,24.506654539],[121.145021049,24.511920255],[121.150581633,24.506091667],[121.169133225,24.502588517],[121.177912701,24.507651712],[121.186770133,24.505380446],[121.20051754,24.511458655],[121.213972183,24.514780668],[121.222137068,24.50750705],[121.218667095,24.498262508],[121.228618025,24.492493916],[121.242287776,24.478476686],[121.244390781,24.470057946],[121.258085824,24.463241543],[121.261596259,24.444035332],[121.258928161,24.438036121],[121.259799868,24.429377267],[121.26989537,24.427375743],[121.305703599,24.432649025],[121.317658864,24.441489409],[121.323789162,24.456722108],[121.335993775,24.467366776],[121.342410946,24.481714344],[121.357743322,24.486609617],[121.370660001,24.497870555],[121.373346743,24.509896609],[121.383719351,24.510355563],[121.391866007,24.524112304],[121.401626574,24.529239424],[121.39673962,24.539823519],[121.398755073,24.548204159],[121.39467297,24.555575253],[121.403927377,24.568975263],[121.412154748,24.573103903],[121.403038938,24.591708194]]],[[[121.803500233,25.136205759],[121.80702538,25.149139313],[121.79319118,25.146876291],[121.774730046,25.155963345],[121.76554749,25.163431656],[121.748493304,25.156252828],[121.723654465,25.165170102],[121.707246344,25.166031225],[121.709649455,25.176565303],[121.698940017,25.167219789],[121.691286033,25.166326944],[121.677650272,25.155811299],[121.658119528,25.15215537],[121.649863015,25.145101624],[121.639565017,25.14568631],[121.626788001,25.139620585],[121.628660978,25.134680239],[121.643024637,25.127829555],[121.646229249,25.113628081],[121.65568545,25.093615747],[121.674021304,25.082922575],[121.688412039,25.071741268],[121.699350458,25.067449969],[121.712360641,25.068036845],[121.732292466,25.05276996],[121.745904526,25.052997452],[121.759285586,25.059451758],[121.762328842,25.0569828],[121.775694859,25.070000109],[121.759120898,25.084478926],[121.759601412,25.100786341],[121.756049151,25.108409475],[121.766899095,25.11252615],[121.772965915,25.120110352],[121.790147293,25.112265695],[121.797758915,25.114316497],[121.797068612,25.121285468],[121.804984074,25.125794178],[121.803500233,25.136205759]]],[[[120.93542097,24.712596586],[120.938131203,24.727513945],[120.946142408,24.745281912],[120.953893829,24.743420913],[120.967404891,24.756465492],[120.969833104,24.765164709],[120.979480567,24.76330733],[120.988322959,24.76845618],[120.985832738,24.77690939],[120.995977447,24.779986175],[121.0135526,24.770936721],[121.020869676,24.75655945],[121.032397987,24.761693045],[121.029665452,24.776448918],[121.024947231,24.779990246],[121.023043554,24.795757805],[121.018151138,24.807350787],[121.000383575,24.82206115],[120.987684245,24.825565815],[120.981450722,24.831232489],[120.974637859,24.829957763],[120.955284137,24.834363483],[120.944809598,24.841068902],[120.940441796,24.849964643],[120.925221256,24.854813764],[120.916752021,24.848748252],[120.915747818,24.841129],[120.902805635,24.824070928],[120.892105831,24.791936855],[120.89318573,24.761362565],[120.874529401,24.738322778],[120.881028534,24.733291088],[120.897228291,24.733366846],[120.905863021,24.740681838],[120.916272614,24.721534464],[120.914896561,24.716815391],[120.93542097,24.712596586]]],[[[121.570980505,25.197168115],[121.564892296,25.200943768],[121.562742943,25.209290286],[121.555001474,25.208432732],[121.542819178,25.188954866],[121.521696925,25.179002057],[121.52005421,25.169402389],[121.502726142,25.172793204],[121.486447276,25.150771289],[121.48285667,25.150223348],[121.465601938,25.131551944],[121.457323445,25.107101463],[121.466376165,25.101657758],[121.481068636,25.100878766],[121.489094529,25.096859954],[121.502630638,25.082965615],[121.507037104,25.069886578],[121.506219422,25.05363608],[121.501350098,25.045954156],[121.488812013,25.042570886],[121.483633504,25.035301756],[121.492651227,25.009528386],[121.500265742,25.011955273],[121.509112677,25.021343911],[121.51929391,25.019546029],[121.533859213,25.003604029],[121.530506032,24.998011678],[121.536845766,24.988729203],[121.553046087,24.980753996],[121.561210604,24.964712183],[121.578628567,24.966589972],[121.597068561,24.960505844],[121.608466316,24.963193233],[121.619185324,24.970601478],[121.600179293,24.976941256],[121.598131,24.994496967],[121.600548587,25.000711302],[121.595632119,25.007160223],[121.597517997,25.014782156],[121.608728902,25.020504314],[121.622486545,25.017381587],[121.642972767,25.024561695],[121.664046482,25.023176987],[121.665934308,25.029877893],[121.650228554,25.027628012],[121.621939202,25.040057114],[121.616453653,25.048151043],[121.621646499,25.060338084],[121.624309948,25.080423348],[121.628606494,25.086474238],[121.623277193,25.096931196],[121.615455994,25.103843078],[121.597482287,25.109511287],[121.595593061,25.113276665],[121.604066542,25.136178237],[121.595759825,25.143584231],[121.589861126,25.163718287],[121.577060145,25.167006062],[121.58327683,25.177553889],[121.583988943,25.188793301],[121.570980505,25.197168115]]],[[[121.709649455,25.176565303],[121.702722876,25.180587376],[121.69266057,25.180134562],[121.685859321,25.191979175],[121.69401296,25.201773912],[121.692662734,25.208528094],[121.678077482,25.205950739],[121.672449049,25.202149088],[121.655847715,25.213303129],[121.650168577,25.222740558],[121.651272112,25.233334987],[121.642719603,25.230932727],[121.633879231,25.240634353],[121.635877893,25.250094072],[121.634123072,25.260037171],[121.623117797,25.273907852],[121.607925723,25.281457278],[121.597038734,25.291577858],[121.58665677,25.293424308],[121.577723863,25.298896443],[121.56930335,25.298457119],[121.560302832,25.291981119],[121.550385687,25.291633087],[121.533756818,25.297066198],[121.533332823,25.289874184],[121.525934261,25.286017019],[121.509367091,25.283442124],[121.48093814,25.270878653],[121.47156716,25.255994295],[121.462504571,25.252051691],[121.452679369,25.252812917],[121.435912756,25.217108056],[121.430860044,25.215889506],[121.418928241,25.199271511],[121.418743664,25.19154763],[121.404848778,25.189836473],[121.404293439,25.183096703],[121.41884021,25.177411201],[121.402297115,25.158789139],[121.391700658,25.167992122],[121.387992482,25.15203997],[121.389760953,25.147740829],[121.364472906,25.137876323],[121.353443474,25.131602363],[121.320132655,25.1234214],[121.30062434,25.125214703],[121.291341456,25.118576426],[121.283379585,25.117811482],[121.282680395,25.110065488],[121.298297782,25.104494657],[121.302842125,25.096765523],[121.324711549,25.092620935],[121.338663111,25.083633724],[121.348932798,25.081217104],[121.354879811,25.065150355],[121.37667434,25.066094007],[121.386148802,25.063250721],[121.388642484,25.056986949],[121.397427344,25.051521941],[121.392644178,25.043392066],[121.398778783,25.038675651],[121.39825475,25.030174198],[121.412118307,25.018847017],[121.397544397,25.016230533],[121.403229029,24.999330236],[121.394267773,24.993510632],[121.384053154,24.995613829],[121.382117583,24.983906418],[121.368777945,24.976811848],[121.353964921,24.977844459],[121.3427085,24.982304654],[121.327182494,24.977595558],[121.329145814,24.960578436],[121.324999569,24.94362272],[121.315773512,24.9384751],[121.323212147,24.931281483],[121.334295967,24.929721483],[121.31757753,24.916361566],[121.326198451,24.909183126],[121.321253932,24.899945167],[121.332242593,24.893362017],[121.342117989,24.892592991],[121.345627159,24.880056853],[121.354393788,24.873236544],[121.345911475,24.868159443],[121.353650071,24.858412998],[121.352461117,24.849072527],[121.357783433,24.839521468],[121.377887013,24.834485136],[121.38503327,24.840810278],[121.402695912,24.843575104],[121.415637474,24.83549876],[121.417583032,24.825251973],[121.423524611,24.825475861],[121.429978967,24.814919794],[121.436427806,24.812197524],[121.438258783,24.795339887],[121.44951677,24.785937343],[121.431423603,24.77193929],[121.423417042,24.763095274],[121.435352739,24.73290141],[121.450347667,24.705578311],[121.474227591,24.69610355],[121.473032784,24.689679722],[121.479988183,24.673850633],[121.492717562,24.673193758],[121.512202891,24.684477733],[121.523787179,24.683297072],[121.53686466,24.688496959],[121.537843617,24.699722335],[121.543395359,24.705738794],[121.558232655,24.71093036],[121.577273989,24.714876362],[121.577810559,24.721778845],[121.587679063,24.720331963],[121.594070804,24.729266104],[121.595355387,24.739123753],[121.589953107,24.751891835],[121.590485673,24.760742174],[121.59756169,24.772553029],[121.591946419,24.787505124],[121.605635352,24.789128676],[121.609628438,24.793768253],[121.620429821,24.792556454],[121.630052164,24.808941555],[121.647473328,24.813880259],[121.660203841,24.81110876],[121.668768605,24.816935157],[121.676746855,24.814120273],[121.689320651,24.817330956],[121.688897167,24.826204658],[121.714258929,24.841786163],[121.72191297,24.849852731],[121.732621249,24.855819404],[121.741981602,24.852462234],[121.760976912,24.856704022],[121.769159591,24.865921525],[121.775183923,24.866617934],[121.78492228,24.875621415],[121.78166394,24.889397692],[121.790001962,24.893457355],[121.79250274,24.900004107],[121.810494133,24.90366794],[121.831812059,24.904910796],[121.852115566,24.923739129],[121.84661884,24.937841847],[121.839839034,24.942206263],[121.841379037,24.95416721],[121.847170041,24.96036129],[121.861224407,24.963666696],[121.871543219,24.960722682],[121.897195211,24.967071166],[121.902819509,24.974382986],[121.916242017,24.979476807],[121.933491466,24.980900312],[121.943922464,24.987943025],[121.962811762,24.987763829],[121.96602789,24.983084399],[121.983876151,24.99055834],[121.99667307,25.000764164],[122.003579803,25.002001354],[122.006918542,25.010848913],[121.999107078,25.019616303],[121.973642855,25.026564636],[121.947101559,25.02106527],[121.934547661,25.032361985],[121.928954643,25.040998611],[121.931708926,25.063124388],[121.925489731,25.072042421],[121.915352596,25.078082452],[121.914425989,25.089750806],[121.918555877,25.100224914],[121.92654415,25.108148735],[121.921199247,25.121320042],[121.904521312,25.124323959],[121.897065073,25.119697623],[121.877406837,25.125047101],[121.865034226,25.12314754],[121.841852134,25.128859247],[121.819870093,25.124225349],[121.821864403,25.136035999],[121.810417251,25.133102545],[121.803500233,25.136205759],[121.804984074,25.125794178],[121.797068612,25.121285468],[121.797758915,25.114316497],[121.790147293,25.112265695],[121.772965915,25.120110352],[121.766899095,25.11252615],[121.756049151,25.108409475],[121.759601412,25.100786341],[121.759120898,25.084478926],[121.775694859,25.070000109],[121.762328842,25.0569828],[121.759285586,25.059451758],[121.745904526,25.052997452],[121.732292466,25.05276996],[121.712360641,25.068036845],[121.699350458,25.067449969],[121.688412039,25.071741268],[121.674021304,25.082922575],[121.65568545,25.093615747],[121.646229249,25.113628081],[121.643024637,25.127829555],[121.628660978,25.134680239],[121.626788001,25.139620585],[121.639565017,25.14568631],[121.649863015,25.145101624],[121.658119528,25.15215537],[121.677650272,25.155811299],[121.691286033,25.166326944],[121.698940017,25.167219789],[121.709649455,25.176565303]],[[121.570980505,25.197168115],[121.583988943,25.188793301],[121.58327683,25.177553889],[121.577060145,25.167006062],[121.589861126,25.163718287],[121.595759825,25.143584231],[121.604066542,25.136178237],[121.595593061,25.113276665],[121.597482287,25.109511287],[121.615455994,25.103843078],[121.623277193,25.096931196],[121.628606494,25.086474238],[121.624309948,25.080423348],[121.621646499,25.060338084],[121.616453653,25.048151043],[121.621939202,25.040057114],[121.650228554,25.027628012],[121.665934308,25.029877893],[121.664046482,25.023176987],[121.642972767,25.024561695],[121.622486545,25.017381587],[121.608728902,25.020504314],[121.597517997,25.014782156],[121.595632119,25.007160223],[121.600548587,25.000711302],[121.598131,24.994496967],[121.600179293,24.976941256],[121.619185324,24.970601478],[121.608466316,24.963193233],[121.597068561,24.960505844],[121.578628567,24.966589972],[121.561210604,24.964712183],[121.553046087,24.980753996],[121.536845766,24.988729203],[121.530506032,24.998011678],[121.533859213,25.003604029],[121.51929391,25.019546029],[121.509112677,25.021343911],[121.500265742,25.011955273],[121.492651227,25.009528386],[121.483633504,25.035301756],[121.488812013,25.042570886],[121.501350098,25.045954156],[121.506219422,25.05363608],[121.507037104,25.069886578],[121.502630638,25.082965615],[121.489094529,25.096859954],[121.481068636,25.100878766],[121.466376165,25.101657758],[121.457323445,25.107101463],[121.465601938,25.131551944],[121.48285667,25.150223348],[121.486447276,25.150771289],[121.502726142,25.172793204],[121.52005421,25.169402389],[121.521696925,25.179002057],[121.542819178,25.188954866],[121.555001474,25.208432732],[121.562742943,25.209290286],[121.564892296,25.200943768],[121.570980505,25.197168115]]],[[[121.283379585,25.117811482],[121.259772103,25.123615605],[121.239609527,25.1156553],[121.229392204,25.115195547],[121.21207367,25.10995925],[121.184301634,25.095851843],[121.174728215,25.093686096],[121.157177382,25.084390756],[121.125005724,25.07680578],[121.090008127,25.06299446],[121.086642324,25.05644436],[121.072092431,25.049873692],[121.051956598,25.043524786],[121.028623491,25.020584722],[121.020043557,25.008202821],[121.016211152,24.995358847],[121.010440495,24.988831267],[121.010999223,24.978356113],[120.998419207,24.958575801],[120.986456954,24.948276291],[120.982025461,24.939976473],[120.989905867,24.936031978],[121.006606442,24.945941651],[121.01936163,24.94041882],[121.038656921,24.94599824],[121.055440593,24.936242709],[121.060847478,24.920336794],[121.058231214,24.913904468],[121.061412779,24.90380963],[121.091271974,24.893362615],[121.109071691,24.897738273],[121.113488406,24.882559987],[121.134401658,24.878325883],[121.138846153,24.882364892],[121.155662494,24.880711381],[121.161376676,24.859470875],[121.152828432,24.846166362],[121.159508008,24.838579777],[121.17629636,24.831995698],[121.183118929,24.825054093],[121.196510341,24.817813721],[121.207638732,24.806989931],[121.217032329,24.812417055],[121.221564561,24.799416541],[121.238236702,24.804655217],[121.247434437,24.803494248],[121.247834449,24.796619974],[121.261201584,24.790322844],[121.258485834,24.785084057],[121.271160755,24.777875455],[121.277415335,24.770925321],[121.300294107,24.763556307],[121.307707619,24.754983504],[121.298111647,24.733233629],[121.307609389,24.719905795],[121.299478,24.695567886],[121.303896125,24.692918166],[121.318172145,24.697991369],[121.329391613,24.691326682],[121.33898449,24.679072722],[121.3398398,24.670390968],[121.353221835,24.666322531],[121.352388296,24.643541607],[121.357807553,24.633712872],[121.365617923,24.631754026],[121.358850028,24.617374865],[121.363323965,24.603128568],[121.372775917,24.593747627],[121.391325038,24.586458653],[121.403038938,24.591708194],[121.412774045,24.60365126],[121.418279902,24.601035422],[121.427803648,24.606087101],[121.434830544,24.624456562],[121.444980047,24.642948868],[121.451371218,24.651057185],[121.447924115,24.655107173],[121.45949003,24.673159038],[121.479988183,24.673850633],[121.473032784,24.689679722],[121.474227591,24.69610355],[121.450347667,24.705578311],[121.435352739,24.73290141],[121.423417042,24.763095274],[121.431423603,24.77193929],[121.44951677,24.785937343],[121.438258783,24.795339887],[121.436427806,24.812197524],[121.429978967,24.814919794],[121.423524611,24.825475861],[121.417583032,24.825251973],[121.415637474,24.83549876],[121.402695912,24.843575104],[121.38503327,24.840810278],[121.377887013,24.834485136],[121.357783433,24.839521468],[121.352461117,24.849072527],[121.353650071,24.858412998],[121.345911475,24.868159443],[121.354393788,24.873236544],[121.345627159,24.880056853],[121.342117989,24.892592991],[121.332242593,24.893362017],[121.321253932,24.899945167],[121.326198451,24.909183126],[121.31757753,24.916361566],[121.334295967,24.929721483],[121.323212147,24.931281483],[121.315773512,24.9384751],[121.324999569,24.94362272],[121.329145814,24.960578436],[121.327182494,24.977595558],[121.3427085,24.982304654],[121.353964921,24.977844459],[121.368777945,24.976811848],[121.382117583,24.983906418],[121.384053154,24.995613829],[121.394267773,24.993510632],[121.403229029,24.999330236],[121.397544397,25.016230533],[121.412118307,25.018847017],[121.39825475,25.030174198],[121.398778783,25.038675651],[121.392644178,25.043392066],[121.397427344,25.051521941],[121.388642484,25.056986949],[121.386148802,25.063250721],[121.37667434,25.066094007],[121.354879811,25.065150355],[121.348932798,25.081217104],[121.338663111,25.083633724],[121.324711549,25.092620935],[121.302842125,25.096765523],[121.298297782,25.104494657],[121.282680395,25.110065488],[121.283379585,25.117811482]]]]},"properties":{"name":"北部區域"},"id":"c98153f7-c598-41a4-b6bf-b91b77620797"},
|
|
4
|
+
{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[120.081077283,23.524122164],[120.063792688,23.515016946],[120.037859504,23.496854477],[120.016055724,23.484203752],[120.000312375,23.472945686],[119.996896959,23.465770331],[120.004453076,23.460335725],[120.024522144,23.460284191],[120.022922101,23.470892632],[120.029779601,23.47960358],[120.045151439,23.477260575],[120.053562487,23.48336152],[120.060626553,23.479593867],[120.068603454,23.502197054],[120.083498032,23.511802345],[120.09355683,23.510642253],[120.090801083,23.520260521],[120.081077283,23.524122164]]],[[[120.099412443,23.541655983],[120.091146976,23.531206116],[120.107273719,23.527452944],[120.110621854,23.530641425],[120.099412443,23.541655983]]],[[[120.132314122,23.563161354],[120.12447661,23.562918769],[120.119981996,23.556527692],[120.112242647,23.555725236],[120.109469706,23.545136005],[120.122540323,23.552415725],[120.132314122,23.563161354]]],[[[120.640367769,23.786050898],[120.614997924,23.791364388],[120.59258719,23.791069705],[120.550744575,23.801174793],[120.529101993,23.799193438],[120.511047476,23.800095207],[120.483160043,23.806571327],[120.451963441,23.817285472],[120.433102451,23.83015092],[120.410328342,23.826378769],[120.37031725,23.828561825],[120.360107183,23.823259462],[120.308118902,23.820304502],[120.255011848,23.834254792],[120.23594829,23.848149114],[120.220355219,23.866222344],[120.214317654,23.850719576],[120.205199155,23.848377505],[120.207666511,23.837221104],[120.191685266,23.81824924],[120.182054265,23.81568758],[120.181417771,23.81044042],[120.15696397,23.784447705],[120.162879334,23.779714078],[120.162899775,23.772550062],[120.169181555,23.758932872],[120.165805128,23.741899889],[120.155818407,23.719443124],[120.146916281,23.706747518],[120.145373506,23.691941148],[120.139214869,23.684235519],[120.135221358,23.667140752],[120.123959299,23.643202732],[120.114479523,23.632856988],[120.123530699,23.621847275],[120.131201018,23.624365614],[120.137123482,23.620366754],[120.140296356,23.60867721],[120.141674899,23.592289998],[120.14070883,23.573077034],[120.143299873,23.572129565],[120.139562629,23.549786208],[120.15026924,23.531937443],[120.145839071,23.520825251],[120.158128739,23.515925255],[120.166580044,23.51723444],[120.180970562,23.509852416],[120.195079583,23.512644826],[120.205004895,23.511809235],[120.223039765,23.504320056],[120.23909721,23.507692086],[120.246645295,23.513832597],[120.242032173,23.538692871],[120.244364382,23.544296665],[120.2560911,23.546094665],[120.263443878,23.533529121],[120.271906121,23.530750552],[120.276354428,23.543471728],[120.290905583,23.551157394],[120.289249417,23.5611803],[120.297648789,23.564535419],[120.310539898,23.564447898],[120.31187795,23.5749622],[120.320399807,23.572391007],[120.333114285,23.579204209],[120.333651815,23.591788224],[120.356688084,23.594037684],[120.365876601,23.603003221],[120.366503544,23.607807962],[120.379775635,23.609928398],[120.386619082,23.621014782],[120.402637846,23.62693924],[120.422021096,23.61926851],[120.441123334,23.6259761],[120.444209803,23.630381518],[120.455483945,23.626523624],[120.478727003,23.632777954],[120.485850712,23.630633447],[120.499485903,23.635065846],[120.517600236,23.611077863],[120.536933321,23.594729379],[120.556570918,23.592851313],[120.576699849,23.583562762],[120.588834573,23.585500133],[120.609801541,23.582610685],[120.618996043,23.584170235],[120.625217251,23.590659527],[120.64561863,23.59353534],[120.649034002,23.582744058],[120.643479742,23.578213594],[120.650820222,23.572425396],[120.670769651,23.578478443],[120.676239299,23.570713137],[120.694018754,23.576502581],[120.704316374,23.575009585],[120.717943474,23.569044426],[120.732241659,23.577035471],[120.733890374,23.584721624],[120.724604739,23.603655545],[120.730863289,23.61080836],[120.730767449,23.618081068],[120.723822849,23.621905341],[120.705026765,23.617269943],[120.691540751,23.620391526],[120.683587562,23.610876521],[120.661200829,23.610472189],[120.651390125,23.616197641],[120.65360578,23.62876267],[120.645132275,23.63098623],[120.635408849,23.619880864],[120.631015285,23.621741628],[120.629073209,23.635166422],[120.6352843,23.643134141],[120.634967096,23.65157464],[120.646768721,23.67251489],[120.646593018,23.691738446],[120.640255249,23.70979199],[120.639735074,23.726623612],[120.644620265,23.736652302],[120.654463324,23.739792413],[120.655967299,23.753764414],[120.648499966,23.773216074],[120.640367769,23.786050898]]],[[[121.452005017,24.364681666],[121.442882447,24.373153864],[121.437779609,24.382877858],[121.429364089,24.383061418],[121.407899782,24.37754964],[121.400588118,24.379585612],[121.389188404,24.374154945],[121.381127988,24.366866959],[121.373572838,24.368166053],[121.367145108,24.379211344],[121.364881206,24.389075055],[121.355316376,24.39314913],[121.338474664,24.390054406],[121.324990147,24.406913285],[121.327434519,24.413021993],[121.328059892,24.433912369],[121.317658864,24.441489409],[121.305703599,24.432649025],[121.26989537,24.427375743],[121.259799868,24.429377267],[121.258928161,24.438036121],[121.257607642,24.425046663],[121.243891692,24.420076268],[121.243563336,24.405717715],[121.23465556,24.397337146],[121.231349472,24.383683781],[121.213429363,24.382106969],[121.210623323,24.395717426],[121.1971814,24.396588244],[121.190230494,24.381621494],[121.183292087,24.381011381],[121.174690815,24.373851131],[121.167975861,24.360728796],[121.149259395,24.357966797],[121.140954828,24.359643255],[121.122055013,24.336350148],[121.121574462,24.330678752],[121.108636852,24.331000801],[121.102251152,24.324583593],[121.086603537,24.317601104],[121.081573508,24.324048692],[121.073421836,24.322306591],[121.055279208,24.310310401],[121.052094909,24.299011129],[121.045187025,24.295325282],[121.035287275,24.297179175],[121.029361705,24.304707411],[121.018013818,24.31129563],[121.014490366,24.320114046],[121.004713212,24.331960713],[120.991022681,24.329763954],[120.981979558,24.33590462],[120.972359637,24.333507812],[120.960155585,24.335055635],[120.956781122,24.339299319],[120.942453803,24.339137345],[120.935638938,24.342916955],[120.917007036,24.335724388],[120.922441745,24.303596206],[120.91172711,24.293980823],[120.904530243,24.292228505],[120.874899179,24.294895954],[120.857224884,24.289110931],[120.833560528,24.290474699],[120.825308829,24.296782539],[120.817566072,24.307422376],[120.805508007,24.31596661],[120.783821348,24.318354588],[120.758504814,24.328652361],[120.73039939,24.3518107],[120.707290046,24.357867928],[120.691958972,24.368283625],[120.685678205,24.378925828],[120.677271133,24.384159126],[120.663622052,24.40231446],[120.648737355,24.409547195],[120.642916311,24.416874701],[120.639657628,24.427769032],[120.628593028,24.438038946],[120.621853854,24.440289395],[120.598842044,24.407849606],[120.589870569,24.399298571],[120.561397231,24.359544285],[120.559201284,24.349798718],[120.545786822,24.33487533],[120.540758989,24.335425963],[120.532312893,24.320509999],[120.523744099,24.31578105],[120.516807491,24.298457835],[120.510828899,24.292227322],[120.498188128,24.263930986],[120.490483948,24.255282256],[120.476322288,24.22433303],[120.468815057,24.214467807],[120.45655266,24.207186205],[120.504380848,24.191146162],[120.508103939,24.187166479],[120.525863669,24.148545981],[120.523678711,24.139457943],[120.532244089,24.126922363],[120.540345141,24.123968332],[120.549682961,24.113882601],[120.572607464,24.108317734],[120.583517537,24.109549909],[120.588945874,24.106101269],[120.612362045,24.102581665],[120.615159527,24.084291933],[120.619659342,24.073046062],[120.625341199,24.068951179],[120.623579444,24.05326711],[120.628652057,24.029622269],[120.644858516,24.025930928],[120.655655103,24.030674909],[120.67864076,24.014033334],[120.694877631,24.007120238],[120.706377909,24.005193339],[120.719237384,24.009660618],[120.731727311,24.009005078],[120.746033753,23.998562823],[120.75778161,24.005869737],[120.770559284,24.009074917],[120.776122192,24.019203839],[120.785012006,24.025578833],[120.797247813,24.040941566],[120.80697334,24.064223939],[120.814980489,24.069835404],[120.829296463,24.071509948],[120.828522864,24.094487542],[120.836272385,24.116951324],[120.844846055,24.124528067],[120.853867349,24.124511005],[120.857209676,24.117300637],[120.872563839,24.11669701],[120.881488085,24.100506322],[120.876857721,24.091193261],[120.882004129,24.088325482],[120.891534218,24.098696108],[120.894910592,24.116523196],[120.91988031,24.107441559],[120.931860392,24.112214077],[120.95010718,24.127862452],[120.961207673,24.120152574],[120.975220367,24.116954553],[120.989435607,24.11896094],[120.998621819,24.126913179],[121.007105915,24.144895665],[121.015508817,24.156007741],[121.028218407,24.159215826],[121.04758384,24.160024482],[121.052588263,24.154767435],[121.091345292,24.182729915],[121.096327234,24.192070645],[121.105682191,24.197214157],[121.135290131,24.196210841],[121.141361799,24.199649629],[121.147818894,24.212847684],[121.161132441,24.215352742],[121.167699842,24.225384989],[121.180735612,24.212280068],[121.188505584,24.21491479],[121.196697484,24.223143861],[121.208088234,24.22167143],[121.219707885,24.22923946],[121.237951966,24.219706728],[121.244160188,24.222494555],[121.255067495,24.243218572],[121.265413654,24.24566788],[121.268912909,24.237915979],[121.277733583,24.231875142],[121.293129138,24.229163664],[121.303666923,24.2337605],[121.324436937,24.233007738],[121.343013548,24.223554252],[121.352026914,24.234071699],[121.352599842,24.243855407],[121.360662232,24.243944013],[121.367017929,24.252174473],[121.385118959,24.255125147],[121.385676235,24.26402471],[121.38046732,24.27948138],[121.402764289,24.29594672],[121.405386799,24.308302456],[121.423227556,24.308217003],[121.434940981,24.322563509],[121.432487717,24.329594863],[121.435610991,24.347247926],[121.441567697,24.358594734],[121.452005017,24.364681666]]],[[[120.93542097,24.712596586],[120.914896561,24.716815391],[120.916272614,24.721534464],[120.905863021,24.740681838],[120.897228291,24.733366846],[120.881028534,24.733291088],[120.874529401,24.738322778],[120.86132572,24.721651124],[120.856164535,24.702506803],[120.832583344,24.68240856],[120.823053096,24.672677648],[120.788588081,24.667002392],[120.776435497,24.660893486],[120.757687618,24.641522815],[120.755946098,24.631474791],[120.745828479,24.621735531],[120.738192168,24.620862435],[120.729957825,24.610846348],[120.715806089,24.600973459],[120.709757576,24.591020621],[120.703911335,24.575163909],[120.701179606,24.56153683],[120.693361174,24.54887004],[120.684674844,24.521389911],[120.677627636,24.514527454],[120.667756719,24.493401744],[120.658487187,24.477304268],[120.643759474,24.462604791],[120.631352066,24.447635411],[120.621853854,24.440289395],[120.628593028,24.438038946],[120.639657628,24.427769032],[120.642916311,24.416874701],[120.648737355,24.409547195],[120.663622052,24.40231446],[120.677271133,24.384159126],[120.685678205,24.378925828],[120.691958972,24.368283625],[120.707290046,24.357867928],[120.73039939,24.3518107],[120.758504814,24.328652361],[120.783821348,24.318354588],[120.805508007,24.31596661],[120.817566072,24.307422376],[120.825308829,24.296782539],[120.833560528,24.290474699],[120.857224884,24.289110931],[120.874899179,24.294895954],[120.904530243,24.292228505],[120.91172711,24.293980823],[120.922441745,24.303596206],[120.917007036,24.335724388],[120.935638938,24.342916955],[120.942453803,24.339137345],[120.956781122,24.339299319],[120.960155585,24.335055635],[120.972359637,24.333507812],[120.981979558,24.33590462],[120.991022681,24.329763954],[121.004713212,24.331960713],[121.014490366,24.320114046],[121.018013818,24.31129563],[121.029361705,24.304707411],[121.035287275,24.297179175],[121.045187025,24.295325282],[121.052094909,24.299011129],[121.055279208,24.310310401],[121.073421836,24.322306591],[121.081573508,24.324048692],[121.086603537,24.317601104],[121.102251152,24.324583593],[121.108636852,24.331000801],[121.121574462,24.330678752],[121.122055013,24.336350148],[121.140954828,24.359643255],[121.149259395,24.357966797],[121.167975861,24.360728796],[121.174690815,24.373851131],[121.183292087,24.381011381],[121.190230494,24.381621494],[121.1971814,24.396588244],[121.210623323,24.395717426],[121.213429363,24.382106969],[121.231349472,24.383683781],[121.23465556,24.397337146],[121.243563336,24.405717715],[121.243891692,24.420076268],[121.257607642,24.425046663],[121.258928161,24.438036121],[121.261596259,24.444035332],[121.258085824,24.463241543],[121.244390781,24.470057946],[121.242287776,24.478476686],[121.228618025,24.492493916],[121.218667095,24.498262508],[121.222137068,24.50750705],[121.213972183,24.514780668],[121.20051754,24.511458655],[121.186770133,24.505380446],[121.177912701,24.507651712],[121.169133225,24.502588517],[121.150581633,24.506091667],[121.145021049,24.511920255],[121.136991074,24.506654539],[121.123696399,24.510075055],[121.113331463,24.506465233],[121.109172685,24.501187922],[121.097750196,24.496381896],[121.085551462,24.501308288],[121.072058191,24.498413623],[121.067022112,24.522982744],[121.077430258,24.528208368],[121.080237568,24.541444478],[121.073460693,24.549420529],[121.06218587,24.556154917],[121.070585042,24.563357514],[121.075457452,24.581032273],[121.083027545,24.589759621],[121.081271547,24.600570677],[121.076349628,24.603065334],[121.073788812,24.613197967],[121.06151808,24.621768584],[121.053194736,24.615404502],[121.043228824,24.627229913],[121.014381151,24.640852051],[121.008085166,24.650378656],[120.997108385,24.654665613],[120.976516968,24.675424381],[120.976420586,24.683141878],[120.965163449,24.688109201],[120.974051112,24.699388209],[120.9738716,24.71182344],[120.962465186,24.711031287],[120.954780155,24.704351407],[120.948155688,24.711216411],[120.941918406,24.707354353],[120.93542097,24.712596586]]],[[[121.343013548,24.223554252],[121.324436937,24.233007738],[121.303666923,24.2337605],[121.293129138,24.229163664],[121.277733583,24.231875142],[121.268912909,24.237915979],[121.265413654,24.24566788],[121.255067495,24.243218572],[121.244160188,24.222494555],[121.237951966,24.219706728],[121.219707885,24.22923946],[121.208088234,24.22167143],[121.196697484,24.223143861],[121.188505584,24.21491479],[121.180735612,24.212280068],[121.167699842,24.225384989],[121.161132441,24.215352742],[121.147818894,24.212847684],[121.141361799,24.199649629],[121.135290131,24.196210841],[121.105682191,24.197214157],[121.096327234,24.192070645],[121.091345292,24.182729915],[121.052588263,24.154767435],[121.04758384,24.160024482],[121.028218407,24.159215826],[121.015508817,24.156007741],[121.007105915,24.144895665],[120.998621819,24.126913179],[120.989435607,24.11896094],[120.975220367,24.116954553],[120.961207673,24.120152574],[120.95010718,24.127862452],[120.931860392,24.112214077],[120.91988031,24.107441559],[120.894910592,24.116523196],[120.891534218,24.098696108],[120.882004129,24.088325482],[120.876857721,24.091193261],[120.881488085,24.100506322],[120.872563839,24.11669701],[120.857209676,24.117300637],[120.853867349,24.124511005],[120.844846055,24.124528067],[120.836272385,24.116951324],[120.828522864,24.094487542],[120.829296463,24.071509948],[120.814980489,24.069835404],[120.80697334,24.064223939],[120.797247813,24.040941566],[120.785012006,24.025578833],[120.776122192,24.019203839],[120.770559284,24.009074917],[120.75778161,24.005869737],[120.746033753,23.998562823],[120.731727311,24.009005078],[120.719237384,24.009660618],[120.706377909,24.005193339],[120.694877631,24.007120238],[120.67864076,24.014033334],[120.672575794,24.005849182],[120.666149409,24.007746761],[120.641531753,24.008146662],[120.637504172,23.993740817],[120.650086837,23.984923159],[120.646825213,23.97537679],[120.646846663,23.963379445],[120.636738831,23.95269763],[120.628981524,23.949829984],[120.635292111,23.938747143],[120.629759669,23.929467824],[120.637258974,23.924563102],[120.631766104,23.910448601],[120.634041448,23.891906105],[120.629518118,23.889427036],[120.620129907,23.865706479],[120.627204362,23.85665709],[120.618864857,23.841686988],[120.626500198,23.839885616],[120.638179337,23.828919437],[120.640020095,23.820298648],[120.650695332,23.812719088],[120.667581424,23.81660263],[120.67881376,23.816296866],[120.678978808,23.805945377],[120.666636866,23.793572293],[120.640367769,23.786050898],[120.648499966,23.773216074],[120.655967299,23.753764414],[120.654463324,23.739792413],[120.644620265,23.736652302],[120.639735074,23.726623612],[120.640255249,23.70979199],[120.646593018,23.691738446],[120.646768721,23.67251489],[120.634967096,23.65157464],[120.6352843,23.643134141],[120.629073209,23.635166422],[120.631015285,23.621741628],[120.635408849,23.619880864],[120.645132275,23.63098623],[120.65360578,23.62876267],[120.651390125,23.616197641],[120.661200829,23.610472189],[120.683587562,23.610876521],[120.691540751,23.620391526],[120.705026765,23.617269943],[120.723822849,23.621905341],[120.730767449,23.618081068],[120.730863289,23.61080836],[120.735857385,23.609548217],[120.752935161,23.614849235],[120.764281423,23.612238821],[120.779568865,23.601606622],[120.790870683,23.600945347],[120.803530855,23.596703769],[120.813902654,23.600951756],[120.823704163,23.587160349],[120.819573477,23.574869708],[120.820676326,23.562621917],[120.808831804,23.545861568],[120.808610149,23.536187081],[120.818135164,23.523462356],[120.823177196,23.510942938],[120.822819801,23.498919487],[120.827074939,23.483382793],[120.838972326,23.471219823],[120.863582977,23.47347419],[120.880797411,23.467642485],[120.887141932,23.475604954],[120.917482877,23.475693152],[120.930784775,23.470703149],[120.937954485,23.47292613],[120.947518776,23.467123327],[120.957514903,23.469502766],[120.966706101,23.471699761],[120.979065841,23.469374874],[120.999692835,23.462167315],[121.008461081,23.462086255],[121.015854598,23.451608863],[121.010624718,23.44649553],[121.015268239,23.435410383],[121.026519329,23.439153002],[121.033528258,23.445439826],[121.052064405,23.451012277],[121.059004866,23.461886758],[121.039007297,23.474433366],[121.048731536,23.482708086],[121.052793889,23.49356495],[121.062080567,23.499430193],[121.068522421,23.51847519],[121.082757726,23.514703404],[121.092098689,23.514841829],[121.097574089,23.521690116],[121.103674201,23.518930179],[121.120452152,23.520995059],[121.1355702,23.515245808],[121.14695479,23.527192676],[121.150867887,23.545778709],[121.147656874,23.552942727],[121.157143055,23.559555429],[121.160341032,23.567827695],[121.151916508,23.573906044],[121.153392142,23.586777892],[121.169409351,23.586574476],[121.179827267,23.590087169],[121.194561666,23.600523707],[121.206229526,23.595786923],[121.213121046,23.600082448],[121.217322882,23.61469605],[121.2247296,23.626817581],[121.224263552,23.639130886],[121.235423768,23.66140674],[121.232634881,23.676292631],[121.239321122,23.686743781],[121.241172173,23.709005211],[121.233242252,23.728950287],[121.229639114,23.730189219],[121.228814791,23.744282667],[121.232515561,23.750599213],[121.221480084,23.752720391],[121.213172701,23.757620919],[121.205324351,23.771129406],[121.228345686,23.785221743],[121.225505979,23.798233418],[121.227599978,23.808607417],[121.234553604,23.812171084],[121.239766585,23.841049359],[121.248923029,23.85212986],[121.252879052,23.867441119],[121.268449866,23.883751035],[121.265506396,23.891239821],[121.266269716,23.907264786],[121.27490071,23.907533582],[121.276513334,23.923161644],[121.272074669,23.938215555],[121.275246139,23.960417531],[121.277909373,23.965832251],[121.273214439,23.975365782],[121.264865665,23.975363986],[121.260110613,23.992323887],[121.269420239,24.0063444],[121.276608319,24.024614509],[121.285726396,24.039721327],[121.283206575,24.054266571],[121.295542566,24.063779374],[121.298921358,24.061637678],[121.308189817,24.073307018],[121.323129314,24.084940311],[121.319118491,24.095396202],[121.325224401,24.1018291],[121.328492375,24.114408784],[121.315881142,24.11641806],[121.295861505,24.132441445],[121.281367095,24.135872011],[121.28779765,24.157208709],[121.288114226,24.177664831],[121.305643667,24.180046811],[121.31611357,24.185528534],[121.325759099,24.1961741],[121.349671533,24.200235948],[121.347860224,24.212581038],[121.343013548,24.223554252]]],[[[120.45655266,24.207186205],[120.44394997,24.188942738],[120.432699076,24.18665402],[120.416075553,24.169532956],[120.41499278,24.157559393],[120.401185937,24.129935188],[120.396826434,24.117496144],[120.381811203,24.096856619],[120.384164015,24.08767477],[120.363363425,24.080850295],[120.359187238,24.074279402],[120.35018143,24.071390463],[120.342078617,24.060130926],[120.341408719,24.03961934],[120.334135269,24.013941528],[120.316451261,23.99923447],[120.308736395,23.987107044],[120.306914066,23.972225226],[120.284014373,23.955785053],[120.280326207,23.94840338],[120.27954185,23.934896983],[120.269135443,23.930589508],[120.261045015,23.919730993],[120.256232309,23.907896676],[120.257735767,23.899331801],[120.247143585,23.888445518],[120.235323341,23.885262414],[120.226869235,23.877803799],[120.220355219,23.866222344],[120.23594829,23.848149114],[120.255011848,23.834254792],[120.308118902,23.820304502],[120.360107183,23.823259462],[120.37031725,23.828561825],[120.410328342,23.826378769],[120.433102451,23.83015092],[120.451963441,23.817285472],[120.483160043,23.806571327],[120.511047476,23.800095207],[120.529101993,23.799193438],[120.550744575,23.801174793],[120.59258719,23.791069705],[120.614997924,23.791364388],[120.640367769,23.786050898],[120.666636866,23.793572293],[120.678978808,23.805945377],[120.67881376,23.816296866],[120.667581424,23.81660263],[120.650695332,23.812719088],[120.640020095,23.820298648],[120.638179337,23.828919437],[120.626500198,23.839885616],[120.618864857,23.841686988],[120.627204362,23.85665709],[120.620129907,23.865706479],[120.629518118,23.889427036],[120.634041448,23.891906105],[120.631766104,23.910448601],[120.637258974,23.924563102],[120.629759669,23.929467824],[120.635292111,23.938747143],[120.628981524,23.949829984],[120.636738831,23.95269763],[120.646846663,23.963379445],[120.646825213,23.97537679],[120.650086837,23.984923159],[120.637504172,23.993740817],[120.641531753,24.008146662],[120.666149409,24.007746761],[120.672575794,24.005849182],[120.67864076,24.014033334],[120.655655103,24.030674909],[120.644858516,24.025930928],[120.628652057,24.029622269],[120.623579444,24.05326711],[120.625341199,24.068951179],[120.619659342,24.073046062],[120.615159527,24.084291933],[120.612362045,24.102581665],[120.588945874,24.106101269],[120.583517537,24.109549909],[120.572607464,24.108317734],[120.549682961,24.113882601],[120.540345141,24.123968332],[120.532244089,24.126922363],[120.523678711,24.139457943],[120.525863669,24.148545981],[120.508103939,24.187166479],[120.504380848,24.191146162],[120.45655266,24.207186205]]]]},"properties":{"name":"中部區域"},"id":"95b53a25-a0f3-4e57-a3cb-81012b10a2c7"},
|
|
5
|
+
{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[120.730863289,23.61080836],[120.724604739,23.603655545],[120.733890374,23.584721624],[120.732241659,23.577035471],[120.717943474,23.569044426],[120.704316374,23.575009585],[120.694018754,23.576502581],[120.676239299,23.570713137],[120.670769651,23.578478443],[120.650820222,23.572425396],[120.643479742,23.578213594],[120.649034002,23.582744058],[120.64561863,23.59353534],[120.625217251,23.590659527],[120.618996043,23.584170235],[120.609801541,23.582610685],[120.588834573,23.585500133],[120.576699849,23.583562762],[120.556570918,23.592851313],[120.536933321,23.594729379],[120.517600236,23.611077863],[120.499485903,23.635065846],[120.485850712,23.630633447],[120.478727003,23.632777954],[120.455483945,23.626523624],[120.444209803,23.630381518],[120.441123334,23.6259761],[120.422021096,23.61926851],[120.402637846,23.62693924],[120.386619082,23.621014782],[120.379775635,23.609928398],[120.366503544,23.607807962],[120.365876601,23.603003221],[120.356688084,23.594037684],[120.333651815,23.591788224],[120.333114285,23.579204209],[120.320399807,23.572391007],[120.31187795,23.5749622],[120.310539898,23.564447898],[120.297648789,23.564535419],[120.289249417,23.5611803],[120.290905583,23.551157394],[120.276354428,23.543471728],[120.271906121,23.530750552],[120.263443878,23.533529121],[120.2560911,23.546094665],[120.244364382,23.544296665],[120.242032173,23.538692871],[120.246645295,23.513832597],[120.23909721,23.507692086],[120.223039765,23.504320056],[120.205004895,23.511809235],[120.195079583,23.512644826],[120.180970562,23.509852416],[120.166580044,23.51723444],[120.158128739,23.515925255],[120.145839071,23.520825251],[120.142447722,23.517436151],[120.127214851,23.520207062],[120.118917133,23.515058709],[120.119422224,23.495488031],[120.124663176,23.488729675],[120.133558315,23.488156349],[120.157849425,23.495041314],[120.155784995,23.484072842],[120.145157567,23.47207341],[120.144570235,23.459713305],[120.149672791,23.454271567],[120.149785607,23.441854309],[120.1455046,23.428598131],[120.149502201,23.422816203],[120.149404192,23.40614933],[120.159970129,23.406127477],[120.161667186,23.394662213],[120.157777101,23.385792278],[120.131652548,23.384781628],[120.131927422,23.376258132],[120.128023451,23.363570349],[120.119942808,23.348312397],[120.118071182,23.340164603],[120.148511966,23.319753998],[120.148566434,23.314445688],[120.16619787,23.308459248],[120.178672946,23.291729404],[120.191683781,23.300272954],[120.204268918,23.291902121],[120.220867805,23.296002672],[120.238081645,23.327075427],[120.255140525,23.330618963],[120.267073173,23.340688391],[120.26070463,23.344473539],[120.265640155,23.352240841],[120.276288513,23.348211572],[120.286128867,23.350210447],[120.28374511,23.361806411],[120.29294984,23.375380682],[120.310940195,23.375440024],[120.310998536,23.385570167],[120.32168847,23.383593436],[120.333179138,23.385808362],[120.349518091,23.401324947],[120.381035269,23.40343776],[120.409418499,23.412431129],[120.423402888,23.406426849],[120.431582404,23.407751125],[120.438356795,23.413388719],[120.474046802,23.397346606],[120.479414954,23.387590969],[120.490931885,23.395562339],[120.499217357,23.387858139],[120.485378154,23.380250454],[120.482997925,23.371641081],[120.504832236,23.368903312],[120.512421872,23.359832678],[120.50359557,23.351026523],[120.507706269,23.343042133],[120.515505444,23.343752212],[120.534041244,23.335769382],[120.53999421,23.327871341],[120.531486448,23.317907845],[120.522606451,23.311887218],[120.526008196,23.292228514],[120.521845626,23.287947373],[120.522219436,23.273965919],[120.529248765,23.258012527],[120.529969045,23.247950991],[120.519035984,23.239257657],[120.526819314,23.230934877],[120.541507162,23.227830869],[120.554875272,23.217576835],[120.565287507,23.220981529],[120.578521688,23.215247433],[120.586547041,23.224094965],[120.59688591,23.22973958],[120.609713761,23.222732331],[120.628211783,23.229439985],[120.653444655,23.224539911],[120.649483574,23.228640893],[120.650850987,23.237993323],[120.648449391,23.249254068],[120.642082037,23.256810948],[120.638517406,23.268824358],[120.643152407,23.275981996],[120.643743494,23.296099338],[120.652003299,23.291172555],[120.657408996,23.295246087],[120.671409648,23.289971077],[120.693510932,23.284542239],[120.703534487,23.289461851],[120.704376729,23.301976665],[120.712165851,23.308699114],[120.730629199,23.305613882],[120.73230712,23.313860872],[120.747855778,23.321911253],[120.758433872,23.335485778],[120.758068559,23.344266597],[120.783214204,23.342206358],[120.788451413,23.352822781],[120.804694063,23.367213189],[120.828527732,23.374956161],[120.849171054,23.419486528],[120.864325872,23.423889853],[120.871737882,23.429598787],[120.887093807,23.435203879],[120.896782925,23.450900914],[120.912699488,23.458480662],[120.928303875,23.456783945],[120.957514903,23.469502766],[120.947518776,23.467123327],[120.937954485,23.47292613],[120.930784775,23.470703149],[120.917482877,23.475693152],[120.887141932,23.475604954],[120.880797411,23.467642485],[120.863582977,23.47347419],[120.838972326,23.471219823],[120.827074939,23.483382793],[120.822819801,23.498919487],[120.823177196,23.510942938],[120.818135164,23.523462356],[120.808610149,23.536187081],[120.808831804,23.545861568],[120.820676326,23.562621917],[120.819573477,23.574869708],[120.823704163,23.587160349],[120.813902654,23.600951756],[120.803530855,23.596703769],[120.790870683,23.600945347],[120.779568865,23.601606622],[120.764281423,23.612238821],[120.752935161,23.614849235],[120.735857385,23.609548217],[120.730863289,23.61080836]],[[120.446588814,23.518391646],[120.453273056,23.515878817],[120.462619559,23.500736918],[120.470121357,23.500214681],[120.473496799,23.506849066],[120.483150412,23.505363995],[120.487801323,23.491936421],[120.500158963,23.490677709],[120.5092338,23.474842528],[120.494908754,23.452784099],[120.489401049,23.452353078],[120.476989543,23.461922515],[120.468650765,23.461599784],[120.457312552,23.452847326],[120.452863729,23.444867728],[120.439570394,23.439557555],[120.430138558,23.452546321],[120.429292649,23.461042878],[120.415155487,23.460276731],[120.411274027,23.464786678],[120.394167289,23.462521487],[120.399258556,23.471032849],[120.393432695,23.482378895],[120.394716217,23.490748984],[120.403823385,23.503738844],[120.411983636,23.499017008],[120.416618554,23.505278582],[120.424988361,23.506442877],[120.432567731,23.513442707],[120.442099971,23.513659163],[120.446588814,23.518391646]]],[[[120.379645899,22.355989333],[120.367426607,22.3521217],[120.360933588,22.34595781],[120.363244117,22.3400307],[120.353621467,22.329422005],[120.359889236,22.322248068],[120.376756126,22.335735341],[120.387035337,22.341765824],[120.388978558,22.349452286],[120.379645899,22.355989333]]],[[[120.864568278,22.843082036],[120.853188277,22.857622957],[120.84717615,22.851967318],[120.833041092,22.866274075],[120.822959945,22.865722438],[120.813811054,22.857662607],[120.801081776,22.851029238],[120.793350803,22.852031839],[120.792994222,22.84229973],[120.778714863,22.83520389],[120.764000457,22.849287178],[120.76215898,22.856813628],[120.749264245,22.86568285],[120.742682544,22.873553143],[120.730942721,22.8762565],[120.725022645,22.880833427],[120.704543447,22.880669003],[120.690543799,22.864874603],[120.679190674,22.862952915],[120.676727337,22.857256145],[120.660910132,22.8596724],[120.658055912,22.879710164],[120.648441692,22.877132866],[120.645033652,22.885178107],[120.620635461,22.87558508],[120.605825521,22.873213559],[120.574812695,22.848206028],[120.566696561,22.83836119],[120.554200255,22.828827797],[120.536437884,22.829269007],[120.523463314,22.832882463],[120.509992825,22.828514899],[120.50341965,22.831734234],[120.476241764,22.838188957],[120.468759651,22.830677088],[120.464039035,22.800291941],[120.457475672,22.785499003],[120.453780046,22.761500995],[120.456006787,22.73057692],[120.455746495,22.718497083],[120.447527442,22.688307803],[120.442632209,22.684561388],[120.436633153,22.665020017],[120.435808907,22.630447991],[120.43368725,22.617599612],[120.437551567,22.607278395],[120.445793502,22.598832804],[120.447008238,22.586180448],[120.442709272,22.562323487],[120.436578338,22.547562522],[120.431271626,22.544681529],[120.422859461,22.518457949],[120.425733627,22.498178725],[120.424437324,22.468719525],[120.433106693,22.468365486],[120.436011847,22.459481271],[120.458548065,22.439364436],[120.476405145,22.428938323],[120.508540633,22.412152555],[120.549597654,22.392444921],[120.585579037,22.369389388],[120.598941375,22.355748617],[120.605128414,22.342652471],[120.63618091,22.312782276],[120.642746121,22.30162318],[120.642711763,22.291072835],[120.652100221,22.268241494],[120.649289314,22.255747562],[120.657924957,22.242864654],[120.672006631,22.233249568],[120.672197297,22.226954169],[120.684864315,22.210270331],[120.683845294,22.198389659],[120.69105231,22.181411537],[120.699480278,22.150070387],[120.697581743,22.140473154],[120.702326076,22.129841247],[120.709055205,22.12275717],[120.715168069,22.106504384],[120.716851942,22.093254395],[120.699303815,22.082781181],[120.705735943,22.070744947],[120.704481719,22.056046383],[120.697578639,22.05499289],[120.696441416,22.043072971],[120.687150597,22.032769261],[120.685239707,22.023904094],[120.693834605,22.002591361],[120.705591099,21.993547986],[120.713557075,21.980607748],[120.715032043,21.971140326],[120.711527565,21.963925025],[120.710581586,21.934115342],[120.728724118,21.918310051],[120.739579493,21.919714748],[120.739873409,21.926278134],[120.74685268,21.934187098],[120.748446856,21.949466228],[120.753160953,21.955228463],[120.764689061,21.95913052],[120.770160818,21.952397615],[120.783021928,21.943544546],[120.796630103,21.942176729],[120.813054501,21.933494728],[120.822226304,21.934363619],[120.837258522,21.916014408],[120.846136702,21.913685453],[120.845965664,21.906032065],[120.851138832,21.896356625],[120.858607308,21.895599675],[120.86713781,21.902726485],[120.861927661,21.90967886],[120.862588571,21.917563641],[120.848919104,21.933805825],[120.842332173,21.949956872],[120.846074115,21.986209752],[120.861588485,21.9908141],[120.875788723,21.998845548],[120.878234076,22.010711115],[120.887084026,22.016452579],[120.889230027,22.025760839],[120.901217466,22.034371633],[120.893658498,22.049727878],[120.892967356,22.067977433],[120.894081913,22.08860666],[120.90203909,22.105303516],[120.892427292,22.110315587],[120.887501648,22.122677864],[120.88785884,22.133295401],[120.896566744,22.140768494],[120.89255793,22.150319393],[120.89421902,22.172630217],[120.890700051,22.195327636],[120.896413508,22.203484066],[120.894203944,22.216454545],[120.898926449,22.229835306],[120.896297533,22.246428635],[120.866679977,22.229808144],[120.858671503,22.240818779],[120.839396368,22.243669797],[120.83254546,22.24725451],[120.825911199,22.256645978],[120.815402688,22.263220991],[120.799724576,22.257180152],[120.796208691,22.267942805],[120.798194144,22.276461966],[120.805487531,22.284090073],[120.793404763,22.285723839],[120.788610655,22.294003203],[120.777747626,22.297972947],[120.77815584,22.308498514],[120.787135395,22.309207883],[120.79679361,22.318324795],[120.792477173,22.33562398],[120.785061303,22.345524352],[120.775800559,22.348745358],[120.767950897,22.347399062],[120.763184746,22.358969269],[120.752436185,22.360544624],[120.743463327,22.367262438],[120.747520144,22.371405452],[120.752413426,22.392055779],[120.758120571,22.404904964],[120.78036131,22.409453121],[120.789642393,22.417649408],[120.786871374,22.425181098],[120.775036875,22.444288214],[120.77645322,22.448943773],[120.758087988,22.458518773],[120.751613593,22.458412384],[120.757463248,22.481832205],[120.763839852,22.491158837],[120.762705369,22.501100425],[120.753890285,22.510771115],[120.750022799,22.534021524],[120.739486009,22.551455298],[120.741534997,22.568672365],[120.74795149,22.571078332],[120.749091636,22.578636231],[120.745765811,22.588321657],[120.754819329,22.601562716],[120.752892102,22.612081163],[120.761322138,22.630041789],[120.767660329,22.636187782],[120.786355698,22.662984347],[120.786231434,22.672043039],[120.791573064,22.679185123],[120.786748427,22.692740823],[120.797680358,22.689102751],[120.818873132,22.69088042],[120.819883281,22.695597305],[120.836795524,22.697079623],[120.840240796,22.706667744],[120.848698764,22.716986752],[120.869123482,22.715945836],[120.883515216,22.717068452],[120.894721395,22.737588123],[120.895614389,22.755743206],[120.893564085,22.766784973],[120.903862782,22.775811459],[120.901695234,22.78754506],[120.903303361,22.799808049],[120.891197937,22.811624928],[120.877162513,22.813073055],[120.868633132,22.816852363],[120.865089579,22.824802458],[120.864568278,22.843082036]]],[[[119.440253323,23.221368439],[119.416597714,23.217619845],[119.412123235,23.210983056],[119.420622045,23.203318639],[119.42371759,23.191647649],[119.429111515,23.193509088],[119.442188044,23.207025143],[119.446415079,23.220660248],[119.440253323,23.221368439]]],[[[119.677358806,23.264073021],[119.666703224,23.261445747],[119.666469679,23.250222423],[119.678180474,23.256482015],[119.677358806,23.264073021]]],[[[119.493723246,23.397236613],[119.495910849,23.387235676],[119.49220429,23.382077674],[119.494542757,23.365310476],[119.486619507,23.35654903],[119.490616933,23.353120916],[119.507387013,23.353905],[119.508019174,23.390355065],[119.497527434,23.390585206],[119.493723246,23.397236613]]],[[[119.319715896,23.411679353],[119.314713921,23.399724522],[119.32769485,23.400792756],[119.319715896,23.411679353]]],[[[119.584287955,23.676572652],[119.570010706,23.671068092],[119.555185415,23.668555239],[119.553999542,23.657588416],[119.548704404,23.651390303],[119.540296269,23.640452306],[119.531098688,23.639051538],[119.511578344,23.647657039],[119.507502003,23.636320032],[119.502152643,23.630928609],[119.499280709,23.620104397],[119.508667287,23.613283518],[119.502247747,23.601962993],[119.492744844,23.600232624],[119.504584514,23.585977162],[119.502935479,23.578424542],[119.493493421,23.570485974],[119.483388154,23.575409652],[119.479560875,23.564075484],[119.489723456,23.562666751],[119.497851064,23.568160437],[119.515100893,23.564088216],[119.512029725,23.579519057],[119.523119934,23.601767664],[119.520330598,23.609425264],[119.52167109,23.631266102],[119.52983463,23.630150279],[119.540192874,23.634058294],[119.543024699,23.63790636],[119.542368222,23.643087201],[119.554062899,23.657066726],[119.562751662,23.652100702],[119.567487488,23.66000021],[119.577769897,23.662528902],[119.582415981,23.65264435],[119.593783804,23.641551179],[119.595867449,23.634560997],[119.59066862,23.629503942],[119.605459743,23.620080896],[119.597524984,23.615576488],[119.605089126,23.609262521],[119.602948005,23.6006204],[119.606592413,23.585237644],[119.600145342,23.57658737],[119.58552094,23.573663338],[119.582628949,23.583261546],[119.56406848,23.585842566],[119.566200075,23.573362445],[119.560710219,23.571184446],[119.559715592,23.56206032],[119.574293613,23.567971325],[119.579538012,23.5633986],[119.573009124,23.546232339],[119.588785677,23.551354262],[119.59996504,23.549898382],[119.600358268,23.540036356],[119.574120189,23.519856673],[119.571872285,23.531987484],[119.56452296,23.529765889],[119.550774084,23.540700615],[119.556978915,23.523467666],[119.567238384,23.525825784],[119.574010588,23.517728295],[119.571836667,23.508652277],[119.584156697,23.509202526],[119.589526722,23.512753586],[119.60802706,23.509154059],[119.604450209,23.525143951],[119.613000564,23.537029814],[119.629441303,23.547738916],[119.635346776,23.547295026],[119.641569734,23.558102883],[119.646629872,23.560538002],[119.676064594,23.559733325],[119.678151251,23.551371798],[119.693900713,23.555670422],[119.686742679,23.562201287],[119.680628134,23.57295088],[119.680539985,23.585247371],[119.671562812,23.599047592],[119.667998938,23.591234272],[119.650075405,23.603802839],[119.634344365,23.590890008],[119.625137558,23.600379154],[119.613208754,23.601991111],[119.609883661,23.610525975],[119.613135834,23.620348738],[119.605895655,23.620973132],[119.599228872,23.636308833],[119.603740271,23.649492693],[119.612354743,23.65264637],[119.595600875,23.673707811],[119.584287955,23.676572652]]],[[[119.612349487,23.756003402],[119.604055617,23.745615971],[119.597399554,23.741883291],[119.600221652,23.734761591],[119.612292725,23.741700864],[119.623726381,23.743587471],[119.612349487,23.756003402]]],[[[120.446588814,23.518391646],[120.442099971,23.513659163],[120.432567731,23.513442707],[120.424988361,23.506442877],[120.416618554,23.505278582],[120.411983636,23.499017008],[120.403823385,23.503738844],[120.394716217,23.490748984],[120.393432695,23.482378895],[120.399258556,23.471032849],[120.394167289,23.462521487],[120.411274027,23.464786678],[120.415155487,23.460276731],[120.429292649,23.461042878],[120.430138558,23.452546321],[120.439570394,23.439557555],[120.452863729,23.444867728],[120.457312552,23.452847326],[120.468650765,23.461599784],[120.476989543,23.461922515],[120.489401049,23.452353078],[120.494908754,23.452784099],[120.5092338,23.474842528],[120.500158963,23.490677709],[120.487801323,23.491936421],[120.483150412,23.505363995],[120.473496799,23.506849066],[120.470121357,23.500214681],[120.462619559,23.500736918],[120.453273056,23.515878817],[120.446588814,23.518391646]]],[[[120.653444655,23.224539911],[120.628211783,23.229439985],[120.609713761,23.222732331],[120.59688591,23.22973958],[120.586547041,23.224094965],[120.578521688,23.215247433],[120.565287507,23.220981529],[120.554875272,23.217576835],[120.541507162,23.227830869],[120.526819314,23.230934877],[120.519035984,23.239257657],[120.529969045,23.247950991],[120.529248765,23.258012527],[120.522219436,23.273965919],[120.521845626,23.287947373],[120.526008196,23.292228514],[120.522606451,23.311887218],[120.531486448,23.317907845],[120.53999421,23.327871341],[120.534041244,23.335769382],[120.515505444,23.343752212],[120.507706269,23.343042133],[120.50359557,23.351026523],[120.512421872,23.359832678],[120.504832236,23.368903312],[120.482997925,23.371641081],[120.485378154,23.380250454],[120.499217357,23.387858139],[120.490931885,23.395562339],[120.479414954,23.387590969],[120.474046802,23.397346606],[120.438356795,23.413388719],[120.431582404,23.407751125],[120.423402888,23.406426849],[120.409418499,23.412431129],[120.381035269,23.40343776],[120.349518091,23.401324947],[120.333179138,23.385808362],[120.32168847,23.383593436],[120.310998536,23.385570167],[120.310940195,23.375440024],[120.29294984,23.375380682],[120.28374511,23.361806411],[120.286128867,23.350210447],[120.276288513,23.348211572],[120.265640155,23.352240841],[120.26070463,23.344473539],[120.267073173,23.340688391],[120.255140525,23.330618963],[120.238081645,23.327075427],[120.220867805,23.296002672],[120.204268918,23.291902121],[120.191683781,23.300272954],[120.178672946,23.291729404],[120.16619787,23.308459248],[120.148566434,23.314445688],[120.148511966,23.319753998],[120.118071182,23.340164603],[120.111011131,23.331832948],[120.113590717,23.322202906],[120.110800906,23.310402802],[120.096309541,23.299089804],[120.093359606,23.265381129],[120.089344089,23.249635266],[120.080611023,23.237573076],[120.081856579,23.222287954],[120.07750061,23.200475583],[120.063497083,23.170947291],[120.058293526,23.154995532],[120.056104904,23.138427146],[120.052107803,23.125956852],[120.043934164,23.119196916],[120.035251099,23.10254938],[120.027891101,23.075173488],[120.028548113,23.066531002],[120.038972152,23.068048043],[120.057949019,23.043101031],[120.061883315,23.044254529],[120.087123097,23.032651827],[120.110191718,23.018859291],[120.134738787,22.999434987],[120.158672667,22.974886319],[120.172004751,22.949697875],[120.175172313,22.932984227],[120.172994683,22.919288927],[120.174745169,22.911707752],[120.192052227,22.921198008],[120.2201129,22.909605447],[120.231692156,22.915400754],[120.233203387,22.905402217],[120.242861006,22.903515126],[120.256469845,22.894017536],[120.26053427,22.901758922],[120.274280674,22.89525149],[120.277987201,22.90441016],[120.284564572,22.904725018],[120.315680166,22.899130287],[120.327040177,22.898462972],[120.332490785,22.889269016],[120.345137567,22.889441456],[120.353701126,22.892443951],[120.359468027,22.901423954],[120.372394631,22.907980924],[120.377531959,22.918211797],[120.399010304,22.922281009],[120.40974208,22.913804655],[120.416512646,22.91637338],[120.428400647,22.940463246],[120.43295708,22.955954187],[120.445192069,22.979484783],[120.453152944,22.978602232],[120.455291283,22.991140462],[120.461479454,22.998122704],[120.460854451,23.003938964],[120.478292861,23.003516786],[120.482670589,23.015580844],[120.503719478,23.028648383],[120.523677169,23.04765449],[120.530219943,23.055921],[120.554499495,23.068832842],[120.569103404,23.084359458],[120.574053541,23.094647167],[120.588165453,23.114321221],[120.588427553,23.12327051],[120.601109728,23.144167649],[120.611847236,23.151704067],[120.616631285,23.16313648],[120.63616842,23.175106829],[120.640164256,23.183370257],[120.636568454,23.190130424],[120.64331153,23.203325236],[120.651416387,23.208479351],[120.656249995,23.217640311],[120.653444655,23.224539911]]],[[[121.015268239,23.435410383],[121.010624718,23.44649553],[121.015854598,23.451608863],[121.008461081,23.462086255],[120.999692835,23.462167315],[120.979065841,23.469374874],[120.966706101,23.471699761],[120.957514903,23.469502766],[120.928303875,23.456783945],[120.912699488,23.458480662],[120.896782925,23.450900914],[120.887093807,23.435203879],[120.871737882,23.429598787],[120.864325872,23.423889853],[120.849171054,23.419486528],[120.828527732,23.374956161],[120.804694063,23.367213189],[120.788451413,23.352822781],[120.783214204,23.342206358],[120.758068559,23.344266597],[120.758433872,23.335485778],[120.747855778,23.321911253],[120.73230712,23.313860872],[120.730629199,23.305613882],[120.712165851,23.308699114],[120.704376729,23.301976665],[120.703534487,23.289461851],[120.693510932,23.284542239],[120.671409648,23.289971077],[120.657408996,23.295246087],[120.652003299,23.291172555],[120.643743494,23.296099338],[120.643152407,23.275981996],[120.638517406,23.268824358],[120.642082037,23.256810948],[120.648449391,23.249254068],[120.650850987,23.237993323],[120.649483574,23.228640893],[120.653444655,23.224539911],[120.656249995,23.217640311],[120.651416387,23.208479351],[120.64331153,23.203325236],[120.636568454,23.190130424],[120.640164256,23.183370257],[120.63616842,23.175106829],[120.616631285,23.16313648],[120.611847236,23.151704067],[120.601109728,23.144167649],[120.588427553,23.12327051],[120.588165453,23.114321221],[120.574053541,23.094647167],[120.569103404,23.084359458],[120.554499495,23.068832842],[120.530219943,23.055921],[120.523677169,23.04765449],[120.503719478,23.028648383],[120.482670589,23.015580844],[120.478292861,23.003516786],[120.460854451,23.003938964],[120.461479454,22.998122704],[120.455291283,22.991140462],[120.453152944,22.978602232],[120.445192069,22.979484783],[120.43295708,22.955954187],[120.428400647,22.940463246],[120.416512646,22.91637338],[120.40974208,22.913804655],[120.399010304,22.922281009],[120.377531959,22.918211797],[120.372394631,22.907980924],[120.359468027,22.901423954],[120.353701126,22.892443951],[120.345137567,22.889441456],[120.332490785,22.889269016],[120.327040177,22.898462972],[120.315680166,22.899130287],[120.284564572,22.904725018],[120.277987201,22.90441016],[120.274280674,22.89525149],[120.26053427,22.901758922],[120.256469845,22.894017536],[120.242861006,22.903515126],[120.233203387,22.905402217],[120.231692156,22.915400754],[120.2201129,22.909605447],[120.192052227,22.921198008],[120.174745169,22.911707752],[120.190108836,22.873248801],[120.192380681,22.857725082],[120.199030607,22.843522632],[120.205981551,22.820157826],[120.190482483,22.815295252],[120.19790515,22.805250037],[120.212328461,22.807614935],[120.232196961,22.766445901],[120.232409386,22.762571548],[120.243610061,22.743195141],[120.256274968,22.717300391],[120.26224929,22.698237974],[120.264458913,22.675217107],[120.251156917,22.661939685],[120.24994937,22.650734521],[120.263331187,22.624105517],[120.256172079,22.617796722],[120.265606452,22.610757448],[120.263776119,22.601909201],[120.278366901,22.584365917],[120.285774822,22.577862186],[120.302841425,22.557776691],[120.298921119,22.54698321],[120.308005031,22.544801289],[120.326472762,22.530162905],[120.325491632,22.526517478],[120.350968632,22.50954178],[120.373251337,22.491231864],[120.401859152,22.473891328],[120.424437324,22.468719525],[120.425733627,22.498178725],[120.422859461,22.518457949],[120.431271626,22.544681529],[120.436578338,22.547562522],[120.442709272,22.562323487],[120.447008238,22.586180448],[120.445793502,22.598832804],[120.437551567,22.607278395],[120.43368725,22.617599612],[120.435808907,22.630447991],[120.436633153,22.665020017],[120.442632209,22.684561388],[120.447527442,22.688307803],[120.455746495,22.718497083],[120.456006787,22.73057692],[120.453780046,22.761500995],[120.457475672,22.785499003],[120.464039035,22.800291941],[120.468759651,22.830677088],[120.476241764,22.838188957],[120.50341965,22.831734234],[120.509992825,22.828514899],[120.523463314,22.832882463],[120.536437884,22.829269007],[120.554200255,22.828827797],[120.566696561,22.83836119],[120.574812695,22.848206028],[120.605825521,22.873213559],[120.620635461,22.87558508],[120.645033652,22.885178107],[120.648441692,22.877132866],[120.658055912,22.879710164],[120.660910132,22.8596724],[120.676727337,22.857256145],[120.679190674,22.862952915],[120.690543799,22.864874603],[120.704543447,22.880669003],[120.725022645,22.880833427],[120.730942721,22.8762565],[120.742682544,22.873553143],[120.749264245,22.86568285],[120.76215898,22.856813628],[120.764000457,22.849287178],[120.778714863,22.83520389],[120.792994222,22.84229973],[120.793350803,22.852031839],[120.801081776,22.851029238],[120.813811054,22.857662607],[120.822959945,22.865722438],[120.833041092,22.866274075],[120.84717615,22.851967318],[120.853188277,22.857622957],[120.864568278,22.843082036],[120.869434855,22.857954613],[120.861654076,22.861396895],[120.864982116,22.872214682],[120.859730275,22.878368516],[120.841983524,22.881218682],[120.828538317,22.905208275],[120.833291268,22.912268648],[120.821941663,22.934994208],[120.824755043,22.952455021],[120.820923009,22.960949305],[120.830146404,22.969991085],[120.83222749,22.980062095],[120.841184234,22.984001507],[120.842179567,22.991207505],[120.860659363,23.008051402],[120.86343037,23.032262069],[120.87946505,23.034666556],[120.881260396,23.044197583],[120.869315635,23.059927397],[120.882586728,23.083332916],[120.889152814,23.100493528],[120.889402642,23.11044077],[120.885049691,23.120017474],[120.887872483,23.136376944],[120.885620391,23.144623871],[120.876600879,23.150946908],[120.895005059,23.16071962],[120.898442023,23.17625675],[120.912462585,23.186759023],[120.90644071,23.196713673],[120.906574051,23.205359002],[120.911714619,23.210214099],[120.91175695,23.228430712],[120.915461305,23.237511867],[120.927206852,23.244639164],[120.93789715,23.244950581],[120.958164173,23.265373618],[120.970279128,23.280606613],[120.986084001,23.280323422],[121.010779564,23.292769676],[121.02374601,23.293706136],[121.028323441,23.297122796],[121.03189539,23.303672341],[121.046443685,23.309112837],[121.048163288,23.325883027],[121.024745658,23.3398635],[121.020045381,23.350383842],[121.010403996,23.345814245],[121.000056714,23.356521378],[120.987095012,23.35873194],[120.988110359,23.37067665],[121.000094252,23.382372737],[121.001132685,23.391745627],[121.025970322,23.402930663],[121.029247326,23.422790575],[121.022720306,23.424811791],[121.015268239,23.435410383]]]]},"properties":{"name":"南部區域"},"id":"80fef424-63ce-497d-9348-c2aedc00a475"},
|
|
6
|
+
{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[121.611796029,21.942895171],[121.614861764,21.954877563],[121.604449622,21.952429441],[121.611796029,21.942895171]]],[[[121.504652701,22.084799855],[121.499346541,22.080525432],[121.508720458,22.070174226],[121.510836045,22.049560138],[121.538707094,22.02437265],[121.548856486,22.025689357],[121.562272389,22.017290926],[121.569844309,22.003975069],[121.593084317,22.001801751],[121.602945403,22.018524105],[121.59641258,22.025267006],[121.578679013,22.032426358],[121.568041297,22.040846282],[121.563861052,22.054042471],[121.570881577,22.064723432],[121.566463311,22.084298639],[121.559955724,22.080361938],[121.552058856,22.082632043],[121.513375683,22.080388133],[121.504652701,22.084799855]]],[[[121.491547535,22.677454217],[121.479841973,22.674072501],[121.465736605,22.676361931],[121.465285097,22.670457213],[121.475311663,22.658703056],[121.473508126,22.646474359],[121.485937658,22.643985458],[121.495226303,22.632482013],[121.504631565,22.638257099],[121.499531207,22.645894069],[121.508774379,22.653826955],[121.510005121,22.677064183],[121.491547535,22.677454217]]],[[[121.494839289,23.431783365],[121.479873511,23.43109803],[121.473310942,23.440615615],[121.462039038,23.439548129],[121.446045227,23.443542483],[121.441094959,23.43414239],[121.433403426,23.432859566],[121.419574579,23.419409269],[121.410495295,23.398944835],[121.400009975,23.385208523],[121.406123057,23.365510463],[121.422803836,23.360024632],[121.422205214,23.354975743],[121.409762777,23.345939387],[121.403171361,23.336247839],[121.397736928,23.321679156],[121.390250711,23.320616716],[121.387848499,23.310634124],[121.376297077,23.29576064],[121.377919661,23.26961265],[121.35949777,23.25280649],[121.361538318,23.246897914],[121.352602208,23.231297635],[121.356281702,23.223074243],[121.346567715,23.217160636],[121.346880625,23.209201998],[121.33761836,23.188567829],[121.3349338,23.177925849],[121.323804067,23.178381643],[121.31750025,23.164362082],[121.324399397,23.148971974],[121.320349133,23.137750077],[121.321981174,23.117235398],[121.315957909,23.110463703],[121.303432919,23.111161273],[121.284413009,23.106563474],[121.278629373,23.101099275],[121.264330085,23.104048123],[121.267122936,23.114313344],[121.257772137,23.12597185],[121.249404786,23.131415405],[121.238456278,23.128733765],[121.231043685,23.139174169],[121.212057541,23.145232783],[121.210299197,23.159894346],[121.19917002,23.175090077],[121.198254964,23.188440446],[121.18950434,23.203715596],[121.175627935,23.210185461],[121.16090958,23.205963024],[121.154701836,23.199146867],[121.139858464,23.201526189],[121.129395436,23.223297265],[121.108884155,23.223517115],[121.092448232,23.23388451],[121.083635824,23.23296423],[121.070044234,23.24875586],[121.062416924,23.26584007],[121.062067351,23.279407603],[121.056314968,23.29029872],[121.038900766,23.300652867],[121.028323441,23.297122796],[121.02374601,23.293706136],[121.010779564,23.292769676],[120.986084001,23.280323422],[120.970279128,23.280606613],[120.958164173,23.265373618],[120.93789715,23.244950581],[120.927206852,23.244639164],[120.915461305,23.237511867],[120.91175695,23.228430712],[120.911714619,23.210214099],[120.906574051,23.205359002],[120.90644071,23.196713673],[120.912462585,23.186759023],[120.898442023,23.17625675],[120.895005059,23.16071962],[120.876600879,23.150946908],[120.885620391,23.144623871],[120.887872483,23.136376944],[120.885049691,23.120017474],[120.889402642,23.11044077],[120.889152814,23.100493528],[120.882586728,23.083332916],[120.869315635,23.059927397],[120.881260396,23.044197583],[120.87946505,23.034666556],[120.86343037,23.032262069],[120.860659363,23.008051402],[120.842179567,22.991207505],[120.841184234,22.984001507],[120.83222749,22.980062095],[120.830146404,22.969991085],[120.820923009,22.960949305],[120.824755043,22.952455021],[120.821941663,22.934994208],[120.833291268,22.912268648],[120.828538317,22.905208275],[120.841983524,22.881218682],[120.859730275,22.878368516],[120.864982116,22.872214682],[120.861654076,22.861396895],[120.869434855,22.857954613],[120.864568278,22.843082036],[120.865089579,22.824802458],[120.868633132,22.816852363],[120.877162513,22.813073055],[120.891197937,22.811624928],[120.903303361,22.799808049],[120.901695234,22.78754506],[120.903862782,22.775811459],[120.893564085,22.766784973],[120.895614389,22.755743206],[120.894721395,22.737588123],[120.883515216,22.717068452],[120.869123482,22.715945836],[120.848698764,22.716986752],[120.840240796,22.706667744],[120.836795524,22.697079623],[120.819883281,22.695597305],[120.818873132,22.69088042],[120.797680358,22.689102751],[120.786748427,22.692740823],[120.791573064,22.679185123],[120.786231434,22.672043039],[120.786355698,22.662984347],[120.767660329,22.636187782],[120.761322138,22.630041789],[120.752892102,22.612081163],[120.754819329,22.601562716],[120.745765811,22.588321657],[120.749091636,22.578636231],[120.74795149,22.571078332],[120.741534997,22.568672365],[120.739486009,22.551455298],[120.750022799,22.534021524],[120.753890285,22.510771115],[120.762705369,22.501100425],[120.763839852,22.491158837],[120.757463248,22.481832205],[120.751613593,22.458412384],[120.758087988,22.458518773],[120.77645322,22.448943773],[120.775036875,22.444288214],[120.786871374,22.425181098],[120.789642393,22.417649408],[120.78036131,22.409453121],[120.758120571,22.404904964],[120.752413426,22.392055779],[120.747520144,22.371405452],[120.743463327,22.367262438],[120.752436185,22.360544624],[120.763184746,22.358969269],[120.767950897,22.347399062],[120.775800559,22.348745358],[120.785061303,22.345524352],[120.792477173,22.33562398],[120.79679361,22.318324795],[120.787135395,22.309207883],[120.77815584,22.308498514],[120.777747626,22.297972947],[120.788610655,22.294003203],[120.793404763,22.285723839],[120.805487531,22.284090073],[120.798194144,22.276461966],[120.796208691,22.267942805],[120.799724576,22.257180152],[120.815402688,22.263220991],[120.825911199,22.256645978],[120.83254546,22.24725451],[120.839396368,22.243669797],[120.858671503,22.240818779],[120.866679977,22.229808144],[120.896297533,22.246428635],[120.891870645,22.277489471],[120.891857807,22.307998449],[120.894913459,22.334660289],[120.902616536,22.352545808],[120.908828603,22.359195355],[120.914872705,22.384923901],[120.922107208,22.398416157],[120.94436825,22.451863064],[120.959362058,22.504757374],[120.968366756,22.526894229],[120.97714057,22.554102111],[120.985612812,22.569457234],[120.997989119,22.578126355],[121.009160432,22.588960404],[121.012596257,22.619510855],[121.022284323,22.649230479],[121.029201417,22.660878483],[121.039335795,22.670336389],[121.05536057,22.676100524],[121.064246314,22.682006685],[121.081358787,22.69819848],[121.101131975,22.705161202],[121.128112073,22.719361572],[121.145090302,22.734446774],[121.156788486,22.747321962],[121.165990019,22.75117339],[121.176996618,22.760097993],[121.181403399,22.782899954],[121.187895434,22.790652381],[121.19518025,22.790480147],[121.200998454,22.796044727],[121.197480186,22.815331545],[121.187494004,22.829271581],[121.191489798,22.849678793],[121.209046429,22.86308861],[121.236131418,22.867896454],[121.239942528,22.8796221],[121.247104079,22.88128589],[121.263744812,22.908047501],[121.26870829,22.911100291],[121.278893161,22.931551135],[121.281732083,22.945226198],[121.29141519,22.955459273],[121.295239209,22.954589463],[121.316491506,22.981228691],[121.323769345,22.993886821],[121.321918256,23.001753299],[121.328731753,23.015191511],[121.336374738,23.019309136],[121.338760988,23.034111552],[121.346275639,23.052933346],[121.349332202,23.066695333],[121.356715397,23.073763403],[121.355086284,23.079650028],[121.366140197,23.096158932],[121.382944927,23.095483953],[121.395159379,23.113420983],[121.407022335,23.11588157],[121.41115672,23.123970892],[121.404186364,23.127211067],[121.39980029,23.135111205],[121.401095698,23.146038962],[121.407588954,23.162276721],[121.403580438,23.178717486],[121.399311296,23.183130761],[121.396461343,23.195870109],[121.398136073,23.207958357],[121.408838619,23.213067169],[121.420391159,23.226312389],[121.414899927,23.234920536],[121.420813039,23.250040737],[121.420819041,23.257614785],[121.427405137,23.265988154],[121.427445564,23.27265295],[121.43287332,23.288123667],[121.44701296,23.308879792],[121.454048458,23.313500303],[121.462029005,23.312531451],[121.4677534,23.331933507],[121.46764356,23.345610643],[121.47220862,23.352423699],[121.472212551,23.371531048],[121.474858748,23.386618222],[121.482039265,23.397274477],[121.484086277,23.410732311],[121.494839289,23.431783365]]],[[[121.774056693,24.315277433],[121.759104614,24.314210522],[121.744727664,24.322858146],[121.714337577,24.326724501],[121.697315193,24.334264002],[121.68949101,24.333587494],[121.684002435,24.340778389],[121.6739744,24.343401058],[121.64817737,24.358367989],[121.648903045,24.349401063],[121.630942702,24.370552738],[121.621705952,24.366630895],[121.621746126,24.357172198],[121.627407108,24.349448887],[121.635109241,24.348368328],[121.632963618,24.334967196],[121.626681891,24.335629818],[121.620278633,24.345337691],[121.615722048,24.333224123],[121.599443354,24.333376644],[121.596562667,24.328142399],[121.60701494,24.312640575],[121.575847022,24.319673347],[121.569599128,24.317944136],[121.560077629,24.322638342],[121.556070684,24.33115694],[121.544723801,24.33782523],[121.540527361,24.335914696],[121.522151153,24.343024475],[121.498113943,24.339236298],[121.485475814,24.348375794],[121.464970622,24.355558778],[121.452005017,24.364681666],[121.441567697,24.358594734],[121.435610991,24.347247926],[121.432487717,24.329594863],[121.434940981,24.322563509],[121.423227556,24.308217003],[121.405386799,24.308302456],[121.402764289,24.29594672],[121.38046732,24.27948138],[121.385676235,24.26402471],[121.385118959,24.255125147],[121.367017929,24.252174473],[121.360662232,24.243944013],[121.352599842,24.243855407],[121.352026914,24.234071699],[121.343013548,24.223554252],[121.347860224,24.212581038],[121.349671533,24.200235948],[121.325759099,24.1961741],[121.31611357,24.185528534],[121.305643667,24.180046811],[121.288114226,24.177664831],[121.28779765,24.157208709],[121.281367095,24.135872011],[121.295861505,24.132441445],[121.315881142,24.11641806],[121.328492375,24.114408784],[121.325224401,24.1018291],[121.319118491,24.095396202],[121.323129314,24.084940311],[121.308189817,24.073307018],[121.298921358,24.061637678],[121.295542566,24.063779374],[121.283206575,24.054266571],[121.285726396,24.039721327],[121.276608319,24.024614509],[121.269420239,24.0063444],[121.260110613,23.992323887],[121.264865665,23.975363986],[121.273214439,23.975365782],[121.277909373,23.965832251],[121.275246139,23.960417531],[121.272074669,23.938215555],[121.276513334,23.923161644],[121.27490071,23.907533582],[121.266269716,23.907264786],[121.265506396,23.891239821],[121.268449866,23.883751035],[121.252879052,23.867441119],[121.248923029,23.85212986],[121.239766585,23.841049359],[121.234553604,23.812171084],[121.227599978,23.808607417],[121.225505979,23.798233418],[121.228345686,23.785221743],[121.205324351,23.771129406],[121.213172701,23.757620919],[121.221480084,23.752720391],[121.232515561,23.750599213],[121.228814791,23.744282667],[121.229639114,23.730189219],[121.233242252,23.728950287],[121.241172173,23.709005211],[121.239321122,23.686743781],[121.232634881,23.676292631],[121.235423768,23.66140674],[121.224263552,23.639130886],[121.2247296,23.626817581],[121.217322882,23.61469605],[121.213121046,23.600082448],[121.206229526,23.595786923],[121.194561666,23.600523707],[121.179827267,23.590087169],[121.169409351,23.586574476],[121.153392142,23.586777892],[121.151916508,23.573906044],[121.160341032,23.567827695],[121.157143055,23.559555429],[121.147656874,23.552942727],[121.150867887,23.545778709],[121.14695479,23.527192676],[121.1355702,23.515245808],[121.120452152,23.520995059],[121.103674201,23.518930179],[121.097574089,23.521690116],[121.092098689,23.514841829],[121.082757726,23.514703404],[121.068522421,23.51847519],[121.062080567,23.499430193],[121.052793889,23.49356495],[121.048731536,23.482708086],[121.039007297,23.474433366],[121.059004866,23.461886758],[121.052064405,23.451012277],[121.033528258,23.445439826],[121.026519329,23.439153002],[121.015268239,23.435410383],[121.022720306,23.424811791],[121.029247326,23.422790575],[121.025970322,23.402930663],[121.001132685,23.391745627],[121.000094252,23.382372737],[120.988110359,23.37067665],[120.987095012,23.35873194],[121.000056714,23.356521378],[121.010403996,23.345814245],[121.020045381,23.350383842],[121.024745658,23.3398635],[121.048163288,23.325883027],[121.046443685,23.309112837],[121.03189539,23.303672341],[121.028323441,23.297122796],[121.038900766,23.300652867],[121.056314968,23.29029872],[121.062067351,23.279407603],[121.062416924,23.26584007],[121.070044234,23.24875586],[121.083635824,23.23296423],[121.092448232,23.23388451],[121.108884155,23.223517115],[121.129395436,23.223297265],[121.139858464,23.201526189],[121.154701836,23.199146867],[121.16090958,23.205963024],[121.175627935,23.210185461],[121.18950434,23.203715596],[121.198254964,23.188440446],[121.19917002,23.175090077],[121.210299197,23.159894346],[121.212057541,23.145232783],[121.231043685,23.139174169],[121.238456278,23.128733765],[121.249404786,23.131415405],[121.257772137,23.12597185],[121.267122936,23.114313344],[121.264330085,23.104048123],[121.278629373,23.101099275],[121.284413009,23.106563474],[121.303432919,23.111161273],[121.315957909,23.110463703],[121.321981174,23.117235398],[121.320349133,23.137750077],[121.324399397,23.148971974],[121.31750025,23.164362082],[121.323804067,23.178381643],[121.3349338,23.177925849],[121.33761836,23.188567829],[121.346880625,23.209201998],[121.346567715,23.217160636],[121.356281702,23.223074243],[121.352602208,23.231297635],[121.361538318,23.246897914],[121.35949777,23.25280649],[121.377919661,23.26961265],[121.376297077,23.29576064],[121.387848499,23.310634124],[121.390250711,23.320616716],[121.397736928,23.321679156],[121.403171361,23.336247839],[121.409762777,23.345939387],[121.422205214,23.354975743],[121.422803836,23.360024632],[121.406123057,23.365510463],[121.400009975,23.385208523],[121.410495295,23.398944835],[121.419574579,23.419409269],[121.433403426,23.432859566],[121.441094959,23.43414239],[121.446045227,23.443542483],[121.462039038,23.439548129],[121.473310942,23.440615615],[121.479873511,23.43109803],[121.494839289,23.431783365],[121.499828524,23.456149848],[121.508097543,23.471710755],[121.513953546,23.487148558],[121.507011451,23.494906423],[121.503569923,23.517439845],[121.511343842,23.551480537],[121.522010145,23.567058235],[121.529964403,23.596124228],[121.531229694,23.626469289],[121.535877514,23.645617482],[121.543764333,23.656004396],[121.546183587,23.675234955],[121.553363454,23.698343585],[121.549286952,23.711772195],[121.552239911,23.722740921],[121.557642492,23.726266962],[121.567014969,23.742613236],[121.572451098,23.756609632],[121.570807876,23.782375971],[121.572397898,23.797931909],[121.576526999,23.81090342],[121.583401321,23.819829206],[121.585891941,23.829303916],[121.598235812,23.857015464],[121.6056846,23.899404428],[121.605180474,23.910773424],[121.611869464,23.933327353],[121.606905634,23.952773307],[121.607900742,23.960164725],[121.615836045,23.97320465],[121.622185499,23.977868739],[121.62827885,23.969469096],[121.634826184,23.984629259],[121.647906151,24.008942568],[121.643663568,24.019387751],[121.63052866,24.030260358],[121.620708243,24.048368532],[121.616487457,24.061459768],[121.616193805,24.07860568],[121.619123937,24.089586032],[121.628359232,24.102689256],[121.655063769,24.121515756],[121.663751614,24.134518532],[121.664208806,24.155436928],[121.658472287,24.171882095],[121.663310626,24.194144594],[121.672166958,24.205792689],[121.706125029,24.225613235],[121.716957831,24.242781898],[121.728293283,24.245707917],[121.744102368,24.261296373],[121.748154158,24.279895284],[121.753559729,24.288243065],[121.769530644,24.302704179],[121.774056693,24.315277433]]]]},"properties":{"name":"東部區域"},"id":"87957a73-0c44-4342-a512-4a68100f5aa3"}
|
|
7
|
+
]}
|